.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section-1 {
  background-color: #007fff;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.grid {
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  height: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
}

.container {
  display: block;
}

.section-2 {
  display: none;
  margin-bottom: 10px;
  padding-top: 0px;
  border-bottom: 1px solid #dedede;
}

.grid-2 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-content {
  display: block;
}

.grid-social {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.image {
  height: 40px;
  color: #fff;
  text-align: left;
}

.text-block-2 {
  color: #fff;
}

.div-block-3 {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #df4a32;
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.div-block-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #00aaf0;
  color: #fff;
  text-align: center;
}

.section-content {
  height: auto;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 67px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-title {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}

.top-social-container {
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  text-align: right;
}

.paragraph {
  padding-top: 5px;
}

.top-alert-2 {
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 10px 5px 10px 15px;
  border-bottom: 1px none #000;
  border-left: 4px solid #333;
  background-color: #f1f1f1;
  font-style: italic;
}

.image-div {
  display: block;
  margin-bottom: 20px;
}

.p-content {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #444;
  font-size: 18px;
  line-height: 28px;
}

.list {
  margin-top: 30px;
  margin-bottom: 35px;
  list-style-type: disc;
}

.list-item-1 {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 26px;
}

.heading-2 {
  font-size: 24px;
}

.heading-body {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 46px;
  font-weight: 400;
}

.image-2 {
  width: 100%;
  margin-bottom: 10px;
}

.special-offer-block {
  padding: 15px;
  border: 1px solid #000;
  border-radius: 1px;
  background-color: #fff8d5;
}

.heading-4 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.button {
  display: block;
  margin-top: 17px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #254921;
  box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.52);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.section-4 {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #333;
}

.container-3 {
  color: #fff;
}

.link {
  color: #fff;
}

.paragraph-4 {
  color: #c4c4c4;
  text-align: center;
}

.paragraph-5 {
  color: #dadada;
  text-align: center;
}

.sidebar-banner {
  position: static;
  top: 10px;
  width: 90%;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.main-image {
  width: 100%;
}

.body-image {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 0 3px 11px -5px #000;
}

.date-container {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.floating-div {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(6, 180, 90, 0.7);
  opacity: 0;
  text-align: center;
}

.fb-link {
  border-radius: 10px;
  background-color: #3a579d;
  text-decoration: none;
}

.twitter-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #00aaf0;
  text-align: center;
  text-decoration: none;
}

.gplus-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #df4a32;
  text-decoration: none;
}

.breadcrumbs {
  font-family: Oswald, sans-serif;
  color: #666;
  font-size: 14px;
}

.header-thumb-container {
  max-width: 100%;
  padding: 6px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #f1f1f1;
  text-align: left;
}

.image-6 {
  display: block;
  max-height: 50px;
  max-width: 50px;
  float: left;
  clear: both;
}

.div-block-8 {
  display: inline-block;
  padding-left: 10px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar-banner-link {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding: 5px;
  border: 1px solid #dedede;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.special-p {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 24px;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  height: auto;
  border-radius: 0px;
  background-color: #3898ec;
  box-shadow: 0 8px 13px -11px #000;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  text-shadow: 0 0 1px #474343;
}

.italic-text {
  font-size: 16px;
}

.top-alert {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: rgba(213, 255, 249, 0.6);
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: minmax(0px, 0.25fr) 0px 1fr;
  grid-template-columns: minmax(0px, 0.25fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  width: 120px;
  height: auto;
  background-color: #0e1a74;
  text-align: center;
}

.text-block-6 {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.text-block-7 {
  margin-top: 10px;
  background-color: #000;
  color: #fff;
}

.paragraph-6 {
  padding-top: 0px;
}

.bold-text-3 {
  font-size: 28px;
  line-height: 35px;
}

.div-block-11 {
  padding: 20px 10px;
  background-color: #f1f1f1;
}

.div-block-12 {
  margin-top: 10px;
  padding: 15px;
  background-color: #f1f1f1;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: right;
}

.div-block-14 {
  background-color: transparent;
}

.div-block-15 {
  background-color: #0e1370;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  height: 30px;
  padding-left: 15px;
  background-color: #1c0d52;
  color: #fff;
  line-height: 30px;
}

.div-block-17 {
  width: 87%;
  height: 30px;
  background-color: #1a104f;
}

.div-block-18 {
  width: auto;
}

.text-block-8 {
  display: block;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  text-align: right;
}

.div-block-17-copy {
  width: 93%;
  height: 30px;
  background-color: #1a104f;
}

.div-block-19 {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.cta-bottom {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.bold-text-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.main-subtitle {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
}

.day-block {
  padding: 10px;
  border-left: 2px solid #77d3d6;
  background-color: rgba(0, 0, 0, 0.02);
}

.day-header {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 13px;
  background-color: #77d3d6;
  font-size: 24px;
  font-weight: 700;
}

.sidebar-featured-link {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: underline;
}

.sidebar-featured-text {
  text-align: center;
  text-decoration: none;
}

.div-block-21 {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.image-8 {
  width: 80%;
}

.sidebar-testi {
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon-2.icon-facebook {
  width: 50px;
  height: 50px;
  background-color: #3b5998;
}

.social-icon-2.icon-facebook:hover {
  background-color: #284685;
}

.social-icon-2.icon-twitter {
  width: 50px;
  height: 50px;
  background-color: #1da1f2;
}

.social-icon-2.icon-twitter:hover {
  background-color: #1092e2;
}

.social-icon-2.icon-instagram {
  width: 50px;
  height: 50px;
  background-color: #703906;
}

.social-icon-2.icon-instagram:hover {
  background-color: #5d2f04;
}

.social-icon-2.icon-pinterest {
  width: 50px;
  height: 50px;
  background-color: #bd081c;
}

.social-icon-2.icon-pinterest:hover {
  background-color: #a50416;
}

.sidebar-social-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sidebar-social {
  padding-right: 0px;
}

.heading-6 {
  border-bottom: 1px solid #ddd;
}

.sidebar-heading {
  margin-top: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 90.7%, 0.5);
  font-family: Oswald, sans-serif;
  color: #666;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.bold-text-5 {
  font-weight: 300;
}

.sidebar-testi-container {
  text-align: center;
}

.tag {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.tag-container {
  padding-top: 10px;
  padding-bottom: 5px;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.label {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label.label-green {
  background-color: #39b54a;
}

.image-9 {
  border-radius: 10px;
}

.image-10 {
  border-radius: 10px;
}

.grid-5 {
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-11 {
  width: 100%;
}

.reference-block {
  position: relative;
  padding: 16px 15px 15px;
  border-radius: 10px;
  background-color: rgba(224, 250, 255, 0.7);
  box-shadow: 0 3px 11px -5px #000;
}

.paragraph-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  line-height: 24px;
}

.heading-7 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  font-family: Oswald, sans-serif;
  color: #888;
  font-size: 12px;
  font-weight: 300;
}

.section-advertorial {
  background-color: #333;
  text-align: center;
}

.p-advertorial {
  margin-bottom: 0px;
  color: #ddd;
}

.addthis_inline_share_toolbox_u9mj {
  text-align: right;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.verified-customer {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #0004ff;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

@media (max-width: 991px) {
  .nav-link-2 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    background-color: #000;
  }
  .grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }
  .main-content {
    width: 100%;
  }
  .grid-social {
    margin-bottom: 10px;
  }
  .social-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .text-block-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #fff;
    text-align: center;
  }
  .div-block-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 10px;
    background-color: #df4a32;
    text-align: center;
  }
  .text-block-3 {
    color: #fff;
  }
  .div-block-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 10px;
    background-color: #00aaf0;
  }
  .section-content {
    padding-top: 10px;
  }
  .main-title {
    display: block;
    font-size: 36px;
  }
  .icon {
    color: #fff;
  }
  .sidebar-div {
    width: 50%;
    text-align: center;
  }
  .custom-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .floating-div {
    opacity: 0;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .header-thumb-container {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-7 {
    padding-top: 10px;
  }
  .sidebar-banner-link {
    position: static;
  }
  .top-alert {
    font-size: 18px;
    line-height: 24px;
  }
  .social-icon-2 {
    cursor: pointer;
  }
  .paragraph-7 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .grid {
    grid-template-areas: ".";
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .grid-social {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .social-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .container-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-content {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-title {
    font-size: 28px;
    line-height: 33px;
  }
  .top-social-container {
    float: none;
    text-align: left;
  }
  .heading-body {
    line-height: 32px;
  }
  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand {
    padding-left: 0px;
  }
  .breadcrumbs {
    margin-top: 0px;
  }
  .button-2 {
    font-size: 18px;
    line-height: 20px;
  }
  .grid-4 {
    grid-template-areas: ".";
    -ms-grid-columns: minmax(0px, 0.5fr) 1fr;
    grid-template-columns: minmax(0px, 0.5fr) 1fr;
  }
  .addthis_inline_share_toolbox_u9mj {
    float: none;
    clear: none;
  }
  .columns {
    display: block;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .navbar {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0px;
  }
  .grid {
    grid-template-areas: ".";
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .grid-social {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
  }
  .social-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 9px;
  }
  .div-block-3 {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-4 {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .section-content {
    padding-top: 5px;
  }
  .main-title {
    display: block;
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 24px;
    line-height: 30px;
  }
  .p-content {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-body {
    font-size: 22px;
    line-height: 30px;
  }
  .paragraph-5 {
    font-size: 12px;
    line-height: 16px;
  }
  .sidebar-div {
    width: auto;
  }
  .bold-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
  .bold-text-2 {
    font-size: 12px;
  }
  .menu-button {
    padding-right: 18px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu {
    background-color: #7262af;
  }
  .date-container {
    font-size: 9px;
  }
  .brand {
    padding-left: 0px;
  }
  .breadcrumbs {
    margin-top: 0px;
    font-size: 10px;
  }
  .header-thumb-container {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .special-p {
    font-size: 16px;
    line-height: 22px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .text-block-5 {
    display: none;
  }
  .top-alert {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .grid-4 {
    grid-template-areas: ".";
    -ms-grid-columns: minmax(0px, 1fr) 1fr;
    grid-template-columns: minmax(0px, 1fr) 1fr;
  }
  .paragraph-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 12px;
    line-height: 16px;
  }
  .bold-text-3 {
    font-size: 22px;
  }
  .div-block-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-16 {
    width: 87%;
  }
  .div-block-17 {
    width: 84%;
  }
  .text-block-8 {
    padding-right: 5px;
    font-size: 12px;
  }
  .div-block-17-copy {
    width: 90%;
  }
  .bold-text-4 {
    font-size: 18px;
    line-height: 1em;
  }
  .main-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .tag {
    margin-right: 5px;
  }
  .grid-5 {
    grid-template-areas: ".";
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .paragraph-7 {
    padding-left: 10px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-2967227225df-227225dd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-2967227225df-227225dd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-2967227225ea-227225dd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-2967227225ea-227225dd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2967227225ea-227225dd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-6f33d93a349e-d93a349b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-6f33d93a349e-d93a349b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6f33d93a349e-d93a349b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6f33d93a349e-d93a349b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-6f33d93a349f-d93a349b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-6f33d93a349f-d93a349b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6f33d93a349f-d93a349b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-f3ab35198f96-30b4c3ec {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-f3ab35198f96-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3ab35198f96-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f3ab35198f96-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-78998cd74260-30b4c3ec {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6e27e29e35b-30b4c3ec {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-c6e27e29e35b-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bf249429b033-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-f6bd265baa44-30b4c3ec {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-f6bd265baa44-30b4c3ec {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6bd265baa44-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-1a2cd687dbe4-30b4c3ec {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-1a2cd687dbe4-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1a2cd687dbe4-30b4c3ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

