﻿body:not(.CMS) .AdaptiveGrid {
  --gap: 15px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  align-items: stretch;
}
body:not(.CMS) .AdaptiveGrid .Desktop {
  display: block;
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid .Desktop {
    display: none;
  }
}
body:not(.CMS) .AdaptiveGrid .Mobile {
  display: none;
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid .Mobile {
    display: block;
  }
}
body:not(.CMS) .AdaptiveGrid .AdaptiveCell {
  display: block;
  position: relative;
}
body:not(.CMS) .AdaptiveGrid .AdaptiveCell__Slides {
  padding: 0 !important;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell {
  overflow: hidden;
  color: black !important;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Image {
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 10;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Image.Item {
  position: absolute;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Image img {
  width: 100%;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Image.Selected {
  opacity: 1 !important;
  z-index: 11;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /*z-index: $Depth-Slide-Texts;*/
  padding: 15px 20px 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex !important;
  justify-content: space-between;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 13;
  font-family: "Benton Sans", Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: white;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text span.AdaptiveCell__Text {
  font-size: 16px;
  font-weight: bold;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text span.Visible__Text {
  background: rgba(255, 255, 255, 0.6196078431) !important;
  color: black !important;
  padding: 2px !important;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text span.AdaptiveCell__ShowMore {
  border-bottom: 2px solid white;
  min-width: fit-content;
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text span.AdaptiveCell__ShowMore:hover {
  background: white;
  border: unset;
  color: black;
  transition: 0.5s ease all;
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 899px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 799px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 699px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 14px;
  }
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell span.Container.Selected {
  opacity: 1 !important;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next, body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous {
  top: 50%;
  opacity: 0;
  width: 58px;
  height: 58px;
  font-size: 40px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: all 0.75s ease;
  background-color: rgba(207, 208, 210, 0.8);
  z-index: 13;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  display: flex;
  color: #666;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next:after, body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: FontAwesome;
  margin-left: 0.375rem;
  line-height: inherit;
  font-weight: 900;
  margin: 0;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next:hover, body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous:hover {
  background-color: rgba(200, 200, 200, 0.8);
  color: black;
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next, body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous {
    bottom: 30px;
    background: transparent;
  }
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next {
  right: 40px;
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next {
    right: 20px;
  }
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Next::after {
  content: "\f054";
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous {
  left: 40px;
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous {
    left: 20px;
  }
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Previous::after {
  content: "\f053";
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots {
  position: absolute;
  height: 11px;
  z-index: 13;
  text-align: center;
}
@media only screen and (min-width: 760px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots {
    bottom: 1.5rem;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots {
    bottom: 1.5rem;
    left: 0;
    right: 0;
  }
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots i {
  display: block;
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 15px;
  color: grey;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots i:hover, body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots i.Selected {
  background-position: -11px -95px;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots i.Selected {
  color: #ffdd00 !important;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell div.Dots i:last-child {
  margin-right: 0;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell:hover {
  color: white !important;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell:hover span.Image img {
  transform: scale(1.06);
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell:hover div.Next,
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell:hover div.Previous {
  opacity: 1;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell.Hero {
  /*&::before {
  	inset: 0;
  	content: " ";
  	display: block;
  	position: absolute;
  	z-index: $Depth-Slide-Shadow;
  	box-shadow: 120px -1px 100px 10px rgba(0, 0, 0, 0.78) inset, -120px -1px 100px 10px rgba(0, 0, 0, 0.78) inset;
  }*/
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell.Hero span.Container {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell.Hero span.Container span.Text {
  left: 20px;
  text-align: left;
  line-height: 1.1;
  flex-direction: column;
  justify-content: flex-start;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell.Hero span.Container span.Text h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
body:not(.CMS) .AdaptiveGrid a.AdaptiveCell.Hero span.Container span.Text span.AdaptiveCell__ShowMore {
  margin-top: 10px;
}
@media only screen and (min-width: 760px) {
  body:not(.CMS) .AdaptiveGrid {
    --gap: 15px;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width33 {
    width: calc(33.33% - var(--gap) * 2 / 3);
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width33 img {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width33 .Text {
    flex-direction: row;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width50 {
    width: calc(50% - var(--gap) / 2);
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width67 {
    width: 66.66%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width100 {
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) .AdaptiveGrid {
    --gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width33 {
    /*width: calc(50% - var(--gap) * 1 / 2);*/
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width33 img {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width50 {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width67 {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width100 {
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width33 {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width50 {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width67 {
    width: 100%;
  }
  body:not(.CMS) .AdaptiveGrid .AdaptiveCell.Width100 {
    width: 100%;
  }
}

body.CMS div.AdaptiveGrid table {
  position: relative;
  width: 100%;
}
body.CMS div.AdaptiveGrid table tr:first-of-type th {
  height: 50px;
  width: 50%;
  vertical-align: middle;
  border: dashed 1px red;
}
body.CMS div.AdaptiveGrid table td {
  vertical-align: top;
  width: 50%;
}
body.CMS div.AdaptiveGrid table td:not(:last-of-type) {
  border-right: dashed 1px red;
}
body.CMS div.AdaptiveGrid table td img {
  height: 100px !important;
  width: unset !important;
  max-width: 100%;
  display: block;
  margin: 20px auto;
  border: solid 1px white;
}
body.CMS div.AdaptiveGrid table td img:first-of-type {
  margin-top: 0px;
}
body.CMS div.AdaptiveGrid table td p {
  text-align: center;
  margin: 20px 0;
  height: 100px;
}
body.CMS div.AdaptiveGrid table td p:first-of-type {
  margin-top: 0px;
}
body.CMS div.AdaptiveGrid table.WithMessages td {
  width: 33%;
}
body.CMS div.AdaptiveGrid table.WithMessages tr:first-of-type th {
  width: 33%;
}
body.CMS div.AdaptiveGrid div.BannerImage, body.CMS div.AdaptiveGrid div.BannerLink, body.CMS div.AdaptiveGrid div.BannerMessage {
  border: 1px dashed red;
}
body.CMS div.AdaptiveGrid div.BannerImage img, body.CMS div.AdaptiveGrid div.BannerLink img, body.CMS div.AdaptiveGrid div.BannerMessage img {
  height: 100px !important;
  width: unset !important;
  max-width: 100%;
}

.AdaptiveGrid {
  --gap: 15px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  align-items: stretch;
}
.AdaptiveGrid .Desktop {
  display: block;
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid .Desktop {
    display: none;
  }
}
.AdaptiveGrid .Mobile {
  display: none;
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid .Mobile {
    display: block;
  }
}
.AdaptiveGrid .AdaptiveCell {
  display: block;
  position: relative;
}
.AdaptiveGrid .AdaptiveCell__Slides {
  padding: 0 !important;
}
.AdaptiveGrid a.AdaptiveCell {
  overflow: hidden;
  color: black !important;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.AdaptiveGrid a.AdaptiveCell span.Image {
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 10;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.AdaptiveGrid a.AdaptiveCell span.Image.Item {
  position: absolute;
}
.AdaptiveGrid a.AdaptiveCell span.Image img {
  width: 100%;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.AdaptiveGrid a.AdaptiveCell span.Image.Selected {
  opacity: 1 !important;
  z-index: 11;
}
.AdaptiveGrid a.AdaptiveCell span.Container {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /*z-index: $Depth-Slide-Texts;*/
  padding: 15px 20px 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.AdaptiveGrid a.AdaptiveCell span.Container span.Text {
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex !important;
  justify-content: space-between;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 13;
  font-family: "Benton Sans", Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: white;
}
.AdaptiveGrid a.AdaptiveCell span.Container span.Text span.AdaptiveCell__Text {
  font-size: 16px;
  font-weight: bold;
}
.AdaptiveGrid a.AdaptiveCell span.Container span.Text span.AdaptiveCell__ShowMore {
  border-bottom: 2px solid white;
  min-width: fit-content;
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
}
.AdaptiveGrid a.AdaptiveCell span.Container span.Text span.AdaptiveCell__ShowMore:hover {
  background: white;
  border: unset;
  color: black;
  transition: 0.5s ease all;
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 899px) {
  .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 699px) {
  .AdaptiveGrid a.AdaptiveCell span.Container span.Text {
    font-size: 14px;
  }
}
.AdaptiveGrid a.AdaptiveCell span.Container.Selected {
  opacity: 1 !important;
}
.AdaptiveGrid a.AdaptiveCell div.Next, .AdaptiveGrid a.AdaptiveCell div.Previous {
  top: 50%;
  opacity: 0;
  width: 58px;
  height: 58px;
  font-size: 40px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: all 0.75s ease;
  background-color: rgba(207, 208, 210, 0.8);
  z-index: 13;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  display: flex;
  color: #666;
}
.AdaptiveGrid a.AdaptiveCell div.Next:after, .AdaptiveGrid a.AdaptiveCell div.Previous:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: FontAwesome;
  margin-left: 0.375rem;
  line-height: inherit;
  font-weight: 900;
  margin: 0;
}
.AdaptiveGrid a.AdaptiveCell div.Next:hover, .AdaptiveGrid a.AdaptiveCell div.Previous:hover {
  background-color: rgba(200, 200, 200, 0.8);
  color: black;
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid a.AdaptiveCell div.Next, .AdaptiveGrid a.AdaptiveCell div.Previous {
    bottom: 30px;
    background: transparent;
  }
}
.AdaptiveGrid a.AdaptiveCell div.Next {
  right: 40px;
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid a.AdaptiveCell div.Next {
    right: 20px;
  }
}
.AdaptiveGrid a.AdaptiveCell div.Next::after {
  content: "\f054";
}
.AdaptiveGrid a.AdaptiveCell div.Previous {
  left: 40px;
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid a.AdaptiveCell div.Previous {
    left: 20px;
  }
}
.AdaptiveGrid a.AdaptiveCell div.Previous::after {
  content: "\f053";
}
.AdaptiveGrid a.AdaptiveCell div.Dots {
  position: absolute;
  height: 11px;
  z-index: 13;
  text-align: center;
}
@media only screen and (min-width: 760px) {
  .AdaptiveGrid a.AdaptiveCell div.Dots {
    bottom: 1.5rem;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid a.AdaptiveCell div.Dots {
    bottom: 1.5rem;
    left: 0;
    right: 0;
  }
}
.AdaptiveGrid a.AdaptiveCell div.Dots i {
  display: block;
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 15px;
  color: grey;
}
.AdaptiveGrid a.AdaptiveCell div.Dots i:hover, .AdaptiveGrid a.AdaptiveCell div.Dots i.Selected {
  background-position: -11px -95px;
}
.AdaptiveGrid a.AdaptiveCell div.Dots i.Selected {
  color: #ffdd00 !important;
}
.AdaptiveGrid a.AdaptiveCell div.Dots i:last-child {
  margin-right: 0;
}
.AdaptiveGrid a.AdaptiveCell:hover {
  color: white !important;
}
.AdaptiveGrid a.AdaptiveCell:hover span.Image img {
  transform: scale(1.06);
}
.AdaptiveGrid a.AdaptiveCell:hover div.Next,
.AdaptiveGrid a.AdaptiveCell:hover div.Previous {
  opacity: 1;
}
.AdaptiveGrid a.AdaptiveCell.Hero {
  /*&::before {
  		inset: 0;
  		content: " ";
  		display: block;
  		position: absolute;
  		z-index: $Depth-Slide-Shadow;
  		box-shadow: 120px -1px 100px 10px rgba(0, 0, 0, 0.78) inset, -120px -1px 100px 10px rgba(0, 0, 0, 0.78) inset;
  	}*/
}
.AdaptiveGrid a.AdaptiveCell.Hero span.Container {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.AdaptiveGrid a.AdaptiveCell.Hero span.Container span.Text {
  left: 20px;
  text-align: left;
  line-height: 1.1;
  flex-direction: column;
  justify-content: flex-start;
}
.AdaptiveGrid a.AdaptiveCell.Hero span.Container span.Text h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.AdaptiveGrid a.AdaptiveCell.Hero span.Container span.Text span.AdaptiveCell__ShowMore {
  margin-top: 10px;
}
@media only screen and (min-width: 760px) {
  .AdaptiveGrid {
    --gap: 15px;
  }
  .AdaptiveGrid .AdaptiveCell.Width33 {
    width: calc(33.33% - var(--gap) * 2 / 3);
  }
  .AdaptiveGrid .AdaptiveCell.Width33 img {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width33 .Text {
    flex-direction: row;
  }
  .AdaptiveGrid .AdaptiveCell.Width50 {
    width: calc(50% - var(--gap) / 2);
  }
  .AdaptiveGrid .AdaptiveCell.Width67 {
    width: 66.66%;
  }
  .AdaptiveGrid .AdaptiveCell.Width100 {
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  .AdaptiveGrid {
    --gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width33 {
    /*width: calc(50% - var(--gap) * 1 / 2);*/
  }
  .AdaptiveGrid .AdaptiveCell.Width33 img {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width50 {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width67 {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width100 {
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  .AdaptiveGrid .AdaptiveCell.Width33 {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width50 {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width67 {
    width: 100%;
  }
  .AdaptiveGrid .AdaptiveCell.Width100 {
    width: 100%;
  }
}
