/***************************    Menu css code    *****************************/
.menu-wrap{
    position:fixed;
    top: 80px;
    right: 0;
    z-index: 2;
}

.menu-wrap .toggler
{
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 3;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}


.menu-wrap .hamburger {
    position: absolute;
    top: -5px;
    right: 10%;
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 1rem;
    /*background: rgba(13, 110, 139, 0.75);*/
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Hamburger middle line*/
.menu-wrap .hamburger > div{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/*Top and bottom Lines*/
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}

/*Moves line down*/
.menu-wrap .hamburger > div:after{
    top: 10px;
}

/*Toggler menu animate*/
.menu-wrap .toggler:checked + .hamburger > div{
    transform: rotate(135deg);
}

/*Turn menu lines into an x - animate*/
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}

/*Rotate on hover when checked*/
.menu-wrap .toggler:checked:hover + .hamburger > div{
    transform: rotate(225deg);
}

/*postion of the menu*/
.menu-wrap .menu{
    position: fixed;
    top: -5px;
    right:0px;
    width: 100%;
    height: 100%;
    visibility: hidden;  /*comment to see the menu*/
    overflow:hidden;
    display:flex;
    align-items: center;
    justify-content: center;
}


/*show menu*/
.menu-wrap .toggler:checked ~ .menu{
    visibility: visible;
}


/*menu speed open code*/
.menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
}

.menu-wrap .toggler:checked ~ .menu > div > div{
    opacity: 1;
    transition: all 0.4s ease;
}



.menu-wrap .menu > div {
    background: rgba(24, 39, 51, 0.85);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(); /*comment to see the menu*/
    transition: all 0.4s ease;
}

.menu-wrap .menu > div > div{
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0; /*comment to see the menu*/
    transition: all 0.4s ease;
}

/*css code for the menu elements*/
.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: white;
    font-size: 1.5rem;
    padding: 1rem;
}

/*css code for the menu links*/
.menu-wrap .menu > div > div > ul > li > a{
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}


/***************************   Menu css code end *****************************/

.tblOptions, tr, td{
	margin-left: 25px;
	  padding: 3px;
      border: 2px solid black; 
      border-collapse: collapse;	
}


.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 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #cc6767;
  background-color: #c40c3c;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -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-bottom: 3px solid #6a93b9;
  background-color: #fff;
}

.section-2 {
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.brand.w--current {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.image {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 5px;
  float: left;
}

.nav-link {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.nav-link.w--current {
  margin-top: 5px;
  color: #ad0404;
  font-size: 14px;
}

.nav-link.spanish {
  padding: 3px 5px;
  border-right: 1px solid #000;
  border-left: 1px none #000;
  font-size: 14px;
  line-height: 17px;
}

.nav-link-2 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-2.w--current {
  margin-top: 5px;
  color: #ad0404;
}

.nav-link-2.spanish {
  padding: 3px 5px;
  border-right: 1px solid #000;
  font-size: 14px;
  line-height: 17px;
}

.nav-link-3 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-3.w--current {
  color: #ad0404;
}

.nav-link-3.spanish {
  padding: 3px 5px;
  border-right: 1px solid #000;
  font-size: 14px;
  line-height: 17px;
}

.nav-link-4 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-4.w--current {
  color: #ad0404;
}

.nav-link-4.spanish {
  padding: 3px 5px;
  border-right: 1px solid #000;
  font-size: 14px;
  line-height: 17px;
}

.nav-link-5 {
  position: static;
  margin-top: 5px;
  margin-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-5.w--current {
  color: #ad0404;
}

.nav-link-5.spanish {
  margin-right: 0px;
  padding: 3px 5px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  font-size: 14px;
  line-height: 17px;
}

.section-3 {
  position: relative;
  left: 0px;
  top: 160px;
  right: 0px;
  z-index: 0;
  overflow: visible;
  height: 100px;
  margin-top: 0px;
  background-color: #0064a0;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin: 5px 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-3 {
  margin: 0px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.paragraph-4 {
  margin: 0px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.paragraph-5 {
  margin: 0px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-5.form {
  width: 100%;
  line-height: 20px;
  text-align: center;
}

.paragraph-5.case1 {
  line-height: 30px;
}

.column-3 {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.column-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.button {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px 40px;
  float: left;
  border-radius: 2px;
  background-color: #8f051d;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.button.start {
  margin-top: 0px;
  background-color: #c40c3c;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px;
  -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;
}

.image-2 {
  display: block;
  margin-left: 0px;
}

.paragraph-6 {
  margin-bottom: 70px;
  padding: 20px 30px;
  box-shadow: 0 0 30px 4px #909090;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.column-5 {
  padding: 5px 55px 5px 5px;
}

.column-6 {
  display: inline-block;
  padding-left: 20px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.form {
  display: block;
  width: 100%;
  text-align: left;
}

.paragraph-7b {
  margin-top: 1px;
  margin-bottom: 0px;
  padding: 0px 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

.paragraph-7b.date {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.paragraph-7b.form {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  text-align: left;
}

.section-4 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.section4
{
	align-content: center;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  color: #000;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-9 {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.column-7 {
  font-family: Montserrat, sans-serif;
}

.paragraph-10 {
  color: #000;
}

.container-3 {
  padding: 0px 10px 10px;
  color: #000;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 200;
}

.italic-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.paragraph-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #686868;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.paragraph-12.spanish1 {
  margin-top: 10px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.paragraph-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 5px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 0px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
}

.section-6 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 3px solid #6a93b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0064a0), to(#0064a0));
  background-image: linear-gradient(180deg, #0064a0, #0064a0);
}

.column-8 {
  padding-right: 10px;
  padding-left: 0px;
  border-right: 1px solid #fff;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-top: 5px;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.container-5 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
  text-decoration: none;
}

.paragraph-15 {
  margin: 10px 10px 5px 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: left;
}

.paragraph-16 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.image-3 {
  height: 60px;
}

.paragraph-17 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-4 {
  margin: 10px 10px 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.link-5 {
  margin: 10px 10px 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.section-7 {
  margin-top: 160px;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.columns-7 {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-18 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 15px;
  text-align: center;
}

.heading-5 {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.bold-text {
  padding: 10px 10px 10px 0px;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-7 {
  padding: 0px 10px;
  text-align: center;
}

.bold-text-2 {
  text-transform: none;
}

.section-8 {
  position: relative;
  z-index: 0;
  margin-top: 20px;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #253b62;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01426a), to(#01426a));
  background-image: linear-gradient(180deg, #01426a, #01426a);
}

.column-10.span {
  height: 160px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-top: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #253b61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01426a), to(#01426a));
  background-image: linear-gradient(180deg, #01426a, #01426a);
}

.column-11.span {
  height: 160px;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #001b3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0064a0), to(#0064a0));
  background-image: linear-gradient(180deg, #0064a0, #0064a0);
}

.column-12.span {
  height: 160px;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #001b3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0064a0), to(#0064a0));
  background-image: linear-gradient(180deg, #0064a0, #0064a0);
}

.column-13.span {
  height: 160px;
}

.text-block-2 {
  margin: 30px 40px 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.text-block-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.image-4 {
  text-align: center;
}

.text-block-4 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-4._1 {
  padding-top: 5px;
}

.text-block-5 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-5._1 {
  padding-top: 5px;
}

.text-block-6 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-6._1 {
  padding-top: 5px;
}

.text-block-7 {
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-7._1 {
  padding-top: 5px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.text-block-8 {
  padding-top: 35px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-8.sp {
  padding-top: 25px;
}

.text-block-8.sp._2 {
  padding-top: 20px;
}

.text-block-8.sp._1 {
  padding-top: 20px;
}

.text-block-8._2 {
  padding-top: 15px;
}

.text-block-9 {
  padding-top: 35px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-block-9.sp {
  padding-top: 20px;
}

.text-block-10 {
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-block-10.sp {
  padding-top: 20px;
}

.container-8 {
  padding-left: 0px;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-5 {
  display: block;
  margin-top: 0px;
  text-align: right;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: left;
}

.heading-7 {
  font-weight: 400;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.heading-9 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-9 {
  padding: 0px 10px;
}

.container-10 {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 10px;
  box-shadow: 0 0 30px 4px #909090;
}

.container-10.home {
  margin-top: 40px;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . ." ". . . . . . . .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.link-block {
  text-align: center;
}

.link-block-2 {
  text-align: center;
}

.link-block-3 {
  text-align: center;
}

.link-block-4 {
  text-align: center;
}

.link-block-5 {
  text-align: center;
}

.link-block-6 {
  text-align: center;
}

.link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}

.paragraph-19 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.paragraph-19._1 {
  margin-bottom: 30px;
  padding-top: 10px;
}

.container-11 {
  margin-top: 40px;
}

.section-9 {
  margin-top: 160px;
  margin-bottom: 60px;
  text-align: center;
}

.container-12 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-11 {
  margin-bottom: 40px;
  padding: 10px;
  border-top: 2px solid #6a93b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0064a0), to(#0064a0));
  background-image: linear-gradient(180deg, #0064a0, #0064a0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.text-block-12 {
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #c40c3c;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.section-10 {
  margin-top: 160px;
  padding-bottom: 0px;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-13 {
  text-align: center;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}

.paragraph-20 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.heading-11 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.link-7 {
  display: block;
  margin-bottom: 10px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link-7:hover {
  color: #8f051d;
  text-decoration: underline;
}

.container-14 {
  padding-bottom: 40px;
  text-align: left;
}

.link-8 {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link-8:hover {
  color: #8f051d;
  text-decoration: underline;
}

.link-9 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.link-9:hover {
  color: #ac0d25;
}

.button-2 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 40px;
  border-radius: 2px;
  background-color: #8f051d;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.section-11 {
  margin-top: 160px;
  text-align: center;
}

.heading-12 {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
}

.heading-12:hover {
  color: #000;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-21 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-21:hover {
  color: #8f051d;
}

.paragraph-21.trigger {
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.container-17 {
  margin-top: 20px;
}

.container-18 {
  margin-top: 40px;
}

.icon-2 {
  color: #000;
}

.icon-2:hover {
  color: #8f051d;
}

.dropdown-link {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13 {
  display: block;
  padding: 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #8f051d;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.link-10 {
  color: #000;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-weight: 500;
}

.bold-text-8 {
  font-weight: 500;
}

.bold-text-9 {
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11 {
  font-weight: 500;
}

.bold-text-12 {
  font-weight: 500;
}

.bold-text-13 {
  font-weight: 500;
}

.bold-text-14 {
  font-weight: 500;
}

.link-11 {
  color: #000;
}

.link-12 {
  color: #000;
}

.link-13 {
  color: #000;
}

.link-14 {
  color: #000;
}

.link-15 {
  color: #000;
}

.link-16 {
  color: #000;
}

.link-17 {
  color: #000;
}

.accord {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001b3a), to(#001b3a));
  background-image: linear-gradient(180deg, #001b3a, #001b3a);
  font-size: 100%;
  line-height: 100%;
}

.paragraph-22 {
  overflow: hidden;
  height: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
}

.paragraph-22:active {
  overflow: hidden;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.text-block-16 {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.italic-text-2 {
  overflow: visible;
}

.accordion-item {
  overflow: hidden;
  padding-bottom: 5px;
}

.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.paragraph-23 {
  padding: 10px;
  border: 2px solid #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.link-18 {
  color: #000;
}

.paragraph-24 {
  display: inline-block;
  margin-top: 10px;
}

.bold-text-15 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.bold-text-15:hover {
  color: #8f051d;
}

.paragraph-25 {
  margin-bottom: 40px;
  padding: 10px;
  border: 2px solid #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.bold-text-16 {
  font-weight: 500;
}

.link-19 {
  color: #000;
}

.link-20 {
  color: #000;
}

.link-21 {
  color: #000;
}

.link-22 {
  color: #000;
}

.link-23 {
  color: #000;
}

.link-24 {
  color: #000;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
}

.heading-13:hover {
  color: #8f051d;
}

.paragraph-26 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: justify;
}

.paragraph-26.colum {
  text-align: center;
}

.div-block {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c40c3c;
  font-size: 35px;
  line-height: 40px;
}

.text-block-17:hover {
  color: #8f051d;
}

.link-25 {
  color: #8f051d;
}

.link-26 {
  color: #8f051d;
}

.link-27 {
  color: #8f051d;
}

.link-28 {
  color: #8f051d;
}

.link-29 {
  color: #8f051d;
}

.link-30 {
  color: #8f051d;
}

.link-31 {
  color: #8f051d;
}

.link-32 {
  color: #8f051d;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.column-24 {
  display: block;
  -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;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.bold-text-17 {
  color: #000;
  text-decoration: none;
}

.bold-text-18 {
  color: #000;
}

.bold-text-19 {
  color: #000;
}

.bold-text-20 {
  color: #000;
}

.link-33 {
  color: #000;
  text-decoration: none;
}

.link-34 {
  text-decoration: none;
}

.link-35 {
  text-decoration: none;
}

.link-36 {
  text-decoration: none;
}

.link-37 {
  text-decoration: none;
}

.link-38 {
  display: block;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #8f051d;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.container-19 {
  margin-bottom: 40px;
  text-align: left;
}

.button-3 {
  position: static;
  top: 80px;
  right: 45px;
  overflow: visible;
  padding: 10px 20px;
  float: right;
  border-radius: 2px;
  background-color: #8f051d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3.nav {
  margin-right: 5px;
  padding: 10px 20px;
  background-color: #c40c3c;
  font-size: 11px;
  letter-spacing: 0px;
}

.button-3.nav.w--current {
  padding-right: 20px;
  padding-left: 20px;
}

.button-3.nav.span {
  padding-right: 5px;
  padding-left: 5px;
}

.section-12 {
  margin-top: 0px;
  text-align: center;
}

.section-12.span {
  margin-top: 160px;
}

.section-13 {
  margin-top: 170px;
}

.section-14 {
  margin-top: 160px;
}

.section-15 {
  margin-top: 160px;
}

.link-39 {
  color: #8f051d;
  font-weight: 500;
}

.link-40 {
  color: #8f051d;
  font-weight: 500;
}

.link-41 {
  color: #8f051d;
  font-weight: 500;
}

.link-42 {
  color: #8f051d;
  font-weight: 500;
}

.form-label {
  margin-bottom: 0px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.submit-button {
  margin-top: 15px;
  padding: 10px 29px 10px 30px;
  background-color: #8f051d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-20 {
  text-align: left;
}

.link-43 {
  color: #000;
  font-weight: 600;
}

.link-43:hover {
  color: #ac0d25;
}

.link-44 {
  color: #fff;
  text-decoration: none;
}

.link-44:hover {
  color: #fff;
}

.italic-text-3 {
  color: #686868;
}

.italic-text-3:hover {
  color: #686868;
}

.link-45 {
  color: #686868;
  text-decoration: none;
}

.link-45:hover {
  color: #686868;
}

.link-46 {
  color: #000;
  text-decoration: none;
}

.link-46:hover {
  text-decoration: underline;
}

.bold-text-21 {
  text-decoration: none;
}

.link-47 {
  color: #000;
  text-decoration: none;
}

.link-47:hover {
  text-decoration: underline;
}

.text-block-18 {
  margin-top: 20px;
  text-align: center;
}

.section-16 {
  margin-top: 160px;
}

.content-section {
  margin-top: 160px;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
}

.link-48 {
  color: #000;
  text-decoration: none;
}

.link-49 {
  color: #fff;
  text-decoration: none;
}

.link-50 {
  color: #fff;
  text-decoration: none;
}

.link-51 {
  color: #fff;
  text-decoration: none;
}

.spanishnav {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -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-bottom: 3px solid #6a93b9;
  background-color: transparent;
  background-image: url('../images/CPT-header-background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.italic-text-4 {
  color: #686868;
  text-decoration: underline;
}

.italic-text-4:hover {
  color: #8f051d;
}

.bold-text-22 {
  color: #000;
  text-decoration: underline;
}

.bold-text-23 {
  color: #000;
  text-decoration: underline;
}

.link-52 {
  color: #000;
  text-decoration: none;
}

.link-53 {
  color: #000;
  text-decoration: none;
}

.link-54 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link-55 {
  color: #000;
  text-decoration: none;
}

.link-56 {
  color: #000;
  text-decoration: none;
}

.bold-text-24 {
  color: #000;
  text-decoration: underline;
}

.bold-text-24:hover {
  color: #8f051d;
}

.link-57 {
  color: #8f051d;
}

.link-58 {
  color: #8f051d;
}

.link-59 {
  color: #8f051d;
}

.link-60 {
  color: #8f051d;
}

.link-61 {
  color: #8f051d;
}

.link-62 {
  color: #8f051d;
}

.link-63 {
  color: #8f051d;
}

.link-64 {
  color: #686868;
  text-decoration: underline;
}

.link-64:hover {
  color: #8f051d;
}

.italic-text-5 {
  color: #686868;
}

.link-65 {
  color: #000;
}

.link-66 {
  color: #000;
}

.link-67 {
  color: #000;
}

.link-68 {
  color: #000;
}

.link-69 {
  color: #000;
}

.bold-text-25 {
  font-weight: 600;
}

.bold-text-25.form {
  font-weight: 500;
}

.section-17 {
  margin-top: 20px;
}

.bold-text-26 {
  font-weight: 600;
}

.bold-text-27 {
  font-weight: 600;
  text-transform: uppercase;
}

.bold-text-28 {
  font-weight: 600;
  text-transform: uppercase;
}

.bold-text-29 {
  font-weight: 600;
}

.bold-text-30 {
  font-weight: 600;
}

.bold-text-31 {
  font-weight: 600;
}

.link-70 {
  display: inline-block;
  color: #000;
}

.link-70:hover {
  color: #8f051d;
}

.section-18 {
  margin-top: 0px;
}

.bold-text-32 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-33 {
  font-weight: 600;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-71 {
  color: #000;
  text-decoration: none;
}

.link-71:hover {
  text-decoration: underline;
}

.link-72 {
  color: #000;
  text-decoration: none;
}

.link-72:hover {
  text-decoration: underline;
}

.bold-text-34 {
  font-weight: 600;
}

.bold-text-35 {
  font-weight: 600;
}

.bold-text-36 {
  font-weight: 600;
  text-transform: uppercase;
}

.bold-text-37 {
  font-weight: 600;
  text-transform: uppercase;
}

.bold-text-38 {
  font-weight: 600;
}

.bold-text-39 {
  font-weight: 600;
}

.bold-text-40 {
  font-weight: 600;
}

.link-73 {
  color: #000;
}

.link-74 {
  color: #000;
}

.link-75 {
  color: #000;
}

.link-76 {
  color: #000;
}

.link-77 {
  color: #000;
}

.link-78 {
  color: #000;
  font-weight: 600;
}

.link-78:hover {
  color: #8f051d;
}

.link-79 {
  color: #000;
}

.link-79:hover {
  color: #8f051d;
}

.link-80 {
  position: static;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

.link-80:hover {
  color: #8f051d;
}

.bold-text-41 {
  font-weight: 600;
}

.bold-text-42 {
  font-weight: 600;
}

.link-81 {
  color: #000;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
}

.paragraph-27 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.paragraph-27-copy {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.columns-14 {
  margin-bottom: 40px;
}

.link-82 {
  color: #fff;
  text-decoration: none;
}

.div-block-2 {
  height: 36px;
  background-color: #c40c3c;
}

.paragraph-7-copy {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph-7-copy.date {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.paragraph-7-copy.form {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  text-align: left;
}

.paragraph-7b-copy {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph-7b-copy.date {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.paragraph-7b-copy.form {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  text-align: left;
}

.link-83 {
  color: #fff;
  text-decoration: none;
}

.link-84 {
  color: #fff;
  text-decoration: none;
}

.italic-text-6 {
  font-style: normal;
}

.link-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.paragraph-28 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #686868;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.paragraph-28.spanish1 {
  margin-top: 10px;
}

.link-85 {
  color: #686868;
  text-decoration: underline;
}

.link-85:hover {
  color: #8f051d;
}

.site-map-heading {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-map-links {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #0064a0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.link-86 {
  color: #0064a0;
  text-decoration: none;
}

.link-87 {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar {
    top: 50px;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #6a93b9;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand.w--current {
    margin-left: 10px;
  }
  .image {
    float: left;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.spanish.w--current {
    padding: 20px;
    border-right-style: none;
  }
  .nav-link-2 {
    text-align: center;
  }
  .nav-link-2.spanish {
    padding: 20px;
    border-right-style: none;
  }
  .nav-link-3 {
    text-align: center;
  }
  .nav-link-3.spanish {
    padding: 20px;
    border-right-style: none;
  }
  .nav-link-4 {
    text-align: center;
  }
  .nav-link-4.spanish {
    padding: 20px;
    border-right-style: none;
  }
  .nav-link-5 {
    margin-right: 131.5px;
    margin-left: 131.5px;
    text-align: center;
  }
  .nav-link-5.spanish {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
  }
  .menu-button {
    margin-top: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: #000;
  }
  .nav-menu {
    background-color: #f1f1f1;
    text-align: center;
  }
  .section-3 {
    top: 140px;
    height: 105px;
    padding-top: 2px;
    text-align: center;
  }
  .container-2 {
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 20px;
  }
  .paragraph-3 {
    text-align: center;
  }
  .paragraph-5 {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
  }
  .paragraph-5.form {
    overflow: visible;
    text-align: center;
  }
  .button {
    margin-top: 0px;
  }
  .button.start {
    padding: 15px 30px;
  }
  .image-2 {
    margin-left: 0px;
  }
  .paragraph-6 {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 23px;
  }
  .column-6 {
    padding-left: 20px;
  }
  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 25px;
  }
  .paragraph-7b {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 20px;
    line-height: 19px;
  }
  .paragraph-7b.form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-4 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .heading-3 {
    font-size: 19px;
  }
  .paragraph-11 {
    text-align: center;
  }
  .paragraph-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .section-5 {
    margin-top: 0px;
  }
  .heading-4 {
    margin-bottom: 5px;
    padding-left: 5px;
  }
  .paragraph-18 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }
  .heading-5 {
    text-align: center;
  }
  .bold-text {
    padding-left: 0px;
  }
  .container-7 {
    text-align: center;
  }
  .section-8 {
    margin-top: 10px;
  }
  .heading-6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .column-10.span {
    height: 170px;
  }
  .column-11.span {
    height: 170px;
  }
  .column-12.span {
    height: 170px;
  }
  .column-13.span {
    height: 170px;
  }
  .text-block-4 {
    padding-top: 0px;
    font-size: 14px;
  }
  .text-block-5 {
    padding-top: 0px;
    font-size: 14px;
  }
  .text-block-6 {
    padding-top: 0px;
    font-size: 14px;
  }
  .text-block-7 {
    padding-top: 0px;
    font-size: 14px;
  }
  .text-block-8 {
    padding-top: 10px;
  }
  .text-block-8._2 {
    padding-top: 10px;
  }
  .text-block-9 {
    padding-top: 10px;
  }
  .text-block-10 {
    padding-top: 10px;
  }
  .text-block-10.sp {
    padding-top: 20px;
  }
  .image-5 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .heading-8 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 36px;
  }
  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 32px;
  }
  .bold-text-3 {
    font-size: 35px;
    line-height: 35px;
  }
  .container-10 {
    margin-bottom: 30px;
  }
  .link-6 {
    text-align: left;
  }
  .paragraph-19 {
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-19._1 {
    margin-bottom: 20px;
  }
  .section-9 {
    margin-top: 140px;
  }
  .container-12 {
    margin-bottom: 0px;
  }
  .section-10 {
    margin-top: 140px;
  }
  .heading-10 {
    margin-top: 20px;
  }
  .paragraph-20 {
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 20px;
  }
  .container-14 {
    padding-bottom: 20px;
  }
  .section-11 {
    margin-top: 140px;
  }
  .heading-12 {
    padding-left: 5px;
  }
  .link-38 {
    font-size: 17px;
  }
  .container-19 {
    margin-bottom: 20px;
  }
  .button-3 {
    top: 140px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .button-3.nav {
    display: block;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-12 {
    margin-top: 0px;
  }
  .section-12.span {
    margin-top: 140px;
    text-align: center;
  }
  .section-13 {
    margin-top: 150px;
  }
  .section-14 {
    margin-top: 140px;
  }
  .spanishnav {
    height: 90px;
  }
  .link-68 {
    display: inline-block;
  }
  .bold-text-25.form {
    padding-left: 5px;
  }
  .paragraph-7-copy {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 20px;
    line-height: 19px;
  }
  .paragraph-7-copy.form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-7b-copy {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 20px;
    line-height: 19px;
  }
  .paragraph-7b-copy.form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .link-6-copy {
    text-align: left;
  }
  .paragraph-28 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .site-map-heading {
    margin-bottom: 5px;
    padding-left: 5px;
  }
  .site-map-links {
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {

  .navbar {
    border-bottom: 2px solid #6a93b9;
  }
  .nav-link-5 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-3 {
    height: 105px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .paragraph-3 {
    margin-bottom: 0px;
    text-align: center;
  }
  .paragraph-4 {
    margin-top: 0px;
    text-align: center;
  }
  .paragraph-5 {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }
  .paragraph-5.case1 {
    line-height: 20px;
  }
  .column-3 {
    padding-left: 10px;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .button.start {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .paragraph-6 {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .column-5 {
    padding-right: 5px;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -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;
    text-align: center;
  }
  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    line-height: 24px;
  }
  .heading-2.form {
    padding-right: 0px;
    padding-left: 5px;
  }
  .paragraph-7b {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-4 {
    margin-top: 0px;
  }
  .heading-3 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-5 {
    margin-top: 0px;
  }
  .paragraph-13 {
    padding-bottom: 5px;
    text-align: center;
  }
  .paragraph-14 {
    padding-top: 0px;
    text-align: center;
  }
  .column-8 {
    border-right-style: none;
  }
  .container-4 {
    padding-top: 5px;
  }
  .paragraph-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-18 {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .heading-5 {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .bold-text {
    padding-left: 0px;
    font-size: 30px;
  }
  .section-8 {
    margin-top: 0px;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .text-block-4 {
    padding-top: 0px;
    line-height: 15px;
  }
  .text-block-5 {
    padding-top: 0px;
    line-height: 15px;
  }
  .text-block-6 {
    padding-top: 0px;
    line-height: 15px;
  }
  .text-block-7 {
    padding-top: 0px;
    line-height: 15px;
  }
  .text-block-8 {
    padding-top: 5px;
    font-size: 16px;
  }
  .text-block-8.sp._2 {
    padding-top: 15px;
  }
  .text-block-8.sp._1 {
    padding-top: 15px;
  }
  .text-block-8._2 {
    padding-top: 5px;
  }
  .text-block-9 {
    padding-top: 5px;
  }
  .text-block-9.sp {
    padding-top: 15px;
    font-size: 16px;
  }
  .text-block-10 {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .text-block-10.sp {
    padding-top: 15px;
  }
  .heading-8 {
    margin-top: 15px;
    line-height: 25px;
  }
  .heading-9 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 26px;
  }
  .bold-text-3 {
    font-size: 28px;
    line-height: 28px;
  }
  .paragraph-19 {
    margin-bottom: 0px;
  }
  .paragraph-19._1 {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-9 {
    margin-top: 140px;
  }
  .text-block-11 {
    font-size: 15px;
  }
  .section-10 {
    margin-top: 140px;
  }
  .heading-10 {
    font-size: 19px;
  }
  .paragraph-20 {
    font-size: 16px;
  }
  .heading-11 {
    font-size: 19px;
    line-height: 22px;
  }
  .link-7 {
    font-size: 17px;
    line-height: 20px;
  }
  .link-8 {
    font-size: 17px;
  }
  .button-2 {
    margin-top: 20px;
    text-align: center;
  }
  .heading-12 {
    line-height: 30px;
  }
  .button-3 {
    top: 140px;
    right: 10px;
  }
  .section-12 {
    margin-top: 0px;
  }
  .section-12.span {
    margin-top: 150px;
  }
  .text-block-19 {
    font-size: 19px;
  }
  .bold-text-25.form {
    padding-left: 0px;
  }
  .paragraph-7-copy {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph-7b-copy {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph-28 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .site-map-links {
    font-size: 16px;
  }
}

@media (max-width: 479px) {

  .section {
    font-size: 12px;
    text-align: center;
  }
  .navbar {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image {
    margin-right: 10px;
  }
  .nav-link-5 {
    margin-left: 0px;
  }
  .menu-button {
    margin-top: 0px;
    margin-left: 10px;
  }
  .section-3 {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .heading {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }
  .paragraph-5 {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
    font-size: 17px;
    line-height: 19px;
    font-weight: 500;
  }
  .column-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-4 {
    margin-top: 10px;
    padding-left: 10px;
  }
  .button {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .button.start {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .columns-2 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-6 {
    padding-left: 10px;
  }
  .heading-2 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 21px;
  }
  .heading-2.form {
    -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;
    text-align: center;
  }
  .heading-3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
  }
  .columns-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #000;
  }
  .paragraph-12 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
  .container-4 {
    padding-top: 5px;
  }
  .text-block {
    padding-right: 5px;
    font-size: 9px;
    text-align: right;
  }
  .container-6 {
    display: block;
    height: 140px;
  }
  .paragraph-15 {
    margin-top: 0px;
    padding: 0px;
  }
  .columns-6 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .heading-4 {
    line-height: 30px;
  }
  .paragraph-18 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-5 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
  }
  .bold-text {
    font-size: 28px;
  }
  .heading-6 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 21px;
  }
  .column-10 {
    height: 90px;
  }
  .column-10.span {
    height: 100px;
  }
  .column-11 {
    height: 90px;
  }
  .column-11.span {
    height: 100px;
  }
  .column-12 {
    height: 90px;
  }
  .column-12.span {
    height: 100px;
  }
  .column-13 {
    height: 90px;
  }
  .column-13.span {
    height: 100px;
  }
  .text-block-4 {
    padding-top: 0px;
  }
  .text-block-5 {
    padding-top: 0px;
  }
  .text-block-6 {
    padding-top: 0px;
  }
  .text-block-7 {
    padding-top: 0px;
  }
  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-8 {
    padding-top: 10px;
  }
  .text-block-8.sp._2 {
    padding-top: 15px;
  }
  .text-block-8.sp._1 {
    padding-top: 15px;
  }
  .text-block-8._2 {
    padding-top: 10px;
  }
  .text-block-9 {
    padding-top: 10px;
  }
  .text-block-9.sp {
    padding-top: 15px;
  }
  .text-block-10 {
    padding-top: 5px;
  }
  .text-block-10.sp {
    padding-top: 15px;
  }
  .image-5 {
    max-width: 90%;
    margin-top: 10px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .heading-8 {
    margin-top: 10px;
    padding-left: 5px;
    line-height: 38px;
  }
  .heading-9 {
    margin-top: 100px;
    padding-left: 5px;
    font-size: 26px;
  }
  .bold-text-3 {
    font-size: 28px;
    line-height: 30px;
  }
  .paragraph-19._1 {
    font-size: 14px;
  }
  .text-block-11 {
    font-size: 14px;
  }
  .text-block-12 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-10 {
    margin-top: 140px;
  }
  .heading-10 {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
  }
  .paragraph-20 {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
  }
  .heading-11 {
    font-size: 20px;
    text-align: center;
  }
  .link-7 {
    font-size: 15px;
    text-align: center;
  }
  .link-8 {
    font-size: 15px;
    text-align: center;
  }
  .button-2 {
    margin-top: 50px;
  }
  .heading-12 {
    line-height: 30px;
  }
  .paragraph-21 {
    display: block;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-16 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bold-text-4 {
    display: inline;
  }
  .bold-text-10 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dropdown-toggle {
    position: static;
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    clear: none;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .columns-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-12 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .columns-13 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-38 {
    font-size: 16px;
  }
  .container-19 {
    margin-bottom: 10px;
  }
  .button-3.nav {
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .section-12 {
    margin-top: 0px;
  }
  .section-14 {
    margin-top: 140px;
  }
  .text-block-19 {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }
  .bold-text-25.form {
    text-align: left;
  }
  .paragraph-28 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
  .site-map-heading {
    line-height: 30px;
  }
  .site-map-links {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
  }
}

#w-node-f118a3c1b4ab-7d6fb60f {
  -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-9c101f5015e1-7d6fb60f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-16e4645e6c04-7d6fb60f {
  -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;
}

#w-node-84981895ecce-7d6fb60f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-af0ae42b846c-7d6fb60f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-763feace0d9d-d86fb614 {
  -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-763feace0d9f-d86fb614 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-763feace0da1-d86fb614 {
  -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;
}

#w-node-763feace0da3-d86fb614 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-763feace0da5-d86fb614 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-763feace0da7-d86fb614 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-763feace0da9-d86fb614 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-763feace0dab-d86fb614 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-763feace0dad-d86fb614 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-763feace0daf-d86fb614 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-15bcdf9015c3-676fb615 {
  -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-15bcdf9015c1-676fb615 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-15bcdf9015b7-676fb615 {
  -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;
}

#w-node-15bcdf9015bf-676fb615 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-15bcdf9015b5-676fb615 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-15bcdf9015bd-676fb615 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-15bcdf9015b3-676fb615 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-15bcdf9015bb-676fb615 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-15bcdf9015b1-676fb615 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-15bcdf9015b9-676fb615 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

