@charset "UTF-8";
a,abbr,acronym,address,applet,big,blockquote,body,button,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figcaption,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,input,ins,kbd,label,legend,li,main,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
  vertical-align:baseline;
  border:0;
  outline:0;
  padding:0;
  margin:0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display:block
}
*,
:after,
:before {
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
body,
html {
  width:100%
}
audio,
canvas,
iframe,
img,
progress,
svg,
video {
  display:inline-block;
  vertical-align:middle
}
audio:not([controls]) {
  display:none;
  height:0
}
a {
  color:inherit;
  cursor:pointer;
  outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  background-color:rgba(0,0,0,0);
  -webkit-text-decoration-skip:objects;
  text-decoration:none
}
a:active,
a:hover {
  outline:0;
  text-decoration:none
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color:inherit;
  text-decoration:none
}
b,
strong {
  font-weight:600
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sup {
  top:-0.5em
}
sub {
  bottom:-0.25em
}
img {
  border:0;
  max-width:100%;
  height:auto
}
svg:not(:root) {
  overflow:hidden
}
hr {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  height:0
}
pre {
  overflow:auto
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance:button;
  cursor:pointer
}
button[disabled],
html input[disabled] {
  cursor:default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0
}
input {
  line-height:normal
}
table {
  border-collapse:collapse;
  border-spacing:0
}
td,
th {
  padding:0
}
:focus {
  outline-color:transparent;
  outline-style:none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  padding:0
}
p {
  line-height:1.5;
  margin:0;
  padding:0
}
dl,
ol,
ul {
  margin-top:0;
  padding:0
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width:100%;
  padding-right:var(--bs-gutter-x,0.75rem);
  padding-left:var(--bs-gutter-x,0.75rem);
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width:540px
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width:720px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width:960px
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width:1140px
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width:1320px
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-top:calc(var(--bs-gutter-y) * -1);
  margin-right:calc(var(--bs-gutter-x) * -0.5);
  margin-left:calc(var(--bs-gutter-x) * -0.5)
}
.row>* {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -ms-flex-negative:0;
  flex-shrink:0;
  width:100%;
  max-width:100%;
  padding-right:calc(var(--bs-gutter-x) * 0.5);
  padding-left:calc(var(--bs-gutter-x) * 0.5);
  margin-top:var(--bs-gutter-y)
}
.col {
  -webkit-box-flex:1;
  -ms-flex:1 0 0%;
  flex:1 0 0%
}
.row-cols-auto>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto
}
.row-cols-1>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:100%
}
.row-cols-2>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:50%
}
.row-cols-3>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:33.3333333333%
}
.row-cols-4>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:25%
}
.row-cols-5>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:20%
}
.row-cols-6>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:16.6666666667%
}
@media (min-width:576px) {
  .col-sm {
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
  }
  .row-cols-sm-auto>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .row-cols-sm-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .row-cols-sm-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .row-cols-sm-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-sm-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .row-cols-sm-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
  }
  .row-cols-sm-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.6666666667%
  }
}
@media (min-width:768px) {
  .col-md {
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
  }
  .row-cols-md-auto>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .row-cols-md-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .row-cols-md-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .row-cols-md-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-md-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .row-cols-md-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
  }
  .row-cols-md-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.6666666667%
  }
}
@media (min-width:992px) {
  .col-lg {
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
  }
  .row-cols-lg-auto>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .row-cols-lg-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .row-cols-lg-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .row-cols-lg-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-lg-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .row-cols-lg-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
  }
  .row-cols-lg-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.6666666667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
  }
  .row-cols-xl-auto>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .row-cols-xl-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .row-cols-xl-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .row-cols-xl-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-xl-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .row-cols-xl-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
  }
  .row-cols-xl-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.6666666667%
  }
}
@media (min-width:1400px) {
  .col-xxl {
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
  }
  .row-cols-xxl-auto>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .row-cols-xxl-1>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .row-cols-xxl-2>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .row-cols-xxl-3>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.3333333333%
  }
  .row-cols-xxl-4>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .row-cols-xxl-5>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
  }
  .row-cols-xxl-6>* {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.6666666667%
  }
}
.col-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto
}
.col-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:8.33333333%
}
.col-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:16.66666667%
}
.col-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:25%
}
.col-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:33.33333333%
}
.col-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:41.66666667%
}
.col-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:50%
}
.col-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:58.33333333%
}
.col-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:66.66666667%
}
.col-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:75%
}
.col-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:83.33333333%
}
.col-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:91.66666667%
}
.col-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:100%
}
.offset-1 {
  margin-left:8.33333333%
}
.offset-2 {
  margin-left:16.66666667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.33333333%
}
.offset-5 {
  margin-left:41.66666667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.33333333%
}
.offset-8 {
  margin-left:66.66666667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.33333333%
}
.offset-11 {
  margin-left:91.66666667%
}
.g-0,
.gx-0 {
  --bs-gutter-x:0
}
.g-0,
.gy-0 {
  --bs-gutter-y:0
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem
}
@media (min-width:576px) {
  .col-sm-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .col-sm-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-sm-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-sm-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .col-sm-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-sm-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-sm-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .col-sm-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-sm-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-sm-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
  }
  .col-sm-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-sm-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-sm-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .offset-sm-0 {
    margin-left:0
  }
  .offset-sm-1 {
    margin-left:8.33333333%
  }
  .offset-sm-2 {
    margin-left:16.66666667%
  }
  .offset-sm-3 {
    margin-left:25%
  }
  .offset-sm-4 {
    margin-left:33.33333333%
  }
  .offset-sm-5 {
    margin-left:41.66666667%
  }
  .offset-sm-6 {
    margin-left:50%
  }
  .offset-sm-7 {
    margin-left:58.33333333%
  }
  .offset-sm-8 {
    margin-left:66.66666667%
  }
  .offset-sm-9 {
    margin-left:75%
  }
  .offset-sm-10 {
    margin-left:83.33333333%
  }
  .offset-sm-11 {
    margin-left:91.66666667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:768px) {
  .col-md-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .col-md-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-md-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-md-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .col-md-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-md-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-md-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .col-md-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-md-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-md-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
  }
  .col-md-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-md-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-md-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .offset-md-0 {
    margin-left:0
  }
  .offset-md-1 {
    margin-left:8.33333333%
  }
  .offset-md-2 {
    margin-left:16.66666667%
  }
  .offset-md-3 {
    margin-left:25%
  }
  .offset-md-4 {
    margin-left:33.33333333%
  }
  .offset-md-5 {
    margin-left:41.66666667%
  }
  .offset-md-6 {
    margin-left:50%
  }
  .offset-md-7 {
    margin-left:58.33333333%
  }
  .offset-md-8 {
    margin-left:66.66666667%
  }
  .offset-md-9 {
    margin-left:75%
  }
  .offset-md-10 {
    margin-left:83.33333333%
  }
  .offset-md-11 {
    margin-left:91.66666667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:992px) {
  .col-lg-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .col-lg-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-lg-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-lg-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .col-lg-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-lg-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-lg-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .col-lg-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-lg-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-lg-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
  }
  .col-lg-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-lg-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-lg-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .offset-lg-0 {
    margin-left:0
  }
  .offset-lg-1 {
    margin-left:8.33333333%
  }
  .offset-lg-2 {
    margin-left:16.66666667%
  }
  .offset-lg-3 {
    margin-left:25%
  }
  .offset-lg-4 {
    margin-left:33.33333333%
  }
  .offset-lg-5 {
    margin-left:41.66666667%
  }
  .offset-lg-6 {
    margin-left:50%
  }
  .offset-lg-7 {
    margin-left:58.33333333%
  }
  .offset-lg-8 {
    margin-left:66.66666667%
  }
  .offset-lg-9 {
    margin-left:75%
  }
  .offset-lg-10 {
    margin-left:83.33333333%
  }
  .offset-lg-11 {
    margin-left:91.66666667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:1200px) {
  .col-xl-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .col-xl-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-xl-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-xl-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .col-xl-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-xl-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-xl-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .col-xl-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-xl-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-xl-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
  }
  .col-xl-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-xl-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-xl-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .offset-xl-0 {
    margin-left:0
  }
  .offset-xl-1 {
    margin-left:8.33333333%
  }
  .offset-xl-2 {
    margin-left:16.66666667%
  }
  .offset-xl-3 {
    margin-left:25%
  }
  .offset-xl-4 {
    margin-left:33.33333333%
  }
  .offset-xl-5 {
    margin-left:41.66666667%
  }
  .offset-xl-6 {
    margin-left:50%
  }
  .offset-xl-7 {
    margin-left:58.33333333%
  }
  .offset-xl-8 {
    margin-left:66.66666667%
  }
  .offset-xl-9 {
    margin-left:75%
  }
  .offset-xl-10 {
    margin-left:83.33333333%
  }
  .offset-xl-11 {
    margin-left:91.66666667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:1400px) {
  .col-xxl-auto {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
  }
  .col-xxl-1 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333333%
  }
  .col-xxl-2 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-xxl-3 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
  }
  .col-xxl-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-xxl-5 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66666667%
  }
  .col-xxl-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
  }
  .col-xxl-7 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333333%
  }
  .col-xxl-8 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66666667%
  }
  .col-xxl-9 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
  }
  .col-xxl-10 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333333%
  }
  .col-xxl-11 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66666667%
  }
  .col-xxl-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
  }
  .offset-xxl-0 {
    margin-left:0
  }
  .offset-xxl-1 {
    margin-left:8.33333333%
  }
  .offset-xxl-2 {
    margin-left:16.66666667%
  }
  .offset-xxl-3 {
    margin-left:25%
  }
  .offset-xxl-4 {
    margin-left:33.33333333%
  }
  .offset-xxl-5 {
    margin-left:41.66666667%
  }
  .offset-xxl-6 {
    margin-left:50%
  }
  .offset-xxl-7 {
    margin-left:58.33333333%
  }
  .offset-xxl-8 {
    margin-left:66.66666667%
  }
  .offset-xxl-9 {
    margin-left:75%
  }
  .offset-xxl-10 {
    margin-left:83.33333333%
  }
  .offset-xxl-11 {
    margin-left:91.66666667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem
  }
}
.d-inline {
  display:inline!important
}
.d-inline-block {
  display:inline-block!important
}
.d-block {
  display:block!important
}
.d-grid {
  display:-ms-grid!important;
  display:grid!important
}
.d-table {
  display:table!important
}
.d-table-row {
  display:table-row!important
}
.d-table-cell {
  display:table-cell!important
}
.d-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
}
.d-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
}
.d-none {
  display:none!important
}
.flex-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
}
.flex-row {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:normal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
}
.flex-column {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:normal!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
}
.flex-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
}
.flex-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
}
.flex-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
}
.flex-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
}
.flex-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
}
.flex-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
}
.flex-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
}
.flex-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
}
.flex-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
}
.justify-content-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
}
.justify-content-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
}
.justify-content-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
}
.justify-content-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
}
.justify-content-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
}
.justify-content-evenly {
  -webkit-box-pack:space-evenly!important;
  -ms-flex-pack:space-evenly!important;
  justify-content:space-evenly!important
}
.align-items-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
}
.align-items-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
}
.align-items-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
}
.align-items-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
}
.align-items-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
}
.align-content-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
}
.align-content-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
}
.align-content-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
}
.align-content-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
}
.align-content-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
}
.align-content-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
}
.align-self-auto {
  -ms-flex-item-align:auto!important;
  -ms-grid-row-align:auto!important;
  align-self:auto!important
}
.align-self-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
}
.align-self-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
}
.align-self-center {
  -ms-flex-item-align:center!important;
  -ms-grid-row-align:center!important;
  align-self:center!important
}
.align-self-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
}
.align-self-stretch {
  -ms-flex-item-align:stretch!important;
  -ms-grid-row-align:stretch!important;
  align-self:stretch!important
}
.order-first {
  -webkit-box-ordinal-group:0!important;
  -ms-flex-order:-1!important;
  order:-1!important
}
.order-0 {
  -webkit-box-ordinal-group:1!important;
  -ms-flex-order:0!important;
  order:0!important
}
.order-1 {
  -webkit-box-ordinal-group:2!important;
  -ms-flex-order:1!important;
  order:1!important
}
.order-2 {
  -webkit-box-ordinal-group:3!important;
  -ms-flex-order:2!important;
  order:2!important
}
.order-3 {
  -webkit-box-ordinal-group:4!important;
  -ms-flex-order:3!important;
  order:3!important
}
.order-4 {
  -webkit-box-ordinal-group:5!important;
  -ms-flex-order:4!important;
  order:4!important
}
.order-5 {
  -webkit-box-ordinal-group:6!important;
  -ms-flex-order:5!important;
  order:5!important
}
.order-last {
  -webkit-box-ordinal-group:7!important;
  -ms-flex-order:6!important;
  order:6!important
}
.m-0 {
  margin:0!important
}
.m-1 {
  margin:0.25rem!important
}
.m-2 {
  margin:0.5rem!important
}
.m-3 {
  margin:1rem!important
}
.m-4 {
  margin:1.5rem!important
}
.m-5 {
  margin:3rem!important
}
.m-auto {
  margin:auto!important
}
.mx-0 {
  margin-right:0!important;
  margin-left:0!important
}
.mx-1 {
  margin-right:0.25rem!important;
  margin-left:0.25rem!important
}
.mx-2 {
  margin-right:0.5rem!important;
  margin-left:0.5rem!important
}
.mx-3 {
  margin-right:1rem!important;
  margin-left:1rem!important
}
.mx-4 {
  margin-right:1.5rem!important;
  margin-left:1.5rem!important
}
.mx-5 {
  margin-right:3rem!important;
  margin-left:3rem!important
}
.mx-auto {
  margin-right:auto!important;
  margin-left:auto!important
}
.my-0 {
  margin-top:0!important;
  margin-bottom:0!important
}
.my-1 {
  margin-top:0.25rem!important;
  margin-bottom:0.25rem!important
}
.my-2 {
  margin-top:0.5rem!important;
  margin-bottom:0.5rem!important
}
.my-3 {
  margin-top:1rem!important;
  margin-bottom:1rem!important
}
.my-4 {
  margin-top:1.5rem!important;
  margin-bottom:1.5rem!important
}
.my-5 {
  margin-top:3rem!important;
  margin-bottom:3rem!important
}
.my-auto {
  margin-top:auto!important;
  margin-bottom:auto!important
}
.mt-0 {
  margin-top:0!important
}
.mt-1 {
  margin-top:0.25rem!important
}
.mt-2 {
  margin-top:0.5rem!important
}
.mt-3 {
  margin-top:1rem!important
}
.mt-4 {
  margin-top:1.5rem!important
}
.mt-5 {
  margin-top:3rem!important
}
.mt-auto {
  margin-top:auto!important
}
.me-0 {
  margin-right:0!important
}
.me-1 {
  margin-right:0.25rem!important
}
.me-2 {
  margin-right:0.5rem!important
}
.me-3 {
  margin-right:1rem!important
}
.me-4 {
  margin-right:1.5rem!important
}
.me-5 {
  margin-right:3rem!important
}
.me-auto {
  margin-right:auto!important
}
.mb-0 {
  margin-bottom:0!important
}
.mb-1 {
  margin-bottom:0.25rem!important
}
.mb-2 {
  margin-bottom:0.5rem!important
}
.mb-3 {
  margin-bottom:1rem!important
}
.mb-4 {
  margin-bottom:1.5rem!important
}
.mb-5 {
  margin-bottom:3rem!important
}
.mb-auto {
  margin-bottom:auto!important
}
.ms-0 {
  margin-left:0!important
}
.ms-1 {
  margin-left:0.25rem!important
}
.ms-2 {
  margin-left:0.5rem!important
}
.ms-3 {
  margin-left:1rem!important
}
.ms-4 {
  margin-left:1.5rem!important
}
.ms-5 {
  margin-left:3rem!important
}
.ms-auto {
  margin-left:auto!important
}
.p-0 {
  padding:0!important
}
.p-1 {
  padding:0.25rem!important
}
.p-2 {
  padding:0.5rem!important
}
.p-3 {
  padding:1rem!important
}
.p-4 {
  padding:1.5rem!important
}
.p-5 {
  padding:3rem!important
}
.px-0 {
  padding-right:0!important;
  padding-left:0!important
}
.px-1 {
  padding-right:0.25rem!important;
  padding-left:0.25rem!important
}
.px-2 {
  padding-right:0.5rem!important;
  padding-left:0.5rem!important
}
.px-3 {
  padding-right:1rem!important;
  padding-left:1rem!important
}
.px-4 {
  padding-right:1.5rem!important;
  padding-left:1.5rem!important
}
.px-5 {
  padding-right:3rem!important;
  padding-left:3rem!important
}
.py-0 {
  padding-top:0!important;
  padding-bottom:0!important
}
.py-1 {
  padding-top:0.25rem!important;
  padding-bottom:0.25rem!important
}
.py-2 {
  padding-top:0.5rem!important;
  padding-bottom:0.5rem!important
}
.py-3 {
  padding-top:1rem!important;
  padding-bottom:1rem!important
}
.py-4 {
  padding-top:1.5rem!important;
  padding-bottom:1.5rem!important
}
.py-5 {
  padding-top:3rem!important;
  padding-bottom:3rem!important
}
.pt-0 {
  padding-top:0!important
}
.pt-1 {
  padding-top:0.25rem!important
}
.pt-2 {
  padding-top:0.5rem!important
}
.pt-3 {
  padding-top:1rem!important
}
.pt-4 {
  padding-top:1.5rem!important
}
.pt-5 {
  padding-top:3rem!important
}
.pe-0 {
  padding-right:0!important
}
.pe-1 {
  padding-right:0.25rem!important
}
.pe-2 {
  padding-right:0.5rem!important
}
.pe-3 {
  padding-right:1rem!important
}
.pe-4 {
  padding-right:1.5rem!important
}
.pe-5 {
  padding-right:3rem!important
}
.pb-0 {
  padding-bottom:0!important
}
.pb-1 {
  padding-bottom:0.25rem!important
}
.pb-2 {
  padding-bottom:0.5rem!important
}
.pb-3 {
  padding-bottom:1rem!important
}
.pb-4 {
  padding-bottom:1.5rem!important
}
.pb-5 {
  padding-bottom:3rem!important
}
.ps-0 {
  padding-left:0!important
}
.ps-1 {
  padding-left:0.25rem!important
}
.ps-2 {
  padding-left:0.5rem!important
}
.ps-3 {
  padding-left:1rem!important
}
.ps-4 {
  padding-left:1.5rem!important
}
.ps-5 {
  padding-left:3rem!important
}
@media (min-width:576px) {
  .d-sm-inline {
    display:inline!important
  }
  .d-sm-inline-block {
    display:inline-block!important
  }
  .d-sm-block {
    display:block!important
  }
  .d-sm-grid {
    display:-ms-grid!important;
    display:grid!important
  }
  .d-sm-table {
    display:table!important
  }
  .d-sm-table-row {
    display:table-row!important
  }
  .d-sm-table-cell {
    display:table-cell!important
  }
  .d-sm-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
  }
  .d-sm-inline-flex {
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
  }
  .d-sm-none {
    display:none!important
  }
  .flex-sm-fill {
    -webkit-box-flex:1!important;
    -ms-flex:1 1 auto!important;
    flex:1 1 auto!important
  }
  .flex-sm-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important
  }
  .flex-sm-column {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex:0!important;
    -ms-flex-positive:0!important;
    flex-grow:0!important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex:1!important;
    -ms-flex-positive:1!important;
    flex-grow:1!important
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative:0!important;
    flex-shrink:0!important
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative:1!important;
    flex-shrink:1!important
  }
  .flex-sm-wrap {
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap:nowrap!important;
    flex-wrap:nowrap!important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap:wrap-reverse!important;
    flex-wrap:wrap-reverse!important
  }
  .justify-content-sm-start {
    -webkit-box-pack:start!important;
    -ms-flex-pack:start!important;
    justify-content:flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack:justify!important;
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
  }
  .justify-content-sm-evenly {
    -webkit-box-pack:space-evenly!important;
    -ms-flex-pack:space-evenly!important;
    justify-content:space-evenly!important
  }
  .align-items-sm-start {
    -webkit-box-align:start!important;
    -ms-flex-align:start!important;
    align-items:flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align:baseline!important;
    -ms-flex-align:baseline!important;
    align-items:baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack:center!important;
    align-content:center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack:distribute!important;
    align-content:space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack:stretch!important;
    align-content:stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important
  }
  .align-self-sm-start {
    -ms-flex-item-align:start!important;
    align-self:flex-start!important
  }
  .align-self-sm-end {
    -ms-flex-item-align:end!important;
    align-self:flex-end!important
  }
  .align-self-sm-center {
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align:stretch!important;
    -ms-grid-row-align:stretch!important;
    align-self:stretch!important
  }
  .order-sm-first {
    -webkit-box-ordinal-group:0!important;
    -ms-flex-order:-1!important;
    order:-1!important
  }
  .order-sm-0 {
    -webkit-box-ordinal-group:1!important;
    -ms-flex-order:0!important;
    order:0!important
  }
  .order-sm-1 {
    -webkit-box-ordinal-group:2!important;
    -ms-flex-order:1!important;
    order:1!important
  }
  .order-sm-2 {
    -webkit-box-ordinal-group:3!important;
    -ms-flex-order:2!important;
    order:2!important
  }
  .order-sm-3 {
    -webkit-box-ordinal-group:4!important;
    -ms-flex-order:3!important;
    order:3!important
  }
  .order-sm-4 {
    -webkit-box-ordinal-group:5!important;
    -ms-flex-order:4!important;
    order:4!important
  }
  .order-sm-5 {
    -webkit-box-ordinal-group:6!important;
    -ms-flex-order:5!important;
    order:5!important
  }
  .order-sm-last {
    -webkit-box-ordinal-group:7!important;
    -ms-flex-order:6!important;
    order:6!important
  }
  .m-sm-0 {
    margin:0!important
  }
  .m-sm-1 {
    margin:0.25rem!important
  }
  .m-sm-2 {
    margin:0.5rem!important
  }
  .m-sm-3 {
    margin:1rem!important
  }
  .m-sm-4 {
    margin:1.5rem!important
  }
  .m-sm-5 {
    margin:3rem!important
  }
  .m-sm-auto {
    margin:auto!important
  }
  .mx-sm-0 {
    margin-right:0!important;
    margin-left:0!important
  }
  .mx-sm-1 {
    margin-right:0.25rem!important;
    margin-left:0.25rem!important
  }
  .mx-sm-2 {
    margin-right:0.5rem!important;
    margin-left:0.5rem!important
  }
  .mx-sm-3 {
    margin-right:1rem!important;
    margin-left:1rem!important
  }
  .mx-sm-4 {
    margin-right:1.5rem!important;
    margin-left:1.5rem!important
  }
  .mx-sm-5 {
    margin-right:3rem!important;
    margin-left:3rem!important
  }
  .mx-sm-auto {
    margin-right:auto!important;
    margin-left:auto!important
  }
  .my-sm-0 {
    margin-top:0!important;
    margin-bottom:0!important
  }
  .my-sm-1 {
    margin-top:0.25rem!important;
    margin-bottom:0.25rem!important
  }
  .my-sm-2 {
    margin-top:0.5rem!important;
    margin-bottom:0.5rem!important
  }
  .my-sm-3 {
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }
  .my-sm-4 {
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }
  .my-sm-5 {
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }
  .my-sm-auto {
    margin-top:auto!important;
    margin-bottom:auto!important
  }
  .mt-sm-0 {
    margin-top:0!important
  }
  .mt-sm-1 {
    margin-top:0.25rem!important
  }
  .mt-sm-2 {
    margin-top:0.5rem!important
  }
  .mt-sm-3 {
    margin-top:1rem!important
  }
  .mt-sm-4 {
    margin-top:1.5rem!important
  }
  .mt-sm-5 {
    margin-top:3rem!important
  }
  .mt-sm-auto {
    margin-top:auto!important
  }
  .me-sm-0 {
    margin-right:0!important
  }
  .me-sm-1 {
    margin-right:0.25rem!important
  }
  .me-sm-2 {
    margin-right:0.5rem!important
  }
  .me-sm-3 {
    margin-right:1rem!important
  }
  .me-sm-4 {
    margin-right:1.5rem!important
  }
  .me-sm-5 {
    margin-right:3rem!important
  }
  .me-sm-auto {
    margin-right:auto!important
  }
  .mb-sm-0 {
    margin-bottom:0!important
  }
  .mb-sm-1 {
    margin-bottom:0.25rem!important
  }
  .mb-sm-2 {
    margin-bottom:0.5rem!important
  }
  .mb-sm-3 {
    margin-bottom:1rem!important
  }
  .mb-sm-4 {
    margin-bottom:1.5rem!important
  }
  .mb-sm-5 {
    margin-bottom:3rem!important
  }
  .mb-sm-auto {
    margin-bottom:auto!important
  }
  .ms-sm-0 {
    margin-left:0!important
  }
  .ms-sm-1 {
    margin-left:0.25rem!important
  }
  .ms-sm-2 {
    margin-left:0.5rem!important
  }
  .ms-sm-3 {
    margin-left:1rem!important
  }
  .ms-sm-4 {
    margin-left:1.5rem!important
  }
  .ms-sm-5 {
    margin-left:3rem!important
  }
  .ms-sm-auto {
    margin-left:auto!important
  }
  .p-sm-0 {
    padding:0!important
  }
  .p-sm-1 {
    padding:0.25rem!important
  }
  .p-sm-2 {
    padding:0.5rem!important
  }
  .p-sm-3 {
    padding:1rem!important
  }
  .p-sm-4 {
    padding:1.5rem!important
  }
  .p-sm-5 {
    padding:3rem!important
  }
  .px-sm-0 {
    padding-right:0!important;
    padding-left:0!important
  }
  .px-sm-1 {
    padding-right:0.25rem!important;
    padding-left:0.25rem!important
  }
  .px-sm-2 {
    padding-right:0.5rem!important;
    padding-left:0.5rem!important
  }
  .px-sm-3 {
    padding-right:1rem!important;
    padding-left:1rem!important
  }
  .px-sm-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
  }
  .px-sm-5 {
    padding-right:3rem!important;
    padding-left:3rem!important
  }
  .py-sm-0 {
    padding-top:0!important;
    padding-bottom:0!important
  }
  .py-sm-1 {
    padding-top:0.25rem!important;
    padding-bottom:0.25rem!important
  }
  .py-sm-2 {
    padding-top:0.5rem!important;
    padding-bottom:0.5rem!important
  }
  .py-sm-3 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }
  .py-sm-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }
  .py-sm-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }
  .pt-sm-0 {
    padding-top:0!important
  }
  .pt-sm-1 {
    padding-top:0.25rem!important
  }
  .pt-sm-2 {
    padding-top:0.5rem!important
  }
  .pt-sm-3 {
    padding-top:1rem!important
  }
  .pt-sm-4 {
    padding-top:1.5rem!important
  }
  .pt-sm-5 {
    padding-top:3rem!important
  }
  .pe-sm-0 {
    padding-right:0!important
  }
  .pe-sm-1 {
    padding-right:0.25rem!important
  }
  .pe-sm-2 {
    padding-right:0.5rem!important
  }
  .pe-sm-3 {
    padding-right:1rem!important
  }
  .pe-sm-4 {
    padding-right:1.5rem!important
  }
  .pe-sm-5 {
    padding-right:3rem!important
  }
  .pb-sm-0 {
    padding-bottom:0!important
  }
  .pb-sm-1 {
    padding-bottom:0.25rem!important
  }
  .pb-sm-2 {
    padding-bottom:0.5rem!important
  }
  .pb-sm-3 {
    padding-bottom:1rem!important
  }
  .pb-sm-4 {
    padding-bottom:1.5rem!important
  }
  .pb-sm-5 {
    padding-bottom:3rem!important
  }
  .ps-sm-0 {
    padding-left:0!important
  }
  .ps-sm-1 {
    padding-left:0.25rem!important
  }
  .ps-sm-2 {
    padding-left:0.5rem!important
  }
  .ps-sm-3 {
    padding-left:1rem!important
  }
  .ps-sm-4 {
    padding-left:1.5rem!important
  }
  .ps-sm-5 {
    padding-left:3rem!important
  }
}
@media (min-width:768px) {
  .d-md-inline {
    display:inline!important
  }
  .d-md-inline-block {
    display:inline-block!important
  }
  .d-md-block {
    display:block!important
  }
  .d-md-grid {
    display:-ms-grid!important;
    display:grid!important
  }
  .d-md-table {
    display:table!important
  }
  .d-md-table-row {
    display:table-row!important
  }
  .d-md-table-cell {
    display:table-cell!important
  }
  .d-md-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
  }
  .d-md-inline-flex {
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
  }
  .d-md-none {
    display:none!important
  }
  .flex-md-fill {
    -webkit-box-flex:1!important;
    -ms-flex:1 1 auto!important;
    flex:1 1 auto!important
  }
  .flex-md-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important
  }
  .flex-md-column {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
  }
  .flex-md-row-reverse {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
  }
  .flex-md-grow-0 {
    -webkit-box-flex:0!important;
    -ms-flex-positive:0!important;
    flex-grow:0!important
  }
  .flex-md-grow-1 {
    -webkit-box-flex:1!important;
    -ms-flex-positive:1!important;
    flex-grow:1!important
  }
  .flex-md-shrink-0 {
    -ms-flex-negative:0!important;
    flex-shrink:0!important
  }
  .flex-md-shrink-1 {
    -ms-flex-negative:1!important;
    flex-shrink:1!important
  }
  .flex-md-wrap {
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
  }
  .flex-md-nowrap {
    -ms-flex-wrap:nowrap!important;
    flex-wrap:nowrap!important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap:wrap-reverse!important;
    flex-wrap:wrap-reverse!important
  }
  .justify-content-md-start {
    -webkit-box-pack:start!important;
    -ms-flex-pack:start!important;
    justify-content:flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important
  }
  .justify-content-md-between {
    -webkit-box-pack:justify!important;
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
  }
  .justify-content-md-evenly {
    -webkit-box-pack:space-evenly!important;
    -ms-flex-pack:space-evenly!important;
    justify-content:space-evenly!important
  }
  .align-items-md-start {
    -webkit-box-align:start!important;
    -ms-flex-align:start!important;
    align-items:flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
  }
  .align-items-md-baseline {
    -webkit-box-align:baseline!important;
    -ms-flex-align:baseline!important;
    align-items:baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack:center!important;
    align-content:center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack:distribute!important;
    align-content:space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack:stretch!important;
    align-content:stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important
  }
  .align-self-md-start {
    -ms-flex-item-align:start!important;
    align-self:flex-start!important
  }
  .align-self-md-end {
    -ms-flex-item-align:end!important;
    align-self:flex-end!important
  }
  .align-self-md-center {
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
  }
  .align-self-md-baseline {
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
  }
  .align-self-md-stretch {
    -ms-flex-item-align:stretch!important;
    -ms-grid-row-align:stretch!important;
    align-self:stretch!important
  }
  .order-md-first {
    -webkit-box-ordinal-group:0!important;
    -ms-flex-order:-1!important;
    order:-1!important
  }
  .order-md-0 {
    -webkit-box-ordinal-group:1!important;
    -ms-flex-order:0!important;
    order:0!important
  }
  .order-md-1 {
    -webkit-box-ordinal-group:2!important;
    -ms-flex-order:1!important;
    order:1!important
  }
  .order-md-2 {
    -webkit-box-ordinal-group:3!important;
    -ms-flex-order:2!important;
    order:2!important
  }
  .order-md-3 {
    -webkit-box-ordinal-group:4!important;
    -ms-flex-order:3!important;
    order:3!important
  }
  .order-md-4 {
    -webkit-box-ordinal-group:5!important;
    -ms-flex-order:4!important;
    order:4!important
  }
  .order-md-5 {
    -webkit-box-ordinal-group:6!important;
    -ms-flex-order:5!important;
    order:5!important
  }
  .order-md-last {
    -webkit-box-ordinal-group:7!important;
    -ms-flex-order:6!important;
    order:6!important
  }
  .m-md-0 {
    margin:0!important
  }
  .m-md-1 {
    margin:0.25rem!important
  }
  .m-md-2 {
    margin:0.5rem!important
  }
  .m-md-3 {
    margin:1rem!important
  }
  .m-md-4 {
    margin:1.5rem!important
  }
  .m-md-5 {
    margin:3rem!important
  }
  .m-md-auto {
    margin:auto!important
  }
  .mx-md-0 {
    margin-right:0!important;
    margin-left:0!important
  }
  .mx-md-1 {
    margin-right:0.25rem!important;
    margin-left:0.25rem!important
  }
  .mx-md-2 {
    margin-right:0.5rem!important;
    margin-left:0.5rem!important
  }
  .mx-md-3 {
    margin-right:1rem!important;
    margin-left:1rem!important
  }
  .mx-md-4 {
    margin-right:1.5rem!important;
    margin-left:1.5rem!important
  }
  .mx-md-5 {
    margin-right:3rem!important;
    margin-left:3rem!important
  }
  .mx-md-auto {
    margin-right:auto!important;
    margin-left:auto!important
  }
  .my-md-0 {
    margin-top:0!important;
    margin-bottom:0!important
  }
  .my-md-1 {
    margin-top:0.25rem!important;
    margin-bottom:0.25rem!important
  }
  .my-md-2 {
    margin-top:0.5rem!important;
    margin-bottom:0.5rem!important
  }
  .my-md-3 {
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }
  .my-md-4 {
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }
  .my-md-5 {
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }
  .my-md-auto {
    margin-top:auto!important;
    margin-bottom:auto!important
  }
  .mt-md-0 {
    margin-top:0!important
  }
  .mt-md-1 {
    margin-top:0.25rem!important
  }
  .mt-md-2 {
    margin-top:0.5rem!important
  }
  .mt-md-3 {
    margin-top:1rem!important
  }
  .mt-md-4 {
    margin-top:1.5rem!important
  }
  .mt-md-5 {
    margin-top:3rem!important
  }
  .mt-md-auto {
    margin-top:auto!important
  }
  .me-md-0 {
    margin-right:0!important
  }
  .me-md-1 {
    margin-right:0.25rem!important
  }
  .me-md-2 {
    margin-right:0.5rem!important
  }
  .me-md-3 {
    margin-right:1rem!important
  }
  .me-md-4 {
    margin-right:1.5rem!important
  }
  .me-md-5 {
    margin-right:3rem!important
  }
  .me-md-auto {
    margin-right:auto!important
  }
  .mb-md-0 {
    margin-bottom:0!important
  }
  .mb-md-1 {
    margin-bottom:0.25rem!important
  }
  .mb-md-2 {
    margin-bottom:0.5rem!important
  }
  .mb-md-3 {
    margin-bottom:1rem!important
  }
  .mb-md-4 {
    margin-bottom:1.5rem!important
  }
  .mb-md-5 {
    margin-bottom:3rem!important
  }
  .mb-md-auto {
    margin-bottom:auto!important
  }
  .ms-md-0 {
    margin-left:0!important
  }
  .ms-md-1 {
    margin-left:0.25rem!important
  }
  .ms-md-2 {
    margin-left:0.5rem!important
  }
  .ms-md-3 {
    margin-left:1rem!important
  }
  .ms-md-4 {
    margin-left:1.5rem!important
  }
  .ms-md-5 {
    margin-left:3rem!important
  }
  .ms-md-auto {
    margin-left:auto!important
  }
  .p-md-0 {
    padding:0!important
  }
  .p-md-1 {
    padding:0.25rem!important
  }
  .p-md-2 {
    padding:0.5rem!important
  }
  .p-md-3 {
    padding:1rem!important
  }
  .p-md-4 {
    padding:1.5rem!important
  }
  .p-md-5 {
    padding:3rem!important
  }
  .px-md-0 {
    padding-right:0!important;
    padding-left:0!important
  }
  .px-md-1 {
    padding-right:0.25rem!important;
    padding-left:0.25rem!important
  }
  .px-md-2 {
    padding-right:0.5rem!important;
    padding-left:0.5rem!important
  }
  .px-md-3 {
    padding-right:1rem!important;
    padding-left:1rem!important
  }
  .px-md-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
  }
  .px-md-5 {
    padding-right:3rem!important;
    padding-left:3rem!important
  }
  .py-md-0 {
    padding-top:0!important;
    padding-bottom:0!important
  }
  .py-md-1 {
    padding-top:0.25rem!important;
    padding-bottom:0.25rem!important
  }
  .py-md-2 {
    padding-top:0.5rem!important;
    padding-bottom:0.5rem!important
  }
  .py-md-3 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }
  .py-md-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }
  .py-md-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }
  .pt-md-0 {
    padding-top:0!important
  }
  .pt-md-1 {
    padding-top:0.25rem!important
  }
  .pt-md-2 {
    padding-top:0.5rem!important
  }
  .pt-md-3 {
    padding-top:1rem!important
  }
  .pt-md-4 {
    padding-top:1.5rem!important
  }
  .pt-md-5 {
    padding-top:3rem!important
  }
  .pe-md-0 {
    padding-right:0!important
  }
  .pe-md-1 {
    padding-right:0.25rem!important
  }
  .pe-md-2 {
    padding-right:0.5rem!important
  }
  .pe-md-3 {
    padding-right:1rem!important
  }
  .pe-md-4 {
    padding-right:1.5rem!important
  }
  .pe-md-5 {
    padding-right:3rem!important
  }
  .pb-md-0 {
    padding-bottom:0!important
  }
  .pb-md-1 {
    padding-bottom:0.25rem!important
  }
  .pb-md-2 {
    padding-bottom:0.5rem!important
  }
  .pb-md-3 {
    padding-bottom:1rem!important
  }
  .pb-md-4 {
    padding-bottom:1.5rem!important
  }
  .pb-md-5 {
    padding-bottom:3rem!important
  }
  .ps-md-0 {
    padding-left:0!important
  }
  .ps-md-1 {
    padding-left:0.25rem!important
  }
  .ps-md-2 {
    padding-left:0.5rem!important
  }
  .ps-md-3 {
    padding-left:1rem!important
  }
  .ps-md-4 {
    padding-left:1.5rem!important
  }
  .ps-md-5 {
    padding-left:3rem!important
  }
}
@media (min-width:992px) {
  .d-lg-inline {
    display:inline!important
  }
  .d-lg-inline-block {
    display:inline-block!important
  }
  .d-lg-block {
    display:block!important
  }
  .d-lg-grid {
    display:-ms-grid!important;
    display:grid!important
  }
  .d-lg-table {
    display:table!important
  }
  .d-lg-table-row {
    display:table-row!important
  }
  .d-lg-table-cell {
    display:table-cell!important
  }
  .d-lg-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
  }
  .d-lg-inline-flex {
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
  }
  .d-lg-none {
    display:none!important
  }
  .flex-lg-fill {
    -webkit-box-flex:1!important;
    -ms-flex:1 1 auto!important;
    flex:1 1 auto!important
  }
  .flex-lg-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important
  }
  .flex-lg-column {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex:0!important;
    -ms-flex-positive:0!important;
    flex-grow:0!important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex:1!important;
    -ms-flex-positive:1!important;
    flex-grow:1!important
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative:0!important;
    flex-shrink:0!important
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative:1!important;
    flex-shrink:1!important
  }
  .flex-lg-wrap {
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap:nowrap!important;
    flex-wrap:nowrap!important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap:wrap-reverse!important;
    flex-wrap:wrap-reverse!important
  }
  .justify-content-lg-start {
    -webkit-box-pack:start!important;
    -ms-flex-pack:start!important;
    justify-content:flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack:justify!important;
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
  }
  .justify-content-lg-evenly {
    -webkit-box-pack:space-evenly!important;
    -ms-flex-pack:space-evenly!important;
    justify-content:space-evenly!important
  }
  .align-items-lg-start {
    -webkit-box-align:start!important;
    -ms-flex-align:start!important;
    align-items:flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align:baseline!important;
    -ms-flex-align:baseline!important;
    align-items:baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack:center!important;
    align-content:center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack:distribute!important;
    align-content:space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack:stretch!important;
    align-content:stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important
  }
  .align-self-lg-start {
    -ms-flex-item-align:start!important;
    align-self:flex-start!important
  }
  .align-self-lg-end {
    -ms-flex-item-align:end!important;
    align-self:flex-end!important
  }
  .align-self-lg-center {
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align:stretch!important;
    -ms-grid-row-align:stretch!important;
    align-self:stretch!important
  }
  .order-lg-first {
    -webkit-box-ordinal-group:0!important;
    -ms-flex-order:-1!important;
    order:-1!important
  }
  .order-lg-0 {
    -webkit-box-ordinal-group:1!important;
    -ms-flex-order:0!important;
    order:0!important
  }
  .order-lg-1 {
    -webkit-box-ordinal-group:2!important;
    -ms-flex-order:1!important;
    order:1!important
  }
  .order-lg-2 {
    -webkit-box-ordinal-group:3!important;
    -ms-flex-order:2!important;
    order:2!important
  }
  .order-lg-3 {
    -webkit-box-ordinal-group:4!important;
    -ms-flex-order:3!important;
    order:3!important
  }
  .order-lg-4 {
    -webkit-box-ordinal-group:5!important;
    -ms-flex-order:4!important;
    order:4!important
  }
  .order-lg-5 {
    -webkit-box-ordinal-group:6!important;
    -ms-flex-order:5!important;
    order:5!important
  }
  .order-lg-last {
    -webkit-box-ordinal-group:7!important;
    -ms-flex-order:6!important;
    order:6!important
  }
  .m-lg-0 {
    margin:0!important
  }
  .m-lg-1 {
    margin:0.25rem!important
  }
  .m-lg-2 {
    margin:0.5rem!important
  }
  .m-lg-3 {
    margin:1rem!important
  }
  .m-lg-4 {
    margin:1.5rem!important
  }
  .m-lg-5 {
    margin:3rem!important
  }
  .m-lg-auto {
    margin:auto!important
  }
  .mx-lg-0 {
    margin-right:0!important;
    margin-left:0!important
  }
  .mx-lg-1 {
    margin-right:0.25rem!important;
    margin-left:0.25rem!important
  }
  .mx-lg-2 {
    margin-right:0.5rem!important;
    margin-left:0.5rem!important
  }
  .mx-lg-3 {
    margin-right:1rem!important;
    margin-left:1rem!important
  }
  .mx-lg-4 {
    margin-right:1.5rem!important;
    margin-left:1.5rem!important
  }
  .mx-lg-5 {
    margin-right:3rem!important;
    margin-left:3rem!important
  }
  .mx-lg-auto {
    margin-right:auto!important;
    margin-left:auto!important
  }
  .my-lg-0 {
    margin-top:0!important;
    margin-bottom:0!important
  }
  .my-lg-1 {
    margin-top:0.25rem!important;
    margin-bottom:0.25rem!important
  }
  .my-lg-2 {
    margin-top:0.5rem!important;
    margin-bottom:0.5rem!important
  }
  .my-lg-3 {
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }
  .my-lg-4 {
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }
  .my-lg-5 {
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }
  .my-lg-auto {
    margin-top:auto!important;
    margin-bottom:auto!important
  }
  .mt-lg-0 {
    margin-top:0!important
  }
  .mt-lg-1 {
    margin-top:0.25rem!important
  }
  .mt-lg-2 {
    margin-top:0.5rem!important
  }
  .mt-lg-3 {
    margin-top:1rem!important
  }
  .mt-lg-4 {
    margin-top:1.5rem!important
  }
  .mt-lg-5 {
    margin-top:3rem!important
  }
  .mt-lg-auto {
    margin-top:auto!important
  }
  .me-lg-0 {
    margin-right:0!important
  }
  .me-lg-1 {
    margin-right:0.25rem!important
  }
  .me-lg-2 {
    margin-right:0.5rem!important
  }
  .me-lg-3 {
    margin-right:1rem!important
  }
  .me-lg-4 {
    margin-right:1.5rem!important
  }
  .me-lg-5 {
    margin-right:3rem!important
  }
  .me-lg-auto {
    margin-right:auto!important
  }
  .mb-lg-0 {
    margin-bottom:0!important
  }
  .mb-lg-1 {
    margin-bottom:0.25rem!important
  }
  .mb-lg-2 {
    margin-bottom:0.5rem!important
  }
  .mb-lg-3 {
    margin-bottom:1rem!important
  }
  .mb-lg-4 {
    margin-bottom:1.5rem!important
  }
  .mb-lg-5 {
    margin-bottom:3rem!important
  }
  .mb-lg-auto {
    margin-bottom:auto!important
  }
  .ms-lg-0 {
    margin-left:0!important
  }
  .ms-lg-1 {
    margin-left:0.25rem!important
  }
  .ms-lg-2 {
    margin-left:0.5rem!important
  }
  .ms-lg-3 {
    margin-left:1rem!important
  }
  .ms-lg-4 {
    margin-left:1.5rem!important
  }
  .ms-lg-5 {
    margin-left:3rem!important
  }
  .ms-lg-auto {
    margin-left:auto!important
  }
  .p-lg-0 {
    padding:0!important
  }
  .p-lg-1 {
    padding:0.25rem!important
  }
  .p-lg-2 {
    padding:0.5rem!important
  }
  .p-lg-3 {
    padding:1rem!important
  }
  .p-lg-4 {
    padding:1.5rem!important
  }
  .p-lg-5 {
    padding:3rem!important
  }
  .px-lg-0 {
    padding-right:0!important;
    padding-left:0!important
  }
  .px-lg-1 {
    padding-right:0.25rem!important;
    padding-left:0.25rem!important
  }
  .px-lg-2 {
    padding-right:0.5rem!important;
    padding-left:0.5rem!important
  }
  .px-lg-3 {
    padding-right:1rem!important;
    padding-left:1rem!important
  }
  .px-lg-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
  }
  .px-lg-5 {
    padding-right:3rem!important;
    padding-left:3rem!important
  }
  .py-lg-0 {
    padding-top:0!important;
    padding-bottom:0!important
  }
  .py-lg-1 {
    padding-top:0.25rem!important;
    padding-bottom:0.25rem!important
  }
  .py-lg-2 {
    padding-top:0.5rem!important;
    padding-bottom:0.5rem!important
  }
  .py-lg-3 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }
  .py-lg-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }
  .py-lg-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }
  .pt-lg-0 {
    padding-top:0!important
  }
  .pt-lg-1 {
    padding-top:0.25rem!important
  }
  .pt-lg-2 {
    padding-top:0.5rem!important
  }
  .pt-lg-3 {
    padding-top:1rem!important
  }
  .pt-lg-4 {
    padding-top:1.5rem!important
  }
  .pt-lg-5 {
    padding-top:3rem!important
  }
  .pe-lg-0 {
    padding-right:0!important
  }
  .pe-lg-1 {
    padding-right:0.25rem!important
  }
  .pe-lg-2 {
    padding-right:0.5rem!important
  }
  .pe-lg-3 {
    padding-right:1rem!important
  }
  .pe-lg-4 {
    padding-right:1.5rem!important
  }
  .pe-lg-5 {
    padding-right:3rem!important
  }
  .pb-lg-0 {
    padding-bottom:0!important
  }
  .pb-lg-1 {
    padding-bottom:0.25rem!important
  }
  .pb-lg-2 {
    padding-bottom:0.5rem!important
  }
  .pb-lg-3 {
    padding-bottom:1rem!important
  }
  .pb-lg-4 {
    padding-bottom:1.5rem!important
  }
  .pb-lg-5 {
    padding-bottom:3rem!important
  }
  .ps-lg-0 {
    padding-left:0!important
  }
  .ps-lg-1 {
    padding-left:0.25rem!important
  }
  .ps-lg-2 {
    padding-left:0.5rem!important
  }
  .ps-lg-3 {
    padding-left:1rem!important
  }
  .ps-lg-4 {
    padding-left:1.5rem!important
  }
  .ps-lg-5 {
    padding-left:3rem!important
  }
}
@media (min-width:1200px) {
  .d-xl-inline {
    display:inline!important
  }
  .d-xl-inline-block {
    display:inline-block!important
  }
  .d-xl-block {
    display:block!important
  }
  .d-xl-grid {
    display:-ms-grid!important;
    display:grid!important
  }
  .d-xl-table {
    display:table!important
  }
  .d-xl-table-row {
    display:table-row!important
  }
  .d-xl-table-cell {
    display:table-cell!important
  }
  .d-xl-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
  }
  .d-xl-inline-flex {
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
  }
  .d-xl-none {
    display:none!important
  }
  .flex-xl-fill {
    -webkit-box-flex:1!important;
    -ms-flex:1 1 auto!important;
    flex:1 1 auto!important
  }
  .flex-xl-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important
  }
  .flex-xl-column {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex:0!important;
    -ms-flex-positive:0!important;
    flex-grow:0!important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex:1!important;
    -ms-flex-positive:1!important;
    flex-grow:1!important
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative:0!important;
    flex-shrink:0!important
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative:1!important;
    flex-shrink:1!important
  }
  .flex-xl-wrap {
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap:nowrap!important;
    flex-wrap:nowrap!important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap:wrap-reverse!important;
    flex-wrap:wrap-reverse!important
  }
  .justify-content-xl-start {
    -webkit-box-pack:start!important;
    -ms-flex-pack:start!important;
    justify-content:flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack:justify!important;
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
  }
  .justify-content-xl-evenly {
    -webkit-box-pack:space-evenly!important;
    -ms-flex-pack:space-evenly!important;
    justify-content:space-evenly!important
  }
  .align-items-xl-start {
    -webkit-box-align:start!important;
    -ms-flex-align:start!important;
    align-items:flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align:baseline!important;
    -ms-flex-align:baseline!important;
    align-items:baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack:center!important;
    align-content:center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack:distribute!important;
    align-content:space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack:stretch!important;
    align-content:stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important
  }
  .align-self-xl-start {
    -ms-flex-item-align:start!important;
    align-self:flex-start!important
  }
  .align-self-xl-end {
    -ms-flex-item-align:end!important;
    align-self:flex-end!important
  }
  .align-self-xl-center {
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align:stretch!important;
    -ms-grid-row-align:stretch!important;
    align-self:stretch!important
  }
  .order-xl-first {
    -webkit-box-ordinal-group:0!important;
    -ms-flex-order:-1!important;
    order:-1!important
  }
  .order-xl-0 {
    -webkit-box-ordinal-group:1!important;
    -ms-flex-order:0!important;
    order:0!important
  }
  .order-xl-1 {
    -webkit-box-ordinal-group:2!important;
    -ms-flex-order:1!important;
    order:1!important
  }
  .order-xl-2 {
    -webkit-box-ordinal-group:3!important;
    -ms-flex-order:2!important;
    order:2!important
  }
  .order-xl-3 {
    -webkit-box-ordinal-group:4!important;
    -ms-flex-order:3!important;
    order:3!important
  }
  .order-xl-4 {
    -webkit-box-ordinal-group:5!important;
    -ms-flex-order:4!important;
    order:4!important
  }
  .order-xl-5 {
    -webkit-box-ordinal-group:6!important;
    -ms-flex-order:5!important;
    order:5!important
  }
  .order-xl-last {
    -webkit-box-ordinal-group:7!important;
    -ms-flex-order:6!important;
    order:6!important
  }
  .m-xl-0 {
    margin:0!important
  }
  .m-xl-1 {
    margin:0.25rem!important
  }
  .m-xl-2 {
    margin:0.5rem!important
  }
  .m-xl-3 {
    margin:1rem!important
  }
  .m-xl-4 {
    margin:1.5rem!important
  }
  .m-xl-5 {
    margin:3rem!important
  }
  .m-xl-auto {
    margin:auto!important
  }
  .mx-xl-0 {
    margin-right:0!important;
    margin-left:0!important
  }
  .mx-xl-1 {
    margin-right:0.25rem!important;
    margin-left:0.25rem!important
  }
  .mx-xl-2 {
    margin-right:0.5rem!important;
    margin-left:0.5rem!important
  }
  .mx-xl-3 {
    margin-right:1rem!important;
    margin-left:1rem!important
  }
  .mx-xl-4 {
    margin-right:1.5rem!important;
    margin-left:1.5rem!important
  }
  .mx-xl-5 {
    margin-right:3rem!important;
    margin-left:3rem!important
  }
  .mx-xl-auto {
    margin-right:auto!important;
    margin-left:auto!important
  }
  .my-xl-0 {
    margin-top:0!important;
    margin-bottom:0!important
  }
  .my-xl-1 {
    margin-top:0.25rem!important;
    margin-bottom:0.25rem!important
  }
  .my-xl-2 {
    margin-top:0.5rem!important;
    margin-bottom:0.5rem!important
  }
  .my-xl-3 {
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }
  .my-xl-4 {
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }
  .my-xl-5 {
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }
  .my-xl-auto {
    margin-top:auto!important;
    margin-bottom:auto!important
  }
  .mt-xl-0 {
    margin-top:0!important
  }
  .mt-xl-1 {
    margin-top:0.25rem!important
  }
  .mt-xl-2 {
    margin-top:0.5rem!important
  }
  .mt-xl-3 {
    margin-top:1rem!important
  }
  .mt-xl-4 {
    margin-top:1.5rem!important
  }
  .mt-xl-5 {
    margin-top:3rem!important
  }
  .mt-xl-auto {
    margin-top:auto!important
  }
  .me-xl-0 {
    margin-right:0!important
  }
  .me-xl-1 {
    margin-right:0.25rem!important
  }
  .me-xl-2 {
    margin-right:0.5rem!important
  }
  .me-xl-3 {
    margin-right:1rem!important
  }
  .me-xl-4 {
    margin-right:1.5rem!important
  }
  .me-xl-5 {
    margin-right:3rem!important
  }
  .me-xl-auto {
    margin-right:auto!important
  }
  .mb-xl-0 {
    margin-bottom:0!important
  }
  .mb-xl-1 {
    margin-bottom:0.25rem!important
  }
  .mb-xl-2 {
    margin-bottom:0.5rem!important
  }
  .mb-xl-3 {
    margin-bottom:1rem!important
  }
  .mb-xl-4 {
    margin-bottom:1.5rem!important
  }
  .mb-xl-5 {
    margin-bottom:3rem!important
  }
  .mb-xl-auto {
    margin-bottom:auto!important
  }
  .ms-xl-0 {
    margin-left:0!important
  }
  .ms-xl-1 {
    margin-left:0.25rem!important
  }
  .ms-xl-2 {
    margin-left:0.5rem!important
  }
  .ms-xl-3 {
    margin-left:1rem!important
  }
  .ms-xl-4 {
    margin-left:1.5rem!important
  }
  .ms-xl-5 {
    margin-left:3rem!important
  }
  .ms-xl-auto {
    margin-left:auto!important
  }
  .p-xl-0 {
    padding:0!important
  }
  .p-xl-1 {
    padding:0.25rem!important
  }
  .p-xl-2 {
    padding:0.5rem!important
  }
  .p-xl-3 {
    padding:1rem!important
  }
  .p-xl-4 {
    padding:1.5rem!important
  }
  .p-xl-5 {
    padding:3rem!important
  }
  .px-xl-0 {
    padding-right:0!important;
    padding-left:0!important
  }
  .px-xl-1 {
    padding-right:0.25rem!important;
    padding-left:0.25rem!important
  }
  .px-xl-2 {
    padding-right:0.5rem!important;
    padding-left:0.5rem!important
  }
  .px-xl-3 {
    padding-right:1rem!important;
    padding-left:1rem!important
  }
  .px-xl-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
  }
  .px-xl-5 {
    padding-right:3rem!important;
    padding-left:3rem!important
  }
  .py-xl-0 {
    padding-top:0!important;
    padding-bottom:0!important
  }
  .py-xl-1 {
    padding-top:0.25rem!important;
    padding-bottom:0.25rem!important
  }
  .py-xl-2 {
    padding-top:0.5rem!important;
    padding-bottom:0.5rem!important
  }
  .py-xl-3 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }
  .py-xl-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }
  .py-xl-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }
  .pt-xl-0 {
    padding-top:0!important
  }
  .pt-xl-1 {
    padding-top:0.25rem!important
  }
  .pt-xl-2 {
    padding-top:0.5rem!important
  }
  .pt-xl-3 {
    padding-top:1rem!important
  }
  .pt-xl-4 {
    padding-top:1.5rem!important
  }
  .pt-xl-5 {
    padding-top:3rem!important
  }
  .pe-xl-0 {
    padding-right:0!important
  }
  .pe-xl-1 {
    padding-right:0.25rem!important
  }
  .pe-xl-2 {
    padding-right:0.5rem!important
  }
  .pe-xl-3 {
    padding-right:1rem!important
  }
  .pe-xl-4 {
    padding-right:1.5rem!important
  }
  .pe-xl-5 {
    padding-right:3rem!important
  }
  .pb-xl-0 {
    padding-bottom:0!important
  }
  .pb-xl-1 {
    padding-bottom:0.25rem!important
  }
  .pb-xl-2 {
    padding-bottom:0.5rem!important
  }
  .pb-xl-3 {
    padding-bottom:1rem!important
  }
  .pb-xl-4 {
    padding-bottom:1.5rem!important
  }
  .pb-xl-5 {
    padding-bottom:3rem!important
  }
  .ps-xl-0 {
    padding-left:0!important
  }
  .ps-xl-1 {
    padding-left:0.25rem!important
  }
  .ps-xl-2 {
    padding-left:0.5rem!important
  }
  .ps-xl-3 {
    padding-left:1rem!important
  }
  .ps-xl-4 {
    padding-left:1.5rem!important
  }
  .ps-xl-5 {
    padding-left:3rem!important
  }
}
@media (min-width:1400px) {
  .d-xxl-inline {
    display:inline!important
  }
  .d-xxl-inline-block {
    display:inline-block!important
  }
  .d-xxl-block {
    display:block!important
  }
  .d-xxl-grid {
    display:-ms-grid!important;
    display:grid!important
  }
  .d-xxl-table {
    display:table!important
  }
  .d-xxl-table-row {
    display:table-row!important
  }
  .d-xxl-table-cell {
    display:table-cell!important
  }
  .d-xxl-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
  }
  .d-xxl-inline-flex {
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
  }
  .d-xxl-none {
    display:none!important
  }
  .flex-xxl-fill {
    -webkit-box-flex:1!important;
    -ms-flex:1 1 auto!important;
    flex:1 1 auto!important
  }
  .flex-xxl-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important
  }
  .flex-xxl-column {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:normal!important;
    -ms-flex-direction:column!important;
    flex-direction:column!important
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex:0!important;
    -ms-flex-positive:0!important;
    flex-grow:0!important
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex:1!important;
    -ms-flex-positive:1!important;
    flex-grow:1!important
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative:0!important;
    flex-shrink:0!important
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative:1!important;
    flex-shrink:1!important
  }
  .flex-xxl-wrap {
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap:nowrap!important;
    flex-wrap:nowrap!important
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap:wrap-reverse!important;
    flex-wrap:wrap-reverse!important
  }
  .justify-content-xxl-start {
    -webkit-box-pack:start!important;
    -ms-flex-pack:start!important;
    justify-content:flex-start!important
  }
  .justify-content-xxl-end {
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
  }
  .justify-content-xxl-center {
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important
  }
  .justify-content-xxl-between {
    -webkit-box-pack:justify!important;
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
  }
  .justify-content-xxl-around {
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack:space-evenly!important;
    -ms-flex-pack:space-evenly!important;
    justify-content:space-evenly!important
  }
  .align-items-xxl-start {
    -webkit-box-align:start!important;
    -ms-flex-align:start!important;
    align-items:flex-start!important
  }
  .align-items-xxl-end {
    -webkit-box-align:end!important;
    -ms-flex-align:end!important;
    align-items:flex-end!important
  }
  .align-items-xxl-center {
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
  }
  .align-items-xxl-baseline {
    -webkit-box-align:baseline!important;
    -ms-flex-align:baseline!important;
    align-items:baseline!important
  }
  .align-items-xxl-stretch {
    -webkit-box-align:stretch!important;
    -ms-flex-align:stretch!important;
    align-items:stretch!important
  }
  .align-content-xxl-start {
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important
  }
  .align-content-xxl-end {
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important
  }
  .align-content-xxl-center {
    -ms-flex-line-pack:center!important;
    align-content:center!important
  }
  .align-content-xxl-between {
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
  }
  .align-content-xxl-around {
    -ms-flex-line-pack:distribute!important;
    align-content:space-around!important
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack:stretch!important;
    align-content:stretch!important
  }
  .align-self-xxl-auto {
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important
  }
  .align-self-xxl-start {
    -ms-flex-item-align:start!important;
    align-self:flex-start!important
  }
  .align-self-xxl-end {
    -ms-flex-item-align:end!important;
    align-self:flex-end!important
  }
  .align-self-xxl-center {
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align:stretch!important;
    -ms-grid-row-align:stretch!important;
    align-self:stretch!important
  }
  .order-xxl-first {
    -webkit-box-ordinal-group:0!important;
    -ms-flex-order:-1!important;
    order:-1!important
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group:1!important;
    -ms-flex-order:0!important;
    order:0!important
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group:2!important;
    -ms-flex-order:1!important;
    order:1!important
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group:3!important;
    -ms-flex-order:2!important;
    order:2!important
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group:4!important;
    -ms-flex-order:3!important;
    order:3!important
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group:5!important;
    -ms-flex-order:4!important;
    order:4!important
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group:6!important;
    -ms-flex-order:5!important;
    order:5!important
  }
  .order-xxl-last {
    -webkit-box-ordinal-group:7!important;
    -ms-flex-order:6!important;
    order:6!important
  }
  .m-xxl-0 {
    margin:0!important
  }
  .m-xxl-1 {
    margin:0.25rem!important
  }
  .m-xxl-2 {
    margin:0.5rem!important
  }
  .m-xxl-3 {
    margin:1rem!important
  }
  .m-xxl-4 {
    margin:1.5rem!important
  }
  .m-xxl-5 {
    margin:3rem!important
  }
  .m-xxl-auto {
    margin:auto!important
  }
  .mx-xxl-0 {
    margin-right:0!important;
    margin-left:0!important
  }
  .mx-xxl-1 {
    margin-right:0.25rem!important;
    margin-left:0.25rem!important
  }
  .mx-xxl-2 {
    margin-right:0.5rem!important;
    margin-left:0.5rem!important
  }
  .mx-xxl-3 {
    margin-right:1rem!important;
    margin-left:1rem!important
  }
  .mx-xxl-4 {
    margin-right:1.5rem!important;
    margin-left:1.5rem!important
  }
  .mx-xxl-5 {
    margin-right:3rem!important;
    margin-left:3rem!important
  }
  .mx-xxl-auto {
    margin-right:auto!important;
    margin-left:auto!important
  }
  .my-xxl-0 {
    margin-top:0!important;
    margin-bottom:0!important
  }
  .my-xxl-1 {
    margin-top:0.25rem!important;
    margin-bottom:0.25rem!important
  }
  .my-xxl-2 {
    margin-top:0.5rem!important;
    margin-bottom:0.5rem!important
  }
  .my-xxl-3 {
    margin-top:1rem!important;
    margin-bottom:1rem!important
  }
  .my-xxl-4 {
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important
  }
  .my-xxl-5 {
    margin-top:3rem!important;
    margin-bottom:3rem!important
  }
  .my-xxl-auto {
    margin-top:auto!important;
    margin-bottom:auto!important
  }
  .mt-xxl-0 {
    margin-top:0!important
  }
  .mt-xxl-1 {
    margin-top:0.25rem!important
  }
  .mt-xxl-2 {
    margin-top:0.5rem!important
  }
  .mt-xxl-3 {
    margin-top:1rem!important
  }
  .mt-xxl-4 {
    margin-top:1.5rem!important
  }
  .mt-xxl-5 {
    margin-top:3rem!important
  }
  .mt-xxl-auto {
    margin-top:auto!important
  }
  .me-xxl-0 {
    margin-right:0!important
  }
  .me-xxl-1 {
    margin-right:0.25rem!important
  }
  .me-xxl-2 {
    margin-right:0.5rem!important
  }
  .me-xxl-3 {
    margin-right:1rem!important
  }
  .me-xxl-4 {
    margin-right:1.5rem!important
  }
  .me-xxl-5 {
    margin-right:3rem!important
  }
  .me-xxl-auto {
    margin-right:auto!important
  }
  .mb-xxl-0 {
    margin-bottom:0!important
  }
  .mb-xxl-1 {
    margin-bottom:0.25rem!important
  }
  .mb-xxl-2 {
    margin-bottom:0.5rem!important
  }
  .mb-xxl-3 {
    margin-bottom:1rem!important
  }
  .mb-xxl-4 {
    margin-bottom:1.5rem!important
  }
  .mb-xxl-5 {
    margin-bottom:3rem!important
  }
  .mb-xxl-auto {
    margin-bottom:auto!important
  }
  .ms-xxl-0 {
    margin-left:0!important
  }
  .ms-xxl-1 {
    margin-left:0.25rem!important
  }
  .ms-xxl-2 {
    margin-left:0.5rem!important
  }
  .ms-xxl-3 {
    margin-left:1rem!important
  }
  .ms-xxl-4 {
    margin-left:1.5rem!important
  }
  .ms-xxl-5 {
    margin-left:3rem!important
  }
  .ms-xxl-auto {
    margin-left:auto!important
  }
  .p-xxl-0 {
    padding:0!important
  }
  .p-xxl-1 {
    padding:0.25rem!important
  }
  .p-xxl-2 {
    padding:0.5rem!important
  }
  .p-xxl-3 {
    padding:1rem!important
  }
  .p-xxl-4 {
    padding:1.5rem!important
  }
  .p-xxl-5 {
    padding:3rem!important
  }
  .px-xxl-0 {
    padding-right:0!important;
    padding-left:0!important
  }
  .px-xxl-1 {
    padding-right:0.25rem!important;
    padding-left:0.25rem!important
  }
  .px-xxl-2 {
    padding-right:0.5rem!important;
    padding-left:0.5rem!important
  }
  .px-xxl-3 {
    padding-right:1rem!important;
    padding-left:1rem!important
  }
  .px-xxl-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
  }
  .px-xxl-5 {
    padding-right:3rem!important;
    padding-left:3rem!important
  }
  .py-xxl-0 {
    padding-top:0!important;
    padding-bottom:0!important
  }
  .py-xxl-1 {
    padding-top:0.25rem!important;
    padding-bottom:0.25rem!important
  }
  .py-xxl-2 {
    padding-top:0.5rem!important;
    padding-bottom:0.5rem!important
  }
  .py-xxl-3 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
  }
  .py-xxl-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
  }
  .py-xxl-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important
  }
  .pt-xxl-0 {
    padding-top:0!important
  }
  .pt-xxl-1 {
    padding-top:0.25rem!important
  }
  .pt-xxl-2 {
    padding-top:0.5rem!important
  }
  .pt-xxl-3 {
    padding-top:1rem!important
  }
  .pt-xxl-4 {
    padding-top:1.5rem!important
  }
  .pt-xxl-5 {
    padding-top:3rem!important
  }
  .pe-xxl-0 {
    padding-right:0!important
  }
  .pe-xxl-1 {
    padding-right:0.25rem!important
  }
  .pe-xxl-2 {
    padding-right:0.5rem!important
  }
  .pe-xxl-3 {
    padding-right:1rem!important
  }
  .pe-xxl-4 {
    padding-right:1.5rem!important
  }
  .pe-xxl-5 {
    padding-right:3rem!important
  }
  .pb-xxl-0 {
    padding-bottom:0!important
  }
  .pb-xxl-1 {
    padding-bottom:0.25rem!important
  }
  .pb-xxl-2 {
    padding-bottom:0.5rem!important
  }
  .pb-xxl-3 {
    padding-bottom:1rem!important
  }
  .pb-xxl-4 {
    padding-bottom:1.5rem!important
  }
  .pb-xxl-5 {
    padding-bottom:3rem!important
  }
  .ps-xxl-0 {
    padding-left:0!important
  }
  .ps-xxl-1 {
    padding-left:0.25rem!important
  }
  .ps-xxl-2 {
    padding-left:0.5rem!important
  }
  .ps-xxl-3 {
    padding-left:1rem!important
  }
  .ps-xxl-4 {
    padding-left:1.5rem!important
  }
  .ps-xxl-5 {
    padding-left:3rem!important
  }
}
@media print {
  .d-print-inline {
    display:inline!important
  }
  .d-print-inline-block {
    display:inline-block!important
  }
  .d-print-block {
    display:block!important
  }
  .d-print-grid {
    display:-ms-grid!important;
    display:grid!important
  }
  .d-print-table {
    display:table!important
  }
  .d-print-table-row {
    display:table-row!important
  }
  .d-print-table-cell {
    display:table-cell!important
  }
  .d-print-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
  }
  .d-print-inline-flex {
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
  }
  .d-print-none {
    display:none!important
  }
}
:root {
  --white:#FFF;
  --black:#000;
  --navyblue:#082960;
  --darkblue:#1A4FA6;
  --brightblue:#41B6E6;
  --red:#BF0641;
  --darkgrey:#A4A3A3;
  --mediumgrey:#D0D0D0;
  --faintgrey:#F1F1F1;
  --gap:8px
}
body {
  margin:0;
  padding:0
}
main.cedr_main {
  --heightheader:60px;
  font-family:"Montserrat",sans-serif;
  color:var(--black);
  font-size:15px;
  padding-top:var(--heightheader)
}
#main-content-wrapper {
  --heightheader:60px;
  top:var(--heightheader);
  position:relative
}
.margin120 {
  margin-top:120px;
  margin-bottom:120px
}
.margintop120 {
  margin-top:120px
}
.marginbottom120 {
  margin-bottom:120px
}
.margin100 {
  margin-top:100px;
  margin-bottom:100px
}
.margintop100 {
  margin-top:100px
}
.marginbottom100 {
  margin-bottom:100px
}
.margin80 {
  margin-top:80px;
  margin-bottom:80px
}
.margintop80 {
  margin-top:80px
}
.marginbottom80 {
  margin-bottom:80px
}
.margin40 {
  margin-top:40px;
  margin-bottom:40px
}
.margintop40 {
  margin-top:40px
}
.marginbottom40 {
  margin-bottom:40px
}
.margin30 {
  margin-top:30px;
  margin-bottom:30px
}
.margintop30 {
  margin-top:30px
}
.marginbottom30 {
  margin-bottom:30px
}
.margin20 {
  margin-top:20px;
  margin-bottom:20px
}
.margintop20 {
  margin-top:20px
}
.marginbottom20 {
  margin-bottom:20px
}
.padding120 {
  padding-top:120px;
  padding-bottom:120px
}
.paddingtop120 {
  padding-top:120px
}
.paddingbottom120 {
  padding-bottom:120px
}
.padding100 {
  padding-top:100px;
  padding-bottom:100px
}
.paddingtop100 {
  padding-top:100px
}
.paddingbottom100 {
  padding-bottom:100px
}
.padding80 {
  padding-top:80px;
  padding-bottom:80px
}
.paddingtop80 {
  padding-top:80px
}
.paddingbottom80 {
  padding-bottom:80px
}
.padding40 {
  padding-top:40px;
  padding-bottom:40px
}
.paddingtop40 {
  padding-top:40px
}
.paddingbottom40 {
  padding-bottom:40px
}
.padding30 {
  padding-top:30px;
  padding-bottom:30px
}
.paddingtop30 {
  padding-top:30px
}
.paddingbottom30 {
  padding-bottom:30px
}
.paddingall20 {
  padding:20px
}
.padding20 {
  padding-top:20px;
  padding-bottom:20px
}
.paddingtop20 {
  padding-top:20px
}
.paddingbottom20 {
  padding-bottom:20px
}
@media (max-width:991px) {
  .text-center-tablet_small {
    text-align:center
  }
}
@media (max-width:767px) {
  .padding100,
  .padding120 {
    padding-top:60px;
    padding-bottom:60px
  }
  .paddingtop100,
  .paddingtop120 {
    padding-top:60px
  }
  .paddingbottom100,
  .paddingbottom120 {
    padding-bottom:60px
  }
  .margin80 {
    margin-top:40px;
    margin-bottom:40px
  }
  .margintop80 {
    margin-top:40px
  }
  .marginbottom80 {
    margin-bottom:40px
  }
  .padding80 {
    padding-top:40px;
    padding-bottom:40px
  }
  .paddingtop80 {
    padding-top:40px
  }
  .paddingbottom80 {
    padding-bottom:40px
  }
  .text-center-mob {
    text-align:center
  }
}
.vh100 {
  height:100%
}
.rel {
  position:relative
}
.text-center {
  text-align:center
}
.text-right {
  text-align:right
}
.text-left {
  text-align:left
}
.overflow_hidden {
  overflow:hidden
}
.gap24>*+* {
  margin-top:calc(var(--gap) * 2)
}
.gap48>*+* {
  margin-top:calc(var(--gap) * 5)
}
@media (min-width:768px) {
  .gap24>*+* {
    margin-top:calc(var(--gap) * 3)
  }
  main.cedr_main {
    --heightheader:70px
  }
  #main-content-wrapper {
    --heightheader:70px
  }
}
@media (max-width:991px) {
  .gap48-md>*+* {
    margin-top:calc(var(--gap) * 5)
  }
}
@media (min-width:1200px) {
  main.cedr_main {
    --heightheader:130px
  }
  #main-content-wrapper {
    --heightheader:130px
  }
}
.font-lg,
.font-md,
.font-sm,
.font-xl {
  color:var(--black)
}
.font-xl {
  font-size:24px;
  line-height:1.12;
  font-weight:400
}
.font-lg {
  font-size:24px;
  line-height:1.12;
  font-weight:600
}
.font-md {
  font-size:21px;
  line-height:1.12;
  font-weight:600
}
.font-sm {
  font-size:14px;
  line-height:1;
  font-weight:600;
  color:var(--darkblue)
}
@media (min-width:768px) {
  .font-xl {
    font-size:42px
  }
  .font-lg {
    font-size:28px
  }
  .font-md {
    font-size:24px
  }
  .font-sm {
    font-size:16px
  }
}
@media (min-width:1200px) {
  .font-xl {
    font-size:52px
  }
  .font-lg {
    font-size:36px
  }
  .font-md {
    font-size:28px
  }
}
.is--white {
  color:var(--white)
}
.is-bg-navyblue {
  background-color:var(--navyblue)
}
.basic_styling>*+* {
  margin-top:calc(var(--gap) * 3)
}
.basic_styling ul {
  padding:0;
  list-style:none
}
.basic_styling ul li {
  padding-left:24px;
  position:relative
}
.basic_styling ul li:before {
  content:"・";
  position:absolute;
  top:-2px;
  left:0;
  font-size:16px;
  font-weight:600;
  color:var(--brightblue)
}
.basic_styling ul li+li {
  margin-top:calc(var(--gap) * 3)
}
.row_btns {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.row_btns a,
.row_btns button {
  width:100%;
  text-align:center
}
.row_btns a+a,
.row_btns a+button,
.row_btns button+a,
.row_btns button+button {
  margin-top:calc(var(--gap) * 3)
}
@media (min-width:768px) {
  .row_btns {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  .row_btns a,
  .row_btns button {
    width:auto;
    text-align:left
  }
  .row_btns a+a,
  .row_btns a+button,
  .row_btns button+a,
  .row_btns button+button {
    margin-top:0;
    margin-left:calc(var(--gap) * 3)
  }
}
@media (min-width:992px) {
  .row_btns {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
  }
}
body.mobile_menu {
  overflow:hidden
}
.hero_block_home.container-fluid {
  padding-left:0;
  padding-right:0
}
.hero_block_home.container-fluid>.row {
  margin-left:0;
  margin-right:0
}
.hero_block_home.container-fluid>.row>.col-12 {
  padding-left:0;
  padding-right:0
}
.hero_block_home .svg {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.hero_curve_wrapper {
  background-color:var(--navyblue);
  padding-top:20px;
  padding-bottom:40px;
  overflow:hidden
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el {
  background-color:var(--navyblue);
  height:auto
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .bg_hr {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.1;
  background:no-repeat center/cover;
  -webkit-filter:blur(3px);
  filter:blur(3px);
  display:none
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .bg_hr:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:var(--navyblue);
  background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(var(--navyblue)));
  background:linear-gradient(to bottom,transparent 0%,var(--navyblue) 100%)
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic .hr_fig_wrapper {
  width:118%;
  position:relative
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic .hr_fig_wrapper>div {
  position:absolute;
  border-radius:100px
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic figure {
  width:100%;
  padding-bottom:61.98%;
  position:relative;
  overflow:hidden;
  -webkit-clip-path:url(#eye);
  clip-path:url(#eye)
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic figure img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic .circle_solid {
  --cs-size:12.2%;
  width:var(--cs-size);
  height:calc(var(--cs-size) * 1.613);
  background-color:var(--brightblue);
  top:3.5%;
  left:12%
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic .circle_border {
  --cb-size:10%;
  width:var(--cb-size);
  height:calc(var(--cb-size) * 1.656);
  border:2px solid var(--red);
  bottom:6%;
  right:14%
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_hero_wrp {
  margin-top:calc(var(--gap) * 3)
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .content_hr {
  text-align:center
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .content_hr>*+* {
  margin-top:calc(var(--gap) * 3)
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .content_hr p {
  display:none
}
.hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .content_hr.is--white>* {
  color:var(--white)
}
.hero_curve_wrapper .progress_bar_wrapper {
  margin-top:calc(var(--gap) * 4)
}
.hero_curve_wrapper .progress_bar_wrapper .inner_bar_wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  border-top:1px solid rgba(255,255,255,0.2);
  height:58px
}
.hero_curve_wrapper .progress_bar_wrapper .item_pbar {
  width:100%;
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display: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;
  cursor:pointer
}
.hero_curve_wrapper .progress_bar_wrapper .item_pbar h3 {
  font-size:12px;
  line-height:1;
  color:var(--white);
  opacity:0.5;
  font-weight:400;
  -webkit-transition:opacity 300ms linear;
  transition:opacity 300ms linear
}
.hero_curve_wrapper .progress_bar_wrapper .item_pbar:hover h3 {
  opacity:0.8
}
.hero_curve_wrapper .progress_bar_wrapper .item_pbar.selected h3 {
  opacity:1
}
.hero_curve_wrapper .progress_bar_wrapper .progress_bar {
  width:100%;
  height:3px;
  display:block;
  position:absolute;
  top:-3px;
  left:0
}
.hero_curve_wrapper .progress_bar_wrapper .progress_bar .in_progress {
  background-color:var(--brightblue);
  width:0%;
  height:3px
}
.hero_curve_wrapper .arrows_cedr {
  margin-top:calc(var(--gap) * 3)
}
@media (max-width:767px) {
  .hero_curve_wrapper .progress_bar_wrapper .item_pbar {
    display:none;
    pointer-events:none
  }
  .hero_curve_wrapper .progress_bar_wrapper .item_pbar.selected {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
}
@media (min-width:992px) {
  .hero_curve_wrapper {
    position:relative;
    min-height:80vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-bottom:80px;
    -webkit-clip-path:ellipse(130% 100% at center top);
    clip-path:ellipse(130% 100% at center top)
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js {
    margin-top:-80px
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slick-list,
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slick-track {
    height:100%
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_hero_wrp {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    margin-top:0
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .content_hr {
    text-align:left
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .content_hr p {
    display:block
  }
  .hero_curve_wrapper .arrows_cedr {
    display:none
  }
  .hero_curve_wrapper .progress_bar_wrapper {
    position:absolute;
    width:100%;
    bottom:80px
  }
  .hero_curve_wrapper .progress_bar_wrapper:before {
    --sizearrow:16px;
    content:"";
    width:var(--sizearrow);
    height:var(--sizearrow);
    border:2px solid var(--white);
    border-width:0 2px 2px 0;
    position:absolute;
    left:50%;
    top:-48px;
    top:calc(var(--sizearrow) * -1 * 2.8);
    margin-left:calc(var(--sizearrow) * -1 / 2);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-animation:subtle_arrow_down 6s ease-in-out infinite;
    animation:subtle_arrow_down 6s ease-in-out infinite
  }
  @-webkit-keyframes subtle_arrow_down {
    0%,
    20%,
    40%,
    60%,
    to {
      -webkit-transform:translate(0,0) rotate(45deg);
      transform:translate(0,0) rotate(45deg)
    }
    10%,
    30%,
    50% {
      -webkit-transform:translate(0,8px) rotate(45deg);
      transform:translate(0,8px) rotate(45deg)
    }
  }
  @keyframes subtle_arrow_down {
    0%,
    20%,
    40%,
    60%,
    to {
      -webkit-transform:translate(0,0) rotate(45deg);
      transform:translate(0,0) rotate(45deg)
    }
    10%,
    30%,
    50% {
      -webkit-transform:translate(0,8px) rotate(45deg);
      transform:translate(0,8px) rotate(45deg)
    }
  }
}
@media (min-width:1200px) {
  .hero_curve_wrapper {
    min-height:calc(100vh - 100px)
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js.slick-slider {
    margin-top:0;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js.slick-slider .slide_hero_el {
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-bottom:140px
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js.slick-slider .slide_hero_el .bg_hr {
    display:block
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js.slick-slider .slide_hero_el .content_hr {
    max-width:550px
  }
  .hero_curve_wrapper .progress_bar_wrapper {
    z-index:2
  }
}
@media (min-width:1400px) {
  .hero_curve_wrapper .feat_hero_carousel_cedr_js {
    margin-top:-100px
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic .hr_fig_wrapper {
    width:124%
  }
  .hero_curve_wrapper .feat_hero_carousel_cedr_js.slick-slider .slide_hero_el {
    padding-bottom:155px
  }
  .hero_curve_wrapper .progress_bar_wrapper {
    bottom:100px
  }
  .hero_curve_wrapper .progress_bar_wrapper:before {
    --sizearrow:24px
  }
}
@media (min-width:1600px) {
  .hero_curve_wrapper .feat_hero_carousel_cedr_js .slide_hero_el .col_graphic .hr_fig_wrapper {
    width:134.5%
  }
}
.stats_carousel_cedr_js.slick-slider {
  width:100%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.stats_carousel_cedr_js .stats_slide .row_stats .row>*+* {
  margin-top:12px
}
.stats_carousel_cedr_js .stats_slide .font-sm strong {
  font-size:80%
}
.stats_carousel_cedr_js .stats_slide .stat_feat {
  font-size:32px;
  line-height:1;
  font-weight:600;
  color:var(--darkblue)
}
.stats_carousel_cedr_js .stats_slide .stat_copy {
  font-size:14px;
  line-height:1.25;
  line-height:21px
}
@media (min-width:768px) {
  .stats_carousel_cedr_js .stats_slide .stat_feat {
    font-size:46px
  }
}
@media (min-width:1200px) {
  .stats_carousel_cedr_js .stats_slide .stat_feat {
    font-size:54px
  }
}
@media (min-width:1400px) {
  .stats_carousel_cedr_js {
    max-width:480px;
    margin-left:auto
  }
}
.services_tabs_wrapper {
  width:100%;
  border:1px solid var(--mediumgrey);
  border-radius:20px;
  padding:15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.services_tabs_wrapper .serv_head {
  padding-bottom:15px;
  margin-bottom:25px;
  border-bottom:1px solid var(--mediumgrey);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.services_tabs_wrapper .serv_head .s_title_btn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  text-align:center;
  cursor:pointer
}
.services_tabs_wrapper .serv_head .s_title_btn .stitle_wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  gap:6px
}
.services_tabs_wrapper .serv_head .s_title_btn .s_icon {
  --iconsize:30px;
  width:var(--iconsize);
  height:var(--iconsize);
  position:relative;
  margin:0 auto
}
.services_tabs_wrapper .serv_head .s_title_btn .s_icon>div {
  width:100%;
  height:100%;
  -webkit-transition:opacity 300ms linear;
  transition:opacity 300ms linear
}
.services_tabs_wrapper .serv_head .s_title_btn .s_icon .si_default {
  position:absolute;
  top:0;
  left:0
}
.services_tabs_wrapper .serv_head .s_title_btn .s_icon .si_active {
  opacity:0
}
.services_tabs_wrapper .serv_head .s_title_btn .s_title {
  font-size:12px;
  font-weight:600;
  line-height:1.25;
  color:var(--darkgrey);
  -webkit-transition:color 300ms linear;
  transition:color 300ms linear
}
.services_tabs_wrapper .serv_head .s_title_btn.is--active .s_title {
  color:var(--black)
}
.services_tabs_wrapper .serv_head .s_title_btn.is--active .s_icon .si_default {
  opacity:0
}
.services_tabs_wrapper .serv_head .s_title_btn.is--active .s_icon .si_active {
  opacity:1
}
.services_tabs_wrapper .serv_body {
  margin-bottom:10px;
  position:relative
}
.services_tabs_wrapper .serv_body .serv_info {
  display:none;
  position:relative
}
.services_tabs_wrapper .serv_body .serv_info .font-sm {
  color:var(--navyblue);
  margin:0
}
.services_tabs_wrapper .serv_body .serv_info .font-sm,
.services_tabs_wrapper .serv_body .serv_info h2.font-md {
  display:none
}
.services_tabs_wrapper .serv_body .serv_info.is--active {
  display:block;
  -webkit-animation:fadeInEffect 400ms ease 1 forwards;
  animation:fadeInEffect 400ms ease 1 forwards
}
.services_tabs_wrapper .serv_body .faded_circle {
  --wdthcircle:174px;
  display:none;
  position:absolute;
  width:var(--wdthcircle);
  height:var(--wdthcircle);
  border:1px solid var(--faintgrey);
  border-radius:200px;
  top:-46px;
  left:calc(var(--wdthcircle) / 2 * -1);
  z-index:-1;
  pointer-events:none
}
.services_tabs_wrapper .serv_body .arrows_cedr {
  display:none;
  position:absolute;
  top:50%;
  margin-top:-23px;
  right:0
}
@media (max-width:991px) {
  .services_tabs_wrapper {
    width:100%;
    border:1px solid var(--mediumgrey);
    border-radius:20px;
    padding:15px
  }
  .services_tabs_wrapper .serv_head {
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    overflow:hidden;
    overflow-x:auto;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    gap:24px
  }
  .services_tabs_wrapper .serv_head .s_title_btn {
    max-width:80px
  }
  .services_tabs_wrapper .serv_body .serv_info .basic_styling {
    margin-top:0
  }
}
@media (min-width:768px) and (max-width:991px) {
  .services_tabs_wrapper .serv_head {
    -ms-flex-pack:distribute;
    justify-content:space-around
  }
}
@media (min-width:992px) {
  .services_tabs_wrapper {
    width:100%;
    border:none;
    border-radius:0;
    padding:0;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
  }
  .services_tabs_wrapper .serv_head {
    --wdthbox:350px;
    border-radius:20px;
    border:1px solid var(--mediumgrey);
    width:var(--wdthbox);
    min-width:var(--wdthbox);
    padding:0;
    margin:0;
    background-color:var(--white);
    position:relative;
    height:100%
  }
  .services_tabs_wrapper .serv_head:before {
    content:"";
    width:100%;
    height:100%;
    top:20px;
    left:-20px;
    border-radius:20px;
    border:1px solid var(--darkblue);
    position:absolute;
    z-index:-1
  }
  .services_tabs_wrapper .serv_head .s_title_btn {
    width:50%;
    border-top:1px solid var(--mediumgrey);
    position:relative;
    padding-bottom:50%
  }
  .services_tabs_wrapper .serv_head .s_title_btn .stitle_wrapper {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    gap:18px
  }
  .services_tabs_wrapper .serv_head .s_title_btn:nth-child(odd) {
    border-right:1px solid var(--mediumgrey)
  }
  .services_tabs_wrapper .serv_head .s_title_btn:first-child,
  .services_tabs_wrapper .serv_head .s_title_btn:nth-child(2) {
    border-top:none
  }
  .services_tabs_wrapper .serv_head .s_title_btn .s_icon {
    --iconsize:46px
  }
  .services_tabs_wrapper .serv_head .s_title_btn .s_title {
    font-size:16px;
    max-width:110px;
    margin-left:auto;
    margin-right:auto
  }
  .services_tabs_wrapper .serv_body {
    padding:0 6vw;
    margin:0 auto
  }
  .services_tabs_wrapper .serv_body .serv_info .font-sm,
  .services_tabs_wrapper .serv_body .serv_info h2.font-md {
    display:block
  }
  .services_tabs_wrapper .serv_body .arrows_cedr {
    display:block
  }
}
@media (min-width:1400px) {
  .services_tabs_wrapper .serv_head {
    --wdthbox:500px;
    margin-left:20px
  }
  .services_tabs_wrapper .serv_head .s_title_btn .s_icon {
    --iconsize:60px
  }
  .services_tabs_wrapper .serv_head .s_title_btn .s_title {
    font-size:20px;
    max-width:160px
  }
  .services_tabs_wrapper .serv_body {
    -ms-flex-item-align:center;
    -ms-grid-row-align:center;
    align-self:center
  }
  .services_tabs_wrapper .serv_body .faded_circle {
    display:block
  }
  .services_tabs_wrapper .serv_body .serv_info {
    max-width:485px;
    margin:0 auto
  }
}
.quote_block_cedr {
  background:var(--darkblue) no-repeat;
  color:var(--white)
}
.quote_block_cedr .container>.row>.col-lg-10 {
  position:static
}
.quote_block_cedr .qut_item {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  height:auto
}
.quote_block_cedr .quote_image {
  width:192px;
  margin:0 auto 24px
}
.quote_block_cedr .quote_image .qut_img {
  width:100%;
  padding-bottom:132.4%;
  position:relative;
  overflow:hidden;
  border-radius:10px
}
.quote_block_cedr .quote_image .qut_img img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center
}
.quote_block_cedr .quote_copy>*+* {
  margin-top:calc(var(--gap) * 3)
}
.quote_block_cedr .quote_copy .client_quote {
  font-size:20px;
  line-height:1.45
}
.quote_block_cedr .quote_copy .author_quote {
  font-size:14px;
  color:#A6C7FF
}
.quote_block_cedr .quote_wrapper_cedr {
  width:100%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.quote_block_cedr .arrows_cedr {
  width:100%;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-top:calc(var(--gap) * 3)
}
@media (min-width:768px) {
  .quote_block_cedr .quote_image {
    width:240px;
    min-width:240px;
    border-radius:80px
  }
  .quote_block_cedr .quote_copy .client_quote {
    font-size:24px
  }
}
@media (min-width:992px) {
  .quote_block_cedr .qut_item {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  .quote_block_cedr .quote_image {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    margin-bottom:0;
    margin-left:40px
  }
  .quote_block_cedr .quote_copy {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
  }
  .quote_block_cedr .arrows_cedr {
    margin:0;
    position:static
  }
  .quote_block_cedr .arrows_cedr .slick-arrow {
    position:absolute;
    top:50%;
    margin-top:-23px
  }
  .quote_block_cedr .arrows_cedr .slick-arrow.slick-next {
    right:24px
  }
  .quote_block_cedr .arrows_cedr .slick-arrow.slick-prev {
    left:24px
  }
  .quote_block_cedr .container {
    position:relative
  }
}
@media (min-width:1200px) {
  .quote_block_cedr {
    background-image:url("../images/oversized-eye.svg");
    background-position:30vw -100px;
    background-size:1326px auto
  }
  .quote_block_cedr .quote_copy .client_quote {
    font-size:28px
  }
}
@media (min-width:1400px) {
  .quote_block_cedr .quote_image {
    width:340px;
    min-width:340px;
    margin-left:80px
  }
}
.signup_block {
  background:var(--navyblue) no-repeat center/cover;
  position:relative
}
.signup_block .signup_width form .btn_solid:hover {
  background-color:#0c377d
}
.signup_block.is--white .signup_width>* {
  color:var(--white)
}
@media (min-width:768px) {
  .signup_block:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:var(--navyblue);
    background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(var(--navyblue)));
    background:linear-gradient(to bottom,transparent 0%,var(--navyblue) 100%)
  }
  .signup_block>.container {
    position:relative;
    z-index:1
  }
  .signup_block .signup_image {
    background:var(--navyblue) url("../images/signup_bg.jpg") no-repeat center/cover;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-blend-mode:soft-light;
    opacity:0.2
  }
}
@media (min-width:992px) {
  .signup_block .signup_width {
    max-width:770px;
    margin-left:auto;
    margin-right:auto
  }
}
body.logged-in.admin-bar {
  margin-top:-46px
}
@media (min-width:783px) {
  body.logged-in.admin-bar {
    margin-top:-32px
  }
}
.btn_basic {
  font-family:"Montserrat",sans-serif;
  display:inline-block;
  margin:0;
  color:var(--darkblue);
  font-weight:600;
  font-size:15px;
  line-height:1.3;
  background:transparent;
  -webkit-transition:color 400ms ease;
  transition:color 400ms ease
}
.btn_basic svg {
  display:inline-block;
  fill:currentColor;
  width:6px;
  height:10px;
  margin-left:8px;
  -webkit-transition:transform 400ms ease;
  -webkit-transition:-webkit-transform 400ms ease;
  transition:-webkit-transform 400ms ease;
  transition:transform 400ms ease;
  transition:transform 400ms ease,-webkit-transform 400ms ease
}
.btn_basic.is--white {
  color:var(--white)
}
.btn_basic.icon--front svg {
  width:24px;
  height:24px;
  margin:0 0 0 6px
}
.btn_basic:hover {
  color:var(--darkblue)
}
.btn_basic:hover svg {
  -webkit-transform:translateX(5px);
  transform:translateX(5px)
}
.btn_basic:hover.is--white {
  color:var(--white)
}
.btn_basic:hover.icon--front svg {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
}
.btn_solid {
  font-family:"Montserrat",sans-serif;
  display:inline-block;
  margin:0;
  font-weight:600;
  padding:12px 24px;
  background:var(--darkblue);
  border-radius:0;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  color:var(--white);
  font-size:15px;
  line-height:1.3;
  border:none;
  text-decoration:none;
  cursor:pointer;
  position:relative;
  -webkit-transition:background 400ms ease;
  transition:background 400ms ease
}
.btn_solid.w100 {
  width:100%;
  text-align:center
}
.btn_solid.is--gradient {
  background-color:#ff286d;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#ff286d),color-stop(50%,#bf0641));
  background-image:linear-gradient(180deg,#ff286d,#bf0641 50%);
  background-repeat:repeat-x;
  background-size:100% 200%
}
.btn_solid:hover {
  color:var(--white);
  background-color:var(--navyblue)
}
.btn_solid:hover.is--gradient {
  color:var(--white);
  background-position:0 100%;
  background-color:#ff0253
}
.signup_block .hbspt-form .field .input .bootstrap-select>.dropdown-toggle,
.signup_block .hbspt-form .field .input select,
.signup_block .hbspt-form .field .input textarea.hs-input,
.signup_block .hbspt-form .field .input>input.hs-input {
  border-color:var(--white);
  color:var(--white)
}
.signup_block .hbspt-form .legal-consent-container,
.signup_block .hbspt-form .submitted-message {
  color:var(--white)
}
.signup_block .hbspt-form .legal-consent-container a,
.signup_block .hbspt-form .submitted-message a {
  color:var(--white)
}
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .signup_block .hbspt-form .chosen-choices label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .signup_block .hbspt-form .chosen-single label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha .signup_block .hbspt-form iframe label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha .signup_block .hbspt-form iframe label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area .signup_block .hbspt-form iframe label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form .frm-card-element.StripeElement label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form input[type=email] label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form input[type=number] label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form input[type=password] label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form input[type=tel] label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form input[type=text] label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form input[type=url] label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form select:not(.ui-datepicker-month):not(.ui-datepicker-year) label,
.frm_style_formidable-style.with_frm_style .frm_blank_field .signup_block .hbspt-form textarea label,
.frm_style_formidable-style.with_frm_style .frm_form_field .signup_block .hbspt-form :invalid label,
.signup_block .hbspt-form .frm_form_fields_error_style label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email] label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number] label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password] label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel] label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text] label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url] label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year) label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_blank_field textarea label,
.signup_block .hbspt-form .frm_style_formidable-style.with_frm_style .frm_form_field :invalid label,
.signup_block .hbspt-form .hs-error-msgs label {
  color:#fff1f6
}
.signup_block .hbspt-form .field>label>span {
  color:var(--white)
}
.signup_block .hbspt-form .field>label .hs-form-required {
  color:var(--red)
}
.signup_block .hbspt-form .field .input select.invalid.error,
.signup_block .hbspt-form .field .input textarea.hs-input.invalid.error,
.signup_block .hbspt-form .field .input>input.hs-input.invalid.error {
  background-color:unset
}
.signup_block .hbspt-form .field .input select {
  padding-left:0;
  padding-right:0;
  -webkit-filter:brightness(40);
  filter:brightness(40)
}
.signup_block .hbspt-form .field .input select option {
  color:var(--black)
}
.signup_block .hbspt-form .field .input .bootstrap-select>.dropdown-toggle:after {
  -webkit-filter:brightness(40);
  filter:brightness(40)
}
.signup_block .hbspt-form .field .input .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
  color:var(--white)
}
.signup_block .hbspt-form .field .input ul.inputs-list>*+* {
  margin-top:12px
}
.signup_block .hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input+span,
.signup_block .hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input+span {
  color:var(--white)
}
.signup_block .hbspt-form .field .input ul.inputs-list li.hs-form-booleancheckbox label .hs-input+span:before {
  border:0;
  top:10px;
  width:22px;
  height:22px;
  background:var(--darkblue);
  margin-top:-12px;
  -webkit-box-shadow:none;
  box-shadow:none;
  opacity:0.3;
  -webkit-transition:opacity 300ms ease;
  transition:opacity 300ms ease
}
.signup_block .hbspt-form .field .input ul.inputs-list li.hs-form-booleancheckbox label .hs-input+span:after {
  top:10px;
  width:12px;
  height:8px;
  margin-top:-7px;
  margin-left:5px;
  border:solid var(--white);
  border-width:0 0 2px 2px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  opacity:0;
  -webkit-transition:opacity 300ms ease;
  transition:opacity 300ms ease
}
.signup_block .hbspt-form .field .input ul.inputs-list li.hs-form-booleancheckbox label .hs-input:checked+span:after,
.signup_block .hbspt-form .field .input ul.inputs-list li.hs-form-booleancheckbox label .hs-input:checked+span:before {
  opacity:1
}
.signup_block .hbspt-form .hs_submit.hs-submit {
  margin-top:20px
}
.checkfield {
  display:block;
  padding-left:37px;
  cursor:pointer;
  position:relative
}
.checkfield input {
  position:absolute;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  top:0;
  left:0;
  width:0;
  height:0;
  border:none;
  cursor:pointer
}
.checkfield input:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:22px;
  width:22px;
  background-color:var(--wp--preset--color--light-grey);
  border-radius:3px;
  -webkit-transition:background 400ms linear;
  transition:background 400ms linear
}
.checkfield input:after {
  content:"";
  opacity:0;
  position:absolute;
  left:7px;
  top:4px;
  width:7px;
  height:12px;
  border:solid var(--wp--preset--color--primary);
  border-width:0 3px 3px 0;
  -webkit-transform:rotate(30deg);
  transform:rotate(30deg);
  -webkit-transition:opacity 400ms linear,transform 400ms ease;
  -webkit-transition:opacity 400ms linear,-webkit-transform 400ms ease;
  transition:opacity 400ms linear,-webkit-transform 400ms ease;
  transition:opacity 400ms linear,transform 400ms ease;
  transition:opacity 400ms linear,transform 400ms ease,-webkit-transform 400ms ease
}
.checkfield input:checked:before {
  background-color:var(--wp--preset--color--background);
  outline:1px solid var(--wp--preset--color--primary)
}
.checkfield input:checked:after {
  opacity:1;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
.field_item,
.with_frm_style {
  --field-size:40px
}
.field_item {
  --padd-field:6px 10px;
  width:100%
}
.field_item input[type=email],
.field_item input[type=number],
.field_item input[type=password],
.field_item input[type=phone],
.field_item input[type=search],
.field_item input[type=tel],
.field_item input[type=text],
.field_item input[type=url],
.field_item select,
.field_item textarea {
  font-family:var(--wp--preset--font-family--inter);
  font-size:var(--wp--preset--font-size--medium);
  font-weight:300;
  width:100%;
  height:var(--field-size);
  padding:var(--padd-field);
  color:var(--wp--preset--color--dark-grey);
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid var(--wp--preset--color--light-grey);
  border-radius:3px;
  line-height:1.3;
  margin:0;
  outline:none;
  background-color:var(--wp--preset--color--background)
}
.field_item input[type=email]:focus,
.field_item input[type=number]:focus,
.field_item input[type=password]:focus,
.field_item input[type=phone]:focus,
.field_item input[type=search]:focus,
.field_item input[type=tel]:focus,
.field_item input[type=text]:focus,
.field_item input[type=url]:focus,
.field_item select:focus,
.field_item textarea:focus {
  border-color:var(--wp--preset--color--light-grey)!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  outline:2px solid var(--wp--preset--color--primary)
}
.field_item textarea {
  height:auto;
  resize:none
}
.field_item select {
  padding-right:30px;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSIgdmlld0JveD0iMCAwIDguNDg1IDguNDg1Ij48cGF0aCBkPSJNNiw2SDBWMEgyVjRINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4yNDMpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjMDUzMDM4Ii8+PC9zdmc+);
  background-repeat:no-repeat,repeat;
  background-position:right 10px center;
  background-size:9px auto;
  text-overflow:ellipsis;
  -moz-appearance:none;
  appearance:none;
  -webkit-appearance:none
}
.with_frm_style .frm_primary_label {
  font-size:14px;
  text-transform:uppercase;
  font-weight:500;
  color:var(--wp--preset--color--primary);
  line-height:1;
  margin-bottom:8px
}
.with_frm_style .frm_required {
  color:inherit
}
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .frm_scroll_box .frm_opt_container,
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=password],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style input[type=tel],
.with_frm_style input[type=text],
.with_frm_style input[type=url],
.with_frm_style select,
.with_frm_style textarea {
  font-family:var(--wp--preset--font-family--inter);
  font-size:var(--wp--preset--font-size--medium);
  font-weight:300;
  height:var(--field-size);
  color:var(--wp--preset--color--dark-grey);
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid var(--wp--preset--color--light-grey);
  border-radius:3px
}
.with_frm_style .chosen-container-multi .chosen-choices:focus,
.with_frm_style .chosen-container-single .chosen-single:focus,
.with_frm_style .frm-card-element.StripeElement:focus,
.with_frm_style .frm_scroll_box .frm_opt_container:focus,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=number]:focus,
.with_frm_style input[type=password]:focus,
.with_frm_style input[type=phone]:focus,
.with_frm_style input[type=search]:focus,
.with_frm_style input[type=tel]:focus,
.with_frm_style input[type=text]:focus,
.with_frm_style input[type=url]:focus,
.with_frm_style select:focus,
.with_frm_style textarea:focus {
  border-color:var(--wp--preset--color--light-grey)!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  outline:2px solid var(--wp--preset--color--primary)
}
.with_frm_style textarea {
  height:auto;
  resize:none
}
.with_frm_style select {
  padding-right:30px;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSIgdmlld0JveD0iMCAwIDguNDg1IDguNDg1Ij48cGF0aCBkPSJNNiw2SDBWMEgyVjRINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4yNDMpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjMDUzMDM4Ii8+PC9zdmc+);
  background-repeat:no-repeat,repeat;
  background-position:right 10px center;
  background-size:9px auto;
  -moz-appearance:none;
  appearance:none;
  text-overflow:ellipsis;
  -webkit-appearance:none
}
.with_frm_style .frm_checkbox input[type=checkbox]:before {
  height:22px;
  width:22px;
  background-color:var(--wp--preset--color--light-grey);
  border-radius:3px;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-clip-path:none;
  clip-path:none;
  margin:0;
  border:none;
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:background 400ms linear;
  transition:background 400ms linear
}
.with_frm_style .frm_checkbox input[type=checkbox]:after {
  display:block
}
.with_frm_style .frm_checkbox input[type=checkbox],
.with_frm_style .frm_radio input[type=radio] {
  position:absolute;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:0;
  height:0;
  border:none
}
.with_frm_style .frm_checkbox input[type=checkbox]:checked:before,
.with_frm_style .frm_radio input[type=radio]:checked:before {
  background-color:var(--wp--preset--color--background);
  outline:1px solid var(--wp--preset--color--primary)
}
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
  padding-left:0;
  text-indent:0;
  font-family:var(--wp--preset--font-family--inter);
  font-size:var(--wp--preset--font-size--medium);
  color:var(--wp--preset--color--dark-grey);
  font-weight:300;
  cursor:pointer
}
.with_frm_style .vertical_radio .frm_checkbox label a,
.with_frm_style .vertical_radio .frm_radio label a {
  font-weight:500;
  border-bottom:1px solid;
  -webkit-transition:opacity 300ms linear;
  transition:opacity 300ms linear
}
.with_frm_style .vertical_radio .frm_checkbox label a:hover,
.with_frm_style .vertical_radio .frm_radio label a:hover {
  opacity:var(--linkHoverOpacity,1)
}
.with_frm_style .frm_submit button.frm_button_submit {
  font-family:var(--wp--preset--font-family--inter);
  width:100%;
  -webkit-box-shadow:none;
  box-shadow:none;
  cursor:pointer;
  display:inline-block;
  text-decoration:none;
  word-break:break-word;
  font-weight:500;
  line-height:1.3;
  padding:15px 22px 14px;
  margin:0;
  text-transform:uppercase;
  background-color:var(--wp--preset--color--primary);
  border:none;
  border-radius:3px;
  color:var(--wp--preset--color--background);
  font-size:var(--wp--preset--font-size--small);
  letter-spacing:1.44px;
  text-align:center;
  -webkit-transition:opacity 300ms linear;
  transition:opacity 300ms linear
}
.with_frm_style .frm_submit button.frm_button_submit:hover {
  background-color:var(--wp--preset--color--primary);
  color:var(--wp--preset--color--background);
  opacity:var(--linkHoverOpacity,1)
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom:30px
}
@media (min-width:1400px) {
  .field_item,
  .with_frm_style {
    --field-size:60px
  }
  .field_item {
    --padd-field:6px 15px
  }
}
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid,
.signup_block .hbspt-form .hs-error-msgs {
  color:var(--wp--preset--color--dark-grey);
  border-color:var(--wp--preset--color--tertiary);
  background-color:var(--wp--preset--color--background)
}
.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color:rgba(5,48,56,0.2);
  color:var(--wp--preset--color--dark-grey);
  border:none;
  font-weight:500
}
.frm_style_formidable-style.with_frm_style .frm_blank_field label {
  color:var(--wp--preset--color--tertiary)
}
.frm_style_formidable-style.with_frm_style .frm_error {
  color:var(--wp--preset--color--primary)
}
.frm_success_style,
.with_frm_style .frm_message {
  border:none;
  text-align:center;
  background-color:var(--wp--preset--color--background);
  background-color:rgba(255,255,255,0.6);
  color:var(--wp--preset--color--primary);
  font-weight:500
}
.frm_success_style *>*,
.with_frm_style .frm_message *>* {
  margin-top:12px
}
.with_frm_style .frm_message p {
  color:var(--wp--preset--color--primary);
  margin:0
}
header.cedr_header {
  --heightsize:60px;
  width:100%;
  height:var(--heightsize);
  position:fixed;
  top:0;
  left:0;
  font-family:"Montserrat",sans-serif;
  color:var(--black);
  font-size:15px;
  z-index:10;
  -webkit-box-shadow:0px 3px 20px rgba(0,0,0,0.1);
  box-shadow:0px 3px 20px rgba(0,0,0,0.1)
}
header.cedr_header .wrapper_header {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
header.cedr_header .top_bar {
  background:var(--faintgrey)
}
header.cedr_header .top_bar ul.top_bar_menu {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:20px;
  padding:0;
  margin:0
}
header.cedr_header .top_bar ul.top_bar_menu li:after {
  content:"";
  width:1px;
  height:16px;
  background:var(--mediumgrey);
  display:inline-block;
  position:relative;
  top:3px;
  margin-left:20px
}
header.cedr_header .top_bar ul.top_bar_menu li:last-child {
  margin-right:0
}
header.cedr_header .top_bar ul.top_bar_menu li:last-child:after {
  display:none
}
header.cedr_header .top_bar ul.top_bar_menu li a {
  font-size:14px;
  line-height:1.2;
  font-weight:400;
  color:var(--black);
  -webkit-transition:opacity 400ms ease;
  transition:opacity 400ms ease
}
header.cedr_header .top_bar ul.top_bar_menu li a:hover {
  opacity:0.5
}
header.cedr_header .main_bar {
  background:var(--white);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
header.cedr_header .main_bar .col-12 {
  position:static
}
header.cedr_header .main_bar .navsite_main {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:var(--heightsize)
}
header.cedr_header .main_bar .navsite_main .nav_logo img {
  height:35px
}
header.cedr_header .main_bar .navsite_main .nav_menu {
  width:100%
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation {
  position:static;
  background-color:unset
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation .mega-menu-toggle {
  display:none
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation {
  position:static;
  display:block;
  background-color:transparent
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item>a.mega-menu-link {
  font-size:15px;
  font-weight:600;
  color:var(--navyblue);
  background-color:unset;
  border:none
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item>a.mega-menu-link>span.mega-indicator:after {
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQxNCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNSA2LjQxNEwuMjkzIDEuNzA3QTEgMSAwIDAgMSAuNzM0LjAyYTEgMSAwIDAgMSAuOTczLjI3M0w1IDMuNTg2IDguMjkzLjI5M0ExIDEgMCAwIDEgOS45OC43MzRhMSAxIDAgMCAxLS4yNzMuOTczeiIgZmlsbD0iIzA4Mjk2MCIvPjwvc3ZnPg==) no-repeat;
  background-position:right 0 center;
  background-size:10px auto;
  color:transparent
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link {
  position:relative
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link:after {
  content:"";
  width:3px;
  height:19px;
  background-color:var(--brightblue);
  position:absolute;
  bottom:12px;
  left:0;
  display:block;
  opacity:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link:after {
  opacity:1
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu {
  background-color:var(--white)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row {
  background-color:var(--mediumgrey);
  max-width:none;
  padding:15px;
  margin-top:15px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column {
  width:100%
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>.mega-menu-column+.mega-menu-column {
  margin-top:24px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>.mega-menu-column:first-child>ul.mega-sub-menu>* {
  padding:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>.mega-menu-column:first-child .textwidget {
  font-weight:400;
  color:var(--black)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>*+* {
  margin-top:15px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column {
  font-weight:400;
  color:var(--black)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column h4.mega-block-title {
  font-size:20px;
  color:var(--black);
  text-transform:initial;
  font-weight:400
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item {
  padding:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item>a.mega-menu-link {
  font-size:15px;
  text-transform:initial;
  color:var(--darkblue);
  font-weight:600;
  line-height:1.25;
  -webkit-transition:color 300ms linear;
  transition:color 300ms linear
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item>a.mega-menu-link:hover {
  color:var(--navyblue)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item>a.mega-menu-link .mega-menu-title {
  font-size:15px;
  text-transform:initial;
  color:var(--darkblue);
  font-weight:600;
  line-height:1.25;
  -webkit-transition:color 300ms linear;
  transition:color 300ms linear
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item>a.mega-menu-link .mega-menu-description {
  font-style:normal;
  font-size:14px;
  font-weight:400;
  margin:6px 0 0;
  color:var(--black)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item>a.mega-menu-link:hover .mega-menu-title {
  color:var(--navyblue)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu>.mega-menu-item {
  padding:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu h4.mega-block-title {
  font-size:16px;
  font-weight:600;
  color:var(--navyblue);
  margin-bottom:5px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings {
  list-style:none;
  padding:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings>*+* {
  margin-top:20px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings li .minicard_project {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings li .minicard_project figure {
  width:140px;
  min-width:140px;
  height:84px;
  position:relative;
  border-radius:6px;
  overflow:hidden;
  margin-right:12px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings li .minicard_project figure a {
  display:block
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings li .minicard_project figure img {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings li .minicard_project .cedr_featpr_info>*+* {
  margin-top:6px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_projects>ul.mega-sub-menu ul.featproj_listings li .minicard_project .cedr_featpr_info h4 {
  font-size:15px;
  font-weight:600;
  color:var(--black);
  line-height:1.45
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu>*+* {
  margin-top:14px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu .widget_text h4.mega-block-title {
  font-size:15px;
  font-weight:600;
  color:var(--black)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu .textwidget {
  font-weight:400;
  color:var(--black)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu .textwidget p {
  font-size:14px;
  line-height:1.25
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu .textwidget a {
  display:inline-block;
  margin:0;
  color:var(--darkblue);
  font-weight:600;
  font-size:15px;
  line-height:1.3;
  text-transform:initial;
  background:transparent;
  -webkit-transition:color 400ms ease;
  transition:color 400ms ease
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu .textwidget a:hover {
  color:var(--navyblue)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu>.mega-menu-item {
  padding:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu>.mega-menu-item.widget_media_image {
  width:100%;
  padding-bottom:63%;
  position:relative;
  border-radius:10px;
  overflow:hidden
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_image>ul.mega-sub-menu>.mega-menu-item.widget_media_image img {
  width:100%;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center;
  height:100%;
  top:0;
  left:0;
  position:absolute
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text {
  background-color:var(--navyblue);
  border-radius:6px;
  padding:30px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .mega-block-title {
  font-size:15px;
  font-weight:600;
  color:var(--white)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .textwidget {
  font-weight:400;
  color:var(--white)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .textwidget p {
  font-size:14px;
  line-height:1.25
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .textwidget p:last-child {
  margin-bottom:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .textwidget strong {
  font-size:15px;
  font-weight:600
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .textwidget a {
  display:inline-block;
  margin:0;
  color:var(--brightblue);
  font-weight:600;
  font-size:15px;
  line-height:1.3;
  text-transform:initial;
  background:transparent;
  -webkit-transition:color 400ms ease;
  transition:color 400ms ease
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column.card_blue>ul.mega-sub-menu>.mega-menu-item.widget_text .textwidget a:hover {
  color:var(--darkblue)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu {
  gap:12px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column {
  -ms-flex-item-align:center;
  -ms-grid-row-align:center;
  align-self:center;
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:first-child {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:first-child .mega-menu-link:after {
  content:"";
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDEwIj4NCiAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSI+PC9yZWN0Pg0KICAgIDxwYXRoIGQ9Ik02LDVMMS42LDkuNzFjLS4zMywuMzctLjksLjM5LTEuMjYsLjA2LS4wMi0uMDItLjA0LS4wNC0uMDYtLjA2LS4zNy0uNC0uMzctMS4wMSwwLTEuNDFsMy4wOC0zLjI5TC4yNywxLjcxQy0uMDksMS4zMS0uMDksLjcsLjI3LC4yOSwuNi0uMDcsMS4xNy0uMSwxLjU0LC4yM2MuMDIsLjAyLC4wNCwuMDQsLjA2LC4wNkw2LDVaIiBmaWxsPSIjMUE0RkE2Ij48L3BhdGg+DQo8L3N2Zz4=) no-repeat;
  background-position:right 0 center;
  background-size:6px auto;
  display:inline-block;
  width:6px;
  height:10px;
  position:relative;
  margin-left:8px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item a.mega-menu-link {
  padding-left:32px;
  position:relative
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item a.mega-menu-link:before {
  content:"";
  background:no-repeat center/contain;
  display:inline-block;
  width:24px;
  height:24px;
  position:absolute;
  top:-1px;
  left:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item.faqs_icon a.mega-menu-link:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0IDI0KSByb3RhdGUoMTgwKSIgZmlsbD0iIzFhNGZhNiIgb3BhY2l0eT0iMCIvPjxwYXRoIGQ9Ik0xMiwyQTEwLDEwLDAsMSwwLDIyLDEyLDEwLDEwLDAsMCwwLDEyLDJabTAsMThhOCw4LDAsMSwxLDgtOEE4LDgsMCwwLDEsMTIsMjBaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTEyLDZBMy41LDMuNSwwLDAsMCw4LjUsOS41YTEsMSwwLDEsMCwyLDBBMS41LDEuNSwwLDEsMSwxMiwxMWExLDEsMCwwLDAtMSwxdjJhMSwxLDAsMCwwLDIsMFYxMi44NEEzLjQ5LDMuNDksMCwwLDAsMTIsNloiIGZpbGw9IiMxYTRmYTYiLz48Y2lyY2xlIGN4PSIxIiBjeT0iMSIgcj0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEgMTYpIiBmaWxsPSIjMWE0ZmE2Ii8+PC9zdmc+)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item.phone_icon a.mega-menu-link:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTcuNCwyMkExNS40MiwxNS40MiwwLDAsMSwyLDYuNiw0LjYsNC42LDAsMCwxLDYuNiwyYTMuOTQsMy45NCwwLDAsMSwuNzcuMDcsMy43OSwzLjc5LDAsMCwxLC43Mi4xOEExLDEsMCwwLDEsOC43NCwzbDEuMzcsNmExLDEsMCwwLDEtLjI2LjkyYy0uMTMuMTQtLjE0LjE1LTEuMzcuNzlhOS45MSw5LjkxLDAsMCwwLDQuODcsNC44OWMuNjUtMS4yNC42Ni0xLjI1LjgtMS4zOGExLDEsMCwwLDEsLjkyLS4yNmw2LDEuMzdhMSwxLDAsMCwxLC43Mi42NSw0LjM0LDQuMzQsMCwwLDEsLjE5LjczLDQuNzcsNC43NywwLDAsMSwuMDYuNzZBNC42LDQuNiwwLDAsMSwxNy40LDIyWk02LjYsNEEyLjYxLDIuNjEsMCwwLDAsNCw2LjYsMTMuNDEsMTMuNDEsMCwwLDAsMTcuNCwyMCwyLjYxLDIuNjEsMCwwLDAsMjAsMTcuNHYtLjMzTDE1LjM2LDE2bC0uMjkuNTVjLS40NS44Ny0uNzgsMS41LTEuNjIsMS4xNkExMS44NSwxMS44NSwwLDAsMSw2LjI3LDEwLjVjLS4zNi0uNzguMzItMS4xNCwxLjE4LTEuNTlMOCw4LjY0LDYuOTMsNFoiIGZpbGw9IiMxYTRmYTYiLz48L3N2Zz4=)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item.mail_icon a.mega-menu-link:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTksNEg1QTMsMywwLDAsMCwyLDdWMTdhMywzLDAsMCwwLDMsM0gxOWEzLDMsMCwwLDAsMy0zVjdhMywzLDAsMCwwLTMtM1ptLS42NywyTDEyLDEwLjc1LDUuNjcsNlpNMTksMThINWExLDEsMCwwLDEtMS0xVjcuMjVsNy40LDUuNTVhMSwxLDAsMCwwLDEuMiwwTDIwLDcuMjVWMTdBMSwxLDAsMCwxLDE5LDE4WiIgZmlsbD0iIzFhNGZhNiIvPjwvc3ZnPg==)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item.pen_icon a.mega-menu-link:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTksMjBINWExLDEsMCwwLDAsMCwySDE5YTEsMSwwLDAsMCwwLTJaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTUsMThoLjA5bDQuMTctLjM4YTIsMiwwLDAsMCwxLjIxLS41N2w5LTlhMS45MiwxLjkyLDAsMCwwLS4wNy0yLjcxTDE2LjY2LDIuNkEyLDIsMCwwLDAsMTQsMi41M2wtOSw5YTIsMiwwLDAsMC0uNTcsMS4yMUw0LDE2LjkxQTEsMSwwLDAsMCw1LDE4Wk0xNS4yNyw0LDE4LDYuNzMsMTYsOC42OCwxMy4zMiw2Wm0tOC45LDguOTFMMTIsNy4zMmwyLjcsMi43LTUuNiw1LjYtMywuMjhaIiBmaWxsPSIjMWE0ZmE2Ii8+PC9zdmc+)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:last-child:not(:first-child) .mega-menu-item.nav_icon a.mega-menu-link:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTMuNjcsMjJoLS4wNmExLDEsMCwwLDEtLjkyLS44TDExLDEzLDIuOCwxMS4zMWExLDEsMCwwLDEtLjEyLTEuOTNsMTYtNS4zM0ExLDEsMCwwLDEsMjAsNS4zMmwtNS4zMywxNkExLDEsMCwwLDEsMTMuNjcsMjJaTTYuODcsMTAuMWw1LjE5LDEuMDZhMSwxLDAsMCwxLC43OS43OGwxLjA1LDUuMTlMMTcuNDIsNi41OFoiIGZpbGw9IiMxYTRmYTYiLz48L3N2Zz4=)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item {
  padding:0;
  width:auto
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column>ul.mega-sub-menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  gap:12px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column>ul.mega-sub-menu .mega-menu-link {
  display:inline-block;
  margin:0;
  color:var(--darkblue);
  font-weight:600;
  font-size:15px;
  line-height:1.3;
  text-transform:initial;
  background:transparent;
  -webkit-transition:color 400ms ease;
  transition:color 400ms ease
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column>ul.mega-sub-menu .mega-menu-link:hover {
  color:var(--darkblue)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu {
  display:inline-block;
  width:100%
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link {
  display:none;
  margin:0;
  font-weight:600;
  padding:11px 30px;
  background:var(--darkblue);
  border-radius:0;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  color:var(--white);
  font-size:15px;
  line-height:1.3;
  border:none;
  text-decoration:none;
  cursor:pointer;
  position:relative;
  -webkit-transition:background 400ms ease;
  transition:background 400ms ease
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link>span.mega-indicator:after {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQxNCIgdmlld0JveD0iMCAwIDEwIDYuNDE0Ij48cGF0aCBkPSJNMzI0LDIxMi40MTRsLTQuNzA3LTQuNzA3YTEsMSwwLDEsMSwxLjQxNC0xLjQxNEwzMjQsMjA5LjU4NmwzLjI5My0zLjI5M2ExLDEsMCwxLDEsMS40MTQsMS40MTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE5IC0yMDYpIiBmaWxsPSIjRkZGIi8+PC9zdmc+)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link:after {
  display:none
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link:hover {
  background-color:var(--navyblue)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link:hover.is--gradient {
  color:var(--white);
  background-position:0 100%;
  background-color:#ff0253
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu>.mega-menu-row {
  border-top:1px solid var(--mediumgrey);
  padding-top:10px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item:first-child {
  display:none
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item .textwidget {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-column-gap:14px;
  -moz-column-gap:14px;
  column-gap:14px;
  row-gap:18px
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item .textwidget a {
  width:calc(50% - 7px)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic {
  padding-left:32px;
  position:relative
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic:before {
  content:"";
  background:no-repeat center/contain;
  display:inline-block;
  width:24px;
  height:24px;
  position:absolute;
  top:-1px;
  left:0
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic.join_icon:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMjEsNkgyMFY1YTEsMSwwLDAsMC0yLDBWNkgxN2ExLDEsMCwwLDAsMCwyaDFWOWExLDEsMCwwLDAsMiwwVjhoMWExLDEsMCwwLDAsMC0yWiIgZmlsbD0iIzFhNGZhNiIvPjxwYXRoIGQ9Ik0xMCwxMUE0LDQsMCwxLDAsNiw3LDQsNCwwLDAsMCwxMCwxMVptMC02QTIsMiwwLDEsMSw4LDcsMiwyLDAsMCwxLDEwLDVaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTEwLDEzYTcsNywwLDAsMC03LDcsMSwxLDAsMCwwLDIsMCw1LDUsMCwwLDEsMTAsMCwxLDEsMCwwLDAsMiwwQTcsNywwLDAsMCwxMCwxM1oiIGZpbGw9IiMxYTRmYTYiLz48L3N2Zz4=)
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic.login_icon:before {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjQpIHJvdGF0ZSgtOTApIiBmaWxsPSIjMWE0ZmE2IiBvcGFjaXR5PSIwIi8+PHBhdGggZD0iTTE5LDRIMTdhMSwxLDAsMCwwLDAsMmgxVjE4SDE3YTEsMSwwLDAsMCwwLDJoMmExLDEsMCwwLDAsMS0xVjVBMSwxLDAsMCwwLDE5LDRaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTExLjgsNy40YTEsMSwwLDEsMC0xLjYsMS4yTDEyLDExSDRhMSwxLDAsMCwwLDAsMmg4LjA5bC0xLjcyLDIuNDRBMSwxLDAsMCwwLDEyLDE2LjZsMi44Mi00YTEsMSwwLDAsMCwwLTEuMThaIiBmaWxsPSIjMWE0ZmE2Ii8+PC9zdmc+)
}
header.cedr_header .main_bar .burger_icon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:10px;
  background:unset;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin-left:auto;
  position:relative;
  outline:none;
  border:none;
  -webkit-transition:transform 300ms ease;
  -webkit-transition:-webkit-transform 300ms ease;
  transition:-webkit-transform 300ms ease;
  transition:transform 300ms ease;
  transition:transform 300ms ease,-webkit-transform 300ms ease
}
header.cedr_header .main_bar .burger_icon span {
  width:18px;
  height:3px;
  background-color:var(--navyblue);
  border-radius:10px;
  -webkit-transition:transform 300ms ease;
  -webkit-transition:-webkit-transform 300ms ease;
  transition:-webkit-transform 300ms ease;
  transition:transform 300ms ease;
  transition:transform 300ms ease,-webkit-transform 300ms ease
}
header.cedr_header .main_bar .burger_icon span+span {
  margin-top:4px
}
header.cedr_header .main_bar .burger_icon.is--active {
  -webkit-transform:translate3d(-2px,4px,0) rotate(45deg);
  transform:translate3d(-2px,4px,0) rotate(45deg)
}
header.cedr_header .main_bar .burger_icon.is--active span+span {
  -webkit-transform:translate3d(0,-7px,0) rotate(-90deg);
  transform:translate3d(0,-7px,0) rotate(-90deg)
}
@media (max-width:767px) {
  header.cedr_header .top_bar ul.top_bar_menu li {
    width:calc(50% - 10px);
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
  header.cedr_header .main_bar .navsite_main {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  header.cedr_header .main_bar .burger_icon {
    position:absolute;
    right:2px
  }
}
@media (min-width:768px) {
  header.cedr_header {
    --heightsize:70px
  }
  header.cedr_header .main_bar .navsite_main .nav_logo img {
    height:46px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu {
    width:50vw;
    top:var(--heightsize)
  }
}
@media (max-width:1199px) {
  header.cedr_header .wrapper_header>.top_bar {
    display:none
  }
  header.cedr_header .top_bar {
    padding:30px 0;
    text-align:center;
    margin-top:calc(var(--gap) * 3)
  }
  header.cedr_header .top_bar ul.top_bar_menu {
    margin-top:calc(var(--gap) * 3)
  }
  header.cedr_header .top_bar ul.top_bar_menu li:after {
    display:none
  }
  header.cedr_header .main_bar .navsite_main .nav_menu {
    position:fixed;
    top:var(--heightsize);
    left:0;
    bottom:0;
    background:var(--white);
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    overflow:hidden;
    overflow-y:auto;
    -webkit-transition:-webkit-transform 400ms ease;
    transition:-webkit-transform 400ms ease;
    transition:transform 400ms ease;
    transition:transform 400ms ease,-webkit-transform 400ms ease
  }
  header.cedr_header .main_bar .navsite_main .nav_menu:before {
    content:"";
    width:200%;
    height:100%;
    background-color:var(--black);
    position:absolute;
    top:0;
    left:100%;
    opacity:0;
    pointer-events:none;
    -webkit-transition:opacity 400ms linear;
    transition:opacity 400ms linear
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    background-position-x:0
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu {
    display:block
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>.mega-menu-column:nth-child(3):not(:last-child) {
    margin-top:15px
  }
  header.cedr_header.mobile--open .main_bar .navsite_main .nav_menu {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  header.cedr_header.mobile--open .main_bar .navsite_main .nav_menu:before {
    opacity:0.3;
    pointer-events:auto
  }
}
@media (min-width:1200px) {
  header.cedr_header {
    height:130px
  }
  header.cedr_header .top_bar {
    height:40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
  }
  header.cedr_header .top_bar ul.top_bar_menu {
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
  }
  header.cedr_header .main_bar {
    height:90px
  }
  header.cedr_header .main_bar .burger_icon {
    display:none
  }
  header.cedr_header .main_bar .navsite_main {
    height:auto
  }
  header.cedr_header .main_bar .navsite_main .nav_logo img {
    width:90px;
    height:auto
  }
  header.cedr_header .main_bar .navsite_main .nav_menu {
    width:auto;
    margin-left:auto;
    top:auto
  }
  header.cedr_header .main_bar .navsite_main .nav_menu .top_bar {
    display:none
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link:after {
    width:calc(100% - 20px);
    height:3px;
    bottom:-25px;
    left:10px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu {
    margin-top:25px;
    border-top:1px solid var(--faintgrey);
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-transform:none;
    transform:none
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row {
    max-width:1320px;
    -ms-flex-item-align:center;
    -ms-grid-row-align:center;
    align-self:center;
    padding:33px 15px 48px 15px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>.mega-menu-column+.mega-menu-column {
    margin-top:0
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row:first-child>ul.mega-sub-menu>.mega-menu-column:first-child {
    max-width:280px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column h4.mega-block-title {
    font-size:24px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item {
    padding-left:15px;
    padding-right:15px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row>ul.mega-sub-menu>.mega-menu-column:last-child {
    float:right
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row {
    max-width:none;
    padding:0;
    height:60px;
    margin-top:0
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu {
    max-width:1320px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-left:auto;
    margin-right:auto;
    height:100%;
    gap:0;
    padding:0 15px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column {
    width:auto;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column:first-child {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column li.mega-menu-item {
    padding:0;
    width:auto
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>.mega-sub-menu .mega-menu-row.jbc-mega--bottom-row>ul.mega-sub-menu>.mega-menu-column>ul.mega-sub-menu {
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    gap:30px;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu {
    width:auto;
    position:relative
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link {
    display:block;
    font-size:14px;
    z-index:1000
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu {
    margin-top:0;
    top:-12px;
    left:-12px;
    right:-12px;
    width:auto;
    border:1px solid var(--mediumgrey);
    border-radius:0;
    padding:81px 12px 24px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu>.mega-menu-row {
    border:none;
    padding:0
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item:first-child {
    display:block;
    border-bottom:1px solid var(--mediumgrey);
    padding-bottom:16px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item .textwidget a {
    width:100%
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu.mega-toggle-on>.mega-sub-menu {
    display:block
  }
}
@media (min-width:1400px) {
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>*+* {
    margin-left:10px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link {
    font-size:16px
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation>li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu>a.mega-menu-link {
    font-size:15px
  }
}
footer.cedr_footer {
  font-family:"Montserrat",sans-serif;
  color:var(--black);
  font-size:15px;
  text-align:center
}
footer.cedr_footer p {
  color:#A6C7FF;
  font-size:14px;
  line-height:1.4
}
footer.cedr_footer .logo_footer {
  width:100px;
  height:auto;
  margin:0 auto;
  display:block
}
footer.cedr_footer .menu_footer ul {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:20px;
  margin:0;
  padding:0;
  text-align:left
}
footer.cedr_footer .menu_footer ul li {
  width:calc(50% - 10px)
}
footer.cedr_footer .menu_footer ul li a {
  font-size:13px;
  font-weight:600;
  line-height:1.12;
  color:var(--white);
  -webkit-transition:opacity 400ms ease;
  transition:opacity 400ms ease
}
footer.cedr_footer .menu_footer ul li a:hover {
  opacity:0.5
}
footer.cedr_footer ul.social_media_wrapper {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:30px;
  margin:0;
  padding:0
}
footer.cedr_footer ul.social_media_wrapper li a img {
  -webkit-transition:transform 400ms ease;
  -webkit-transition:-webkit-transform 400ms ease;
  transition:-webkit-transform 400ms ease;
  transition:transform 400ms ease;
  transition:transform 400ms ease,-webkit-transform 400ms ease
}
footer.cedr_footer ul.social_media_wrapper li a:hover img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
}
footer.cedr_footer .ft_bottom {
  --pad-margin:48px;
  border-top:1px solid #395480;
  padding-top:var(--pad-margin);
  margin-top:var(--pad-margin);
  text-align:center
}
footer.cedr_footer .ft_bottom .copy_reg {
  font-size:12px;
  margin-top:8px
}
footer.cedr_footer .ft_bottom ul {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:20px;
  margin:24px 0 0;
  padding:0
}
footer.cedr_footer .ft_bottom ul li:after {
  content:"";
  width:1px;
  height:16px;
  background:#395480;
  display:inline-block;
  position:relative;
  top:3px;
  margin-left:20px
}
footer.cedr_footer .ft_bottom ul li:last-child {
  margin-right:0
}
footer.cedr_footer .ft_bottom ul li:last-child:after {
  display:none
}
footer.cedr_footer .ft_bottom ul li a {
  font-size:14px;
  line-height:1.2;
  color:var(--white);
  -webkit-transition:opacity 400ms ease;
  transition:opacity 400ms ease
}
footer.cedr_footer .ft_bottom ul li a:hover {
  opacity:0.5
}
footer.cedr_footer .btn_solid:hover {
  background-color:#0c377d
}
@media (min-width:768px) {
  footer.cedr_footer .menu_footer ul {
    text-align:center
  }
  footer.cedr_footer .menu_footer ul li {
    width:calc(33.33333333% - 14px)
  }
  footer.cedr_footer .menu_footer_wrapper .gap24>*+* {
    margin-top:0
  }
}
@media (min-width:992px) {
  footer.cedr_footer .menu_footer ul {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  footer.cedr_footer .menu_footer ul li {
    width:auto
  }
  footer.cedr_footer .ft_bottom {
    --pad-margin:60px
  }
}
@media (min-width:1200px) {
  footer.cedr_footer .btn_ft_side,
  footer.cedr_footer .menu_footer_wrapper {
    margin-left:auto;
    margin-top:0;
    text-align:left
  }
  footer.cedr_footer .menu_footer ul {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
  }
  footer.cedr_footer .menu_footer_wrapper .col_center_contact {
    text-align:center
  }
  footer.cedr_footer ul.social_media_wrapper {
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
  }
  footer.cedr_footer .ft_bottom {
    text-align:left
  }
  footer.cedr_footer .ft_bottom ul {
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin:0
  }
}
@media (min-width:1400px) {
  footer.cedr_footer .menu_footer ul li a {
    font-size:15px
  }
}
.blog_listings {
  gap:30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-line-pack:start;
  align-content:flex-start;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.blog_card {
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-line-pack:start;
  align-content:flex-start;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
  gap:15px
}
.blog_card a {
  -webkit-transition:opacity 300ms linear;
  transition:opacity 300ms linear
}
.blog_card a:hover {
  opacity:var(--linkHoverOpacity,1)
}
.blog_card .blog_photo {
  width:35%
}
.blog_card .blog_photo a {
  width:100%;
  display:block;
  padding-bottom:66%;
  position:relative
}
.blog_card .blog_photo a img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center
}
.blog_card .blog_info {
  width:65%
}
.blog_card .blog_info>:not(:last-child) {
  margin-bottom:8px
}
.blog_card .blog_info .has-dark-grey-color {
  font-size:12px;
  font-weight:500;
  display:inline-block;
  text-transform:capitalize
}
.blog_card .blog_info h4 {
  font-size:16px;
  font-weight:700
}
.blog_card .blog_info p {
  display:none
}
.blog_card .blog_info .author_det {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-line-pack:start;
  align-content:flex-start;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  margin-top:auto;
  gap:10px
}
.blog_card .blog_info .author_det .author_img {
  width:34px;
  min-width:34px;
  height:34px;
  border-radius:50%;
  position:relative;
  overflow:hidden;
  display:none
}
.blog_card .blog_info .author_det .author_img img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  -o-object-fit:cover;
  object-fit:cover;
  -o-object-position:center;
  object-position:center
}
.blog_card .blog_info .author_det .post_details {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-line-pack:start;
  align-content:flex-start;
  -webkit-box-align:baseline;
  -ms-flex-align:baseline;
  align-items:baseline;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-column-gap:15px;
  -moz-column-gap:15px;
  column-gap:15px;
  row-gap:5px
}
.blog_card .blog_info .author_det .post_details .a_name {
  font-size:12px;
  font-weight:500;
  color:var(--wp--preset--color--primary)
}
.blog_card .blog_info .author_det .post_details .a_date {
  font-size:10px;
  font-weight:300;
  line-height:1
}
@media (min-width:768px) {
  .blog_listings {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-column-gap:40px;
    -moz-column-gap:40px;
    column-gap:40px;
    row-gap:60px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
  .blog_listings>* {
    width:calc(50% - 20px)
  }
  .blog_card {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .blog_card .blog_photo {
    width:100%
  }
  .blog_card .blog_info {
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-line-pack:start;
    align-content:flex-start;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .blog_card .blog_info h4 {
    line-height:1.5
  }
  .blog_card .blog_info .author_det .author_img {
    display:block
  }
  .blog_card .blog_info .author_det .post_details {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    gap:2px
  }
}
@media (min-width:992px) {
  .blog_listings>* {
    width:calc(25% - 30px)
  }
}
@media (min-width:1400px) {
  .blog_card {
    gap:20px
  }
  .blog_card .blog_info .has-dark-grey-color {
    font-size:16px
  }
  .blog_card .blog_info h4 {
    font-size:20px
  }
  .blog_card .blog_info p {
    display:block
  }
}
.slick-slider {
  position:relative;
  display:block;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent
}
.slick-list {
  position:relative;
  display:block;
  overflow:hidden;
  margin:0;
  padding:0
}
.slick-list:focus {
  outline:none
}
.slick-list.dragging {
  cursor:pointer;
  cursor:hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
}
.slick-track {
  position:relative;
  top:0;
  left:0;
  display:block;
  margin-left:auto;
  margin-right:auto
}
.slick-track:after,
.slick-track:before {
  display:table;
  content:""
}
.slick-track:after {
  clear:both
}
.slick-loading .slick-track {
  visibility:hidden
}
.slick-slide {
  display:none;
  float:left;
  height:100%;
  min-height:1px
}
[dir=rtl] .slick-slide {
  float:right
}
.slick-slide img {
  display:block
}
.slick-slide.slick-loading img {
  display:none
}
.slick-slide.dragging img {
  pointer-events:none
}
.slick-initialized .slick-slide {
  display:block
}
.slick-loading .slick-slide {
  visibility:hidden
}
.slick-vertical .slick-slide {
  display:block;
  height:auto;
  border:1px solid transparent
}
.slick-arrow.slick-hidden {
  display:none
}
.slick-dots {
  list-style:none;
  margin:0;
  padding:30px 0 0;
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.slick-dots li {
  padding:0 10px
}
.slick-dots li button {
  display:inline-block;
  vertical-align:top;
  width:10px;
  height:10px;
  border-radius:6px;
  padding:0;
  border:0;
  font-size:0;
  line-height:0;
  background-color:var(--mediumgrey);
  -webkit-transition:width 400ms ease;
  transition:width 400ms ease
}
.slick-dots li.slick-active button {
  width:20px;
  background-color:var(--brightblue)
}
.slick-dots li:only-child {
  display:none
}
.white_dots .slick-dots li button:before {
  border:1px solid var(--white)
}
.white_dots .slick-dots li.slick-active button:before {
  background-color:var(--white)
}
.arrows_cedr {
  position:relative;
  margin:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:10px
}
.arrows_cedr .slick-arrow {
  width:46px;
  min-width:46px;
  height:46px;
  position:relative;
  top:auto;
  -webkit-transform:none;
  transform:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-color:transparent;
  border-radius:50%;
  border:2px solid #A6C7FF;
  text-indent:-99999px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  white-space:nowrap;
  overflow:hidden
}
.arrows_cedr .slick-arrow:before {
  display:none
}
.arrows_cedr .slick-arrow svg {
  width:100%;
  height:100%;
  z-index:1;
  position:relative;
  -webkit-transition:-webkit-transform 300ms ease;
  transition:-webkit-transform 300ms ease;
  transition:transform 300ms ease;
  transition:transform 300ms ease,-webkit-transform 300ms ease
}
.arrows_cedr .slick-arrow:focus svg,
.arrows_cedr .slick-arrow:hover svg {
  -webkit-transform:scale(1.2);
  transform:scale(1.2)
}
.arrows_cedr .slick-arrow:focus {
  outline:none
}
.arrows_cedr .slick-arrow.slick-next {
  right:auto
}
.arrows_cedr .slick-arrow.slick-prev {
  left:auto
}
.arrows_cedr .slick-arrow.slick-disabled {
  opacity:0.5
}
.animate.anim-fadein {
  opacity:0;
  -webkit-transition:opacity 800ms linear;
  transition:opacity 800ms linear
}
.animate.anim-fadein.animated {
  opacity:1
}
.animate.anim-fadein_up {
  opacity:0;
  -webkit-transform:translate(0,30px);
  transform:translate(0,30px);
  -webkit-transition:opacity 400ms linear,transform 800ms ease;
  -webkit-transition:opacity 400ms linear,-webkit-transform 800ms ease;
  transition:opacity 400ms linear,-webkit-transform 800ms ease;
  transition:opacity 400ms linear,transform 800ms ease;
  transition:opacity 400ms linear,transform 800ms ease,-webkit-transform 800ms ease
}
.animate.anim-fadein_up.animated {
  opacity:1;
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
}
.animate.delay50 {
  -webkit-transition-delay:500ms;
  transition-delay:500ms
}
.animate.delay100 {
  -webkit-transition-delay:1s;
  transition-delay:1s
}
.animate.delay125 {
  -webkit-transition-delay:1250ms;
  transition-delay:1250ms
}
@-webkit-keyframes fadeInEffect {
  0% {
    opacity:0
  }
  to {
    opacity:1
  }
}
@keyframes fadeInEffect {
  0% {
    opacity:0
  }
  to {
    opacity:1
  }
}
