/* -------colors-------- */
:root {
  --header-bg-color: #fff;
  --menu-user-bg-color: #fff;
  --menu-items-color: #fff;
  --menu-items-hover-color: #fff;
  --menu-items-bg-hover-color: #777;
  --menu-user-items-color: #444;
  --menu-user-icon-color: #444;
  --dropdown-menu-bg-color: #f2f2f2;
  --dropdown-menu-item-color: #000;
  --dropdown-menu-item-hover-color: #000;
  --dropdown-menu-item-bg-hover-color: #ddd;
  --footer-bg-color: #fff;
  --footer-text-color: #7e7e7e;
  --footer-link-color: #7e7e7e;
}
/* -------fin colors-------- */

@media (min-width:1025px) {
  body.dnnEditState .main-banner-search-section,body.dnnEditState  .main-banner-search-section__search-widget {
    display: block;
  }
  div#dnn_SearchWidget_100 {
    grid-column: 2/18;
    grid-row: 1/16;
    z-index: 1;
  }
  div#dnn_SearchWidget_80 {
    grid-column: 2/18;
    grid-row: 8/16;
    z-index: 1;
  } 
  div#dnn_contactPanel,div#dnn_contactPanel_dosModulos {
    grid-column: 1/19;
    grid-row: 9/13;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body 
  .main-banner-search-section__search-widget {
    top: 10px;
    margin: auto;
    grid-column: 2/18;
    grid-row: 1/19;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(18,1fr);
    grid-template-rows: repeat(18,5%);
    max-width: 1170px;
    margin: auto;
    z-index: 1;
  }
  body.personabar-visible .main-banner-search-section__search-widget {
    display:block;
  }
  div#dnn_ContentPaneFull {
    padding: 0;
  }

  .main-banner-search-section__bannerPane:not(.DNNEmptyPane) {
    width: 100%;
    grid-column: 1/19;
    grid-row: 1/19;
    min-height: 200;
  }

  div#dnn_block25 {
    width: 30%;
  }
  /* div#dnn_search75,div#dnn_block25 {
    margin-top: 20px;
  } */

  div#cardtype .bx-viewport{
    padding: 0 0 10px;
  }
  body div#dnn_searchform_dualPane:not(.DNNEmptyPane) {
    grid-column: 1/19;
    grid-row: 3/13;
    display: grid;
    grid-template-columns: 68% 30%;
    gap: 2%;
}
}
@media (min-width:650px) and (max-width: 1024px) {
  div#dnn_contactPanel {
      grid-column: 1/19;
      grid-row: 9/13;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: -190px 0;
  }
  div#dnn_contactPanel_dosModulos {
    grid-column: 1/19;
    grid-row: 9/13;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -430px;
  }
}
@media (max-width:650px) {
  .containerLogin1 {
    position: absolute;
    top: -490px;
    top: calc(-120% - 30px);
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  #cardtype > .row {
    margin: 0;
  }
  #cardtype > .row >
    div > div {
      margin-bottom: 15px;
  }
}



@media only screen and (max-width: 1025px) {
  .cms-flex__page-content {
    margin-top: 10px;
  }
}
.main-banner-search-section {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
.main-banner-search-section__bannerPane {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.main-banner-search-section__search-widget
  .main-banner-search-section__searchWidget {
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .main-banner-search-section__search-widget
    .main-banner-search-section__searchWidget {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-banner-search-section__search-widget
    .main-banner-search-section__searchWidget {
    padding-top: 0;
  }
  .main-banner-search-section__search-widget {
    position: relative;
    z-index: auto;
    padding: 0 10px;
  }
  /* .main-banner-search-section__search-widget .container {
    padding-left: 0;
    padding-right: 0;
  } */
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}











/* cms_flex_grid v */

body,
html {
  width: 100%;
  height: 100%;
}

.cms-flex__main_container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cms-flex__main {
  flex-grow: 1;
  background: #fff;
  padding-bottom: 0px;
  max-width: 2060px;
  margin: auto;
  width: 100%;
}
.cms-flex__main,
footer,
header {
  flex-shrink: 0;
}
.wrap {
  box-sizing: border-box;
  max-width: 1230px;
  margin: 0 auto;
}
.cms-flex__container,
.cms-flex__container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.cms-flex__container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cms-flex__row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.cms-flex__row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cms-flex__col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: cms-flex__column-reverse;
  flex-direction: cms-flex__column-reverse;
}
.cms-flex__col-xs,
.cms-flex__col-xs-1,
.cms-flex__col-xs-10,
.cms-flex__col-xs-11,
.cms-flex__col-xs-12,
.cms-flex__col-xs-2,
.cms-flex__col-xs-3,
.cms-flex__col-xs-4,
.cms-flex__col-xs-5,
.cms-flex__col-xs-6,
.cms-flex__col-xs-7,
.cms-flex__col-xs-8,
.cms-flex__col-xs-9,
.cms-flex__col-xs-offset-0,
.cms-flex__col-xs-offset-1,
.cms-flex__col-xs-offset-10,
.cms-flex__col-xs-offset-11,
.cms-flex__col-xs-offset-12,
.cms-flex__col-xs-offset-2,
.cms-flex__col-xs-offset-3,
.cms-flex__col-xs-offset-4,
.cms-flex__col-xs-offset-5,
.cms-flex__col-xs-offset-6,
.cms-flex__col-xs-offset-7,
.cms-flex__col-xs-offset-8,
.cms-flex__col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.cms-flex__col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.cms-flex__col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.cms-flex__col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.cms-flex__col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.cms-flex__col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.cms-flex__col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.cms-flex__col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.cms-flex__col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.cms-flex__col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.cms-flex__col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.cms-flex__col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.cms-flex__col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.cms-flex__col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.cms-flex__col-xs-offset-0 {
  margin-left: 0;
}
.cms-flex__col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.cms-flex__col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.cms-flex__col-xs-offset-3 {
  margin-left: 25%;
}
.cms-flex__col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.cms-flex__col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.cms-flex__col-xs-offset-6 {
  margin-left: 50%;
}
.cms-flex__col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.cms-flex__col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.cms-flex__col-xs-offset-9 {
  margin-left: 75%;
}
.cms-flex__col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.cms-flex__col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .cms-flex__container {
    width: 49rem;
  }
  .cms-flex__col-sm,
  .cms-flex__col-sm-1,
  .cms-flex__col-sm-10,
  .cms-flex__col-sm-11,
  .cms-flex__col-sm-12,
  .cms-flex__col-sm-2,
  .cms-flex__col-sm-3,
  .cms-flex__col-sm-4,
  .cms-flex__col-sm-5,
  .cms-flex__col-sm-6,
  .cms-flex__col-sm-7,
  .cms-flex__col-sm-8,
  .cms-flex__col-sm-9,
  .cms-flex__col-sm-offset-0,
  .cms-flex__col-sm-offset-1,
  .cms-flex__col-sm-offset-10,
  .cms-flex__col-sm-offset-11,
  .cms-flex__col-sm-offset-12,
  .cms-flex__col-sm-offset-2,
  .cms-flex__col-sm-offset-3,
  .cms-flex__col-sm-offset-4,
  .cms-flex__col-sm-offset-5,
  .cms-flex__col-sm-offset-6,
  .cms-flex__col-sm-offset-7,
  .cms-flex__col-sm-offset-8,
  .cms-flex__col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .cms-flex__col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .cms-flex__col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .cms-flex__col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .cms-flex__col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .cms-flex__col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .cms-flex__col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .cms-flex__col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cms-flex__col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .cms-flex__col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .cms-flex__col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .cms-flex__col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .cms-flex__col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .cms-flex__col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .cms-flex__col-sm-offset-0 {
    margin-left: 0;
  }
  .cms-flex__col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .cms-flex__col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .cms-flex__col-sm-offset-3 {
    margin-left: 25%;
  }
  .cms-flex__col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .cms-flex__col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .cms-flex__col-sm-offset-6 {
    margin-left: 50%;
  }
  .cms-flex__col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .cms-flex__col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .cms-flex__col-sm-offset-9 {
    margin-left: 75%;
  }
  .cms-flex__col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .cms-flex__col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .hidden-mobile-tablet {
    display: none !important;
  }
  #Items-53215 .bx-wrapper {
    padding-bottom: 0px !important;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 64em) {
  .cms-flex__container {
    width: 65rem;
  }
  .cms-flex__col-md,
  .cms-flex__col-md-1,
  .cms-flex__col-md-10,
  .cms-flex__col-md-11,
  .cms-flex__col-md-12,
  .cms-flex__col-md-2,
  .cms-flex__col-md-3,
  .cms-flex__col-md-4,
  .cms-flex__col-md-5,
  .cms-flex__col-md-6,
  .cms-flex__col-md-7,
  .cms-flex__col-md-8,
  .cms-flex__col-md-9,
  .cms-flex__col-md-offset-0,
  .cms-flex__col-md-offset-1,
  .cms-flex__col-md-offset-10,
  .cms-flex__col-md-offset-11,
  .cms-flex__col-md-offset-12,
  .cms-flex__col-md-offset-2,
  .cms-flex__col-md-offset-3,
  .cms-flex__col-md-offset-4,
  .cms-flex__col-md-offset-5,
  .cms-flex__col-md-offset-6,
  .cms-flex__col-md-offset-7,
  .cms-flex__col-md-offset-8,
  .cms-flex__col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .cms-flex__col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .cms-flex__col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .cms-flex__col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .cms-flex__col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .cms-flex__col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .cms-flex__col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .cms-flex__col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cms-flex__col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .cms-flex__col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .cms-flex__col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .cms-flex__col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .cms-flex__col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .cms-flex__col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .cms-flex__col-md-offset-0 {
    margin-left: 0;
  }
  .cms-flex__col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .cms-flex__col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .cms-flex__col-md-offset-3 {
    margin-left: 25%;
  }
  .cms-flex__col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .cms-flex__col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .cms-flex__col-md-offset-6 {
    margin-left: 50%;
  }
  .cms-flex__col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .cms-flex__col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .cms-flex__col-md-offset-9 {
    margin-left: 75%;
  }
  .cms-flex__col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .cms-flex__col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .cms-flex__container {
    width: 76rem;
  }
  .cms-flex__col-lg,
  .cms-flex__col-lg-1,
  .cms-flex__col-lg-10,
  .cms-flex__col-lg-11,
  .cms-flex__col-lg-12,
  .cms-flex__col-lg-2,
  .cms-flex__col-lg-3,
  .cms-flex__col-lg-4,
  .cms-flex__col-lg-5,
  .cms-flex__col-lg-6,
  .cms-flex__col-lg-7,
  .cms-flex__col-lg-8,
  .cms-flex__col-lg-9,
  .cms-flex__col-lg-offset-0,
  .cms-flex__col-lg-offset-1,
  .cms-flex__col-lg-offset-10,
  .cms-flex__col-lg-offset-11,
  .cms-flex__col-lg-offset-12,
  .cms-flex__col-lg-offset-2,
  .cms-flex__col-lg-offset-3,
  .cms-flex__col-lg-offset-4,
  .cms-flex__col-lg-offset-5,
  .cms-flex__col-lg-offset-6,
  .cms-flex__col-lg-offset-7,
  .cms-flex__col-lg-offset-8,
  .cms-flex__col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .cms-flex__col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .cms-flex__col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .cms-flex__col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .cms-flex__col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .cms-flex__col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .cms-flex__col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .cms-flex__col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .cms-flex__col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .cms-flex__col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .cms-flex__col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .cms-flex__col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .cms-flex__col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .cms-flex__col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .cms-flex__col-lg-offset-0 {
    margin-left: 0;
  }
  .cms-flex__col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .cms-flex__col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .cms-flex__col-lg-offset-3 {
    margin-left: 25%;
  }
  .cms-flex__col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .cms-flex__col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .cms-flex__col-lg-offset-6 {
    margin-left: 50%;
  }
  .cms-flex__col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .cms-flex__col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .cms-flex__col-lg-offset-9 {
    margin-left: 75%;
  }
  .cms-flex__col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .cms-flex__col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
