/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';

/* Slider

.slick-loading .slick-list {
    background: #fff url('clientlib-vendor/slick/images/ajax-loader.gif') center center no-repeat;
}
*/

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('clientlib-vendor/slick/fonts/slick.html');
  src: url('clientlib-vendor/slick/fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('clientlib-vendor/slick/fonts/slick-2.html') format('woff'), url('clientlib-vendor/slick/fonts/slick-3.html') format('truetype'), url('clientlib-vendor/slick/fonts/slick-4.html#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  /* max-width: 100%; */
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/*.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}*/
.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! jQuery UI - v1.12.1 - 2020-02-04
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold
}

.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_444444_256x240.html")
}

.ui-widget-header .ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_444444_256x240.html")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_555555_256x240.html")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_ffffff_256x240.html")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_777620_256x240.html")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_cc0000_256x240.html")
}

.ui-button .ui-icon {
  background-image: url("clientlib-vendor/jquery-ui/css/images/ui-icons_777777_256x240.html")
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}

.itau-pagination {
  margin: 24px 0px 16px;
}

.itau-pagination__paginate {
  background: unset;
  border: none;
  color: #106EB0;
  font-family: ItauText-Bold, "Myriad Pro", Arial;
  font-size: 16px;
  text-align: center;
  vertical-align: center;
  margin-right: 8px;
}

.itau-pagination__paginate--previous,
.itau-pagination__paginate--next {
  font-family: ItauText-Bold, "Myriad Pro", Arial;
  font-size: 16px;
  text-align: center;
  vertical-align: center;
  margin-right: 16px;
  cursor: pointer;
}

.itau-pagination__paginate--previous[disabled],
.itau-pagination__paginate--next[disabled] {
  color: #D6D0CC !important;
  cursor: not-allowed;
}


.itau-pagination__paginate--previous:hover,
.itau-pagination__paginate--next:hover,
.itau-pagination__paginate--previous:focus,
.itau-pagination__paginate--next:focus {
  text-decoration: none;
  color: #0056b3;
}

.itau-pagination__paginate--previous span {
  margin-right: 8px;
}

.itau-pagination__paginate--next span {
  margin-left: 8px;
}


.itau-pagination__paginate--total {
  color: #231D19;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  text-align: left;
  vertical-align: center;
  margin-right: 16px;
}


.itau-pagination__paginate--results {
  color: #56504C;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 12px;
  line-height: 18px;
  vertical-align: center;
}

.itau-form .button button {
  border-radius: 4px;
  height: 48px;
  width: 100%;
}

/* reset defaults (enables to use button fragment) */
.itau-form .button button a {
  cursor: pointer;
  display: unset !important;
  color: unset !important;
  background-color: unset !important;
  padding: unset !important;
  height: unset !important;
  margin-top: unset !important;
  text-decoration: none;
}

.itau-form .button-main {
  background-color: #ec7000;
  border-radius: 4px;
  border-color: transparent;
  border: none;
  color: #fff;
}

.itau-form .button-main a {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 700;
}

.itau-form .button-main:disabled {
  color: #89837f;
  background-color: #d6d0cc
}

.itau-form .button-white-blue {
  background-color: #fff;
  border: 1px solid #106eb0;
  color: #106eb0
}


.itau-form .button a.button-white-blue {
  background-color: #fff;
  border: 1px solid #106eb0;
  color: #106eb0;
  border-radius: 4px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  height: 49px;
  display: block;
  padding-top: 12px;
}


.itau-form .button a.button-white-blue {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 19px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 700;
}

@media only screen and (min-width:992px) {
  .itau-form .button-white-blue {
    margin-top: 8px
  }
}

.itau-form .button-white-blue a {
  font-family: "ItauDisplay-Bold", "Myriad Pro", Arial;
  font-size: 19px;
  line-height: 27px;
  text-decoration: none
}

.itau-form .button-white-blue:disabled {
  background-color: #fff;
  border: 1px solid #d9d3cf;
  color: #d9d3cf
}

.itau-form .input-container {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 991px) and (max-width: 992px) {
  .itau-form .input-container {
    margin-bottom: 24px;
  }

  .interest-rate {
    margin-bottom: 40px;
  }
}

.itau-form .form-label {
  background-color: #fff;
  font-family: 'ItauText-Regular', sans-serif;
  font-size: 16px;
  color: #56504C;
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  left: 10px;
  padding: 0 10px;
  margin-right: 15px;
  top: 15px;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  z-index: 10;
}

.itau-form input:disabled+.form-label {
  background-color: #D9D3CF;
  transition: none;
}

/* .itau-form input:disabled + .form-label {
    transform: none;
} */

.itau-form .form-input {
  position: relative;
  padding: 12px 0 5px 0;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out
}

.itau-form input,
.itau-form .customized-select li,
.itau-form textarea {
  border-radius: 2px;
  border: 1px solid #706A66;
  color: #56504C;
  font-family: ItauText-Regular;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  height: 56px;
  padding-right: 40px;
  text-align: left;
}

.itau-form input[readonly] {
  background-color: initial;
}

.itau-form input:disabled,
.itau-form textarea:disabled {
  background-color: #D9D3CF;
}

.itau-form textarea {
  resize: none;
  padding: 24px 15px 14px 15px;
}

@media screen and (max-width: 576px) {
  .itau-form textarea {
    margin-top: 15px;
  }
}

.itau-form .input-textarea-count {
  color: #8A837E;
  font-family: 'ItauText-Regular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  margin-top: 8px;
  letter-spacing: 0;
}

.itau-form .input-textarea-count.maxlength,
.lis-form-footer-content {
  color: #252220;
  ;
}

.itau-form .select .input-icon::after {
  content: '\e9cc';
  font-family: 'itau-icon';
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
}

.itau-form .select.open .input-icon::after {
  content: '';
}

.itau-form input:focus,
.itau-form input:hover,
.itau-form textarea:focus,
.itau-form textarea:hover {
  border-color: #ec7000;
  box-shadow: initial
}

.itau-form .form-grau-title {
  font-size: 14px;
  color: #56504c
}

.itau-form .focused .form-label {
  transform: translateY(-120%);
  font-size: 14px;
  min-width: unset;
}

.itau-form .focused .form-label.label-textarea {
  transform: translateY(-150%);
}


.itau-form .col-inline {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width:576px) {
  .itau-form .col-inline {
    flex-direction: row
  }

  .itau-form .col-inline input {
    margin: 5px
  }
}

.itau-form .check-radio-handler {
  min-height: 22px;
  margin: 8px 15px 8px 0
}

.itau-form .check-radio-handler label {
  font-family: ItauText-Regular;
  font-size: 16px;
  padding-left: 29px;
  min-height: 24px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  cursor: pointer
}

.itau-form .check-radio-handler input:first-child {
  position: absolute;
  opacity: 0;
  margin: 0;
  height: 24px;
  width: 24px;
}

.itau-form .check-radio-handler label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #231D19;
  border-radius: 3px;
  margin-left: -29px;
  top: 3px
}

.itau-form .check-radio-handler input:focus+label::before {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto
}

.itau-form .check-radio-handler input[type=checkbox] {
  z-index: 1000;
}

.itau-form .check-radio-handler input[type=checkbox]:first-child:checked+label::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 11px;
  border: solid 1.45px #fff;
  border-top: none;
  border-left: none;
  transform: translate(6.5px, 4.5px) rotate(45deg)
}

.itau-form .check-radio-handler input[type=radio]:first-child+label::before {
  border-radius: 50%
}

.itau-form .check-radio-handler input:first-child:checked+label::before {
  background-color: #ec7000;
  border-color: #ec7000
}

.itau-form .customized-select {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35);
  display: none;
  max-height: 280px;
  overflow: hidden;
  position: absolute;
  margin-top: 8px;
  width: inherit;
  z-index: 50;
}

.itau-form .customized-select li {
  box-shadow: inset 0 -1px 0 0 #efe9e5;
  border: none;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 15px 0;
}

.itau-form .customized-select li:focus,
.itau-form .customized-select li:hover {
  border: 1px solid #ec7000
}

.itau-form .feedback-message {
  color: #56504C;
  font-family: ItauText-Regular;
  font-size: 12px;
  line-height: 16px;
  padding-left: 1rem;
  visibility: hidden;
}

.itau-form .has-error .feedback-message,
.itau-form .feedback-message.show {
  visibility: visible;
}

.itau-form .has-error,
.itau-form .has-error p {
  color: #781B8E !important;
}

.itau-form .has-error input {
  border-color: #781B8E !important;
}

.itau-form .has-error input:focus {
  border-color: #781B8E !important;
  padding-right: 40px;
}

.itau-form .customized-select .input-icon::after,
.itau-form .has-error .input-icon::after {
  content: '\e94f';
  font-family: 'itau-icon';
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
}

.itau-form-modal .button button {
  width: 100%
}

@media only screen and (min-width:576px) {
  .itau-form-modal .modal {
    top: unset
  }

  .itau-form-modal .modal h2 {
    font-size: 22px;
    line-height: 30px
  }
}

.itau-form-modal .modal-full-screen {
  margin: 0
}

.itau-form-modal .modal-content {
  bottom: 0;
  min-height: 100vh;
  width: 100vw;
  margin: 0
}

@media only screen and (min-width:576px) {
  .itau-form-modal .modal-content {
    height: 80vh;
    min-height: unset;
    overflow-y: scroll;
  }
}

.itau-form-modal .close-filter-modal {
  position: absolute;
  right: 0;
  height: 48px;
  width: 48px
}

.itau-form-modal .close-filter-modal::before {
  content: '\e956';
  color: #252220;
  font-family: itau-icon, sans-serif;
  font-size: 20px;
  line-height: 30px
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff7701;
  --orange: #fd7e14;
  --yellow: #ff7701;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ff7701;
  --danger: #ff7701;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014 \00A0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table .table {
  background-color: #fff
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
  height: auto
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
  border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #ff7701
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #ff7701
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ff7701;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #ff7701
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #ff7701
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #ff7701
}

.custom-file-input.is-invalid~.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
  border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #ff7701
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
  color: #fff;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff7701;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ff7701;
  background-color: transparent;
  background-image: none;
  border-color: #ff7701
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff7701;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #ff7701;
  background-color: transparent;
  background-image: none;
  border-color: #ff7701
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff7701;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff7701;
  border-color: #ff7701
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-toggle::after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
  border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width:575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:first-child .card-header,
  .card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-footer,
  .card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:last-child .card-header,
  .card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-footer,
  .card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-header,
  .card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-footer,
  .card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b
}

.badge-warning {
  color: #212529;
  background-color: #ff7701
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #ff7701
}

.badge-danger {
  color: #fff;
  background-color: #ff7701
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff7701
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: ""
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2))
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ff7701 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #ff7701 !important
}

.bg-danger {
  background-color: #ff7701 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #ff7701 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ff7701 !important
}

.border-danger {
  border-color: #ff7701 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ff7701 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ff7701 !important
}

.text-danger {
  color: #ff7701 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #ff7701 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
@charset "UTF-8";

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*
 * grid_base.less is a file provided by AEM. 
 * For portability between versions of AEM the file has been copied into Itau project's client library.
 *
 * 6.3 Path to Responsive Grid: /etc/clientlibs/wcm/foundation/grid/grid_base.less
 * 6.4 Path to Responsive Grid:  /libs/wcm/foundation/clientlibs/grid/grid_base.less
 * 
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}

.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}

.aem-Grid::after {
  clear: both;
}

/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}

/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}

/* force showing hidden */
.aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
  display: block !important;
}

/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}

/* phone breakpoint */
@media (max-width: 576px) {
  .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }

  .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }

  .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }

  .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }

  .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }

  .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }

  .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }

  .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }

  .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }

  .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}

/* tablet breakpoint */
@media (min-width: 577px) and (max-width: 768px) {
  .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }

  .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }

  .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }

  .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }

  .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }

  .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }

  .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }

  .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }

  .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }

  .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }

  .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }

  .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }

  .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }

  .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }

  .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }

  .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

.social-media {
  margin-top: 32px;
  background-color: #605751
}

@media only screen and (min-width:768px) {
  .social-media {
    margin-bottom: 32px
  }
}

@media only screen and (min-width:992px) {
  .social-media {
    margin-top: 40px;
    margin-bottom: 88px
  }
}

@media only screen and (min-width:1200px) {
  .social-media {
    margin-top: 56px
  }
}

.social-media span {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px
}

@media only screen and (min-width:768px) {
  .social-media span {
    text-align: left
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .social-media span {
    font-family: ItauDisplay-XBold, "Myriad Pro", Arial
  }
}

.social-media .social-icons {
  text-align: center
}

@media only screen and (min-width:768px) {
  .social-media .social-icons {
    text-align: left
  }
}

.social-media .social-icons a {
  font-size: 24px;
  color: #d2d2d2;
  letter-spacing: 0;
  text-align: center;
  margin-right: 24px;
  text-decoration: none
}

.social-media .social-icons a:last-child {
  margin-right: 0
}

.social-media .social-icons a:hover {
  text-decoration: none
}

.smart-banner-app {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #ec7000
}

@media only screen and (min-width:992px) {
  .smart-banner-app {
    display: none
  }
}

.smart-banner-app .wrapper {
  height: 80px;
  min-height: 80px
}

@media only screen and (min-width:576px) {
  .smart-banner-app .wrapper {
    height: 104px;
    min-height: 104px
  }
}

.smart-banner-app .wrapper-logo {
  float: left;
  display: flex
}

@media only screen and (max-width:575px) {
  .smart-banner-app .wrapper-logo {
    width: 170px
  }
}

@media only screen and (min-width:576px) {
  .smart-banner-app .wrapper-logo {
    display: block
  }
}

.smart-banner-app .wrapper-logo img {
  height: 48px;
  width: 48px;
  float: left;
  display: flex;
  margin: 16px 0
}

@media only screen and (min-width:576px) {
  .smart-banner-app .wrapper-logo img {
    height: 64px;
    width: 64px;
    margin: 20px 0
  }
}

.smart-banner-app .wrapper-app-name {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 16px;
  color: #252220;
  line-height: 32px;
  margin: 24px 0 24px 8px;
  width: 136px
}

@media only screen and (min-width:576px) {
  .smart-banner-app .wrapper-app-name {
    font-size: 24px;
    line-height: 36px;
    margin: 34px 0 34px 24px;
    width: 203px
  }
}

.smart-banner-app .wrapper-align-right {
  display: flex;
  align-items: center;
  margin: 28px 0;
  float: right
}

@media only screen and (max-width:575px) {
  .smart-banner-app .wrapper-align-right {
    margin: 24px 0
  }
}

.smart-banner-app .wrapper-align-right a.cta {
  text-align: center;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  padding: 2px 0;
  color: #252220
}

.smart-banner-app .wrapper .close-btn {
  font-size: 24px;
  color: #252220;
  letter-spacing: 0;
  text-align: center;
  height: 32px;
  width: 32px;
  padding: 2px;
  border: none;
  background-color: transparent;
  margin: 0 0 8px 8px
}

@media only screen and (max-width:575px) {
  .smart-banner-app .wrapper .close-btn {
    margin: 0 0 0 8px
  }
}

.navigation-top .navigation-top-list-item {
  text-align: center
}

.navigation-top .navigation-top-link {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px
}

.dropdown-mega-menu {
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 1;
  width: 100vw;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  border-top: 1px solid #d9d3cf;
  border-bottom: 1px solid #d9d3cf
}

[data-segment=cartoes] .dropdown-mega-menu,
[data-segment=varejo] .dropdown-mega-menu {
  background-color: #efe9e5
}

.dropdown-mega-menu .container .row {
  margin-top: 48px;
  margin-bottom: 48px
}

body.wcmmode-escope .dropdown-mega-menu:first-of-type {
  padding-top: 0
}

body.wcmmode-escope .dropdown-mega-menu .parent-item-placeholder {
  color: rgba(0, 0, 0, .3);
  border-color: rgba(0, 0, 0, .3);
  background-color: rgba(255, 255, 255, .25);
  border-style: solid;
  border-width: .125rem;
  margin: .125rem;
  display: inline-block;
  width: 99.5%;
  text-align: center;
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal
}

body.wcmmode-escope .dropdown-mega-menu .parent-item-placeholder span[class*=icon] {
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: .3em
}

body.wcmmode-escope .dropdown-mega-menu .parent-item-placeholder strong {
  font-weight: 700
}

.dropdown-toggle.open+.dropdown-mega-menu {
  max-height: 100vh;
  visibility: visible
}

#hamburguer-menu {
  width: 82px;
  height: 32px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  display: none;
  text-decoration: none
}

@media only screen and (max-width:575px) {
  #hamburguer-menu {
    width: 31px
  }
}

@media only screen and (max-width:991px) {
  #hamburguer-menu {
    display: inline-flex
  }
}

#hamburguer-menu>div {
  top: 8px;
  left: 3px;
  position: absolute;
  width: 24px;
  height: 16px;
  margin-right: 12px
}

#hamburguer-menu span.line {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #231d19;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

#hamburguer-menu span.line:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

#hamburguer-menu span.line:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

#hamburguer-menu span.line:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

#hamburguer-menu span.label {
  font-weight: 700
}

#hamburguer-menu.open {
  width: 83px
}

@media only screen and (max-width:575px) {
  #hamburguer-menu.open {
    width: 31px
  }
}

#hamburguer-menu.open span.line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px
}

#hamburguer-menu.open span.line:nth-child(2) {
  width: 0;
  opacity: 0
}

#hamburguer-menu.open span.line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 4px
}

.navigation-menu {
  height: 100%;
  padding-left: 32px
}

@media only screen and (max-width:991px) {
  .navigation-menu {
    display: none
  }
}

.navigation-menu-list {
  height: 40px;
  margin: 32px 32px 32px 0;
  border-left: 1px solid #d9d3cf;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  padding-left: 12px
}

.navigation-menu-list-item {
  padding: 0 20px;
  line-height: 32px
}

.navigation-menu-list-item a {
  text-decoration: none;
  will-change: transform, transition;
  font-weight: 400
}

.navigation-menu-list-item a.dropdown-toggle {
  color: #231d19;
  font-size: 19px;
  font-weight: 700;
  padding: 40px 0
}

.navigation-menu-list-item a.dropdown-toggle.open,
.navigation-menu-list-item a.dropdown-toggle:hover {
  text-decoration: none;
  border-bottom: 3px solid #ec7000
}

.navigation-menu-list-item a.dropdown-toggle:after {
  display: none
}

body.wcmmode-escope .navigation-menu {
  display: flex;
  padding: 0 32px 0 0
}

body.wcmmode-escope .navigation-menu+.cq-placeholder {
  display: flex
}

.navbar-wrapper-mobile .card-header .anchor-menu {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  text-align: left;
  border: none;
  text-decoration: none;
  color: #231d19
}

.section-navigation-cta {
  display: none;
  height: 96px;
  width: 100%;
  border-top: 1px solid #d9d3cf;
  border-bottom: 1px solid #d9d3cf;
  background-color: #fcfcfc;
  position: absolute;
  z-index: 2000;
  text-decoration: none !important;
  width: 100%
}

@media only screen and (max-width:991px) {
  .section-navigation-cta {
    position: fixed;
    bottom: 0;
    height: 64px
  }
}

@media only screen and (max-width:991px) {
  .section-navigation-cta {
    background-color: #ec7000
  }
}

.section-navigation-cta.show {
  display: block
}

@media only screen and (min-width:992px) {
  .section-navigation-cta.show .container {
    height: 100%
  }

  .section-navigation-cta.show .container .row {
    height: 100%;
    margin: 0
  }
}

.section-navigation-cta .container {
  height: 100%
}

.section-navigation-cta .row {
  height: 100%;
  margin: 0
}

.section-navigation-cta .navigation-text {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
  color: #312d2b;
  font-weight: 700
}

@media only screen and (max-width:991px) {
  .section-navigation-cta .navigation-text {
    color: #fff
  }
}

.section-navigation-cta .navigation-text-mobile {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700
}

@media screen and (min-width:576px) and (max-width:991px) {
  .section-navigation-cta .navigation-text-mobile {
    font-size: 20px;
    line-height: 32px
  }
}

.section-navigation-cta .title-navigation-cta {
  font-weight: 700
}

.section-navigation-cta .person-navigation-cta {
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  margin-right: 16px;
  vertical-align: sub;
  opacity: .8;
  color: #fff
}

@media only screen and (min-width:992px) {
  .section-navigation-cta .person-navigation-cta {
    color: #ec7000
  }
}

@media screen and (min-width:576px) and (max-width:991px) {
  .section-navigation-cta .person-navigation-cta {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

@media only screen and (max-width:991px) {
  .section-navigation-cta .person-navigation-cta {
    font-size: 24px;
    line-height: 24px
  }
}

.section-navigation-cta .arrow-navigation-cta span {
  font-size: 28px;
  letter-spacing: 0;
  text-align: center;
  float: right;
  vertical-align: sub;
  color: #fcfcfc
}

@media only screen and (min-width:768px) {
  .section-navigation-cta .arrow-navigation-cta span {
    font-size: 32px;
    margin-right: 11px
  }
}

@media only screen and (max-width:991px) {
  .section-navigation-cta .arrow-navigation-cta span {
    font-size: 24px;
    line-height: 24px;
    color: #fff
  }
}

.section-navigation-cta:focus,
.section-navigation-cta:hover {
  background-color: #ec7000
}

.section-navigation-cta:focus .navigation-text,
.section-navigation-cta:hover .navigation-text {
  color: #fff
}

.section-navigation-cta:focus .person-navigation-cta,
.section-navigation-cta:hover .person-navigation-cta {
  color: #fff
}

.section-navigation-cta:focus .arrow-navigation-cta span,
.section-navigation-cta:hover .arrow-navigation-cta span {
  color: #fff
}

@media only screen and (min-width:992px) {
  .section-navigation-cta.only-mobile {
    display: none
  }
}

a {
  text-decoration: none;
  color: #003767
}

.logo-primary {
  height: 50px
}

[data-segment=todos-pela-saude] .logo-primary {
  width: 30px
}

.modal-title {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .richtext-container .title-d-container {
    margin-bottom: 24px
  }
}

.richtext-container__box {
  padding-top: 32px
}

@media only screen and (min-width:768px) {
  .richtext-container__box {
    padding-top: 64px
  }
}

.richtext-container__richtext-content-shared.hidden-content {
  height: 256px;
  overflow: hidden;
  position: relative
}

@media only screen and (min-width:576px) {
  .richtext-container__richtext-content-shared.hidden-content {
    height: 202px
  }
}

@media only screen and (min-width:768px) {
  .richtext-container__richtext-content-shared.hidden-content {
    height: 346px
  }
}

@media only screen and (min-width:992px) {
  .richtext-container__richtext-content-shared.hidden-content {
    height: 330px
  }
}

@media only screen and (min-width:1200px) {
  .richtext-container__richtext-content-shared.hidden-content {
    height: 344px
  }
}

.richtext-container__richtext-content-shared.hidden-content:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 100px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(transparent, #fff)
}

.richtext-container__richtext-content-shared img {
  width: 100%
}

.richtext-container__richtext-content-shared h3 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px
}

@media only screen and (min-width:768px) {
  .richtext-container__richtext-content-shared h3 {
    font-size: 20px;
    line-height: 30px
  }
}

.richtext-container__richtext-content-shared p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px;
  color: #231d19;
  word-wrap: break-word
}

@media only screen and (min-width:768px) {
  .richtext-container__richtext-content-shared p {
    font-size: 16px;
    line-height: 24px
  }
}

.richtext-container__richtext-content-shared p b {
  font-weight: 700
}

.richtext-container__richtext-content-shared p i {
  font-style: italic
}

.richtext-container__richtext-see-more {
  margin-top: 16px
}

.richtext-container__richtext-see-more a {
  color: #007ab7;
  font-family: ItauText-Light, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline
}

@media only screen and (min-width:768px) {
  .richtext-container__richtext-see-more a {
    font-size: 16px;
    line-height: 24px
  }
}

[data-segment=varejo] .richtext-container__box.bg-grey h2.title-d-container__title {
  color: #231d19
}

[data-segment=personnalite] .richtext-container__box.bg-white h2.title-d-container__title {
  color: #0d1733
}

[data-segment=personnalite] .richtext-container__box.bg-grey-personalite h2.title-d-container__title {
  color: #231d19
}

[data-segment=uniclass] .richtext-container__box.bg-grey-uniclass h2.title-d-container__title {
  color: #231d19
}

[data-segment=empresas] .richtext-container__box.bg-grey h2.title-d-container__title {
  color: #231d19
}

[data-segment=private] .richtext-container__box.bg-grey h2.title-d-container__title {
  color: #231d19
}

[data-segment=private] .richtext-container__box.bg-grey-dark-private h2.title-d-container__title {
  color: #fff
}

[data-segment*=ibba] .richtext-container__box.bg-white h2.title-d-container__title {
  color: #004388
}

[data-segment*=ibba] .richtext-container__box.bg-grey h2.title-d-container__title {
  color: #231d19
}

[data-segment*=ibba] .richtext-container__box.bg-light-blue-grey-bba h2.title-d-container__title {
  color: #231d19
}

[data-segment*=hipercard] .richtext-container__box.bg-grey h2.title-d-container__title {
  color: #231d19
}

[data-segment*=cartoes] .richtext-container__box.bg-grey h2.title-d-container__title {
  color: #231d19
}

@media only screen and (min-width:320px) {
  #marcoCivil p {
    line-height: 21px;
    font-size: 14px;
    width: 109%
  }

  #btOk {
    width: 160px
  }

  .vertical {
    padding-top: .75%;
    padding-bottom: .75%
  }

  .container-button {
    padding-top: 3%
  }
}

@media only screen and (min-width:576px) {
  #marcoCivil {
    height: 120px
  }

  #marcoCivil p {
    font-size: 14px;
    line-height: 21px;
    width: 87%
  }

  #btOk {
    width: 160px
  }

  .vertical {
    padding-top: 3%;
    padding-bottom: 3%
  }

  .container-button {
    padding-top: 3%
  }
}

@media only screen and (min-width:768px) {
  #marcoCivil p {
    font-size: 16px;
    line-height: 24px;
    width: 84%
  }

  #btOk {
    width: 151px
  }

  .vertical {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .container-button {
    padding-top: 2%
  }
}

@media only screen and (min-width:992px) {
  #marcoCivil p {
    font-size: 16px;
    line-height: 24px;
    width: 99%
  }

  #btOk {
    width: 128px
  }

  .vertical {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .container-button {
    padding-top: 0
  }
}

@media only screen and (min-width:1200px) {
  #marcoCivil p {
    font-size: 16px;
    line-height: 24px;
    width: 92%
  }

  #btOk {
    width: 160px
  }
}

@media only screen and (min-width:1400px) {
  #marcoCivil p {
    font-size: 16px;
    line-height: 24px;
    width: 93%
  }

  #btOk {
    width: 160px
  }
}

#marcoCivil {
  background-color: #fff;
  top: 0;
  position: relative
}

#marcoCivil p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  color: #252220
}

#btOk {
  background-color: #faf8f7;
  border: 1px solid #106eb0;
  color: #106eb0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  height: 48px;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 20px;
  line-height: 32px
}

#btOk:focus,
#btOk:hover {
  background-color: #ecf4f9;
  -webkit-transition: .5s;
  transition: .5s
}

#termos {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  text-decoration: underline;
  color: #007ab7;
  font-size: 16px
}

#termos:focus,
#termos:hover {
  border-bottom-color: #666;
  color: #a9a9a9;
  -webkit-transition: .5s;
  transition: .5s
}

.link {
  color: #007ab7;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  text-decoration: underline
}

.marco-civil-banner {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 2999999
}

.marco-civil-banner #marcoCivil {
  background: #faf8f7;
  border: 1px solid #89837f;
  border-radius: 4px
}

@media only screen and (min-width:320px) {
  .marco-civil-banner #marcoCivil {
    height: auto
  }
}

.marco-civil-banner #marcoCivil p {
  width: auto;
  color: #231d19
}

.marco-civil-banner #marcoCivil .container-button {
  text-align: left
}

.marco-civil-banner #marcoCivil .container-text {
  display: flex;
  align-items: flex-start
}

@media only screen and (max-width:767px) {
  .marco-civil-banner #marcoCivil .container-text {
    flex-direction: column
  }
}

@media only screen and (min-width:768px) {
  .marco-civil-banner #marcoCivil .container-text {
    flex-direction: row
  }
}

.marco-civil-banner #marcoCivil .link {
  font-family: ItauText-Bold, "Myriad Pro", Arial;
  font-weight: 700;
  color: #106eb0
}

.marco-civil-banner #marcoCivil i {
  font-size: 24px;
  color: #56504c;
  text-align: center;
  line-height: 24px;
  font-weight: 400
}

@media only screen and (max-width:767px) {
  .marco-civil-banner #marcoCivil i {
    padding-bottom: 12px
  }
}

@media only screen and (min-width:768px) {
  .marco-civil-banner #marcoCivil i {
    padding-right: 16px
  }
}

@media only screen and (max-width:767px) {
  .marco-civil-banner #marcoCivil .vertical {
    padding: 16px 1px 16px 1px
  }
}

@media only screen and (min-width:768px) {
  .marco-civil-banner #marcoCivil .vertical {
    padding: 24px 9px 24px 9px;
    padding-right: 16px
  }
}

.main-banner-shared .content-text {
  width: 100%
}

.main-banner-shared .content-text .container-qr-code-img {
  width: 122px;
  height: 122px;
  position: absolute;
  bottom: 0;
  left: 309px
}

@media only screen and (min-width:992px) {
  .main-banner-shared .content-text .container-qr-code-img {
    left: 339px
  }
}

@media only screen and (min-width:1400px) {
  .main-banner-shared .content-text .container-qr-code-img {
    left: 386px
  }
}

.main-banner-shared .content-text .qr-code-img {
  width: 100%;
  height: 100%
}

.main-banner-shared .content-text .span-qr-code {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 18px;
  color: #fff
}

@media only screen and (min-width:992px) {
  .main-banner-shared .content-text .span-qr-code {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 312px
  }
}

.main-banner-shared .image .container {
  position: relative
}

.main-banner-shared .overflow-in-zoom {
  overflow: hidden
}

.main-banner-shared .fixed-image {
  background-attachment: fixed
}

@-webkit-keyframes zoom-img-effect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes zoom-img-effect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.main-banner-shared .banner {
  display: flex;
  position: relative;
  width: 100%
}

.main-banner-shared .banner.image-reduced {
  height: 389px
}

@media only screen and (min-width:576px) {
  .main-banner-shared .banner.image-reduced {
    height: 320px
  }

  .main-banner-shared .banner.image-reduced .shared-button__a {
    margin-top: 16px
  }
}

@media only screen and (min-width:768px) {
  .main-banner-shared .banner.image-reduced {
    height: 400px
  }

  .main-banner-shared .banner.image-reduced .shared-button__a {
    margin-top: 32px
  }
}

@media only screen and (min-width:992px) {
  .main-banner-shared .banner.image-reduced {
    height: 450px
  }

  .main-banner-shared .banner.image-reduced .shared-button__a {
    margin-top: 32px
  }
}

.main-banner-shared .banner.image-full {
  height: calc(100vh - 21.91vh)
}

@media screen and (min-width:576px) and (max-width:991px) {
  .main-banner-shared .banner.image-full {
    height: calc(100vh - 18.26vh)
  }
}

@media only screen and (max-width:575px) {
  .main-banner-shared .banner.image-full {
    height: calc(100vh - 15.82vh)
  }
}

.main-banner-shared .banner .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s
}

@media only screen and (max-width:575px) {
  .main-banner-shared .banner .image {
    align-items: flex-end;
    padding-bottom: 32px
  }
}

.main-banner-shared .banner .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  -webkit-transition: inherit;
  transition: inherit
}

.main-banner-shared .banner .image.zoom-main-banner:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.main-banner-shared .banner .image.fixed-image {
  background-position: center top 144px
}

@media only screen and (max-width:991px) {
  .main-banner-shared .banner .image.fixed-image {
    background-position: center top 120px
  }
}

@media only screen and (max-width:575px) {
  .main-banner-shared .banner .image.fixed-image {
    background-position: center top 104px
  }
}

.main-banner-shared .banner .black-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto
}

.main-banner-shared .banner .black-mask.gradient-is-first {
  background: rgba(0, 0, 0, .94)
}

@media only screen and (min-width:1200px) {
  .main-banner-shared .banner .black-mask.gradient-is-first {
    background: -webkit-gradient(linear, right top, left top, color-stop(22%, rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, .6) 66%, rgba(0, 0, 0, .6) 100%)
  }
}

@media screen and (min-width:576px) and (max-width:1199px) {
  .main-banner-shared .banner .black-mask.gradient-is-first {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .6) 67%, rgba(0, 0, 0, .6) 100%)
  }
}

@media only screen and (max-width:575px) {
  .main-banner-shared .banner .black-mask.gradient-is-first {
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, .94);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .6) 55%, rgba(0, 0, 0, .6) 100%)
  }
}

.main-banner-shared .banner .black-mask.gradient-is-second {
  background: rgba(0, 0, 0, .94)
}

@media only screen and (min-width:1200px) {
  .main-banner-shared .banner .black-mask.gradient-is-second {
    background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, .6) 66%, rgba(0, 0, 0, .6) 100%)
  }
}

@media screen and (min-width:576px) and (max-width:1199px) {
  .main-banner-shared .banner .black-mask.gradient-is-second {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .6) 67%, rgba(0, 0, 0, .6) 100%)
  }
}

@media only screen and (max-width:575px) {
  .main-banner-shared .banner .black-mask.gradient-is-second {
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, .94);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .6) 55%, rgba(0, 0, 0, .6) 100%)
  }
}

.main-banner-shared .banner .gradient-is-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%
}

.main-banner-shared .banner .content {
  max-width: 378px
}

@media only screen and (min-width:768px) {
  .main-banner-shared .banner .content {
    max-width: 440px
  }
}

@media only screen and (min-width:992px) {
  .main-banner-shared .banner .content {
    max-width: 460px
  }
}

@media only screen and (min-width:1200px) {
  .main-banner-shared .banner .content {
    max-width: 476px
  }
}

@media only screen and (min-width:768px) {
  .main-banner-shared .banner .container-qr-code-txt {
    width: 285px
  }

  .main-banner-shared .banner .container-qr-code-txt h1 {
    font-size: 32px;
    line-height: 48px
  }

  .main-banner-shared .banner .container-qr-code-txt p {
    font-size: 24px;
    line-height: 38px
  }
}

@media only screen and (min-width:992px) {
  .main-banner-shared .banner .container-qr-code-txt {
    width: 290px
  }
}

@media only screen and (min-width:1400px) {
  .main-banner-shared .banner .container-qr-code-txt {
    width: 349.8px
  }
}

.main-banner-shared .banner h1,
.main-banner-shared .banner h2 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  width: 100%;
  margin-bottom: 8px
}

@media only screen and (min-width:768px) {

  .main-banner-shared .banner h1,
  .main-banner-shared .banner h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 16px
  }
}

.main-banner-shared .banner p {
  margin: 0;
  font-family: ItauText-Light, "Myriad Pro", Arial;
  font-size: 22px;
  color: #fff;
  line-height: 33px;
  width: 100%
}

@media only screen and (max-width:575px) {
  .main-banner-shared .banner p {
    margin-bottom: 16px
  }
}

@media only screen and (min-width:768px) {
  .main-banner-shared .banner p {
    font-size: 32px;
    line-height: 48px
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .main-banner-shared .banner p {
    margin-bottom: 32px
  }
}

.main-banner-shared .banner a.button {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  padding-top: 1em
}

@media only screen and (min-width:768px) {
  .main-banner-shared .banner a.button {
    font-size: 19px
  }
}

.main-banner-shared .banner-black-color h1,
.main-banner-shared .banner-black-color h2,
.main-banner-shared .banner-black-color p {
  color: #252220
}

.app-shared {
  display: inline-block;
  min-height: 103px
}

@media only screen and (min-width:576px) {
  .app-shared {
    margin: 0 15px;
    min-height: 142px
  }
}

@media only screen and (min-width:768px) {
  .app-shared {
    margin: 0 28px 0 0
  }

  .app-shared:first-of-type {
    margin-left: 39px
  }
}

@media only screen and (min-width:992px) {
  .app-shared {
    width: 92px;
    margin: 0 34px 0 0;
    min-height: 162px
  }

  .app-shared:first-of-type {
    margin-left: 16px
  }
}

.app-shared:last-of-type {
  margin-right: 0
}

@media only screen and (min-width:992px) {
  .app-shared:last-of-type {
    margin-right: 50px
  }
}

.app-shared__icon {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  cursor: pointer;
  padding-top: 4px;
  width: 72px
}

@media only screen and (min-width:576px) {
  .app-shared__icon {
    width: 92px
  }
}

@media only screen and (min-width:992px) {
  .app-shared__icon {
    width: 96px
  }

  .app-shared__icon:hover {
    text-decoration: none
  }

  .app-shared__icon:hover .media {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3)
  }
}

.app-shared__icon .media {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 60px;
  width: 60px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
  border-radius: 16px;
  margin: auto
}

@media only screen and (min-width:576px) {
  .app-shared__icon .media {
    height: 72px;
    width: 72px
  }
}

@media only screen and (min-width:992px) {
  .app-shared__icon .media {
    height: 92px;
    width: 92px;
    border-radius: 24px
  }
}

.app-shared__icon span {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 12px;
  color: #252220;
  text-align: center;
  line-height: 16px;
  padding-top: 7px
}

@media only screen and (min-width:576px) {
  .app-shared__icon span {
    padding-top: 18px;
    font-size: 16px;
    line-height: 24px
  }
}

.partner-shared {
  display: flex;
  margin-right: 32px
}

@media only screen and (min-width:320px) {
  .partner-shared {
    justify-content: center;
    margin-right: 0
  }
}

.partner-shared a {
  color: #252220
}

.partner-shared a:hover {
  text-decoration: none
}

.partner-shared .content {
  display: flex
}

@media screen and (min-width:320px) and (max-width:575px) {
  .partner-shared .content {
    margin-left: -15px
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .partner-shared .content {
    flex-direction: column;
    align-items: center
  }
}

@media only screen and (min-width:768px) {
  .partner-shared .content {
    display: table
  }
}

.partner-shared .content .media {
  width: 129px;
  height: 89px;
  text-align: center;
  display: block
}

@media only screen and (min-width:320px) {
  .partner-shared .content .media .image {
    max-width: 129px
  }
}

@media only screen and (min-width:768px) {
  .partner-shared .content .media {
    width: 150px;
    margin-right: 0
  }

  .partner-shared .content .media .image {
    max-width: 150px
  }
}

@media only screen and (min-width:992px) {
  .partner-shared .content .media {
    width: 130px;
    height: 100px;
    margin-right: 30px
  }

  .partner-shared .content .media .image {
    max-width: 130px
  }
}

@media only screen and (min-width:1200px) {
  .partner-shared .content .media {
    width: 160px
  }

  .partner-shared .content .media .image {
    max-width: 160px
  }
}

.partner-shared .content .border {
  border: 1px solid #252220
}

.partner-shared .content .text {
  align-items: center;
  display: flex;
  max-width: 130px;
  width: 100%;
  font-family: ItauDisplay-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 18px;
  display: block
}

.partner-shared .content .text p {
  text-align: center
}

@media only screen and (min-width:768px) {
  .partner-shared .content .text {
    width: 150px;
    max-width: 150px;
    padding-top: 8px
  }
}

@media only screen and (min-width:992px) {
  .partner-shared .content .text {
    width: 130px;
    max-width: 130px
  }
}

@media only screen and (min-width:1200px) {
  .partner-shared .content .text {
    width: 160px;
    max-width: 160px
  }
}

.container-app-shared .title-d-container {
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 0;
  margin-left: 14px
}

@media only screen and (min-width:576px) {
  .container-app-shared .title-d-container {
    font-size: 32px;
    line-height: 48px;
    margin-left: 32px
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .container-app-shared .title-d-container {
    margin-left: 39px
  }
}

@media only screen and (min-width:992px) {
  .container-app-shared .title-d-container {
    padding-bottom: 48px;
    margin-left: 23px
  }
}

@media only screen and (min-width:1200px) {
  .container-app-shared .title-d-container {
    margin-left: 0
  }
}

.container-app-shared__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px
}

@media only screen and (min-width:576px) {
  .container-app-shared__list {
    margin: 0 0 0 8px
  }
}

@media only screen and (min-width:992px) {
  .container-app-shared__list {
    margin-left: 30px;
    margin-right: 0;
    justify-content: space-between
  }
}

@media only screen and (min-width:1200px) {
  .container-app-shared__list {
    margin-left: 0
  }
}

.container-app-shared a {
  text-decoration: none;
  color: #605751;
  font-size: 20px
}

.container-app-shared a:hover {
  color: #000
}

.container-app-shared .lSPager a {
  display: block
}

.container-app-shared .lSPager .slick-count {
  display: flex;
  align-items: center
}

.container-app-shared .lSPager .counter {
  margin-right: 12px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 32px
}

@media only screen and (min-width:768px) {
  .container-app-shared .lSPager .counter {
    font-size: 20px
  }
}

.container-app-shared .lSPager .timeline {
  opacity: 0;
  width: 0;
  height: 1px;
  position: relative;
  top: -2px;
  background: #d8d8d8
}

.container-app-shared .lSPager .timeline-track {
  display: block;
  height: 3px;
  position: relative;
  transition: width .3s ease-in-out;
  top: -2px;
  background: #ec7000
}

.container-app-shared .lSAction {
  width: 48px;
  height: 46px;
  z-index: 10;
  display: none
}

@media only screen and (min-width:576px) {
  .container-app-shared .lSAction {
    display: inline-block
  }
}

.container-app-shared .lSAction:before {
  font-family: itau-icon, sans-serif;
  font-size: 48px;
  color: #605751
}

.container-app-shared .lSAction .lSPrev {
  left: -2px;
  top: 70%
}

@media only screen and (min-width:768px) {
  .container-app-shared .lSAction .lSPrev {
    top: calc(62% - 12px)
  }
}

@media only screen and (min-width:992px) {
  .container-app-shared .lSAction .lSPrev {
    left: 30px
  }
}

@media only screen and (min-width:1200px) {
  .container-app-shared .lSAction .lSPrev {
    left: 70px
  }
}

.container-app-shared .lSAction .lSPrev:before {
  content: '\e9b1';
  font-family: itau-icon, sans-serif;
  font-size: 48px
}

.container-app-shared .lSAction .lSNext {
  right: 6px;
  top: 70%
}

@media only screen and (min-width:768px) {
  .container-app-shared .lSAction .lSNext {
    top: calc(62% - 12px)
  }
}

@media only screen and (min-width:992px) {
  .container-app-shared .lSAction .lSNext {
    right: 7px
  }
}

@media only screen and (min-width:1200px) {
  .container-app-shared .lSAction .lSNext {
    right: 70px
  }
}

.container-app-shared .lSAction .lSNext:before {
  content: '\e9cd';
  font-family: itau-icon, sans-serif;
  font-size: 48px
}

.container-app-shared__inner {
  padding: 32px 0 49px
}

@media only screen and (min-width:576px) {
  .container-app-shared__inner {
    padding: 36px 0 38px
  }
}

@media only screen and (min-width:768px) {
  .container-app-shared__inner {
    padding: 64px 0 64px
  }
}

.container-app-shared__inner .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.container-app-shared:last-of-type {
  margin-bottom: 27px
}

.container-app-shared li {
  width: auto
}

.container-app-shared li:not(.active) .timeline-track {
  width: 0%
}

.container-app-shared li.active .timeline {
  display: block;
  opacity: 1;
  width: 25px
}

@media only screen and (min-width:768px) {
  .container-app-shared li.active .timeline {
    width: 80px
  }
}

.container-app-shared li.active .timeline-track {
  width: 0%
}

.container-app-shared li.active a {
  color: #ec7000
}

.container-partner-shared a {
  text-decoration: none;
  color: #605751
}

.container-partner-shared a:hover {
  color: #000
}

.container-partner-shared p {
  height: 32px
}

.container-partner-shared .title-d-container {
  margin-left: 14px
}

@media only screen and (min-width:576px) {
  .container-partner-shared .title-d-container {
    margin-left: 32px
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .container-partner-shared .title-d-container {
    margin-left: 39px
  }
}

@media only screen and (min-width:992px) {
  .container-partner-shared .title-d-container {
    padding-bottom: 48px;
    margin-left: 23px
  }
}

@media only screen and (min-width:1200px) {
  .container-partner-shared .title-d-container {
    margin-left: 0
  }
}

.container-partner-shared .title-d-container h2 {
  color: #666;
  padding: 0 0 6px;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 22px;
  line-height: 33px
}

@media only screen and (min-width:768px) {
  .container-partner-shared .title-d-container h2 {
    font-size: 32px;
    line-height: 48px
  }
}

.container-partner-shared .title-d-container__subtitle {
  color: #666;
  padding: 0 0 28px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width:576px) {
  .container-partner-shared .title-d-container__subtitle {
    font-size: 20px;
    line-height: 30px
  }
}

.container-partner-shared .title-d-container__overwrite {
  padding: 0 0 4px;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 14px;
  color: #666;
  line-height: 20px
}

.container-partner-shared .title-d-container--fluid {
  padding-left: 15px
}

.container-partner-shared .container-fluid {
  padding: 0;
  margin-left: 0;
  margin-right: 0
}

.container-partner-shared .container-fluid .title-d-container {
  padding-left: 15px
}

.container-partner-shared__list {
  display: flex;
  align-items: center;
  justify-content: start
}

@media only screen and (max-width:575px) {
  .container-partner-shared__list {
    margin-left: 15px
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .container-partner-shared__list {
    padding-left: 24px
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .container-partner-shared__list {
    padding-left: 16px
  }
}

.container-partner-shared__list.authoring-mode {
  flex-wrap: wrap
}

.container-partner-shared__inner {
  padding: 32px 0 49px
}

@media only screen and (min-width:576px) {
  .container-partner-shared__inner {
    padding: 36px 0 38px
  }
}

@media only screen and (min-width:768px) {
  .container-partner-shared__inner {
    padding: 64px 0 64px
  }
}

.container-partner-shared .lSPager {
  bottom: -60px
}

@media only screen and (min-width:576px) {
  .container-partner-shared .lSPager {
    bottom: -50px
  }
}

.container-partner-shared .lSPager a {
  display: block
}

.container-partner-shared .lSPager .slick-count {
  display: flex;
  align-items: center
}

.container-partner-shared .lSPager .counter {
  margin-right: 12px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 32px
}

@media only screen and (min-width:768px) {
  .container-partner-shared .lSPager .counter {
    font-size: 20px
  }
}

.container-partner-shared .lSPager .timeline {
  opacity: 0;
  width: 0;
  height: 1px;
  position: relative;
  top: -2px;
  background: #d8d8d8
}

.container-partner-shared .lSPager .timeline-track {
  display: block;
  height: 3px;
  position: relative;
  transition: width .3s ease-in-out;
  top: -2px;
  background: #ec7000
}

.container-partner-shared .lsAction {
  width: 48px;
  height: 46px;
  z-index: 10;
  display: none
}

@media only screen and (min-width:576px) {
  .container-partner-shared .lsAction {
    display: inline-block
  }
}

.container-partner-shared .lsAction:before {
  font-family: itau-icon, sans-serif;
  font-size: 39px
}

.container-partner-shared .lSPrev {
  left: -5px;
  top: 70%
}

@media only screen and (min-width:768px) {
  .container-partner-shared .lSPrev {
    left: -2px;
    top: calc(62% - 12px)
  }
}

@media only screen and (min-width:992px) {
  .container-partner-shared .lSPrev {
    left: -4px;
    top: calc(59% - 12px)
  }
}

@media only screen and (min-width:1200px) {
  .container-partner-shared .lSPrev {
    left: 2%
  }
}

.container-partner-shared .lSPrev:before {
  content: '\e9b1';
  font-family: itau-icon, sans-serif;
  font-size: 39px
}

.container-partner-shared .lSNext {
  right: 0;
  top: 70%
}

@media only screen and (min-width:768px) {
  .container-partner-shared .lSNext {
    right: 8px;
    top: calc(62% - 12px)
  }
}

@media only screen and (min-width:992px) {
  .container-partner-shared .lSNext {
    right: 7px;
    top: calc(59% - 12px)
  }
}

@media only screen and (min-width:1200px) {
  .container-partner-shared .lSNext {
    right: 6%
  }
}

.container-partner-shared .lSNext:before {
  content: '\e9cd';
  font-family: itau-icon, sans-serif;
  font-size: 39px
}

.container-partner-shared li {
  width: auto
}

.container-partner-shared li.active .timeline {
  display: block;
  opacity: 1;
  width: 25px
}

@media only screen and (min-width:768px) {
  .container-partner-shared li.active .timeline {
    width: 80px
  }
}

.container-partner-shared li.active .timeline-track {
  width: 0%
}

.container-partner-shared li.active .counter {
  color: #ec7000
}

.modal-login.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%)
}

.modal-login.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-login .modal-dialog.modal-dialog-login {
  max-width: 632px;
  height: 321px
}

.modal-content .modal-header {
  padding: 32px 56px 32px 40px;
  align-items: center
}

.modal-content .modal-header h2 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 32px;
  line-height: 48px;
  color: #231d19
}

.modal-content .modal-header .close span {
  font-size: 24px;
  line-height: 25px;
  color: #231d19;
  text-align: center
}

.modal-content .context-no-border {
  border-bottom: none
}

.modal-content .hide-login {
  display: none
}

.modal-content .back-button-shared {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  cursor: pointer
}

.modal-content .back-button-shared span {
  font-size: 24px;
  vertical-align: text-bottom;
  line-height: 24px
}

.modal-body {
  padding: 32px 55px
}

.modal-body .desktop-access {
  display: flex
}

.modal-body .desktop-access .row {
  display: flex;
  flex-direction: row
}

.modal-body .desktop-access .row .container-collapse {
  width: 190px;
  margin-right: 30px;
  position: relative
}

.modal-body .desktop-access .row .container-collapse label {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #605751;
  width: 100%
}

.modal-body .desktop-access .row .container-collapse button {
  background: 0 0;
  border-bottom: 1px solid #d9d3cf;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #231d19;
  padding: 0;
  width: 190px;
  height: 56px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-left: 0 solid transparent;
  padding-left: 0;
  border-right: 0;
  border-top: 0
}

.modal-body .desktop-access .row .container-collapse button.open {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-left: 2px solid #ec7000;
  padding-left: 22px
}

.modal-body .desktop-access .row .container-collapse button .icon-itaufonts_seta_down {
  color: #ec7000;
  font-size: 22px
}

.modal-body .desktop-access .row .container-collapse .open {
  border-left: 2px solid #ec7000;
  padding-left: 22px
}

.modal-body .desktop-access .row .container-collapse .dropdown-select {
  position: absolute;
  z-index: 2;
  background: #fff;
  list-style: none;
  padding: 0;
  width: 100%;
  top: 20px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  height: 56px;
  -webkit-transition: all .3s ease-in-out, height .6s ease-in-out;
  transition: all .3s ease-in-out, height .6s ease-in-out
}

.modal-body .desktop-access .row .container-collapse .dropdown-select .selected {
  border-left: 2px solid #ec7000;
  padding-left: 22px
}

.modal-body .desktop-access .row .container-collapse .dropdown-select.show {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .18);
  border-radius: 0 0 4px 4px;
  height: calc(56px * 5);
  opacity: 1;
  visibility: visible
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li {
  cursor: pointer;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #231d19;
  padding: 16px 24px
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li:focus,
.modal-body .desktop-access .row .container-collapse .dropdown-select li:hover {
  color: #ec7000
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li:focus a,
.modal-body .desktop-access .row .container-collapse .dropdown-select li:hover a {
  color: #ec7000 !important
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li.more {
  border-top: 1px solid #d9d3cf
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li a {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #231d19;
  text-decoration: none;
  padding: 0;
  margin-bottom: 0
}

.modal-body .desktop-access .row .container-login {
  width: 300px;
  display: flex;
  flex-direction: column
}

.modal-body .desktop-access .row .container-login input {
  height: 56px;
  border: none;
  border-bottom: 1px solid #d9d3cf;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  color: #231d19;
  line-height: 24px;
  margin-bottom: 24px
}

.modal-body .desktop-access .row .container-login .agencia-conta .agenciaLabel {
  position: absolute;
  width: 82px
}

.modal-body .desktop-access .row .container-login .agencia-conta .agencia {
  width: 82px;
  margin-top: 20px;
  margin-right: 30px
}

.modal-body .desktop-access .row .container-login .agencia-conta .contaLabel {
  position: absolute;
  width: 190px
}

.modal-body .desktop-access .row .container-login .agencia-conta .conta {
  width: 190px;
  margin-top: 20px;
  position: absolute
}

.modal-body .desktop-access .row .container-login .cc,
.modal-body .desktop-access .row .container-login .codOp,
.modal-body .desktop-access .row .container-login .cpf {
  width: 300px
}

.modal-body .desktop-access .row .container-login label {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #605751;
  width: 100%
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox {
  margin-top: 32px;
  position: relative;
  right: 73%
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 24px;
  color: #231d19;
  padding-left: 30px
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal {
  position: absolute;
  opacity: 0;
  width: 55%;
  cursor: pointer
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal:focus~.checkmark {
  outline: -webkit-focus-ring-color auto 1px !important
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal:checked~.checkmark {
  background: #ec7000;
  border: none
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal:checked~.checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg)
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #231d19;
  border-radius: 4px;
  background: #fff
}

.modal-body .desktop-access .row .container-login button.send {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 4px;
  border: none;
  width: 190px;
  margin-top: -15%;
  height: 44px;
  background: #d9d3cf
}

.modal-body .desktop-access .row .container-login button.send.active {
  cursor: pointer;
  background: #ec7000
}

.modal-body .desktop-access .row .container-login button.send.active span,
.modal-body .desktop-access .row .container-login button.send.active::before {
  color: #fff
}

.modal-body .desktop-access .row .container-login button.send.active:focus,
.modal-body .desktop-access .row .container-login button.send.active:hover {
  background: #d27000
}

.modal-body .desktop-access .row .container-login button.send.active:focus span,
.modal-body .desktop-access .row .container-login button.send.active:focus::before,
.modal-body .desktop-access .row .container-login button.send.active:hover span,
.modal-body .desktop-access .row .container-login button.send.active:hover::before {
  color: #fff
}

.modal-body .desktop-access .row .container-login button.send::before {
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #9a9693
}

.modal-body .desktop-access .row .container-login button.send span {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 19px;
  letter-spacing: 0;
  padding-left: 8px;
  color: #9a9693
}

.modal-open {
  padding-right: 0;
  overflow-y: auto
}

.modal-open .modal {
  overflow: hidden
}

.modal-body.context-login {
  padding-top: 0 !important
}

.modal-body.context-login .modal-header {
  border: none
}

.modal-body.context-login .context-title {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  color: #ec7000
}

@media only screen and (max-width:767px) {
  .modal-body.context-login .context-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 16px
  }
}

@media only screen and (min-width:768px) {
  .modal-body.context-login .context-title {
    font-size: 32px;
    line-height: 48px
  }
}

.modal-body.context-login .context-subtitle {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 20px;
  color: #56504c;
  line-height: 30px;
  text-align: center
}

.modal-body.context-login a {
  width: 100%;
  display: inline-block;
  padding: 10px 0 6px 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 16px
}

.modal-body.context-login .context-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.modal-body.context-login .context-img img {
  margin-bottom: 25.5px;
  width: auto
}

.modal-body.context-login .login-modal-subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px
}

.modal-body.context-login .access-control .context-title {
  margin-bottom: 8px
}

.modal-body.context-login .mobile-divider {
  display: flex;
  color: #56504c;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px
}

.modal-body.context-login .mobile-divider:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #d6d0cc;
  margin: auto;
  margin-right: 10px
}

.modal-body.context-login .mobile-divider:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #d6d0cc;
  margin: auto;
  margin-left: 10px
}

.modal-body.context-login .first-modal-button {
  border: 1px solid #0083ca !important;
  color: #fff !important;
  background: #0083ca !important
}

.modal-body.context-login .first-modal-button:focus,
.modal-body.context-login .first-modal-button:hover {
  border: 1px solid #006da4 !important;
  color: #fff !important;
  background: #006da4 !important
}

.modal-body.context-login .second-mobile-button-shared {
  border: 1px solid #755522 !important;
  color: #000 !important;
  background: #d0a867 !important
}

.modal-body.context-login .second-mobile-button-shared:focus,
.modal-body.context-login .second-mobile-button-shared:hover {
  border: 1px solid #755522 !important;
  color: #000 !important;
  background: #d0a967 !important
}

@media only screen and (max-width:575px) {
  .modal-login.modal-context-login-shared .modal-dialog {
    margin-left: auto;
    margin-right: auto
  }
}

.modal-login.modal-context-login-shared .modal-dialog .modal-content .modal-header .close {
  opacity: 1
}

.modal-login.modal-context-login-shared .modal-dialog .modal-content .modal-header .close span {
  line-height: 24px;
  color: #ec7000;
  font-weight: 700;
  outline: 0
}

.modal-login.modal-context-login-shared .modal-dialog .modal-content .modal-header .close:focus span,
.modal-login.modal-context-login-shared .modal-dialog .modal-content .modal-header .close:hover span {
  color: #d27000
}

@media only screen and (max-width:767px) {
  .modal-login.modal-context-login-shared .modal-dialog.modal-dialog-login {
    max-width: 340px
  }
}

.zoom-login-modal-shared {
  max-height: 90vh
}

.zoom-login-modal-shared .modal-content {
  max-height: 100vh;
  overflow-y: auto
}

.image-with-text-container-shared {
  padding-top: 0
}

@media only screen and (min-width:768px) {
  .image-with-text-container-shared {
    padding-top: inherit
  }
}

.image-with-text-container-shared .title-container {
  margin-right: 0;
  margin-left: 0
}

@media only screen and (max-width:575px) {
  .image-with-text-container-shared .title-container {
    margin: 0
  }
}

@media only screen and (min-width:768px) {
  .image-with-text-container-shared .content {
    padding: 64px 0 64px 61px
  }
}

@media only screen and (min-width:992px) {
  .image-with-text-container-shared .content {
    padding: 48px 0 48px 80px
  }
}

@media only screen and (min-width:1200px) {
  .image-with-text-container-shared .content {
    padding: 72px 0 72px 96px
  }
}

.image-with-text-container-shared .content .inner-content {
  margin-bottom: 32px
}

@media only screen and (min-width:992px) {
  .image-with-text-container-shared .content .inner-content {
    margin-bottom: 48px
  }
}

@media only screen and (min-width:768px) {

  .image-with-text-container-shared .hover-app-text__image,
  .image-with-text-container-shared .image-with-text__image {
    padding-right: 0
  }
}

.image-with-text-container-shared .hover-app-text__image img,
.image-with-text-container-shared .image-with-text__image img {
  float: right
}

@media only screen and (min-width:768px) {

  .image-with-text-container-shared .hover-app-text__image--right,
  .image-with-text-container-shared .image-with-text__image--right {
    padding-left: 0
  }
}

.image-with-text-container-shared .hover-app-text__image--right img,
.image-with-text-container-shared .image-with-text__image--right img {
  float: left
}

.image-with-text-container-shared .container {
  padding-bottom: 33px
}

@media only screen and (max-width:767px) {
  .image-with-text-container-shared .container {
    padding-bottom: 0
  }
}

@media only screen and (min-width:768px) {
  .image-with-text-container-shared .container .no-row-modal {
    margin: 0 auto
  }
}

.image-with-text-container-shared .container img {
  max-width: initial;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.image-with-text-container-shared .container-device img {
  -o-object-fit: fill;
  object-fit: fill
}

@media only screen and (min-width:768px) {
  .image-with-text-container-shared .content--left {
    padding: 64px 61px 64px 0
  }
}

@media only screen and (min-width:992px) {
  .image-with-text-container-shared .content--left {
    padding: 48px 80px 48px 0
  }
}

@media only screen and (min-width:1200px) {
  .image-with-text-container-shared .content--left {
    padding: 72px 96px 72px 0
  }
}

.hero-banner .main-content-hero {
  margin: 0
}

.hero-banner .left-side {
  background-color: #efe9e5;
  padding-right: 0;
  padding-left: 0
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .hero-banner .left-side {
    flex: 0 0 64.666667%;
    max-width: 64.666667%
  }
}

.hero-banner .left-side .container-hero-banner {
  margin: 32px 0 16px
}

@media only screen and (min-width:768px) {
  .hero-banner .left-side .container-hero-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 64px 16px 48px
  }
}

.hero-banner .left-side .icon {
  font-size: 24px;
  color: #ec7000
}

@media only screen and (min-width:576px) {
  .hero-banner .left-side .icon {
    margin-top: 10px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .left-side .icon {
    font-size: 32px
  }
}

.hero-banner .left-side .icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  padding-bottom: 15px
}

@media only screen and (min-width:576px) {
  .hero-banner .left-side .icon-wrapper {
    justify-content: flex-start;
    padding-bottom: 0
  }
}

.hero-banner .left-side .title {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  color: #252220;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width:768px) {
  .hero-banner .left-side .title {
    font-size: 20px;
    line-height: 30px
  }
}

.hero-banner .left-side .text {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  color: #252220;
  font-size: 14px;
  line-height: 18px
}

@media only screen and (min-width:768px) {
  .hero-banner .left-side .text {
    font-size: 16px;
    line-height: 24px
  }
}

.hero-banner .title-hero-banner {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 8px
}

@media only screen and (min-width:768px) {
  .hero-banner .title-hero-banner {
    font-size: 40px;
    line-height: 52px
  }
}

.hero-banner .title-hero-banner.hb-default {
  color: #252220
}

[data-segment=private] .hero-banner .title-hero-banner.hb-default {
  color: #7c746c
}

[data-segment=personnalite] .hero-banner .title-hero-banner.hb-default {
  color: #876632
}

[data-segment=varejo] .hero-banner .title-hero-banner.hb-default {
  color: #ec7000
}

[data-segment=cartoes] .hero-banner .title-hero-banner.hb-default {
  color: #039
}

[data-segment=empresas] .hero-banner .title-hero-banner.hb-default {
  color: #003767
}

[data-segment=uniclass] .hero-banner .title-hero-banner.hb-default {
  color: #757575
}

.hero-banner .title-hero-banner.hb-latam {
  color: #ba1319
}

.hero-banner .title-hero-banner.hb-hipercard {
  color: #ba1319
}

.hero-banner .title-hero-banner.hb-assai {
  color: #003b76
}

.hero-banner .title-hero-banner.hb-magalu {
  color: #0086ff
}

.hero-banner .subtitle-hero-banner {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  color: #252220;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 33px
}

@media only screen and (min-width:768px) {
  .hero-banner .subtitle-hero-banner {
    font-size: 32px;
    line-height: 48px
  }
}

.hero-banner .shared-button__a {
  margin-top: 0;
  margin-bottom: 16px
}

@media only screen and (min-width:576px) {
  .hero-banner .shared-button__a {
    margin-top: 48px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .shared-button__a {
    margin-bottom: 24px
  }
}

.hero-banner a.shared-button__a--left.shared-button__a {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  line-height: 26px
}

.hero-banner .benefits-container {
  position: relative
}

.hero-banner .benefits-container .benefits-hero {
  margin: 0 0 16px 0
}

.hero-banner .benefits-container .benefits-hero.last {
  margin-bottom: 24px
}

@media only screen and (min-width:576px) {
  .hero-banner .benefits-container .benefits-hero {
    margin-bottom: 24px
  }
}

.hero-banner .right-side:not(.edit-mode) {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 32px 15px 24px
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) {
    padding: 32px 32px 24px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) {
    margin-top: 34px
  }
}

@media only screen and (min-width:992px) {
  .hero-banner .right-side:not(.edit-mode) {
    padding: 0 30px 0;
    margin-top: 54px;
    min-height: 50vh
  }
}

@media only screen and (min-width:1200px) {
  .hero-banner .right-side:not(.edit-mode) {
    display: flex;
    flex-direction: column;
    margin-top: 51px
  }
}

.hero-banner .right-side:not(.edit-mode) .principal {
  height: 100%;
  align-items: center
}

.hero-banner .right-side:not(.edit-mode) .principal>div:first-child {
  padding-left: 0
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) .principal>div:first-child {
    padding-left: 15px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .principal {
    height: auto
  }
}

.hero-banner .right-side:not(.edit-mode) .main-card-and-little-cards>div {
  display: inline-flex
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) .main-card-and-little-cards>div {
    display: flex;
    flex-direction: column
  }
}

.hero-banner .right-side:not(.edit-mode) .conheca {
  flex-direction: column
}

@media only screen and (min-width:1200px) {
  .hero-banner .right-side:not(.edit-mode) .conheca {
    max-width: 380px
  }
}

.hero-banner .right-side:not(.edit-mode) .title-container {
  padding: 0;
  margin: 24px 0 16px
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) .title-container {
    margin-top: 0
  }
}

.hero-banner .right-side:not(.edit-mode) .title-column {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  color: #312d2b;
  font-size: 18px;
  line-height: 25px
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .title-column {
    font-size: 18px
  }
}

.hero-banner .right-side:not(.edit-mode) .hb-main-card {
  max-width: 100%
}

@media only screen and (max-width:575px) {
  .hero-banner .right-side:not(.edit-mode) .hb-main-card {
    max-width: 182px;
    margin-left: 15px
  }
}

@media only screen and (min-width:1200px) {
  .hero-banner .right-side:not(.edit-mode) .hb-main-card {
    max-width: 286px
  }
}

.hero-banner .right-side:not(.edit-mode) .div-bandeiras {
  display: inline-flex;
  margin-left: 30px
}

@media screen and (min-width:320px) and (max-width:575px) {
  .hero-banner .right-side:not(.edit-mode) .div-bandeiras {
    flex-direction: column
  }
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) .div-bandeiras {
    margin: 16px 0 0 0
  }
}

.hero-banner .right-side:not(.edit-mode) .hb-card-banner {
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35);
  border-radius: 4px;
  width: 60px;
  height: 36px
}

@media only screen and (min-width:992px) {
  .hero-banner .right-side:not(.edit-mode) .hb-card-banner {
    width: 65px;
    height: 39px
  }
}

@media only screen and (max-width:767px) {
  .hero-banner .right-side:not(.edit-mode) .master {
    margin: 0 30px 0 0
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  .hero-banner .right-side:not(.edit-mode) .master {
    margin: 0 0 16px 0
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .hero-banner .right-side:not(.edit-mode) .master {
    margin: 0 10px 0 0
  }
}

.hero-banner .right-side:not(.edit-mode) .title {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  color: #252220;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .title {
    line-height: 24px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .title {
    font-size: 18px;
    line-height: 26px
  }
}

.hero-banner .right-side:not(.edit-mode) .text {
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  color: #252220;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .text {
    font-size: 16px;
    line-height: 24px
  }
}

.hero-banner .right-side:not(.edit-mode) .value {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  color: #13100e;
  font-weight: 400
}

.hero-banner .right-side:not(.edit-mode) .link {
  text-decoration: none
}

.hero-banner .right-side:not(.edit-mode) .link>div.row {
  align-items: center;
  justify-content: center
}

.hero-banner .right-side:not(.edit-mode) .link__inner {
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) .link__inner {
    padding: 8px
  }
}

.hero-banner .right-side:not(.edit-mode) .link__inner .image-wrapper {
  padding: 0
}

.hero-banner .right-side:not(.edit-mode) .link__inner .content {
  padding: 0;
  padding-left: 16px
}

@media only screen and (min-width:992px) {
  .hero-banner .right-side:not(.edit-mode) .link__inner .content {
    padding-left: 0
  }
}

.hero-banner .right-side:not(.edit-mode) .hero-banner-card {
  background-color: #fff;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35);
  width: 100%;
  margin: 0 0 16px 0
}

.hero-banner .right-side:not(.edit-mode) .hero-banner-card img {
  width: 53px;
  height: 32px
}

@media only screen and (min-width:576px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card img {
    width: 45px;
    height: 28px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card img {
    width: 50px;
    height: 31px
  }
}

@media only screen and (min-width:1200px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card img {
    width: 65px;
    height: 40px
  }
}

@media only screen and (min-width:320px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card {
    margin: 0 0 8px 0
  }
}

@media only screen and (min-width:768px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card {
    margin: 0 0 16px 0
  }
}

@media only screen and (min-width:992px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card {
    margin: 0 0 25px 0
  }
}

@media only screen and (min-width:1200px) {
  .hero-banner .right-side:not(.edit-mode) .hero-banner-card {
    margin: 0 0 30px 0
  }
}

.hero-banner-shared .hb-card-banner-link {
  height: 36px;
  width: 60px;
  text-decoration: none;
  margin-bottom: 16px
}

@media only screen and (min-width:576px) {
  .hero-banner-shared .hb-card-banner-link {
    margin-right: 30px
  }
}

@media only screen and (min-width:768px) {
  .hero-banner-shared .hb-card-banner-link {
    margin-bottom: 24px;
    margin-right: 10px
  }
}

@media only screen and (min-width:992px) {
  .hero-banner-shared .hb-card-banner-link {
    margin-right: 30px
  }
}

.external .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.external .container iframe {
  width: 100%
}

.external .container .ext_form {
  width: 100%
}

@media only screen and (min-width:576px) {
  .external .container .ext_form {
    max-width: 540px
  }
}

@media only screen and (min-width:768px) {
  .external .container .ext_form {
    max-width: 720px
  }
}

@media only screen and (min-width:992px) {
  .external .container .ext_form {
    max-width: 960px
  }
}

@media only screen and (min-width:1200px) {
  .external .container .ext_form {
    max-width: 1140px
  }
}

.error-message-shared {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative
}

.error-message-shared .error-message-container {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media only screen and (min-width:768px) {
  .error-message-shared .error-message-container {
    margin-top: 64px
  }
}

@media only screen and (max-width:767px) {
  .error-message-shared .error-message-container {
    padding-bottom: 60px
  }
}

@media only screen and (max-width:575px) {
  .error-message-shared .error-message-container {
    padding-bottom: 95px;
    flex-wrap: wrap;
    justify-content: center
  }
}

.error-message-shared .error-image {
  max-width: 210px;
  max-height: 210px;
  padding-bottom: 32px
}

@media only screen and (min-width:768px) {
  .error-message-shared .error-image {
    max-width: 210px
  }

  .error-message-shared .error-image .error-image-shared {
    max-width: 100%
  }
}

@media only screen and (max-width:575px) {
  .error-message-shared .error-image {
    max-width: 208px
  }
}

.error-message-shared .error-text-content {
  margin-left: 30px;
  position: relative
}

.error-message-shared .error-text-content h2.error-message-title {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 22px;
  color: #252220;
  line-height: 30px
}

@media only screen and (min-width:768px) {
  .error-message-shared .error-text-content h2.error-message-title {
    font-size: 32px;
    line-height: 44px
  }
}

.error-message-shared .error-text-content p.error-message-description {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 16px;
  color: #312d2b;
  line-height: 22px;
  margin-top: 8px
}

@media only screen and (min-width:768px) {
  .error-message-shared .error-text-content p.error-message-description {
    font-size: 18px;
    line-height: 26px
  }
}

@media only screen and (max-width:575px) {
  .error-message-shared .error-text-content {
    margin-left: 0
  }
}

.embed-form-image .container {
  padding: 0
}

.embed-form-image .ef-image {
  padding: 0;
  width: 100%
}

.embed-form-image .ef-image img {
  min-height: 708px;
  padding: 0
}

.embed-form-image .ef-form {
  padding: 0
}

.embed-form-image .ef-iframe {
  min-height: 731px
}

.duo-text-link-button-shared-v2 {
  height: 100%;
  width: 100%;
  min-height: 108px;
  max-height: 367px;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 24px 0;
  border-top: 1px solid #9b9b9b
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2 {
    height: 231px;
    max-height: 231px;
    padding: 24px 0;
    justify-content: center
  }
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2 {
    height: 186px;
    max-height: 186px;
    padding: 32px 0;
    flex-direction: row;
    justify-content: space-between
  }
}

@media only screen and (min-width:992px) {
  .duo-text-link-button-shared-v2 {
    height: 178px
  }
}

@media only screen and (min-width:1400px) {
  .duo-text-link-button-shared-v2 {
    height: 138px
  }
}

.duo-text-link-button-shared-v2__header {
  height: 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__header {
    height: auto
  }
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__header {
    flex: 1
  }
}

.duo-text-link-button-shared-v2__header__title {
  width: 257px;
  max-height: 59px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 8px;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  padding: 0;
  line-height: 1.67;
  letter-spacing: normal;
  color: #231d19 !important
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__header__title {
    width: 511px;
    max-height: 30px;
    margin: 0 0 16px 0
  }
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__header__title {
    max-width: 150px;
    max-height: 120px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5
  }
}

@media only screen and (min-width:992px) {
  .duo-text-link-button-shared-v2__header__title {
    max-width: 210px;
    max-height: 90px
  }
}

@media only screen and (min-width:1400px) {
  .duo-text-link-button-shared-v2__header__title {
    max-width: 255px;
    max-height: 60px
  }
}

.duo-text-link-button-shared-v2__header .duo-text-link-button-shared-v2__header__title {
  display: none
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__header .duo-text-link-button-shared-v2__header__title {
    display: block
  }
}

.duo-text-link-button-shared-v2__header button.duo-text-link-button-shared-v2__header__title {
  display: block;
  background-color: transparent;
  border: none;
  text-align: left
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__header button.duo-text-link-button-shared-v2__header__title {
    display: none
  }
}

.duo-text-link-button-shared-v2__header__icon::before {
  height: 24px;
  content: '\e9cc';
  float: right;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  margin-right: 8px;
  color: #231d19;
  font-family: itau-icon, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 300
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__header__icon::before {
    display: none
  }
}

.duo-text-link-button-shared-v2__content {
  max-height: 0;
  line-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-transition: all .5s;
  transition: all .5s
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__content {
    height: auto;
    max-height: none
  }
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__content {
    flex: 3;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
}

.duo-text-link-button-shared-v2__content__subtitle {
  width: 289px;
  max-height: 105px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 16px 0 24px 0;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #56504c
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__content__subtitle {
    width: 510px;
    max-height: 63px;
    margin-top: 0
  }
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__content__subtitle {
    flex: 1;
    max-width: 270px;
    max-height: 120px;
    margin: 0;
    font-size: 16px
  }
}

@media only screen and (min-width:992px) {
  .duo-text-link-button-shared-v2__content__subtitle {
    flex: 1;
    max-width: 370px;
    max-height: 96px
  }
}

@media only screen and (min-width:1400px) {
  .duo-text-link-button-shared-v2__content__subtitle {
    flex: 1;
    max-width: 445px;
    max-height: 72px
  }
}

.duo-text-link-button-shared-v2__content__button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2__content__button-container {
    height: unset;
    flex-direction: row;
    margin-bottom: 1px
  }
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__content__button-container {
    flex-direction: column;
    margin-bottom: unset
  }
}

@media only screen and (min-width:1400px) {
  .duo-text-link-button-shared-v2__content__button-container {
    flex-direction: row;
    margin-bottom: unset
  }
}

.duo-text-link-button-shared-v2__content__button-container__primary-button,
.duo-text-link-button-shared-v2__content__button-container__secondary-button {
  min-width: 50px
}

.duo-text-link-button-shared-v2__content__button-container__secondary-button .shared-button-container div .shared-button__a {
  background-color: #fff !important;
  color: #106eb0 !important;
  border: 1px solid #106eb0 !important
}

.duo-text-link-button-shared-v2__content__button-container__secondary-button .shared-button-container div .shared-button__a:focus,
.duo-text-link-button-shared-v2__content__button-container__secondary-button .shared-button-container div .shared-button__a:hover {
  background-color: #ecf4f9 !important;
  color: #106eb0 !important;
  border: 1px solid #106eb0 !important
}

.duo-text-link-button-shared-v2__content__link-container {
  width: auto;
  height: auto;
  display: flex;
  align-items: center
}

.duo-text-link-button-shared-v2__content__link-container__link {
  font-family: ItauText-Bold, "Myriad Pro", Arial;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #106eb0;
  text-decoration: none
}

.duo-text-link-button-shared-v2__content__link-container__link:focus,
.duo-text-link-button-shared-v2__content__link-container__link:hover {
  color: #106eb0;
  text-decoration: underline
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__content__link-container__link {
    font-size: 18px
  }
}

.duo-text-link-button-shared-v2__content__link-container__icon::before {
  content: '\e9cd';
  font-family: itau-icon, sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #106eb0
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__content__link-container__icon::before {
    font-size: 18px
  }
}

.duo-text-link-button-shared-v2__content .--two-buttons {
  height: 120px !important
}

@media only screen and (min-width:768px) {
  .duo-text-link-button-shared-v2__content .--two-buttons {
    height: 112px !important
  }
}

@media only screen and (min-width:1400px) {
  .duo-text-link-button-shared-v2__content .--two-buttons {
    height: 48px !important;
    width: 350px !important
  }

  .duo-text-link-button-shared-v2__content .--two-buttons .duo-text-link-button-shared-v2__content__button-container__primary-button,
  .duo-text-link-button-shared-v2__content .--two-buttons .duo-text-link-button-shared-v2__content__button-container__secondary-button {
    width: 160px !important
  }
}

.duo-text-link-button-shared-v2.--active .duo-text-link-button-shared-v2__header__icon::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-family: itau-icon, sans-serif;
  float: right;
  font-size: 24px;
  color: #231d19;
  letter-spacing: 0;
  text-align: center
}

@media only screen and (min-width:576px) {
  .duo-text-link-button-shared-v2.--active .duo-text-link-button-shared-v2__header__icon::before {
    display: none
  }
}

.duo-text-link-button-shared-v2.--active .duo-text-link-button-shared-v2__content {
  max-height: 282px
}

.duo-text-link-button-shared-v2 .--hidden {
  display: none !important
}

.duo-text-link-button-shared-v2 .shared-button__a {
  margin-top: 0;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 19px;
  color: #fff;
  text-align: center
}

.duo-text-link-button-shared-v2 .shared-button__a:focus,
.duo-text-link-button-shared-v2 .shared-button__a:hover {
  background: #dd6100 !important
}

@media only screen and (min-width:992px) {
  .duo-text-link-button-shared-v2 .shared-button__a {
    max-width: 100%
  }
}

.duo-text-link-button .bg-blue {
  background-color: #004388 !important
}

.duo-text-link-button .bg-blue p {
  font-family: ItauText-Regular, "Myriad Pro", Arial !important
}

.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__link-container__icon::before,
.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__link-container__link,
.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__header__icon::before,
.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__header__title {
  color: #fff !important
}

.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__link-container__link:focus,
.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__link-container__link:hover {
  color: #fff !important
}

.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__button-container__primary-button .shared-button-container div .shared-button__a {
  background-color: #fff !important;
  color: #ec7000 !important;
  border: 1px solid #fff !important
}

.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__button-container__primary-button .shared-button-container div .shared-button__a:focus,
.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__button-container__primary-button .shared-button-container div .shared-button__a:hover {
  background-color: #faf7f5 !important;
  color: #d27000 !important;
  border: 1px solid #faf7f5 !important
}

.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__button-container__secondary-button .shared-button-container div .shared-button__a {
  background-color: #004388 !important;
  color: #fff !important;
  border: 1px solid #fff !important
}

.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__button-container__secondary-button .shared-button-container div .shared-button__a:focus,
.duo-text-link-button .bg-blue .duo-text-link-button-shared-v2__content__button-container__secondary-button .shared-button-container div .shared-button__a:hover {
  background-color: #ecf4f9 !important;
  color: #106eb0 !important;
  border: 1px solid #106eb0 !important
}

.double-box-shared section {
  padding-top: 64px
}

@media only screen and (max-width:767px) {
  .double-box-shared section {
    padding-top: 32px
  }
}

@media only screen and (min-width:320px) {
  .double-box-shared-container .title-d-container {
    margin-bottom: 24px
  }
}

@media only screen and (min-width:768px) {
  .double-box-shared-container .title-d-container {
    margin-bottom: 32px
  }
}

.double-box-shared .content-box-shared {
  height: 100%;
  display: flex;
  justify-content: space-between
}

@media only screen and (min-width:320px) {
  .double-box-shared .content-box-shared li {
    margin-right: 0;
    margin-bottom: 16px
  }
}

@media only screen and (min-width:768px) {
  .double-box-shared .content-box-shared li {
    width: 50%;
    margin-bottom: 0
  }

  .double-box-shared .content-box-shared li:first-child {
    margin-right: 30px
  }
}

@media only screen and (min-width:320px) {
  .double-box-shared .content-box-shared {
    flex-direction: column
  }
}

@media only screen and (min-width:768px) {
  .double-box-shared .content-box-shared {
    flex-direction: row
  }
}

.cta-header-image-text-shared .cta-header-img-shared {
  display: -ms-grid;
  display: grid
}

.cta-header-image-text-shared .cta-header-img-shared img {
  width: 100%;
  margin-bottom: 24px
}

.cta-header-image-text-shared .cta-header-text-shared h3 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 20px;
  line-height: 32px;
  color: #666;
  font-weight: 700
}

.cta-header-image-text-shared .cta-header-text-shared p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px
}

.cta-header-image-text-shared .cta-header-text-shared a {
  font-family: ItauText-Bold, "Myriad Pro", Arial;
  padding-top: 16px;
  font-weight: 700;
  text-decoration: underline
}

.contracts-tariffs-container-shared__box {
  padding-bottom: 64px
}

@media only screen and (max-width:767px) {
  .contracts-tariffs-container-shared__box {
    padding-bottom: 32px
  }
}

.contracts-tariffs-container-shared__box {
  padding-top: 64px
}

@media only screen and (max-width:767px) {
  .contracts-tariffs-container-shared__box {
    padding-top: 32px
  }
}

.contracts-tariffs-container-shared .bg-image {
  background-size: cover
}

.contracts-tariffs-container-shared__inner {
  padding: 32px 0 75px
}

.contracts-tariffs-container-shared__inner.bg-image:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6
}

.contracts-tariffs-container-shared__inner .container {
  position: relative
}

.contracts-tariffs-container-shared__inner .container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0
}

.contracts-tariffs-container-shared__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row
}

@media only screen and (min-width:768px) {
  .contracts-tariffs-container-shared__list {
    justify-content: flex-start
  }
}

.contracts-tariffs-shared {
  position: relative;
  display: inline-block;
  padding: 20px 16px 8px 16px;
  flex-shrink: 0;
  width: 100%;
  min-height: 118px;
  overflow: hidden;
  margin: 0 0 24px 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e2e2e2
}

@media only screen and (min-width:320px) {
  .contracts-tariffs-shared {
    padding: 16px;
    margin-right: 0;
    width: 256px
  }
}

@media only screen and (min-width:576px) {
  .contracts-tariffs-shared {
    width: 245px
  }
}

@media only screen and (min-width:768px) {
  .contracts-tariffs-shared {
    width: 210px;
    padding: 16px;
    margin-right: 30px
  }

  .contracts-tariffs-shared:nth-child(3n) {
    margin-right: 0
  }
}

@media only screen and (min-width:992px) {
  .contracts-tariffs-shared {
    width: 290px
  }
}

@media only screen and (min-width:1200px) {
  .contracts-tariffs-shared {
    width: 350px;
    min-height: 90px
  }
}

.contracts-tariffs-shared .icon {
  font-size: 58px;
  line-height: 58px;
  color: #ec7000;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 35px
}

.contracts-tariffs-shared .icon:before {
  height: 100%
}

@media only screen and (min-width:768px) {
  .contracts-tariffs-shared .icon {
    margin-right: 17px
  }
}

.contracts-tariffs-shared__inner {
  display: flex;
  height: 100%
}

@media only screen and (min-width:1400px) {
  .contracts-tariffs-shared__inner {
    align-items: center
  }
}

.contracts-tariffs-shared__inner h3 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700
}

.contracts-tariffs-shared__inner p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px;
  color: #231d19;
  padding-top: 5px
}

.contracts-tariffs-shared__inner a {
  font-family: ItauText-Light, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px;
  color: #007ab7;
  cursor: pointer;
  display: block;
  text-decoration: underline;
  bottom: 8px
}

@media only screen and (min-width:768px) {
  .contracts-tariffs-shared__inner a {
    bottom: 16px;
    font-size: 16px;
    line-height: 24px
  }
}

.contracts-tariffs-shared__inner .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media only screen and (min-width:1400px) {
  .contracts-tariffs-shared__inner .content {
    justify-content: center
  }
}

.card-with-list-shared {
  position: relative;
  display: inline-block;
  padding: 21px;
  flex-shrink: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
  border-radius: 5px 5px 5px 5px
}

.card-with-list-shared:nth-child(3n) {
  margin-right: 0
}

@media only screen and (min-width:320px) {
  .card-with-list-shared {
    padding: 24px;
    min-height: 388px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-with-list-shared {
    min-height: 255px;
    height: 265px
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared {
    width: 30.43%;
    min-height: 410px;
    padding: 16px;
    margin-right: 30px
  }
}

@media only screen and (min-width:992px) {
  .card-with-list-shared {
    width: 31.17%;
    padding: 30px;
    margin-right: 30px
  }
}

@media only screen and (min-width:1200px) {
  .card-with-list-shared {
    width: 31.54%;
    padding: 30px;
    margin-right: 2.69%;
    min-height: 507px
  }
}

.card-with-list-shared__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__inner {
    flex-direction: row;
    flex-wrap: wrap
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__inner {
    flex-direction: column
  }
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__thumbnail {
    max-width: 50%;
    flex: 50%;
    align-items: center;
    justify-content: left;
    display: flex
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__thumbnail {
    min-height: 110px;
    max-width: 100%;
    flex: 100%;
    align-items: center;
    justify-content: left;
    display: flex
  }
}

@media only screen and (max-width:767px) {
  .card-with-list-shared__thumbnail {
    max-height: 155px
  }
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__thumbnail {
    min-height: 139px
  }
}

@media only screen and (min-width:1200px) {
  .card-with-list-shared__thumbnail {
    min-height: 175px
  }
}

.card-with-list-shared__thumbnail img {
  display: block;
  width: 100%
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__thumbnail img {
    max-height: 110px
  }
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__thumbnail img {
    max-height: 138.8px
  }
}

@media only screen and (min-width:1200px) {
  .card-with-list-shared__thumbnail img {
    max-height: 175px
  }
}

.card-with-list-shared__body {
  padding-top: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: auto
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__body {
    padding-top: 0;
    padding-left: 30px
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__body {
    padding-top: 24px;
    padding-left: 0
  }
}

.card-with-list-shared__body .list-icons {
  padding-top: 18px
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__body .list-icons {
    padding-top: 22px
  }
}

.card-with-list-shared__body .list-icons li {
  padding: 8px 0
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__body .list-icons li {
    padding: 10px 0
  }
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__body .list-icons li:last-child {
    padding-bottom: 0
  }
}

.card-with-list-shared__body .list-icons__item {
  font-family: ItauDisplay-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: start
}

.card-with-list-shared__body .list-icons .icon {
  font-size: 24px;
  color: #ec7000;
  padding-right: 8px
}

@media only screen and (min-width:1200px) {
  .card-with-list-shared__body .list-icons .icon {
    padding-right: 16px
  }
}

.card-with-list-shared__caption h1,
.card-with-list-shared__caption h2,
.card-with-list-shared__caption h3,
.card-with-list-shared__caption h4,
.card-with-list-shared__caption h5,
.card-with-list-shared__caption h6 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width:576px) {

  .card-with-list-shared__caption h1,
  .card-with-list-shared__caption h2,
  .card-with-list-shared__caption h3,
  .card-with-list-shared__caption h4,
  .card-with-list-shared__caption h5,
  .card-with-list-shared__caption h6 {
    font-size: 20px;
    line-height: 30px
  }
}

@media only screen and (min-width:768px) {

  .card-with-list-shared__caption h1 p,
  .card-with-list-shared__caption h2 p,
  .card-with-list-shared__caption h3 p,
  .card-with-list-shared__caption h4 p,
  .card-with-list-shared__caption h5 p,
  .card-with-list-shared__caption h6 p {
    min-height: 81px
  }
}

.card-with-list-shared__caption p {
  padding-top: 8px;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__caption p {
    font-size: 16px;
    line-height: 24px
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__caption p {
    padding-top: 16px;
    min-height: 64px
  }
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__caption p {
    min-height: 24px
  }
}

.card-with-list-shared__footer {
  margin-top: 7px
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__footer {
    width: 100%;
    margin-top: 0
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__footer {
    margin-top: 24px
  }
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__footer {
    margin-top: 28px
  }
}

.card-with-list-shared__footer a {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #007ab7;
  text-decoration: underline;
  margin-top: 15px
}

@media only screen and (min-width:576px) {
  .card-with-list-shared__footer a {
    position: relative;
    bottom: 0
  }
}

@media only screen and (min-width:768px) {
  .card-with-list-shared__footer a {
    position: absolute;
    bottom: 16px
  }
}

@media only screen and (min-width:992px) {
  .card-with-list-shared__footer a {
    bottom: 32px
  }
}

.card-with-icon-container__list {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-box-shared p {
    display: none
  }
}

@media only screen and (max-width:575px) {
  .vitrine-one-page-shared .card-with-icon-box-shared .title {
    font-size: 14px;
    align-items: center;
    line-height: 20px;
    height: 54px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-box-shared .title {
    font-size: 18px;
    align-items: center;
    line-height: 27px;
    height: 54px
  }
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-shared .card-with-icon-box-shared {
    padding: 24px 16px 24px 11px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-shared .icon {
    margin-bottom: 16px
  }
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-container__list {
    flex-direction: row;
    justify-content: space-between
  }
}

@media only screen and (max-width:575px) {
  .vitrine-one-page-shared .card-with-icon-container__list .card-with-icon-shared {
    width: 44.8%;
    height: 135px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-container__list .card-with-icon-shared {
    width: 47%;
    height: 156px
  }
}

.bg-varejo .card-with-icon-container__list.card-without-border h3,
.bg-varejo .card-with-icon-container__list.card-without-border i.icon[class^=icon-itaufonts],
.bg-varejo .card-with-icon-container__list.card-without-border p,
.bg-varejo .card-with-icon-container__list.card-without-border span {
  color: #fff
}

.card-with-icon-container-shared .card-with-icon-container-box {
  padding: 32px 0 64px 0
}

@media only screen and (min-width:768px) {
  .card-with-icon-container-shared .card-with-icon-container-box {
    padding-top: 0
  }
}

.card-with-icon-container-shared .title-d-container {
  margin-bottom: 0
}

@media only screen and (max-width:575px) {
  .card-with-icon-container-shared .title-d-container__title {
    line-height: 30px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-with-icon-container-shared .title-d-container__title {
    line-height: 32px
  }
}

@media only screen and (max-width:575px) {
  .card-with-icon-container-shared .title-d-container__subtitle {
    line-height: 25px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-with-icon-container-shared .title-d-container__subtitle {
    line-height: 30px
  }
}

.card-with-icon-container-shared .title-container {
  position: relative;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  margin-left: 0;
  margin-right: 0
}

.card-with-icon-container-shared .bg-grey h2 {
  color: #fff;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial
}

[data-segment] .card-with-icon-container-shared .bg-gradient-blue .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-gradient-blue .title-d-container p,
[data-segment] .card-with-icon-container-shared .bg-gradient-darkBlue .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-gradient-darkBlue .title-d-container p,
[data-segment] .card-with-icon-container-shared .bg-grey-dark-private .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-grey-dark-private .title-d-container p,
[data-segment] .card-with-icon-container-shared .bg-varejo .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-varejo .title-d-container p {
  color: #fff
}

.card-with-icon-container-shared__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column
}

.card-with-icon-container-shared__list .container {
  padding-bottom: 0
}

@media only screen and (min-width:576px) {
  .card-with-icon-container-shared__list .container {
    padding: 0
  }
}

@media only screen and (min-width:576px) {
  .card-with-icon-container-shared__list {
    flex-direction: row
  }
}

.card-with-icon-container-shared .img-bkgd {
  background-size: cover
}

@media only screen and (max-width:767px) {
  .card-with-icon-container-shared .img-bkgd {
    background-image: none
  }
}

.card-with-icon-container-shared .subtitle {
  margin: -20px 0 20px 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  color: #312d2b
}

.card-with-icon-container-shared .four-cards-per-line div.card-with-icon-container__list {
  flex-direction: row;
  justify-content: center
}

.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text,
.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text.card-clinkabled {
  border-left: none
}

.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text.card-clinkabled:hover,
.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text:hover {
  border-left: none
}

.card-with-icon-container-shared .card-without-border .card-with-icon-shared {
  background: 0 0;
  box-shadow: none
}

.card-with-icon-container-shared .card-without-border .card-with-icon-box-shared {
  padding: 0
}

.card-with-icon-container-shared .card-with-icon-container__list {
  flex-direction: row
}

.card-with-icon-shared {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 15px 16px 0
}

.card-with-border .card-with-icon-shared,
.card-with-icon-shared ul:not(.card-without-border) {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
  border: 1px solid #efe9e5;
  background-color: #fff;
  border-radius: 4px
}

.card-with-icon-shared__container-text {
  border-radius: 4px;
  position: absolute;
  height: 100%;
  width: 100%
}

.card-with-icon-shared .link-border-hover {
  border-left: 5px solid transparent
}

.card-with-icon-shared .card-clinkabled {
  color: #231d19;
  text-decoration: none;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-left: 5px solid transparent
}

.card-with-icon-shared .card-clinkabled:hover {
  border-left: 5px solid #231d19;
  color: #231d19
}

.card-with-icon-shared .card-with-icon-box-shared {
  border-radius: 4px;
  height: 100%
}

.card-without-boarder .card-with-icon-shared .card-with-icon-box-shared {
  border: none;
  box-shadow: none
}

.card-with-icon-shared .card-with-icon-box-shared.card-clinkabled {
  border-left: 5px solid transparent
}

.card-with-icon-shared .card-with-icon-box-shared.card-clinkabled.card-clinkabled-focused {
  border-left: 5px solid #ec7000
}

.card-with-icon-shared .icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  color: #231d19;
  margin-bottom: 0
}

@media only screen and (min-width:320px) {
  .card-with-icon-shared .icon {
    font-size: 24px;
    height: 44px
  }
}

@media only screen and (min-width:992px) {
  .card-with-icon-shared .icon {
    font-size: 32px;
    height: 52px;
    width: 52px
  }
}

.card-with-icon-shared .spotlight {
  font-family: ItauDisplay-Regular, "Myriad Pro", Arial;
  color: #fff;
  justify-content: center;
  text-align: center;
  border: 1px solid #efe9e5
}

@media only screen and (min-width:320px) {
  .card-with-icon-shared .spotlight {
    width: 84px;
    height: 26px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 8px 5px 8px
  }
}

@media only screen and (min-width:992px) {
  .card-with-icon-shared .spotlight {
    width: 106px;
    height: 32px;
    border-radius: 64px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 8px
  }
}

.card-with-icon-shared .spotlight-free {
  background-color: #007a47
}

.card-with-icon-shared .spotlight-promotion {
  background-color: #106eb0
}

.card-with-icon-shared .spotlight-black-friday {
  background-color: #231d19
}

.card-with-icon-shared__inner {
  position: absolute;
  width: 99.8%;
  height: 100%;
  opacity: initial;
  top: 0
}

.card-with-icon-shared__inner .opacity-text {
  position: relative;
  height: 100%;
  opacity: initial;
  top: 0
}

.card-with-icon-shared__inner .column-3 {
  max-width: 33.33%;
  flex: 0 0 22.33%
}

.card-with-icon-shared__inner .column-9 {
  max-width: 77%;
  flex: 0 0 77.77%;
  display: flex;
  justify-content: left;
  align-items: flex-start
}

@media only screen and (min-width:320px) {
  .card-with-icon-shared__inner .column-9 {
    max-width: 100%;
    flex: 0 0 100%
  }
}

.card-with-icon-shared__inner .column-12 {
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: left
}

.card-with-icon-shared__inner h3 {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  color: #231d19;
  margin-bottom: 8px;
  justify-content: left
}

@media only screen and (min-width:320px) {
  .card-with-icon-shared__inner h3 {
    font-size: 14px;
    line-height: 22px
  }
}

@media only screen and (min-width:992px) {
  .card-with-icon-shared__inner h3 {
    font-size: 18px;
    line-height: 28px
  }
}

.card-with-icon-shared__inner p,
.card-with-icon-shared__inner span {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  color: #231d19;
  margin-bottom: 8px;
  justify-content: left
}

@media only screen and (min-width:320px) {

  .card-with-icon-shared__inner p,
  .card-with-icon-shared__inner span {
    font-size: 12px;
    line-height: 18px
  }
}

@media only screen and (min-width:992px) {

  .card-with-icon-shared__inner p,
  .card-with-icon-shared__inner span {
    font-size: 16px;
    line-height: 24px
  }
}

.bg-image .card-with-icon-shared__inner h2,
.bg-image .card-with-icon-shared__inner h3,
.bg-image .card-with-icon-shared__inner p,
.bg-red .card-with-icon-shared__inner h2,
.bg-red .card-with-icon-shared__inner h3,
.bg-red .card-with-icon-shared__inner p {
  color: #231d19
}

.card-with-icon-shared__inner .card-with-icon-shared-link {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial
}

.card-with-icon-shared__inner a:not(.card-clinkabled) {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #007ab7;
  text-decoration: underline;
  cursor: pointer
}

@media only screen and (max-width:575px) {
  .card-with-icon-shared__inner a:not(.card-clinkabled) {
    font-size: 14px;
    line-height: 18px
  }
}

.card-with-icon-shared__inner .default {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between
}

@media only screen and (min-width:320px) {
  .card-with-icon-shared__inner .default {
    padding: 12px;
    margin-bottom: 8px
  }
}

@media only screen and (min-width:992px) {
  .card-with-icon-shared__inner .default {
    padding: 16px
  }
}

@media only screen and (min-width:768px) {
  .card-with-icon-shared__inner .default .content {
    margin-bottom: 24px
  }
}

.card-with-icon-shared__inner .tablet {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row
}

@media only screen and (min-width:576px) {
  .card-with-icon-shared__inner .tablet {
    padding: 12px
  }
}

@media only screen and (min-width:992px) {
  .card-with-icon-shared__inner .tablet {
    padding: 16px
  }
}

.card-with-icon-shared__inner .tablet .icon-wrapper {
  align-items: center;
  margin-right: 16px
}

@media only screen and (min-width:768px) {
  .card-with-icon-shared__inner .tablet .icon-wrapper {
    margin-bottom: 24px
  }
}

.card-with-icon-shared__inner .tablet .content {
  flex-wrap: wrap;
  justify-content: space-between
}

.card-with-icon-shared__inner .tablet .column-3 {
  max-width: 10%;
  flex: 0 0 10%
}

.card-with-icon-shared__inner .tablet .column-9 {
  max-width: 100%;
  flex: 0 0 100%
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-shared__inner .default {
    padding: 0
  }
}

.four-cards-per-line .card-with-icon-shared {
  margin: 38px 30px 0 0;
  min-height: 100%
}

.four-cards-per-line .card-with-icon-shared .card-with-icon-shared__container-text,
.four-cards-per-line .card-with-icon-shared .card-with-icon-shared__inner {
  position: relative
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .four-cards-per-line .card-with-icon-shared {
    font-size: 40px;
    min-height: 100%
  }

  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__container-text,
  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__inner {
    position: relative
  }
}

@media only screen and (max-width:575px) {
  .four-cards-per-line .card-with-icon-shared {
    min-height: 100%
  }

  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__container-text,
  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__inner {
    position: relative
  }
}

@media only screen and (min-width:992px) {
  .four-cards-per-line .card-with-icon-shared .icon {
    font-size: 40px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .four-cards-per-line .card-with-icon-shared {
    width: 240px
  }

  .four-cards-per-line .card-with-icon-shared:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .four-cards-per-line .card-with-icon-shared {
    width: 210px
  }

  .four-cards-per-line .card-with-icon-shared:nth-child(3n) {
    margin-right: 0
  }
}

@media only screen and (min-width:768px) {
  .four-cards-per-line .card-with-icon-shared {
    min-height: 100%
  }

  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__container-text,
  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__inner {
    position: relative
  }
}

@media only screen and (min-width:992px) {
  .four-cards-per-line .card-with-icon-shared {
    width: 210px
  }

  .four-cards-per-line .card-with-icon-shared:nth-child(4n) {
    margin-right: 0
  }
}

@media only screen and (min-width:992px) and (min-width:992px) {
  .four-cards-per-line .card-with-icon-shared h3 {
    margin-bottom: 24px
  }
}

@media only screen and (min-width:1200px) {
  .four-cards-per-line .card-with-icon-shared {
    width: 252px;
    min-height: 100%
  }

  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__container-text,
  .four-cards-per-line .card-with-icon-shared .card-with-icon-shared__inner {
    position: relative
  }
}

.four-cards-per-line .card-with-icon-shared .icon-wrapper,
.four-cards-per-line .card-with-icon-shared .spotlight {
  margin-bottom: 0
}

.three-cards-per-line {
  padding-bottom: 64px
}

@media only screen and (min-width:320px) {
  .three-cards-per-line .card-with-icon-shared {
    width: 140px;
    height: 156px;
    margin: 8px 8px 0 0
  }

  .three-cards-per-line .card-with-icon-shared .card-with-icon-shared__container-text,
  .three-cards-per-line .card-with-icon-shared .card-with-icon-shared__inner {
    position: relative
  }

  .three-cards-per-line .card-with-icon-shared:nth-child(2n) {
    margin-right: 0
  }
}

@media only screen and (min-width:576px) {
  .three-cards-per-line .card-with-icon-shared {
    width: 251px;
    height: 116px;
    margin: 8px 8px 0 0
  }
}

@media only screen and (min-width:768px) {
  .three-cards-per-line .card-with-icon-shared {
    width: 341px
  }
}

@media only screen and (min-width:992px) {
  .three-cards-per-line .card-with-icon-shared {
    width: 288px;
    height: 168px;
    margin: 32px 32px 0 0
  }

  .three-cards-per-line .card-with-icon-shared:nth-child(2n) {
    margin-right: 32px
  }

  .three-cards-per-line .card-with-icon-shared:nth-child(3n) {
    margin-right: 0
  }
}

@media only screen and (min-width:1200px) {
  .three-cards-per-line .card-with-icon-shared {
    width: 348px
  }
}

i.icon {
  color: #ec7000
}

.card-with-description-container__list {
  flex-wrap: wrap
}

@media only screen and (min-width:1200px) {
  .card-with-description-container__list {
    margin-top: 88px
  }
}

@media only screen and (min-width:992px) {
  .card-with-description-container-shared {
    overflow: hidden
  }
}

.card-with-description-container-shared .card-with-description-container-box {
  padding-top: 32px;
  padding-bottom: 32px
}

@media only screen and (min-width:768px) {
  .card-with-description-container-shared .card-with-description-container-box {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

@media only screen and (min-width:992px) {
  .card-with-description-container-shared .card-with-description-container-box {
    padding-top: 88px;
    padding-bottom: 91px
  }
}

@media only screen and (min-width:1200px) {
  .card-with-description-container-shared .card-with-description-container-box {
    padding-top: 88px;
    padding-bottom: 88px
  }
}

@media only screen and (min-width:1200px) {
  .card-with-description-container-shared .card-with-description-row {
    align-items: center
  }

  .card-with-description-container-shared .card-with-description-row .title-d-container {
    margin-bottom: 0
  }
}

@media only screen and (max-width:1199px) {
  .card-with-description-container-shared .title-card.title-with-icon {
    position: relative
  }

  .card-with-description-container-shared .title-card.title-with-icon i.icon {
    position: absolute
  }

  .card-with-description-container-shared .title-card.title-with-icon h2.title-d-container__title {
    padding-left: 50px
  }
}

.card-with-description-container-shared .title-container {
  position: relative;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial
}

@media only screen and (min-width:1200px) {
  .card-with-description-container-shared .title-container {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3
  }
}

.card-with-description-container-shared .title-container .title-d-container__title {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  color: #252220;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 8px
}

@media only screen and (min-width:768px) {
  .card-with-description-container-shared .title-container .title-d-container__title {
    font-size: 32px;
    line-height: 48px
  }
}

.card-with-description-container-shared .title-container .title-d-container__description {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0
}

@media only screen and (min-width:768px) {
  .card-with-description-container-shared .title-container .title-d-container__description {
    font-size: 18px;
    line-height: 23px
  }
}

.card-with-description-container-shared .icon {
  font-size: 40px;
  color: #ec7000;
  margin-right: 16px
}

.card-with-description-container-shared__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column
}

.card-with-description-container-shared__list .container {
  padding-bottom: 0
}

@media only screen and (min-width:576px) {
  .card-with-description-container-shared__list .container {
    padding: 0
  }
}

@media only screen and (min-width:576px) {
  .card-with-description-container-shared__list {
    flex-direction: row
  }
}

.card-with-description-container-shared .icon-disabled {
  display: none
}

.card-with-description-container-shared .img-bkgd {
  background-size: cover
}

@media only screen and (max-width:767px) {
  .card-with-description-container-shared .img-bkgd {
    background-image: none
  }
}

.card-with-description-container-shared .subtitle {
  margin: -20px 0 20px 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  color: #312d2b
}

.card-with-description-container-shared .bg-grey h2 {
  color: #231d19;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial
}

.card-with-description-container-shared .bg-varejo .title-d-container__title {
  font-weight: 700
}

.card-with-description-container-shared .bg-varejo .title-d-container__description {
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
  display: block;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .card-with-description-container-shared .bg-varejo .title-d-container__description {
    font-size: 18px;
    line-height: 27px
  }
}

.card-with-description-container-shared .bg-varejo .card-with-description-container__list {
  margin: 1px
}

@media only screen and (min-width:576px) {
  .card-with-description-container-shared .bg-varejo .card-with-description-container__list {
    flex-wrap: wrap;
    margin: 1px;
    margin-bottom: 5px
  }
}

.card-with-description-container-shared .bg-varejo .icon.card-with-description-icon {
  font-size: 48px;
  color: #fce770;
  margin-bottom: 8px;
  display: inline-block;
  text-align: center
}

@media only screen and (min-width:576px) {
  .card-with-description-container-shared .bg-varejo .icon.card-with-description-icon {
    top: -8px
  }
}

.card-with-description-container-shared .bg-varejo .column-12 {
  color: #605751;
  text-decoration: none;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 16px
}

.card-with-description-container-shared .four-cards-per-line div.card-with-icon-container__list {
  flex-direction: row
}

[data-segment] .card-with-description-container-shared .title-d-container__description.title-d-color-escuro {
  color: #312d2b
}

.card-comparative-shared {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 24px;
  flex-shrink: 0;
  width: 100%;
  margin: 15px 0;
  min-height: 302px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
  border: 0;
  border-radius: 5px;
  overflow: hidden
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-comparative-shared {
    min-height: auto
  }
}

@media only screen and (max-width:319px) {
  .card-comparative-shared {
    min-height: 438px
  }
}

@media only screen and (min-width:768px) {
  .card-comparative-shared {
    width: 28.4%;
    margin: 15px 0;
    margin-right: 3.9%;
    min-height: 427px;
    min-width: 209px;
    padding: 16px 16px 32px
  }

  .card-comparative-shared:nth-child(3n) {
    margin: 15px 0
  }
}

@media only screen and (min-width:992px) {
  .card-comparative-shared {
    width: 30.897%;
    min-height: 462px;
    display: inline-block;
    margin-right: 3.226%;
    padding: 32px
  }
}

@media only screen and (min-width:1200px) {
  .card-comparative-shared {
    width: 31.292%;
    margin-right: 2.703%;
    min-height: 408px
  }
}

.card-comparative-shared__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-comparative-shared__inner__hover {
    display: flex
  }
}

.card-comparative-shared__inner__hover:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  background-color: #666
}

.card-comparative-shared__inner__hover:active:before,
.card-comparative-shared__inner__hover:focus:before,
.card-comparative-shared__inner__hover:hover:before {
  width: 100%
}

@media only screen and (min-width:576px) {
  .card-comparative-shared__inner {
    flex-direction: row;
    min-height: 204px
  }
}

@media only screen and (min-width:768px) {
  .card-comparative-shared__inner {
    flex-direction: column
  }
}

@media only screen and (min-width:992px) {
  .card-comparative-shared__thumbnail {
    min-height: 165px
  }
}

@media only screen and (min-width:1200px) {
  .card-comparative-shared__thumbnail {
    min-height: 156px
  }
}

.card-comparative-shared__thumbnail a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  background-color: #666
}

.card-comparative-shared__thumbnail a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.card-comparative-shared__thumbnail a:active:before,
.card-comparative-shared__thumbnail a:focus:before,
.card-comparative-shared__thumbnail a:hover:before {
  width: 100%
}

.card-comparative-shared__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  min-height: 156px;
  margin-bottom: 16px;
  padding-bottom: 0
}

@media only screen and (min-width:576px) {
  .card-comparative-shared__thumbnail img {
    width: 213px;
    height: 204px;
    padding: 0 24px 0 0;
    margin-bottom: 0
  }
}

@media only screen and (min-width:768px) {
  .card-comparative-shared__thumbnail img {
    height: 119px;
    width: 100%;
    padding: 0;
    margin-bottom: 16px
  }
}

@media only screen and (min-width:992px) {
  .card-comparative-shared__thumbnail img {
    height: 156px;
    width: 100%;
    padding: 0;
    margin-bottom: 24px
  }
}

.card-comparative-shared__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  position: relative
}

@media only screen and (min-width:576px) {
  .card-comparative-shared__body {
    height: 164px
  }
}

@media only screen and (min-width:992px) {
  .card-comparative-shared__body {
    height: 190px
  }
}

@media only screen and (min-width:1200px) {
  .card-comparative-shared__body {
    height: 121px
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .card-comparative-shared__caption h2 {
    min-height: 68px
  }
}

.card-comparative-shared__caption h3 {
  color: #666
}

@media only screen and (min-width:320px) {
  .card-comparative-shared__caption h3 {
    font-size: 20px;
    line-height: 30px
  }
}

@media only screen and (max-width:1199px) {
  .card-comparative-shared__caption h3 {
    min-height: 60px
  }
}

.card-comparative-shared__caption h1,
.card-comparative-shared__caption h2,
.card-comparative-shared__caption h3,
.card-comparative-shared__caption h4,
.card-comparative-shared__caption h5,
.card-comparative-shared__caption h6 {
  margin: 0 0 16px;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 27px
}

@media only screen and (min-width:768px) {

  .card-comparative-shared__caption h1,
  .card-comparative-shared__caption h2,
  .card-comparative-shared__caption h3,
  .card-comparative-shared__caption h4,
  .card-comparative-shared__caption h5,
  .card-comparative-shared__caption h6 {
    font-size: 20px;
    line-height: 30px
  }
}

.card-comparative-shared__caption p {
  color: #666;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px
}

@media only screen and (min-width:320px) {
  .card-comparative-shared__caption p {
    min-height: 96px
  }
}

@media only screen and (min-width:768px) {
  .card-comparative-shared__caption p {
    font-size: 16px;
    min-height: 120px
  }
}

@media only screen and (min-width:992px) {
  .card-comparative-shared__caption p {
    min-height: 100px
  }
}

@media only screen and (min-width:576px) {
  .card-comparative-shared__footer {
    margin: 16px 0 0
  }
}

@media only screen and (min-width:768px) {
  .card-comparative-shared__footer {
    margin: 24px 0 0
  }
}

@media only screen and (min-width:992px) {
  .card-comparative-shared__footer {
    margin: 24px 0 0
  }
}

@media only screen and (max-width:1199px) {
  .card-comparative-shared__footer {
    margin: 24px 0 0
  }
}

.card-comparative-shared__footer a {
  color: #007ab7;
  font-family: ItauText-Light, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline
}

@media only screen and (min-width:768px) {
  .card-comparative-shared__footer a {
    font-size: 16px;
    line-height: 24px
  }
}

.card-comparative-shared__footer a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  background-color: transparent
}

.card-comparative-shared__footer a:active:before,
.card-comparative-shared__footer a:focus:before {
  width: 100%
}

.card-comparative-shared__footer .noBeforeMobile:before {
  content: none
}

.card-comparative-shared__footer .button {
  margin: 0 auto auto;
  width: 100%
}

.shared-button-container a.shared-button__a--left {
  display: inline-block
}

.card-box-comparative-shared section {
  padding-top: 64px
}

@media only screen and (max-width:767px) {
  .card-box-comparative-shared section {
    padding-top: 32px
  }
}

@media only screen and (max-width:767px) {
  .card-box-comparative-shared .title-d-container {
    margin-bottom: 24px
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .card-box-comparative-shared .title-d-container {
    margin-bottom: 40px
  }
}

@media only screen and (min-width:1200px) {
  .card-box-comparative-shared .title-d-container {
    margin-bottom: 32px
  }
}

.card-box-comparative-shared .title-d-container__overwrite {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial
}

.card-box-comparative-shared .background-areia {
  background-color: #efe9e5
}

.card-box-comparative-shared .two-boxes {
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
  float: left;
  width: 289px;
  margin-left: 0;
  margin-right: 16px;
  margin-top: 0
}

@media only screen and (min-width:576px) {
  .card-box-comparative-shared .two-boxes {
    width: 240px;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media only screen and (min-width:768px) {
  .card-box-comparative-shared .two-boxes {
    width: 330px
  }
}

@media only screen and (min-width:992px) {
  .card-box-comparative-shared .two-boxes {
    width: 450px
  }
}

@media only screen and (min-width:1200px) {
  .card-box-comparative-shared .two-boxes {
    width: 540px
  }
}

.card-box-comparative-shared .two-boxes h3 {
  font-family: ItauDisplay-Regular, "Myriad Pro", Arial;
  letter-spacing: 0;
  height: 60px;
  margin: 16px 16px 8px 16px
}

@media only screen and (max-width:767px) {
  .card-box-comparative-shared .two-boxes h3 {
    font-size: 18px;
    line-height: 25px
  }
}

@media only screen and (min-width:576px) {
  .card-box-comparative-shared .two-boxes h3 {
    height: 75px
  }
}

@media only screen and (min-width:768px) {
  .card-box-comparative-shared .two-boxes h3 {
    margin: 24px 24px 16px 24px;
    font-size: 20px;
    line-height: 30px;
    height: 60px
  }
}

@media only screen and (min-width:992px) {
  .card-box-comparative-shared .two-boxes h3 {
    height: 60px;
    line-height: 30px
  }
}

@media only screen and (min-width:1200px) {
  .card-box-comparative-shared .two-boxes h3 {
    margin: 24px 38px 16px 24px
  }
}

.card-box-comparative-shared .two-boxes p {
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  color: #ec7000;
  margin: 0 16px 16px
}

@media only screen and (min-width:320px) {
  .card-box-comparative-shared .two-boxes p {
    font-size: 22px;
    line-height: 33px
  }
}

@media only screen and (min-width:576px) {
  .card-box-comparative-shared .two-boxes p {
    margin: 8px 16px 16px 16px
  }
}

@media only screen and (min-width:768px) {
  .card-box-comparative-shared .two-boxes p {
    margin: 16px 17px 24px 24px;
    font-size: 32px;
    line-height: 48px
  }
}

@media only screen and (min-width:992px) {
  .card-box-comparative-shared .two-boxes p {
    margin: 16px 24px 24px 24px
  }
}

@media only screen and (min-width:1200px) {
  .card-box-comparative-shared .two-boxes p {
    margin: 16px 38px 24px 24px
  }
}

.card-box-comparative-shared .three-boxes {
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
  float: left;
  width: 289px;
  margin-left: 0;
  margin-right: 16px;
  margin-top: 0
}

@media only screen and (min-width:576px) {
  .card-box-comparative-shared .three-boxes {
    width: 240px;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media only screen and (min-width:768px) {
  .card-box-comparative-shared .three-boxes {
    width: 210px
  }
}

@media only screen and (min-width:992px) {
  .card-box-comparative-shared .three-boxes {
    width: 290px
  }
}

@media only screen and (min-width:1200px) {
  .card-box-comparative-shared .three-boxes {
    width: 350px
  }
}

.card-box-comparative-shared .three-boxes h3 {
  font-family: ItauDisplay-Regular, "Myriad Pro", Arial;
  color: #6d6e71;
  letter-spacing: 0;
  line-height: 30px;
  height: 60px;
  margin: 16px 16px 8px 16px
}

@media only screen and (max-width:767px) {
  .card-box-comparative-shared .three-boxes h3 {
    font-size: 18px;
    line-height: 25px
  }
}

@media only screen and (min-width:576px) {
  .card-box-comparative-shared .three-boxes h3 {
    height: 75px
  }
}

@media only screen and (min-width:768px) {
  .card-box-comparative-shared .three-boxes h3 {
    margin: 24px 24px 16px 24px;
    font-size: 20px;
    height: 120px;
    line-height: 30px
  }
}

@media only screen and (min-width:992px) {
  .card-box-comparative-shared .three-boxes h3 {
    height: 60px
  }
}

.card-box-comparative-shared .three-boxes p {
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  color: #ec7000;
  margin: 0 16px 16px 16px
}

@media only screen and (min-width:320px) {
  .card-box-comparative-shared .three-boxes p {
    font-size: 22px;
    line-height: 33px
  }
}

@media only screen and (min-width:576px) {
  .card-box-comparative-shared .three-boxes p {
    margin: 8px 16px 16px 16px
  }
}

@media only screen and (min-width:768px) {
  .card-box-comparative-shared .three-boxes p {
    margin: 16px 24px 24px 24px;
    font-size: 32px;
    line-height: 48px
  }
}

@media only screen and (min-width:992px) {
  .card-box-comparative-shared .three-boxes p {
    margin: 16px 17px 24px 24px
  }
}

.card-box-container .card-box-areia {
  background-color: #efe9e5
}

.card-box-container .card-box-areia h3 {
  color: #252220
}

.card-box-container .card-box-branco {
  background-color: #fff
}

.card-box-container .card-box-branco h3 {
  color: #252220
}

.card-box-container ol.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.card-box-container ol.cards li {
  padding-bottom: 24px
}

.card-box-container ol.cards div[class^=card-box] {
  height: 100%;
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  .button-desktop-whatsapp {
    display: none
  }
}

@media only screen and (min-width:768px) {
  .button-mobile-whatsapp {
    display: none
  }
}

.button-whatsapp .but-whatsapp {
  background: #25d366;
  border-radius: 32px;
  padding: 0;
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  font-size: 16px;
  color: #fff;
  position: fixed;
  z-index: 1039;
  bottom: 76px;
  right: 20px;
  line-height: 2;
  width: 54px;
  height: 54px;
  text-decoration: none;
  box-shadow: 0 2px 8px -4px #575757;
  background-image: url(../content/dam/itau/varejo/icon_whatsapp.html);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center
}

.button-whatsapp .but-whatsapp.zoom {
  z-index: 1040
}

@media only screen and (min-width:1200px) {
  .button-whatsapp .but-whatsapp {
    right: 40px;
    bottom: 76px
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .button-whatsapp .but-whatsapp {
    right: 30px
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  .button-whatsapp .but-whatsapp {
    bottom: 76px;
    z-index: 1002
  }
}

.button-whatsapp .but-whatsapp .edit-mode {
  position: relative;
  bottom: 0;
  right: 0
}

.button-whatsapp .modal {
  padding-right: 0
}

.button-whatsapp .modal-dialog {
  box-shadow: 0 2px 8px 0 #575757;
  height: 100%;
  width: 325px;
  margin: 0 -16px 0 auto
}

.button-whatsapp .modal-dialog .modal-header {
  border: none;
  padding: 16px 16px 20px 40px
}

.button-whatsapp .modal-dialog .icon-header {
  line-height: 24px;
  color: #ec7000
}

.button-whatsapp .modal-dialog .modal-body {
  text-align: left;
  padding: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto
}

.button-whatsapp .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  height: 100%
}

.button-whatsapp .modal-dialog .title {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 32px;
  color: #231d19;
  margin-top: auto;
  line-height: 48px;
  font-weight: 700
}

.button-whatsapp .modal-dialog .qr-code {
  width: 275px;
  height: 275px;
  margin: 24px 0 24px 0
}

@media only screen and (max-width:1399px) {
  .button-whatsapp .modal-dialog .qr-code {
    width: 220px;
    height: 220px
  }
}

.button-whatsapp .modal-dialog .text {
  color: #231d19;
  line-height: 24px;
  margin-bottom: auto
}

.button-whatsapp .modal-dialog b {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-weight: 700
}

.button-whatsapp .force-show-zoom {
  display: block
}

.button-whatsapp .force-hide-zoom {
  display: none
}

body.modal-open {
  overflow-y: hidden
}

.button-help .but-duvidas {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: 0 0;
  border-radius: 32px;
  padding: 5px 15px 3px 10px;
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  font-size: 16px;
  color: #fff;
  position: fixed;
  z-index: 1039;
  bottom: 30px;
  right: 20px;
  line-height: 2;
  height: 40px;
  text-decoration: none
}

.button-help .but-duvidas.zoom {
  z-index: 1040
}

@media only screen and (min-width:576px) {
  .button-help .but-duvidas {
    color: #fff;
    background: #ec7000;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3)
  }
}

@media only screen and (min-width:1200px) {
  .button-help .but-duvidas {
    right: 40px;
    bottom: 30px
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .button-help .but-duvidas {
    right: 30px
  }
}

@media screen and (min-width:320px) and (max-width:575px) {
  .button-help .but-duvidas {
    background: 0 0;
    bottom: 30px;
    padding: 0;
    z-index: 1002
  }
}

.button-help .but-duvidas .edit-mode {
  position: relative;
  bottom: 0;
  right: 0
}

.button-help .but-duvidas span {
  color: #fff;
  background: #ec7000;
  border-radius: 50px;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 3px;
  float: left;
  border: 1px solid
}

@media screen and (min-width:320px) and (max-width:575px) {
  .button-help .but-duvidas span {
    border: 0;
    margin: 0;
    padding: 15px;
    font-size: 17px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3)
  }
}

.button-help .but-duvidas p {
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  font-weight: 700;
  font-size: 19px;
  display: inline-block;
  margin: 0
}

@media screen and (min-width:320px) and (max-width:575px) {
  .button-help .but-duvidas p {
    display: none
  }
}

.button-help .btduvidas-azul {
  background: #003767;
  color: #fff
}

.button-help .btduvidas-azul span {
  color: #fff;
  border-color: #fff
}

.button-help .btduvidas-azul p {
  color: #fff
}

.button-help .btduvidas-azul :active {
  background: #003767
}

.button-help .btduvidas-azul .disable {
  background: #d9d3cf
}

.shared-button-link-container {
  padding-top: 32px;
  display: flex
}

.shared-button-link-container.position-left {
  justify-content: flex-start
}

.shared-button-link-container.position-center {
  justify-content: center
}

.shared-button-link-container a {
  font-family: ItauText-Bold, "Myriad Pro", Arial;
  color: #106eb0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 700
}

@media only screen and (min-width:768px) {
  .shared-button-link-container a {
    font-size: 18px;
    line-height: 27px
  }
}

@media only screen and (max-width:575px) {
  .shared-button-container {
    width: 100%
  }
}

.shared-button__a,
.shared-button__negative {
  cursor: pointer;
  padding: 13px 0 13px 0;
  line-height: 26px;
  height: 48px;
  display: block;
  margin-top: 32px;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-radius: 4px;
  text-decoration: none
}

@media only screen and (min-width:992px) {

  .shared-button__a,
  .shared-button__negative {
    margin-top: 48px
  }
}

.force-center-btn .shared-button__a,
.force-center-btn .shared-button__negative,
.shared-button__a--center,
.shared-button__negative--center {
  margin-left: auto;
  margin-right: auto
}

@media only screen and (min-width:320px) {

  .force-center-btn .shared-button__a,
  .force-center-btn .shared-button__negative,
  .shared-button__a--center,
  .shared-button__negative--center {
    width: 289px
  }
}

@media only screen and (min-width:576px) {

  .force-center-btn .shared-button__a,
  .force-center-btn .shared-button__negative,
  .shared-button__a--center,
  .shared-button__negative--center {
    width: 240px
  }
}

@media only screen and (min-width:768px) {

  .force-center-btn .shared-button__a,
  .force-center-btn .shared-button__negative,
  .shared-button__a--center,
  .shared-button__negative--center {
    width: 330px
  }
}

@media only screen and (min-width:992px) {

  .force-center-btn .shared-button__a,
  .force-center-btn .shared-button__negative,
  .shared-button__a--center,
  .shared-button__negative--center {
    width: 290px
  }
}

@media only screen and (min-width:1200px) {

  .force-center-btn .shared-button__a,
  .force-center-btn .shared-button__negative,
  .shared-button__a--center,
  .shared-button__negative--center {
    width: 350px
  }
}

.force-left-btn .shared-button__a,
.force-left-btn .shared-button__negative,
.shared-button__a--left,
.shared-button__negative--left {
  margin-left: initial
}

@media only screen and (max-width:575px) {

  .force-left-btn .shared-button__a,
  .force-left-btn .shared-button__negative,
  .shared-button__a--left,
  .shared-button__negative--left {
    margin: auto;
    width: 100%
  }
}

@media only screen and (min-width:576px) {

  .force-left-btn .shared-button__a,
  .force-left-btn .shared-button__negative,
  .shared-button__a--left,
  .shared-button__negative--left {
    width: 240px
  }
}

@media only screen and (min-width:768px) {

  .force-left-btn .shared-button__a,
  .force-left-btn .shared-button__negative,
  .shared-button__a--left,
  .shared-button__negative--left {
    width: 210px
  }
}

@media only screen and (min-width:992px) {

  .force-left-btn .shared-button__a,
  .force-left-btn .shared-button__negative,
  .shared-button__a--left,
  .shared-button__negative--left {
    width: 210px
  }
}

@media only screen and (min-width:1200px) {

  .force-left-btn .shared-button__a,
  .force-left-btn .shared-button__negative,
  .shared-button__a--left,
  .shared-button__negative--left {
    width: 255px
  }
}

div.shared-button-container .shared-button__a {
  border: none
}

.banner-white-button div.shared-button-container .shared-button__a {
  background-color: #fff;
  color: #666
}

.banner-white-button div.shared-button-container .shared-button__a:focus,
.banner-white-button div.shared-button-container .shared-button__a:hover {
  background-color: #faf7f5;
  color: #666
}

div.shared-button-container .shared-button__negative {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff
}

div.shared-button-container .shared-button__negative:focus,
div.shared-button-container .shared-button__negative:hover {
  color: #666;
  background: #fff;
  border: none
}

.modal-login.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%)
}

.modal-login.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-login .modal-dialog.modal-dialog-login {
  max-width: 632px;
  height: 321px
}

.modal-content .modal-header {
  padding: 32px 56px 32px 40px;
  align-items: center
}

.modal-content .modal-header h2 {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 32px;
  line-height: 48px;
  color: #231d19
}

.modal-content .modal-header .close span {
  font-size: 24px;
  line-height: 25px;
  color: #231d19;
  text-align: center
}

.modal-content .context-no-border {
  border-bottom: none
}

.modal-body {
  padding: 32px 55px
}

.modal-body .desktop-access {
  display: flex
}

.modal-body .desktop-access .row {
  display: flex;
  flex-direction: row
}

.modal-body .desktop-access .row .container-collapse {
  width: 190px;
  margin-right: 30px;
  position: relative
}

.modal-body .desktop-access .row .container-collapse label {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #605751;
  width: 100%
}

.modal-body .desktop-access .row .container-collapse button {
  background: 0 0;
  border-bottom: 1px solid #d9d3cf;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #231d19;
  padding: 0;
  width: 190px;
  height: 56px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-left: 0 solid transparent;
  padding-left: 0;
  border-right: 0;
  border-top: 0
}

.modal-body .desktop-access .row .container-collapse button.open {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-left: 2px solid #ec7000;
  padding-left: 22px
}

.modal-body .desktop-access .row .container-collapse button .icon-itaufonts_seta_down {
  color: #ec7000;
  font-size: 22px
}

.modal-body .desktop-access .row .container-collapse .open {
  border-left: 2px solid #ec7000;
  padding-left: 22px
}

.modal-body .desktop-access .row .container-collapse .dropdown-select {
  position: absolute;
  z-index: 2;
  background: #fff;
  list-style: none;
  padding: 0;
  width: 100%;
  top: 20px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  height: 56px;
  -webkit-transition: all .3s ease-in-out, height .6s ease-in-out;
  transition: all .3s ease-in-out, height .6s ease-in-out
}

.modal-body .desktop-access .row .container-collapse .dropdown-select .selected {
  border-left: 2px solid #ec7000;
  padding-left: 22px
}

.modal-body .desktop-access .row .container-collapse .dropdown-select.show {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .18);
  border-radius: 0 0 4px 4px;
  height: calc(56px * 5);
  opacity: 1;
  visibility: visible
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li {
  cursor: pointer;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #231d19;
  padding: 16px 24px
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li:focus,
.modal-body .desktop-access .row .container-collapse .dropdown-select li:hover {
  color: #ec7000
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li.more {
  border-top: 1px solid #d9d3cf
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li a {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  color: #231d19;
  text-decoration: none
}

.modal-body .desktop-access .row .container-collapse .dropdown-select li a:hover {
  color: #ec7000
}

.modal-body .desktop-access .row .container-login {
  width: 300px;
  display: flex;
  flex-direction: column
}

.modal-body .desktop-access .row .container-login input {
  height: 56px;
  border: none;
  border-bottom: 1px solid #d9d3cf;
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  color: #231d19;
  line-height: 24px;
  margin-bottom: 24px
}

.modal-body .desktop-access .row .container-login .agencia-conta .agenciaLabel {
  position: absolute;
  width: 82px
}

.modal-body .desktop-access .row .container-login .agencia-conta .agencia {
  width: 82px;
  margin-top: 20px;
  margin-right: 30px
}

.modal-body .desktop-access .row .container-login .agencia-conta .contaLabel {
  position: absolute;
  width: 190px
}

.modal-body .desktop-access .row .container-login .agencia-conta .conta {
  width: 190px;
  margin-top: 20px;
  position: absolute
}

.modal-body .desktop-access .row .container-login .cc,
.modal-body .desktop-access .row .container-login .codOp,
.modal-body .desktop-access .row .container-login .cpf {
  width: 300px
}

.modal-body .desktop-access .row .container-login label {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 20px;
  color: #605751;
  width: 100%
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox {
  margin-top: 32px;
  position: relative;
  right: 73%
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 24px;
  color: #231d19;
  padding-left: 30px
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal {
  position: absolute;
  opacity: 0;
  width: 55%;
  cursor: pointer
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal:focus~.checkmark {
  outline: 1px solid #007bff
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal:checked~.checkmark {
  background: #ec7000;
  border: none
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .rememberDataModal:checked~.checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg)
}

.modal-body .desktop-access .row .container-login .wrapper-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #231d19;
  border-radius: 4px;
  background: #fff
}

.modal-body .desktop-access .row .container-login button.send {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 4px;
  border: none;
  width: 190px;
  margin-top: -15%;
  height: 44px;
  background: #d9d3cf
}

.modal-body .desktop-access .row .container-login button.send.active {
  cursor: pointer;
  background: #ec7000
}

.modal-body .desktop-access .row .container-login button.send.active span,
.modal-body .desktop-access .row .container-login button.send.active::before {
  color: #fff
}

.modal-body .desktop-access .row .container-login button.send.active:hover {
  background: #d27000
}

.modal-body .desktop-access .row .container-login button.send.active:hover span,
.modal-body .desktop-access .row .container-login button.send.active:hover::before {
  color: #fff
}

.modal-body .desktop-access .row .container-login button.send::before {
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #9a9693
}

.modal-body .desktop-access .row .container-login button.send span {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 19px;
  letter-spacing: 0;
  padding-left: 8px;
  color: #9a9693
}

.modal-open {
  padding-right: 0;
  overflow-y: auto
}

.modal-open .modal {
  overflow: hidden
}

.modal-body.context-login {
  padding-top: 0 !important
}

.modal-body.context-login .modal-header {
  border: none
}

.modal-body.context-login .context-title {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  color: #ec7000
}

@media only screen and (max-width:767px) {
  .modal-body.context-login .context-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 16px
  }
}

@media only screen and (min-width:768px) {
  .modal-body.context-login .context-title {
    font-size: 32px;
    line-height: 48px
  }
}

.modal-body.context-login .context-subtitle {
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 20px;
  color: #56504c;
  line-height: 30px;
  text-align: center
}

.modal-body.context-login a {
  width: 100%;
  display: inline-block;
  padding: 10px 0 6px 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 16px
}

.modal-body.context-login .context-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.modal-body.context-login .context-img img {
  margin-bottom: 25.5px;
  width: auto
}

.modal-body.context-login .login-modal-subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px
}

.modal-body.context-login .access-control .context-title {
  margin-bottom: 8px
}

.modal-body.context-login .mobile-divider {
  display: flex;
  color: #56504c;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px
}

.modal-body.context-login .mobile-divider:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #d6d0cc;
  margin: auto;
  margin-right: 10px
}

.modal-body.context-login .mobile-divider:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #d6d0cc;
  margin: auto;
  margin-left: 10px
}

.modal-content .hide-login {
  display: none
}

.modal-content .back-button {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  cursor: pointer
}

.modal-content .back-button span {
  font-size: 24px;
  vertical-align: text-bottom;
  line-height: 24px
}

@media only screen and (max-width:575px) {
  .modal-login.modal-context-login .modal-dialog {
    margin-left: auto;
    margin-right: auto
  }
}

.modal-login.modal-context-login .modal-dialog .modal-content .modal-header .close {
  opacity: 1
}

.modal-login.modal-context-login .modal-dialog .modal-content .modal-header .close span {
  line-height: 24px;
  color: #ec7000;
  font-weight: 700
}

.modal-login.modal-context-login .modal-dialog .modal-content .modal-header .close:focus span,
.modal-login.modal-context-login .modal-dialog .modal-content .modal-header .close:hover span {
  color: #d27000
}

@media only screen and (max-width:767px) {
  .modal-login.modal-context-login .modal-dialog.modal-dialog-login {
    max-width: 340px
  }
}

.black-week_breadcrumb-header {
  background-color: #000 !important;
  border-radius: 0 0 24px 24px
}

.black-week_breadcrumb-header .breadcrumb-section-header h1 {
  color: #ec7000 !important
}

.black-week_breadcrumb-header .breadcrumb-section-header span {
  color: #fff !important
}

.breadcrumb-header-shared {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.breadcrumb-header-shared .breadcrumb {
  width: 100%;
  background-color: #fff;
  margin-top: 64px;
  margin-bottom: 8px;
  padding: 0
}

.breadcrumb-header-shared .breadcrumb-item {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff
}

.breadcrumb-header-shared .breadcrumb-item::before {
  width: 24px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 1.5px;
  text-align: center;
  padding-right: 0;
  font-family: itau-icon, sans-serif;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  content: '\e9cd';
  color: #d2d2d2
}

.breadcrumb-header-shared .breadcrumb-item:first-child::before {
  display: none
}

.breadcrumb-header-shared .breadcrumb-item a {
  align-items: center;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-family: ItauDisplay-Regular, "Myriad Pro", Arial;
  color: #007ab7
}

.breadcrumb-header-shared .breadcrumb-item a:hover {
  color: #004480
}

.breadcrumb-header-shared .breadcrumb-item .icon-itaufonts_seta {
  color: #605751;
  font-size: 24px;
  margin-left: -5px;
  line-height: 20px;
  min-height: 20px
}

@media only screen and (max-width:575px) {
  .breadcrumb-header-shared .breadcrumb-item .icon-itaufonts_seta {
    font-size: 18px
  }
}

.breadcrumb-header-shared .breadcrumb-item .breadcrumb-text {
  margin-left: 20px;
  line-height: 27px;
  min-height: 30px;
  padding-top: 5px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  color: #312d2b
}

@media only screen and (min-width:768px) {
  .breadcrumb-header-shared .breadcrumb-item .breadcrumb-text {
    font-size: 20px;
    line-height: 30px
  }
}

.breadcrumb-header-shared .breadcrumb-section-header h1 {
  font-size: 40px;
  color: #231d19;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  line-height: 44px
}

@media only screen and (max-width:575px) {
  .breadcrumb-header-shared .breadcrumb-section-header h1 {
    font-size: 30px
  }
}

.breadcrumb-header-shared .breadcrumb-section-header .container {
  padding: 0
}

.breadcrumb-header-shared .no-margin {
  margin-bottom: 0
}

.breadcrumb-header-shared .margin-bottom {
  margin-bottom: 64px
}

.breadcrumb-section {
  background-color: transparent
}

.breadcrumb-section .container {
  padding: 0;
  margin: 0
}

.breadcrumb-section .breadcrumb {
  width: 100%;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0
}

.breadcrumb-section .breadcrumb-item {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  color: #fff;
  padding-top: 1.5px
}

.breadcrumb-section .breadcrumb-item::before {
  width: 24px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 1.5px;
  text-align: center;
  padding-right: 0;
  font-family: itau-icon, sans-serif;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  content: '\e9cd';
  color: #d2d2d2
}

.breadcrumb-section .breadcrumb-item:first-child::before {
  display: none
}

.breadcrumb-section .breadcrumb-item a,
.breadcrumb-section .breadcrumb-item span {
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: #d2d2d2
}

.image-blog-container-shared .image-blog-container-two-images {
  margin-top: 0;
  margin-bottom: 0
}

@media only screen and (min-width:576px) {
  .image-blog-container-shared {
    margin-top: 40px
  }
}

@media only screen and (min-width:768px) {
  .image-blog-container-shared {
    margin-top: 48px
  }
}

.image-blog-container-shared .video-opacity {
  background: rgba(0, 0, 0, .41);
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0
}

.image-blog-container-shared img {
  width: 100%;
  margin: 0;
  position: relative
}

@media only screen and (min-width:576px) {
  .image-blog-container-shared img {
    margin-bottom: 0
  }
}

.image-blog-container-shared .transcrition-modal {
  padding: 0
}

.image-blog-container-shared .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  font-family: ItauText-Regular, "Myriad Pro", Arial
}

.image-blog-container-shared .modal-dialog .modal-content {
  height: 100%
}

.image-blog-container-shared .modal-dialog .modal-body {
  height: 100%;
  overflow: auto
}

.image-blog-container-shared img.inline-wcmmode {
  display: inline
}

.image-blog-container-shared img:not([src]) {
  display: none
}

.card-with-icon-container__list {
  display: flex;
  flex-wrap: wrap
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-box-shared p {
    display: none
  }
}

@media only screen and (max-width:575px) {
  .vitrine-one-page-shared .card-with-icon-box-shared .title {
    font-size: 14px;
    align-items: center;
    line-height: 20px;
    height: 54px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-box-shared .title {
    font-size: 18px;
    align-items: center;
    line-height: 27px;
    height: 54px
  }
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-shared .card-with-icon-box-shared {
    padding: 24px 16px 24px 11px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-shared .icon {
    margin-bottom: 16px
  }
}

.vitrine-one-page-shared .card-with-icon-container-blog__list {
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-container-blog__list {
    flex-direction: row;
    justify-content: space-between
  }
}

@media only screen and (max-width:575px) {
  .vitrine-one-page-shared .card-with-icon-container-blog__list .card-with-icon-shared {
    width: 44.8%;
    height: 135px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .vitrine-one-page-shared .card-with-icon-container-blog__list .card-with-icon-shared {
    width: 47%;
    height: 156px
  }
}

.bg-varejo .card-with-icon-container-blog__list.card-without-border h3,
.bg-varejo .card-with-icon-container-blog__list.card-without-border i.icon[class^=icon-itaufonts],
.bg-varejo .card-with-icon-container-blog__list.card-without-border p,
.bg-varejo .card-with-icon-container-blog__list.card-without-border span {
  color: #fff
}

.card-with-icon-container-shared .card-with-icon-container-box {
  padding: 32px 0 64px 0
}

.card-with-icon-container-shared .title-d-container {
  margin-bottom: 0
}

@media only screen and (max-width:575px) {
  .card-with-icon-container-shared .title-d-container__title {
    line-height: 30px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-with-icon-container-shared .title-d-container__title {
    line-height: 32px
  }
}

@media only screen and (max-width:575px) {
  .card-with-icon-container-shared .title-d-container__subtitle {
    line-height: 25px
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .card-with-icon-container-shared .title-d-container__subtitle {
    line-height: 30px
  }
}

.card-with-icon-container-shared .title-container {
  position: relative;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  margin-left: 0;
  margin-right: 0
}

.card-with-icon-container-shared .bg-grey h2 {
  color: #fff;
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial
}

[data-segment] .card-with-icon-container-shared .bg-gradient-blue .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-gradient-blue .title-d-container p,
[data-segment] .card-with-icon-container-shared .bg-gradient-darkBlue .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-gradient-darkBlue .title-d-container p,
[data-segment] .card-with-icon-container-shared .bg-grey-dark-private .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-grey-dark-private .title-d-container p,
[data-segment] .card-with-icon-container-shared .bg-varejo .title-d-container h2,
[data-segment] .card-with-icon-container-shared .bg-varejo .title-d-container p {
  color: #fff
}

.card-with-icon-container-shared__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column
}

.card-with-icon-container-shared__list .container {
  padding-bottom: 0
}

@media only screen and (min-width:576px) {
  .card-with-icon-container-shared__list .container {
    padding: 0
  }
}

@media only screen and (min-width:576px) {
  .card-with-icon-container-shared__list {
    flex-direction: row
  }
}

.card-with-icon-container-shared .img-bkgd {
  background-size: cover
}

@media only screen and (max-width:767px) {
  .card-with-icon-container-shared .img-bkgd {
    background-image: none
  }
}

.card-with-icon-container-shared .subtitle {
  margin: -20px 0 20px 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-family: ItauDisplay-Light, "Myriad Pro", Arial;
  color: #312d2b
}

.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text,
.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text.card-clinkabled {
  border-left: none
}

.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text.card-clinkabled:hover,
.card-with-icon-container-shared .card-without-border .card-with-icon-shared__container-text:hover {
  border-left: none
}

.card-with-icon-container-shared .card-without-border .card-with-icon-shared {
  background: 0 0;
  box-shadow: none
}

.card-with-icon-container-shared .card-without-border .card-with-icon-box-shared {
  padding: 0
}

.card-with-icon-container-shared .card-with-icon-container-blog__list {
  margin-top: 32px
}

.card-with-icon-blog-shared {
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
  border-radius: 8px;
  width: 100%;
  height: 227px;
  margin: 0 15px 32px;
  list-style: none
}

.card-with-icon-blog-shared .container-box-card-blog {
  border-left: 5px solid transparent
}

.card-with-icon-blog-shared .card-with-icon-blog-link-shared {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  border-left: 5px solid transparent;
  border-radius: 5px
}

[data-segment=varejo] .card-with-icon-blog-shared .card-with-icon-blog-link-shared:hover {
  border-left: 5px solid #ec7000
}

[data-segment=empresas] .card-with-icon-blog-shared .card-with-icon-blog-link-shared:hover {
  border-left: 5px solid #003767
}

@media only screen and (min-width:576px) {
  .card-with-icon-blog-shared {
    width: 240px
  }
}

@media only screen and (min-width:768px) {
  .card-with-icon-blog-shared {
    width: 198px;
    height: 243px;
    margin: 0 27px 32px 15px
  }
}

@media only screen and (min-width:992px) {
  .card-with-icon-blog-shared {
    margin: 0 0 32px 8px
  }

  .card-with-icon-blog-shared:first-child {
    margin: 0 0 32px 15px
  }
}

@media only screen and (min-width:1200px) {
  .card-with-icon-blog-shared {
    width: 227px;
    height: 227px;
    margin: 0 11px 32px 15px
  }
}

.card-with-icon-blog-shared .default-blog {
  line-height: 24px;
  padding-top: 14px
}

.card-with-icon-blog-shared .default-blog h3 {
  font-family: ItauText-XBold, "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 27px;
  color: #231d19;
  padding: 8px 0 24px 0
}

.card-with-icon-blog-shared .default-blog p {
  font-family: ItauText-Regular, "Myriad Pro", Arial;
  font-size: 14px;
  line-height: 21px;
  color: #56504c;
  text-align: left
}

.card-with-icon-blog-shared .default-blog i {
  font-size: 48px
}

[data-segment=varejo] .card-with-icon-blog-shared .default-blog i:before {
  color: #ec7000
}

[data-segment=empresas] .card-with-icon-blog-shared .default-blog i:before {
  color: #003767
}

.card-with-icon-blog-shared .card-with-icon-shared__inner-blog {
  height: 100%;
  width: 100%
}

.card-with-icon-blog-shared .card-with-icon-shared__container-text-blog {
  height: 100%;
  width: 100%
}

.bg-grey {
  background-color: #fff
}

.bg-white {
  background-color: #fff
}

.bg-blue {
  background-color: #003767
}

.bg-varejo {
  background-color: #ec7000
}

.bg-grey-personalite {
  background-color: #efe9e5;
  background-image: url(../content/dam/itau/personalite/trama.html)
}

.bg-gradient-blue {
  background-image: linear-gradient("156deg, #021f73 24%, #021f73 24%, #486cd1 100%")
}

.bg-gradient-darkBlue {
  background-image: linear-gradient(110deg, #003767 50%, #003767 35%, #00182d 93%)
}

.bg-grey-uniclass {
  background-color: #d9d9d6
}

.bg-grey-dark-private {
  background-color: #7e8083;
  background-image: url(../content/dam/itau/private/bg-transparente-mandala-private.html)
}

@media only screen and (min-width:320px) {
  .bg-grey-dark-private {
    background-size: cover
  }
}

.bg-grey-private {
  background-color: #efe9e5;
  background-image: url(../content/dam/itau/private/bg-mandala-private.html)
}

.bg-light-blue-grey-bba {
  background-color: #d7e2dc
}

[data-segment*=asset] .bg-grafite-asset {
  background-color: #555f66
}

[data-segment*=asset] .bg-light-grey-asset {
  background-color: #ccd4db
}

.accordion-container-shared-container {
  padding-bottom: 64px
}

@media only screen and (max-width:767px) {
  .accordion-container-shared-container {
    padding-bottom: 32px
  }
}

.accordion-container-shared-container {
  padding-top: 64px
}

@media only screen and (max-width:767px) {
  .accordion-container-shared-container {
    padding-top: 32px
  }
}

.accordion-container-shared-container__title {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-size: 22px;
  line-height: 33px;
  color: #ec7000;
  padding-bottom: 32px
}

@media only screen and (min-width:768px) {
  .accordion-container-shared-container__title {
    font-size: 32px;
    line-height: 48px
  }
}

.accordion-container-shared-container .item-body {
  margin-top: 25px
}

.accordion-container-shared-container .img-fluid {
  margin-right: 125px
}

@media screen and (min-width:320px) and (max-width:991px) {
  .accordion-container-shared-container .img-fluid {
    display: none
  }
}

@media only screen and (min-width:992px) {
  .accordion-container-shared-container .img-fluid {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    max-width: 100%
  }
}

.accordion-container-shared-container .img-fluid-left {
  left: 0
}

.accordion-container-shared-container .img-fluid-right {
  right: 0
}

.accordion-container-shared-container .button-see-more a.itau-button {
  border: 1px solid #fff;
  font-family: ItauDisplay-Bold, "Myriad Pro", Arial;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  margin: 32px 0;
  padding: 8px 14px;
  position: relative;
  right: 14px;
  width: 100%;
  max-width: 240px;
  cursor: pointer;
  display: inline-block
}

.accordion-container-shared-container.bg-blue div.shared-button-container .shared-button__a,
.accordion-container-shared-container.bg-blue div.shared-button-container .shared-button__a:hover {
  background-color: transparent;
  color: #fff
}

.accordion-container-shared-container.bg-blue .item-header .btn {
  color: #fff
}

.media-with-steps-shared .list-text .list-num {
  border: 3px solid #003399;
  color: #003399;
}

.common-links-shared.cmp-common__box li a {
  font-size: 19px;
}

.accordion-item-shared .item-header .btn:hover {
  border-left: 6px solid #EC7000;
  padding-left: 24px;
}

[data-segment*=asset] .richtext-container {
  background: 0 0;
  box-shadow: unset;
  border-radius: 0;
  padding: 0
}

[data-segment*=asset] .richtext-container .container {
  padding-top: 0
}

[data-segment*=asset] .richtext-container ul {
  list-style: unset;
  -webkit-padding-start: revert;
  padding-inline-start: revert
}

[data-segment*=asset] .richtext-container sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px
}

[data-segment*=asset] .richtext-container .richtext-container-box-shadow {
  background: 0 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .23), 0 3px 6px 0 rgba(0, 0, 0, .16);
  border-radius: 3px;
  padding: 30px 15px
}

[data-segment*=asset] .richtext-container table a {
  text-decoration: underline;
  color: #0056b3
}

[data-segment*=asset] .richtext-container .tableAsset .table thead th {
  border-bottom: 0PX;
  border-top: 0
}

[data-segment*=asset] .richtext-container .hclassificacao {
  background-color: #ccd4db;
  font-weight: 700
}

[data-segment*=asset] .richtext-container .darkline {
  background-color: #eff3f6
}

[data-segment*=asset] .richtext-container h2,
[data-segment*=asset] .richtext-container h3 {
  font-weight: 700
}

[data-segment*=asset] .bg-grafite-asset .richtext-container__richtext-content-shared {
  color: #fff
}

[data-segment*=asset] .bg-grafite-asset .richtext-container__richtext-content-shared p {
  color: #fff
}

[data-segment*=asset] .richtext-container__box.bg-light-grey-asset h2.title-d-container__title {
  color: #231d19
}

[data-segment*=asset] .main-banner-shared p {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial
}

[data-segment*=asset] .main-banner-shared .container {
  padding-top: 0
}

@media only screen and (min-width:576px) {
  [data-segment*=asset] .shared-button__a {
    margin: 16px 0 0 2px
  }
}

@media only screen and (min-width:768px) {
  [data-segment*=asset] .shared-button__a {
    margin: 32px 0 0 2px
  }
}

[data-segment*=asset] .image-icon-shared .bg-grafite-asset .image-icon-shared__content {
  color: #fff
}

[data-segment*=asset] .image-icon-shared .bg-grafite-asset .image-icon-shared__content p {
  color: #fff
}

[data-segment*=asset] .image-icon-shared .bg-light-grey-asset .title-d-container__title {
  color: #252220
}

[data-segment*=asset] .image-icon-shared .bg-light-grey-asset .image-icon-shared__content {
  color: #252220
}

[data-segment*=asset] .bg-grafite-asset .image-icon-shared__content i.icon[class^=icon-itaufonts] {
  color: #fff
}

[data-segment*=asset] .bg-grafite-asset .image-icon-shared__content .image-icon-shared__icon-wrapper {
  border: 2px solid #fff
}

[data-segment*=asset] .bg-light-grey-asset .image-icon-shared__content .image-icon-shared__icon-wrapper {
  border: 2px solid #252220
}

[data-segment*=asset] .bg-grafite-asset h3.keep-color-text,
[data-segment*=asset] .bg-grafite-asset i.icon {
  color: #252220
}

[data-segment*=asset] .bg-grafite-asset .container {
  padding-top: 0
}

[data-segment*=asset] .bg-white h2.title-d-container__title,
[data-segment*=asset] .bg-white h3.keep-color-text,
[data-segment*=asset] .bg-white i.icon {
  color: #252220
}

[data-segment*=asset] .bg-white .container {
  padding-top: 0
}

[data-segment*=asset] .bg-light-grey-asset .container {
  padding-top: 0
}

[data-segment*=asset] .card-with-list-shared .cmp-text {
  color: #252220
}

.card-with-icon-container-box .bg-grafite-asset h3.title.column-12 {
  color: #252220
}

.card-with-icon-container-box .bg-light-grey-asset h2.title-d-container__title,
.card-with-icon-container-box .bg-light-grey-asset p.title-d-container__description {
  color: #252220
}

[data-segment*=asset] .card-with-icon-container-box .bg-white h2.title-d-container__title {
  color: #252220
}

.card-with-icon-container-box .card-with-icon-container__list .card-with-border .icon {
  color: #555f66
}

.bg-grafite-asset .card-with-border .icon {
  color: #555f66
}

[data-segment*=asset] .card-with-icon-container__list .bg-white h3.title {
  color: #252220
}

[data-segment*=asset] .card-with-icon-container__list .bg-white p.text {
  color: #252220;
  padding-bottom: 24px
}

[data-segment*=asset] .card-with-icon-container__list .bg-white span {
  color: #007ab7;
  position: absolute;
  bottom: 24px
}

[data-segment*=asset] .card-with-icon-container__list .bg-white .card-clinkabled {
  border-left: 5px solid transparent
}

[data-segment*=asset] .card-with-icon-container__list .bg-white .card-clinkabled:hover {
  border-left: 5px solid #ec7000
}

.bg-grafite-asset .card-without-border a.link,
.bg-grafite-asset .card-without-border a.link:hover,
.bg-grafite-asset .card-without-border h3.title,
.bg-grafite-asset .card-without-border i.icon,
.bg-grafite-asset .card-without-border p.text {
  color: #fff
}

[data-segment*=asset] .card-without-border p.text {
  padding-bottom: 0
}

[data-segment*=asset] .card-without-border span {
  position: relative;
  bottom: unset;
  margin-top: 0
}

.card-with-icon-container__list .card-with-border .icon {
  color: #555f66
}

[data-segment*=asset] .card-comparative-shared .cmp-text h1,
[data-segment*=asset] .card-comparative-shared .cmp-text h2,
[data-segment*=asset] .card-comparative-shared .cmp-text h3,
[data-segment*=asset] .card-comparative-shared .cmp-text h4,
[data-segment*=asset] .card-comparative-shared .cmp-text h5,
[data-segment*=asset] .card-comparative-shared .cmp-text h6,
[data-segment*=asset] .card-comparative-shared .cmp-text p {
  color: #252220
}

[data-segment*=asset] .card-comparative-shared .card-comparative-shared__footer .link {
  font-weight: 700;
  text-decoration: underline;
  font-family: ItauText-Bold, "Myriad Pro", Arial
}

[data-segment*=asset] .card-comparative-shared .card-comparative-shared__footer .link:hover {
  color: #004480
}

[data-segment*=asset] .card-box-comparative-shared .three-boxes p {
  color: #555f66
}

[data-segment*=asset] .card-box-comparative-shared .title-d-container__overwrite,
[data-segment*=asset] .card-box-comparative-shared .title-d-container__subtitle {
  color: #252220
}

[data-segment*=asset] .card-box-container .card-box-branco h3 {
  font-family: ItauDisplay-Light, "Myriad Pro", Arial
}

[data-segment*=asset] .background-areia {
  background-color: #555f66
}

[data-segment*=asset] .background-areia .title-d-container__overwrite,
[data-segment*=asset] .background-areia .title-d-container__subtitle,
[data-segment*=asset] .background-areia .title-d-container__title {
  color: #fff
}

.mosaic-container-shared .title-d-container__overwrite {
  color: #312D2B;
}

[data-segment='personnalite'] .mosaic-container-shared .mosaic-shared__icons .icon,
[data-segment='uniclass'] .mosaic-container-shared .mosaic-shared__icons .icon,
[data-segment='varejo'] .mosaic-container-shared .mosaic-shared__icons .icon,
[data-segment='empresas'] .mosaic-container-shared .mosaic-shared__icons .icon,
[data-segment='private'] .mosaic-container-shared .mosaic-shared__icons .icon,
[data-segment='cartoes'] .mosaic-container-shared .mosaic-shared__icons .icon {
  color: #FFFFFF;
}

.mosaic-shared__inner-content:before {
  background: #EC7000;
}

[data-segment="personnalite"] .mosaic-shared__inner-content:before {
  background: #876632;
}

[data-segment="empresas"] .mosaic-shared__inner-content:before {
  background: #003767;
}

[data-segment="uniclass"] .mosaic-shared__inner-content:before {
  background: #757575;
}

[data-segment="private"] .mosaic-shared__inner-content:before {
  background: #7C746C;
}

[data-segment="cartoes"] .mosaic-shared__inner-content:before {
  background: #003399;
}

.mosaic-shared__inner-content .keep-color {
  color: #FFFFFF;
}

[data-segment='varejo'] .main-banner-shared-v2 .title-main-banner {
  color: #EC7000;
}

[data-segment='uniclass'] .main-banner-shared-v2 .title-main-banner {
  color: #747679;
}

[data-segment='private'] .main-banner-shared-v2 .title-main-banner {
  color: #7C746C;
}

[data-segment='personnalite'] .main-banner-shared-v2 .title-main-banner {
  color: #876632;
}

[data-segment='empresas'] .main-banner-shared-v2 .title-main-banner {
  color: #003767;
}

[data-segment='cartoes'] .main-banner-shared-v2 .title-main-banner {
  color: #003399;
}

[data-segment='varejo'] .main-banner-shared-v2 .subtitle-main-banner,
[data-segment='uniclass'] .main-banner-shared-v2 .subtitle-main-banner,
[data-segment='private'] .main-banner-shared-v2 .subtitle-main-banner,
[data-segment='personnalite'] .main-banner-shared-v2 .subtitle-main-banner,
[data-segment='empresas'] .main-banner-shared-v2 .subtitle-main-banner,
[data-segment='cartoes'] .main-banner-shared-v2 .subtitle-main-banner {
  color: #252220;
}

[data-segment='varejo'] .main-banner-shared-v2 .shared-button__a:hover {
  background-color: #D27000;
}

[data-segment='varejo'] .main-banner-shared-v2 .right-side .title-column,
[data-segment='uniclass'] .main-banner-shared-v2 .right-side .title-column,
[data-segment='private'] .main-banner-shared-v2 .right-side .title-column,
[data-segment='personnalite'] .main-banner-shared-v2 .right-side .title-column {
  color: #252220;
}

[data-segment='empresas'] .main-banner-shared-v2 .right-side .title-column {
  color: #003767;
}

[data-segment='cartoes'] .main-banner-shared-v2 .right-side .title-column {
  color: #003399;
}

[data-segment='cartoes'] .main-banner-shared-v2 .right-side .icon {
  color: #003399;
}

[data-segment='uniclass'] .main-banner-shared-v2 .right-side .title {
  color: #4F758B;
}

[data-segment='varejo'] .main-banner-shared-v2 .right-side .title,
[data-segment='private'] .main-banner-shared-v2 .right-side .title,
[data-segment='personnalite'] .main-banner-shared-v2 .right-side .title {
  color: #252220;
}

[data-segment='empresas'] .main-banner-shared-v2 .right-side .title {
  color: #003767;
}

[data-segment='cartoes'] .main-banner-shared-v2 .right-side .title {
  color: #003399;
}

[data-segment='varejo'] .main-banner-shared-v2 .right-side .text,
[data-segment='uniclass'] .main-banner-shared-v2 .right-side .text,
[data-segment='private'] .main-banner-shared-v2 .right-side .text,
[data-segment='personnalite'] .main-banner-shared-v2 .right-side .text,
[data-segment='empresas'] .main-banner-shared-v2 .right-side .text,
[data-segment='cartoes'] .main-banner-shared-v2 .right-side .text {
  color: #252220;
}

.main-banner-shared-v2 .right-side .main-banner-card {
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  border-left: 5px solid #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

[data-segment='personnalite'] .main-banner-shared-v2 .right-side .main-banner-card:hover {
  border-left: 5px solid #876632;
}

[data-segment='empresas'] .main-banner-shared-v2 .right-side .main-banner-card:hover {
  border-left: 5px solid #003767;
}

[data-segment='cartoes'] .main-banner-shared-v2 .right-side .main-banner-card:hover {
  border-left: 5px solid #003399;
}


.image-with-text-shared .inner-content h2,
.image-with-text-shared .inner-content h3 {
  color: #252220;
}

.image-with-text-shared .light .inner-content p,
.image-with-text-shared .light .inner-content h1,
.image-with-text-shared .light .inner-content h2,
.image-with-text-shared .light .inner-content h3,
.image-with-text-shared .light .inner-content h4,
.image-with-text-shared .light .inner-content h5,
.image-with-text-shared .light .inner-content h6 {
  color: #FFFFFF;
}

.image-with-text-shared .module .before-card {
  display: none;
}

@media only screen and (min-width: 768px) {
  .image-with-text-shared .module .before-card {
    display: initial;
  }
}

.image-with-text-shared .module .after-card {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .image-with-text-shared .module .after-card {
    display: none;
  }
}

[data-segment='varejo'] .image-icon-shared__icon-wrapper,
[data-segment='uniclass'] .image-icon-shared__icon-wrapper,
[data-segment='private'] .image-icon-shared__icon-wrapper,
[data-segment='cartoes'] .image-icon-shared__icon-wrapper,
[data-segment='empresas'] .image-icon-shared__icon-wrapper,
[data-segment="personnalite"] .image-icon-shared__icon-wrapper {
  border: 2px solid #D8D8D8;
}

.image-icon-shared__list p,
.image-icon-shared__list a:not(.icon-clickable) {
  color: #252220;
}

.image-icon-shared .bg-blue .title-d-container__title,
.image-icon-shared .bg-gradient-darkBlue .title-d-container__title {
  color: #FFFFFF;
}

.image-icon-shared .bg-blue .title-d-container__subtitle,
.image-icon-shared .bg-gradient-darkBlue .title-d-container__subtitle {
  color: #FFFFFF;
}

.image-icon-shared .bg-blue .title-d-container__overwrite,
.image-icon-shared .bg-gradient-darkBlue .title-d-container__overwrite {
  color: #FFFFFF;
}

.bg-gradient-orange .image-icon-shared__icon-wrapper,
.bg-gradient-blue .image-icon-shared__icon-wrapper,
.bg-gradient-darkBlue .image-icon-shared__icon-wrapper,
.bg-blue .image-icon-shared__icon-wrapper,
.bg-image .image-icon-shared__icon-wrapper {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #EC7000;
}

.bg-gradient-orange .image-icon-shared__list-item p,
.bg-gradient-blue .image-icon-shared__list-item p,
.bg-gradient-darkBlue .image-icon-shared__list-item p,
.bg-blue .image-icon-shared__list-item p,
.bg-image .image-icon-shared__list-item p {
  color: #FFFFFF;
}

.bg-light-blue-grey-bba .image-icon-shared__icon-wrapper,
.bg-grey .image-icon-shared__icon-wrapper {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #EC7000;
}

.image-icon-shared .image-icon-title,
.image-icon-shared .image-icon-desc {
  color: #252220;
}

.bg-gradient-orange .image-icon-shared__icon-wrapper,
.bg-gradient-blue .image-icon-shared__icon-wrapper {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #EC7000;
}

.bg-gradient-orange .image-icon-shared__list-item p,
.bg-gradient-blue .image-icon-shared__list-item p {
  color: #FFFFFF;
}

[data-segment="cartoes"] .double-box-item-shared .box-item h3 {
  color: #003399;
}

.double-box-shared section {
  padding-top: 64px;
}

@media only screen and (max-width: 767px) {
  .double-box-shared section {
    padding-top: 32px;
  }
}

.double-box-shared-container .title-d-container__overwrite {
  font-family: "ItauDisplay-Bold", "Myriad Pro", Arial;
  line-height: 21px;
}

@media only screen and (min-width: 320px) {
  .double-box-shared-container .title-d-container {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .double-box-shared-container .title-d-container {
    margin-bottom: 32px;
  }
}

.double-box-shared .content-box-shared {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 320px) {
  .double-box-shared .content-box-shared {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .double-box-shared .content-box-shared {
    flex-direction: row;
  }
}

.dc-item-shared .dc-item-container,
.modal-container .dc-item-container {
  background: #FFFFFF;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.dc-item-shared h3.item-title,
.modal-container h3.item-title {
  color: #252220;
}

.dc-item-shared p.item-price-label,
.modal-container p.item-price-label {
  color: #605750;
}

[data-segment="empresas"] .dc-item-shared p.item-value,
[data-segment="empresas"] .modal-container p.item-value {
  color: #003767;
}

[data-segment="personnalite"] .dc-item-shared p.item-value,
[data-segment="personnalite"] .modal-container p.item-value {
  color: #876632;
}

[data-segment="private"] .dc-item-shared p.item-value,
[data-segment="private"] .modal-container p.item-value {
  color: #7C746C;
}

[data-segment="uniclass"] .dc-item-shared p.item-value,
[data-segment="uniclass"] .modal-container p.item-value {
  color: #747679;
}

[data-segment="varejo"] .dc-item-shared p.item-value,
[data-segment="varejo"] .modal-container p.item-value {
  color: #EC7000;
}

[data-segment="cartoes"] .dc-item-shared p.item-value,
[data-segment="cartoes"] .modal-container p.item-value {
  color: #003399;
}

[data-segment="empresas"] .dc-item-shared p.item-value .dc-value,
[data-segment="empresas"] .modal-container p.item-value .dc-value {
  color: #003767;
}

[data-segment="personnalite"] .dc-item-shared p.item-value .dc-value,
[data-segment="personnalite"] .modal-container p.item-value .dc-value {
  color: #876632;
}

[data-segment="private"] .dc-item-shared p.item-value .dc-value,
[data-segment="private"] .modal-container p.item-value .dc-value {
  color: #7C746C;
}

[data-segment="uniclass"] .dc-item-shared p.item-value .dc-value,
[data-segment="uniclass"] .modal-container p.item-value .dc-value {
  color: #747679;
}

[data-segment="varejo"] .dc-item-shared p.item-value .dc-value,
[data-segment="varejo"] .modal-container p.item-value .dc-value {
  color: #EC7000;
}

[data-segment="cartoes"] .dc-item-shared p.item-value .dc-value,
[data-segment="cartoes"] .modal-container p.item-value .dc-value {
  color: #003399;
}

.dc-item-shared p.item-details a,
.modal-container p.item-details a {
  color: #007AB7;
}

.dc-item-shared .close,
.modal-container .close {
  color: #252220;
}

.dc-item-shared .modal-content .dc-item-description,
.modal-container .modal-content .dc-item-description {
  color: #8D837A;
}

.dc-item-shared .modal-content .dc-item-advantage,
.modal-container .modal-content .dc-item-advantage {
  color: #666;
}

.detailed-comparative-shared .title-d-container__overwrite {
  color: #252220;
}

.detailed-comparative-shared .title-d-container__subtitle {
  color: #252220;
}

.detailed-comparative-shared .title-d-container__description {
  color: #9C9186;
}

[data-segment="varejo"] .detailed-comparative-shared .lSPager .timeline-track {
  background: #EC7000;
}

[data-segment="cartoes"] .detailed-comparative-shared .lSPager .timeline-track {
  background: #003399;
}

[data-segment="private"] .detailed-comparative-shared .lSPager .timeline-track {
  background: #7C746C;
}

[data-segment="uniclass"] .detailed-comparative-shared .lSPager .timeline-track {
  background: #757575;
}

[data-segment="empresas"] .detailed-comparative-shared .lSPager .timeline-track {
  background: #003767;
}

[data-segment="personnalite"] .detailed-comparative-shared .lSPager .timeline-track {
  background: #876632;
}

.detailed-comparative-shared .lSPager li a {
  color: #969290;
}

[data-segment="varejo"] .detailed-comparative-shared .lSPager li.active a {
  color: #EC7000;
}

[data-segment="cartoes"] .detailed-comparative-shared .lSPager li.active a {
  color: #003399;
}

[data-segment="private"] .detailed-comparative-shared .lSPager li.active a {
  color: #7C746C;
}

[data-segment="uniclass"] .detailed-comparative-shared .lSPager li.active a {
  color: #757575;
}

[data-segment="empresas"] .detailed-comparative-shared .lSPager li.active a {
  color: #003767;
}

[data-segment="personnalite"] .detailed-comparative-shared .lSPager li.active a {
  color: #876632;
}

[data-segment='uniclass'] .cta-header-image-text-shared .cta-header-text-shared h3 {
  color: #EC7000;
}

[data-segment='private'] .cta-header-image-text-shared .cta-header-text-shared h3 {
  color: #7C746C;
}

[data-segment='personnalite'] .cta-header-image-text-shared .cta-header-text-shared h3 {
  color: #876632;
}

.cta-header-image-text-shared .cta-header-text-shared a {
  color: #106EB0;
}

.cta-header-image-text-shared .cta-header-text-shared a:hover,
.cta-header-image-text-shared .cta-header-text-shared a:focus {
  color: #004480;
}

.common-links-shared.cmp-common__basic li a {
  color: #252220;
}

.common-links-shared.cmp-common__basic li a:hover {
  text-decoration: underline;
}

.common-links-shared.cmp-common__basic .more-links {
  color: #106EB0;
  text-decoration: underline;
}

.common-links-shared.cmp-common__basic .more-links:hover {
  color: #004480;
}

.common-links-shared.cmp-common__box .commom-link-list {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
  /* stylelint-disable max-nesting-depth , selector-max-compound-selectors, no-descending-specificity */
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors, no-descending-specificity */
}

@media only screen and (max-width: 991px) {
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-varejo {
    background-color: transparent;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-empresas {
    background-color: transparent;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-personnalite {
    background-color: transparent;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-uniclass {
    background-color: transparent;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-private {
    background-color: transparent;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-ibba {
    background-color: transparent;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-asset:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-asset:focus,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-institucional:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-institucional:focus,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-services:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-services:focus {
    background-color: transparent;
  }
}

@media only screen and (min-width: 992px) {

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-varejo:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-varejo:focus {
    background-color: #EC7000;
    color: #FFFFFF;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-empresas:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-empresas:focus {
    background-color: #003767;
    color: #FFFFFF;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-personnalite:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-personnalite:focus {
    background-color: #0D1733;
    color: #FFFFFF;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-uniclass:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-uniclass:focus {
    background-color: #757575;
    color: #FFFFFF;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-private:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-private:focus {
    background-color: #7C746C;
    color: #FFFFFF;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-ibba:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-ibba:focus {
    background-color: #003399;
    color: #FFFFFF;
  }

  .common-links-shared.cmp-common__box .commom-link-list.hover-color-asset:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-asset:focus,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-institucional:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-institucional:focus,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-services:hover,
  .common-links-shared.cmp-common__box .commom-link-list.hover-color-services:focus {
    color: #FFFFFF;
  }
}

.common-links-shared.cmp-common__box .commom-link-list a {
  color: #252220;
}

.common-links-shared.cmp-common__box .commom-link-list span {
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {

  [data-segment='varejo'] .common-links-shared.cmp-common__box .commom-link-list:hover a,
  [data-segment='cartoes'] .common-links-shared.cmp-common__box .commom-link-list:hover a,
  [data-segment='uniclass'] .common-links-shared.cmp-common__box .commom-link-list:hover a,
  [data-segment='empresas'] .common-links-shared.cmp-common__box .commom-link-list:hover a,
  [data-segment="personnalite"] .common-links-shared.cmp-common__box .commom-link-list:hover a,
  [data-segment='private'] .common-links-shared.cmp-common__box .commom-link-list:hover a {
    color: #252220;
  }
}

.common-links-shared.cmp-common__list {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

.common-links-shared.cmp-common__list li {
  background-color: #FFFFFF;
}

.common-links-shared.cmp-common__list li span {
  color: #252220;
}

.common-links-shared.cmp-common__list li a {
  color: #252220;
}

@media only screen and (min-width: 992px) {

  [data-segment='varejo'] .common-links-shared.cmp-common__list li:hover,
  [data-segment='cartoes'] .common-links-shared.cmp-common__list li:hover,
  [data-segment='varejo'] .common-links-shared.cmp-common__list li.commom-link-span--focused,
  [data-segment='cartoes'] .common-links-shared.cmp-common__list li.commom-link-span--focused {
    background-color: #EC7000;
  }

  [data-segment='uniclass'] .common-links-shared.cmp-common__list li:hover,
  [data-segment='uniclass'] .common-links-shared.cmp-common__list li.commom-link-span--focused {
    background-color: #EC7000;
  }

  [data-segment='empresas'] .common-links-shared.cmp-common__list li:hover,
  [data-segment='empresas'] .common-links-shared.cmp-common__list li.commom-link-span--focused {
    background-color: #003767;
  }

  [data-segment="personnalite"] .common-links-shared.cmp-common__list li:hover,
  [data-segment="personnalite"] .common-links-shared.cmp-common__list li.commom-link-span--focused {
    background-color: #876632;
  }

  [data-segment='private'] .common-links-shared.cmp-common__list li:hover,
  [data-segment='private'] .common-links-shared.cmp-common__list li.commom-link-span--focused {
    background-color: #7C746C;
  }
}

.common-links-shared.cmp-common__list li:hover a,
.common-links-shared.cmp-common__list li.commom-link-span--focused a {
  color: #2A2623;
}

footer .common-links-shared.cmp-common__basic {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors, no-descending-specificity */
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors, no-descending-specificity */
}

[data-segment='varejo'] footer .common-links-shared.cmp-common__basic .column-title,
[data-segment='private'] footer .common-links-shared.cmp-common__basic .column-title,
[data-segment='cartoes'] footer .common-links-shared.cmp-common__basic .column-title,
[data-segment="personnalite"] footer .common-links-shared.cmp-common__basic .column-title,
[data-segment='empresas'] footer .common-links-shared.cmp-common__basic .column-title,
[data-segment='uniclass'] footer .common-links-shared.cmp-common__basic .column-title {
  color: #FFFFFF;
}

footer .common-links-shared.cmp-common__basic li a {
  color: #FFFFFF;
}

[data-segment='varejo'] footer .common-links-shared.cmp-common__basic li a:hover,
[data-segment='private'] footer .common-links-shared.cmp-common__basic li a:hover,
[data-segment='cartoes'] footer .common-links-shared.cmp-common__basic li a:hover,
[data-segment="personnalite"] footer .common-links-shared.cmp-common__basic li a:hover,
[data-segment='empresas'] footer .common-links-shared.cmp-common__basic li a:hover,
[data-segment='uniclass'] footer .common-links-shared.cmp-common__basic li a:hover {
  color: #FFFFFF;
}

.card-with-icon-shared .card-clinkabled:hover,
.card-with-icon-shared .card-clinkabled:focus,
.card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
.card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #EC7000;
}

[data-segment='varejo'] .card-with-icon-shared .card-clinkabled:hover,
[data-segment='varejo'] .card-with-icon-shared .card-clinkabled:focus,
[data-segment='varejo'] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
[data-segment='varejo'] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #EC7000;
}

[data-segment='empresas'] .card-with-icon-shared .card-clinkabled:hover,
[data-segment='empresas'] .card-with-icon-shared .card-clinkabled:focus,
[data-segment='empresas'] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
[data-segment='empresas'] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #003767;
}

[data-segment='personnalite'] .card-with-icon-shared .card-clinkabled:hover,
[data-segment='personnalite'] .card-with-icon-shared .card-clinkabled:focus,
[data-segment='personnalite'] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
[data-segment='personnalite'] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #876632;
}

[data-segment="private"] .card-with-icon-shared .card-clinkabled:hover,
[data-segment="private"] .card-with-icon-shared .card-clinkabled:focus,
[data-segment="private"] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
[data-segment="private"] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #7C746C;
}

[data-segment="cartoes"] .card-with-icon-shared .card-clinkabled:hover,
[data-segment="cartoes"] .card-with-icon-shared .card-clinkabled:focus,
[data-segment="cartoes"] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
[data-segment="cartoes"] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #003399;
}

[data-segment="uniclass"] .card-with-icon-shared .card-clinkabled:hover,
[data-segment="uniclass"] .card-with-icon-shared .card-clinkabled:focus,
[data-segment="uniclass"] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:hover,
[data-segment="uniclass"] .card-with-icon-shared .card-with-icon-box-shared.card-clinkabled:focus {
  border-left: 5px solid #4F758B;
}

[data-segment] .card-with-icon-shared__inner h3 {
  color: #231D19;
}

.card-container-shared__inner.bg-image:before {
  background: #000;
}

.card-container-shared .lSPager {
  /* stylelint-disable*/
}

.card-container-shared .lSPager a {
  color: #605751;
}

.card-container-shared .lSPager .timeline {
  background: #D8D8D8;
}

.card-container-shared .lSPager .timeline-track {
  background: #EC7000;
}

.card-container-shared .lSPager .active a {
  color: #EC7000;
}

.card-container-shared .lSAction:before {
  color: #605751;
}

.card-container-shared .lSAction .lSPrev {
  color: #605751;
}

.card-container-shared .lSAction .lSNext {
  color: #605751;
}

.card-comparative-shared__inner__hover:before {
  background-color: #EC7000;
}

[data-segment='empresas'] .card-comparative-shared__inner__hover:before {
  background-color: #003767;
}

[data-segment='personnalite'] .card-comparative-shared__inner__hover:before {
  background-color: #876632;
}

.card-comparative-shared__caption p {
  color: #252220;
}

[data-segment='empresas'] .card-comparative-shared__caption .cmp-text h3 {
  color: #003767;
}

[data-segment='varejo'] .card-comparative-shared__caption .cmp-text h3 {
  color: #EC7000;
}

[data-segment='uniclass'] .card-comparative-shared__caption .cmp-text h3 {
  color: #4F758B;
}

[data-segment='cartoes'] .card-comparative-shared__caption .cmp-text h3 {
  color: #003399;
}

.fixed-button-link {
  width: 100%;
  cursor: pointer;
  position: fixed !important;
  z-index: 100 !important;
  bottom: -70px;
  text-decoration: none;
  transition: .2s ease-in !important;
  background: #EC7000 !important;
}

.fixed-button-link:hover,
.fixed-button-link:focus {
  text-decoration: none;
  background: #D27000 !important;
  color: #fff;
}

[data-segment='personnalite'] .fixed-button-link {
  background: #D0A967 !important;
  color: #252220;
}

[data-segment='personnalite'] .fixed-button-link:hover,
[data-segment='personnalite'] .fixed-button-link:focus {
  text-decoration: none;
  background: #AD8748 !important;
}

.fixed-button-link .container .fixed-button {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-button-link .container .fixed-button span {
  padding-right: 1rem;
  font-size: 24px;
  font-family: "ItauText-Light", "Myriad Pro", Arial;
  color: #fff;
}

[data-segment='personnalite'] .fixed-button-link .container .fixed-button span {
  color: #252220;
}

[data-segment='personnalite'] .fixed-button-link .container .fixed-button span:before {
  color: #252220;
}

.fixed-button-link .container .fixed-button span p {
  font-family: "ItauDisplay-Bold", "Myriad Pro", Arial;
  font-size: 20px;
  line-height: 30px;
}

.fixed-button-link .container .fixed-button span:before {
  color: #fff;
}

.fixed-button-link .container .fixed-button .icon-itaufonts_seta_right {
  font-size: 1.525rem;
}

.effecScrollOn {
  bottom: 0px !important;
}

@media only screen and (max-width: 575px) {
  .fixed-button .icon-itaufonts_seta_right {
    font-size: 1.425rem;
  }
}

div.lower-footer {
  height: 190px;
}

[data-segment='varejo'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #EC7000;
}

[data-segment='empresas'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='cartoes'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #003767;
}

[data-segment='uniclass'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='private'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='personnalite'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #252220;
}

[data-segment] .bg-image .title-d-container.color-default .title-d-container__subtitle {
  color: #252220;
}

.button-help-shared .but-duvidas p {
  color: inherit;
}

@media only screen and (min-width: 576px) {
  .button-help-shared .but-duvidas {
    color: #FFFFFF;
    background: #EC7000;
  }
}

.button-help-shared .but-duvidas span {
  background: #EC7000;
}

@media only screen and (min-width: 576px) {
  [data-segment='personnalite'] .button-help-shared .but-duvidas {
    color: #D0A967;
    background: #FFFFFF;
  }
}

[data-segment='personnalite'] .button-help-shared .but-duvidas span {
  background: #FFFFFF;
}

@media only screen and (min-width: 576px) {
  [data-segment='uniclass'] .button-help-shared .but-duvidas {
    color: #4F758B;
    background: #FFFFFF;
  }
}

[data-segment='uniclass'] .button-help-shared .but-duvidas span {
  background: #4F758B;
}

@media only screen and (min-width: 576px) {
  [data-segment='private'] .button-help-shared .but-duvidas {
    color: #FFFFFF;
    background: #7C746C;
  }
}

[data-segment='private'] .button-help-shared .but-duvidas span {
  background: #7C746C;
}

[data-segment='varejo'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #EC7000;
}

[data-segment='empresas'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='cartoes'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #003767;
}

[data-segment='uniclass'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='private'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='personnalite'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #252220;
}

[data-segment] .bg-image .title-d-container.color-default .title-d-container__subtitle {
  color: #252220;
}

[data-segment='personnalite'] .accordion-item-shared .item-header .btn:hover {
  border-left: 6px solid #876632;
}

[data-segment='empresas'] .accordion-item-shared .item-header .btn:hover {
  border-left: 6px solid #003767;
}

.media-with-steps-shared .list-text .list-num {
  border: 3px solid #003399;
  color: #003399;
}

.common-links-shared.cmp-common__box li a {
  font-size: 19px;
}

.accordion-item-shared .item-header .btn:hover {
  border-left: 6px solid #EC7000;
  padding-left: 24px;
}

.media-with-steps-shared .list-text .list-num {
  border: 3px solid #003399;
  color: #003399;
}

.common-links-shared.cmp-common__box li a {
  font-size: 19px;
}

.accordion-item-shared .item-header .btn:hover {
  border-left: 6px solid #EC7000;
  padding-left: 24px;
}

@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.json-ld {
  display: none
}

@font-face {
  font-family: ItauDisplay-Light;
  font-style: normal;
  font-weight: 300;
  src: url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_lt-webfont.html), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_lt-webfontd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_lt-webfont-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_lt-webfont-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_lt-webfont-4.html) format("truetype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_lt-webfont-5.html#itau_displaylight) format("svg")
}

@font-face {
  font-family: ItauDisplay-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_rg-webfont.html), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_rg-webfontd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_rg-webfont-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_rg-webfont-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_rg-webfont-4.html) format("truetype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_rg-webfont-5.html#itau_displayregular) format("svg")
}

@font-face {
  font-family: ItauDisplay-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_bd-webfont.html), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_bd-webfontd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_bd-webfont-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_bd-webfont-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_bd-webfont-4.html) format("truetype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_bd-webfont-5.html#itau_displaybold) format("svg")
}

@font-face {
  font-family: ItauDisplay-XBold;
  font-style: normal;
  font-weight: 800;
  src: url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_xbd-webfont.html), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_xbd-webfontd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_xbd-webfont-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_xbd-webfont-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_xbd-webfont-4.html) format("truetype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_xbd-webfont-5.html#itau_displayxbold) format("svg")
}

@font-face {
  font-family: itau-font;
  font-style: normal;
  font-weight: 900;
  src: url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_blk-webfont.html), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_blk-webfontd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_blk-webfont-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_blk-webfont-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_blk-webfont-4.html) format("truetype"), url(clientlib-base/resources/fonts/ItauDisplay/itaudisplay_blk-webfont-5.html#itau_displayblack) format("svg")
}

@font-face {
  font-family: ItauText-Light;
  font-style: normal;
  font-weight: 300;
  src: url(clientlib-base/resources/fonts/ItauText/ItauText_Lt.html), url(clientlib-base/resources/fonts/ItauText/ItauText_Ltd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauText/ItauText_Lt-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauText/ItauText_Lt-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauText/ItauText_Lt-4.html) format("truetype")
}

@font-face {
  font-family: ItauText-Regular;
  font-style: normal;
  font-weight: 500;
  src: url(clientlib-base/resources/fonts/ItauText/ItauText_Rg.html), url(clientlib-base/resources/fonts/ItauText/ItauText_Rgd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauText/ItauText_Rg-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauText/ItauText_Rg-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauText/ItauText_Rg-4.html) format("truetype")
}

@font-face {
  font-family: ItauText-Bold;
  font-style: normal;
  font-weight: 800;
  src: url(clientlib-base/resources/fonts/ItauText/ItauText_Bd.html), url(clientlib-base/resources/fonts/ItauText/ItauText_Bdd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauText/ItauText_Bd-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauText/ItauText_Bd-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauText/ItauText_Bd-4.html) format("truetype")
}

@font-face {
  font-family: ItauText-XBold;
  font-style: normal;
  font-weight: 900;
  src: url(clientlib-base/resources/fonts/ItauText/ItauText_XBd.html), url(clientlib-base/resources/fonts/ItauText/ItauText_XBdd41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/ItauText/ItauText_XBd-2.html) format("woff2"), url(clientlib-base/resources/fonts/ItauText/ItauText_XBd-3.html) format("woff"), url(clientlib-base/resources/fonts/ItauText/ItauText_XBd-4.html) format("truetype")
}

@font-face {
  font-family: itau-icon;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-base/resources/fonts/itaufonts_master_24px_v44/itaufonts_master_24px_v44.html), url(clientlib-base/resources/fonts/itaufonts_master_24px_v44/itaufonts_master_24px_v44d41d.html?#iefix) format("embedded-opentype"), url(clientlib-base/resources/fonts/itaufonts_master_24px_v44/itaufonts_master_24px_v44-2.html) format("woff"), url(clientlib-base/resources/fonts/itaufonts_master_24px_v44/itaufonts_master_24px_v44-3.html) format("woff2"), url(clientlib-base/resources/fonts/itaufonts_master_24px_v44/itaufonts_master_24px_v44-4.html) format("truetype"), url(clientlib-base/resources/fonts/itaufonts_master_24px_v44/itaufonts_master_24px_v44-5.html#icomoon) format("svg")
}

[class*=' icon-'],
[class^=icon-] {
  font-family: itau-icon, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale
}

.icon-itaufonts_5_servicos:before {
  content: '\e900'
}

.icon-itaufonts_50_cinema:before {
  content: '\e901'
}

.icon-itaufonts_50_futebol:before {
  content: '\e902'
}

.icon-itaufonts_50_teatro:before {
  content: '\e903'
}

.icon-itaufonts_acoes:before {
  content: '\e904'
}

.icon-itaufonts_agencia_personalite:before {
  content: '\e905'
}

.icon-itaufonts_agencia:before {
  content: '\e906'
}

.icon-itaufonts_agil_descomplic:before {
  content: '\e907'
}

.icon-itaufonts_ajuda:before {
  content: '\e908'
}

.icon-itaufonts_alimentacao:before {
  content: '\e909'
}

.icon-itaufonts_alvo:before {
  content: '\e90a'
}

.icon-itaufonts_antecip_de_recebiveis:before {
  content: '\e90b'
}

.icon-itaufonts_aplicacao:before {
  content: '\e90c'
}

.icon-itaufonts_aplicativos:before {
  content: '\e90d'
}

.icon-itaufonts_aporte_de_capital:before {
  content: '\e90e'
}

.icon-itaufonts_ar_condicionado:before {
  content: '\e90f'
}

.icon-itaufonts_armario:before {
  content: '\e910'
}

.icon-itaufonts_arroba:before {
  content: '\e911'
}

.icon-itaufonts_assessoria:before {
  content: '\e912'
}

.icon-itaufonts_atend_telefonico:before {
  content: '\e913'
}

.icon-itaufonts_atualizando:before {
  content: '\e914'
}

.icon-itaufonts_autoriz_pelo_celular:before {
  content: '\e915'
}

.icon-itaufonts_balanco_de_caixa:before {
  content: '\e916'
}

.icon-itaufonts_bike:before {
  content: '\e917'
}

.icon-itaufonts_biometria:before {
  content: '\e918'
}

.icon-itaufonts_brilhos_nos_olhos:before {
  content: '\e919'
}

.icon-itaufonts_busca_consulta:before {
  content: '\e91a'
}

.icon-itaufonts_caixa_eletronico:before {
  content: '\e91b'
}

.icon-itaufonts_caixas_exclusivos:before {
  content: '\e91c'
}

.icon-itaufonts_calculadora:before {
  content: '\e91d'
}

.icon-itaufonts_calendario:before {
  content: '\e91e'
}

.icon-itaufonts_cambio:before {
  content: '\e91f'
}

.icon-itaufonts_cartao_de_seguranca:before {
  content: '\e920'
}

.icon-itaufonts_cartao:before {
  content: '\e921'
}

.icon-itaufonts_carteirada:before {
  content: '\e922'
}

.icon-itaufonts_cartoes:before {
  content: '\e923';
  color: #211915
}

.icon-itaufonts_celular_pre_pago:before {
  content: '\e924'
}

.icon-itaufonts_celular:before {
  content: '\e925'
}

.icon-itaufonts_chave_patrimonio:before {
  content: '\e926'
}

.icon-itaufonts_check:before {
  content: '\e927'
}

.icon-itaufonts_cheque:before {
  content: '\e928'
}

.icon-itaufonts_cobranca_ativa:before {
  content: '\e929'
}

.icon-itaufonts_coleta:before {
  content: '\e92a'
}

.icon-itaufonts_compras_vendas:before {
  content: '\e92b'
}

.icon-itaufonts_comprovante:before {
  content: '\e92c'
}

.icon-itaufonts_computador_internet:before {
  content: '\e92d'
}

.icon-itaufonts_conexao:before {
  content: '\e92e'
}

.icon-itaufonts_configuracoes:before {
  content: '\e92f'
}

.icon-itaufonts_cons_investimentos:before {
  content: '\e930'
}

.icon-itaufonts_consorcio_auto:before {
  content: '\e931'
}

.icon-itaufonts_consorcio_imobiliario:before {
  content: '\e932'
}

.icon-itaufonts_consorcio:before {
  content: '\e933'
}

.icon-itaufonts_conta_corrente:before {
  content: '\e934'
}

.icon-itaufonts_contatos:before {
  content: '\e935'
}

.icon-itaufonts_contin_negocios:before {
  content: '\e936'
}

.icon-itaufonts_craques:before {
  content: '\e937'
}

.icon-itaufonts_credito_auto:before {
  content: '\e938'
}

.icon-itaufonts_credito_automatico:before {
  content: '\e939'
}

.icon-itaufonts_credito_consignado:before {
  content: '\e93a'
}

.icon-itaufonts_credito_imobiliario:before {
  content: '\e93b'
}

.icon-itaufonts_credito_sob_medida:before {
  content: '\e93c'
}

.icon-itaufonts_credito:before {
  content: '\e93d'
}

.icon-itaufonts_cultura:before {
  content: '\e93e'
}

.icon-itaufonts_curtir:before {
  content: '\e93f'
}

.icon-itaufonts_debito:before {
  content: '\e940'
}

.icon-itaufonts_deposito:before {
  content: '\e941'
}

.icon-itaufonts_desbloqueio:before {
  content: '\e942'
}

.icon-itaufonts_descurtir:before {
  content: '\e943'
}

.icon-itaufonts_despesas_com_saude:before {
  content: '\e944'
}

.icon-itaufonts_docs:before {
  content: '\e945'
}

.icon-itaufonts_documento:before {
  content: '\e946'
}

.icon-itaufonts_download:before {
  content: '\e947'
}

.icon-itaufonts_e_comercial:before {
  content: '\e948'
}

.icon-itaufonts_educacao_uso_consc:before {
  content: '\e949'
}

.icon-itaufonts_email_resp_rapida:before {
  content: '\e94a'
}

.icon-itaufonts_emprestimos:before {
  content: '\e94b'
}

.icon-itaufonts_esportes:before {
  content: '\e94c'
}

.icon-itaufonts_estrela:before {
  content: '\e94d'
}

.icon-itaufonts_excel:before {
  content: '\e94e'
}

.icon-itaufonts_exclamacao:before {
  content: '\e94f'
}

.icon-itaufonts_excluir:before {
  content: '\e950'
}

.icon-itaufonts_exclusivo_beneficios:before {
  content: '\e951'
}

.icon-itaufonts_exportar:before {
  content: '\e952'
}

.icon-itaufonts_extrato_lancamentos:before {
  content: '\e953'
}

.icon-itaufonts_facebook:before {
  content: '\e954'
}

.icon-itaufonts_fatura:before {
  content: '\e955'
}

.icon-itaufonts_fechar:before {
  content: '\e956'
}

.icon-itaufonts_filtro:before {
  content: '\e957'
}

.icon-itaufonts_foco_inovacao:before {
  content: '\e958'
}

.icon-itaufonts_garantia:before {
  content: '\e959'
}

.icon-itaufonts_ger_dedicados:before {
  content: '\e95a'
}

.icon-itaufonts_gerenciador_de_vendas:before {
  content: '\e95b'
}

.icon-itaufonts_gerente:before {
  content: '\e95c'
}

.icon-itaufonts_gestao_de_crises:before {
  content: '\e95d'
}

.icon-itaufonts_hist_de_rentabilidade:before {
  content: '\e95e'
}

.icon-itaufonts_impressora:before {
  content: '\e95f'
}

.icon-itaufonts_informacao:before {
  content: '\e960'
}

.icon-itaufonts_inss:before {
  content: '\e961'
}

.icon-itaufonts_instagram:before {
  content: '\e962'
}

.icon-itaufonts_maiores_limites:before {
  content: '\e963'
}

.icon-itaufonts_institucional:before {
  content: '\e964'
}

.icon-itaufonts_investimento:before {
  content: '\e965'
}

.icon-itaufonts_ir:before {
  content: '\e966'
}

.icon-itaufonts_iso:before {
  content: '\e967'
}

.icon-itaufonts_itau_30_horas:before {
  content: '\e968'
}

.icon-itaufonts_itoken_aplicativo:before {
  content: '\e969'
}

.icon-itaufonts_itoken_chaveiro:before {
  content: '\e96a'
}

.icon-itaufonts_itoken_sms:before {
  content: '\e96b'
}

.icon-itaufonts_jornal:before {
  content: '\e96c'
}

.icon-itaufonts_juros_descontos:before {
  content: '\e96d'
}

.icon-itaufonts_lavagem_de_dinheiro:before {
  content: '\e96e'
}

.icon-itaufonts_leitor_cod_barras:before {
  content: '\e96f'
}

.icon-itaufonts_lideranca:before {
  content: '\e970'
}

.icon-itaufonts_limites:before {
  content: '\e971'
}

.icon-itaufonts_maiores_limites2:before {
  content: '\e972'
}

.icon-itaufonts_mais:before {
  content: '\e973'
}

.icon-itaufonts_mala:before {
  content: '\e974'
}

.icon-itaufonts_maq_rede_cartao:before {
  content: '\e975';
  color: #211915
}

.icon-itaufonts_maquina_fotografica:before {
  content: '\e976'
}

.icon-itaufonts_maximizar:before {
  content: '\e977'
}

.icon-itaufonts_mercado_noticias:before {
  content: '\e978'
}

.icon-itaufonts_minimizar:before {
  content: '\e979'
}

.icon-itaufonts_mundo_mapa:before {
  content: '\e97a'
}

.icon-itaufonts_notificacao:before {
  content: '\e97b'
}

.icon-itaufonts_orientador_de_credito:before {
  content: '\e97c'
}

.icon-itaufonts_outros:before {
  content: '\e97d'
}

.icon-itaufonts_pagamentos_contas:before {
  content: '\e97e'
}

.icon-itaufonts_paixao:before {
  content: '\e97f'
}

.icon-itaufonts_para_empresa:before {
  content: '\e980'
}

.icon-itaufonts_parcelamento:before {
  content: '\e981'
}

.icon-itaufonts_pare_de_fumar:before {
  content: '\e982'
}

.icon-itaufonts_pdf:before {
  content: '\e983'
}

.icon-itaufonts_perfil_do_investidor:before {
  content: '\e984'
}

.icon-itaufonts_pers_conta:before {
  content: '\e985'
}

.icon-itaufonts_pgto_ao_fornecedor:before {
  content: '\e986'
}

.icon-itaufonts_pjto_sucessorio:before {
  content: '\e987'
}

.icon-itaufonts_portabilidade:before {
  content: '\e988'
}

.icon-itaufonts_pos_maq_adquirente:before {
  content: '\e989'
}

.icon-itaufonts_poupanca:before {
  content: '\e98a'
}

.icon-itaufonts_premio:before {
  content: '\e98b'
}

.icon-itaufonts_prevencao_de_fraude:before {
  content: '\e98c'
}

.icon-itaufonts_previdencia:before {
  content: '\e98d'
}

.icon-itaufonts_processos:before {
  content: '\e98e'
}

.icon-itaufonts_produtos_servicos:before {
  content: '\e98f'
}

.icon-itaufonts_programa_de_pontos:before {
  content: '\e990'
}

.icon-itaufonts_radio:before {
  content: '\e991'
}

.icon-itaufonts_reload:before {
  content: '\e992'
}

.icon-itaufonts_relogio:before {
  content: '\e993'
}

.icon-itaufonts_resgate:before {
  content: '\e994'
}

.icon-itaufonts_residencia:before {
  content: '\e995'
}

.icon-itaufonts_respons_social:before {
  content: '\e996'
}

.icon-itaufonts_restaurar:before {
  content: '\e997'
}

.icon-itaufonts_sair_do_vermelho:before {
  content: '\e998'
}

.icon-itaufonts_salarios:before {
  content: '\e999'
}

.icon-itaufonts_saldo:before {
  content: '\e99a'
}

.icon-itaufonts_salvar:before {
  content: '\e99b'
}

.icon-itaufonts_saque:before {
  content: '\e99c'
}

.icon-itaufonts_seg_informacao:before {
  content: '\e99d'
}

.icon-itaufonts_seg_patrimonial:before {
  content: '\e99e'
}

.icon-itaufonts_seg_redes_sociais:before {
  content: '\e99f'
}

.icon-itaufonts_seguranca:before {
  content: '\e9a0'
}

.icon-itaufonts_seguro_auto:before {
  content: '\e9a1'
}

.icon-itaufonts_seguro_cartao:before {
  content: '\e9a2'
}

.icon-itaufonts_seguro_crianca:before {
  content: '\e9a3'
}

.icon-itaufonts_seguro_de_credito:before {
  content: '\e9a4'
}

.icon-itaufonts_seguro_empresas:before {
  content: '\e9a5'
}

.icon-itaufonts_seguro_mulher:before {
  content: '\e9a6'
}

.icon-itaufonts_seguro_patrimonial:before {
  content: '\e9a7'
}

.icon-itaufonts_seguro_prestamista:before {
  content: '\e9a8'
}

.icon-itaufonts_seguro_renda:before {
  content: '\e9a9'
}

.icon-itaufonts_seguro_residencia:before {
  content: '\e9aa'
}

.icon-itaufonts_seguro_resp_social:before {
  content: '\e9ab'
}

.icon-itaufonts_seguro_transporte:before {
  content: '\e9ac'
}

.icon-itaufonts_seguro_viagens:before {
  content: '\e9ad'
}

.icon-itaufonts_seguro_vida:before {
  content: '\e9ae'
}

.icon-itaufonts_seguros:before {
  content: '\e9af'
}

.icon-itaufonts_senha:before {
  content: '\e9b0'
}

.icon-itaufonts_cifrao:before {
  content: '\e9b2'
}

.icon-itaufonts_sms_mensagem_chat:before {
  content: '\e9b3'
}

.icon-itaufonts_sonho_grande:before {
  content: '\e9b4'
}

.icon-itaufonts_sorriso:before {
  content: '\e9b5'
}

.icon-itaufonts_sustentabilidade:before {
  content: '\e9b6'
}

.icon-itaufonts_switch:before {
  content: '\e9b7'
}

.icon-itaufonts_tablet:before {
  content: '\e9b8'
}

.icon-itaufonts_telefone:before {
  content: '\e9b9'
}

.icon-itaufonts_todos_pelo_cliente:before {
  content: '\e9ba'
}

.icon-itaufonts_tranferencias:before {
  content: '\e9bb'
}

.icon-itaufonts_transporte:before {
  content: '\e9bc'
}

.icon-itaufonts_tv:before {
  content: '\e9bd'
}

.icon-itaufonts_twitter:before {
  content: '\e9be'
}

.icon-itaufonts_universitarios:before {
  content: '\e9bf'
}

.icon-itaufonts_usuario_perfil:before {
  content: '\e9c0'
}

.icon-itaufonts_veiculo:before {
  content: '\e9c1'
}

.icon-itaufonts_viagem:before {
  content: '\e9c2'
}

.icon-itaufonts_vida_sustentavel:before {
  content: '\e9c3'
}

.icon-itaufonts_vida:before {
  content: '\e9c4'
}

.icon-itaufonts_video:before {
  content: '\e9c5'
}

.icon-itaufonts_word:before {
  content: '\e9c6'
}

.icon-itaufonts_xicara:before {
  content: '\e9c7'
}

.icon-itaufonts_compartilhar:before {
  content: '\e9c8'
}

.icon-itaufonts_feedback:before {
  content: '\e9c9'
}

.icon-itaufonts_relatorios_financeiros:before {
  content: '\e9ca'
}

.icon-itaufonts_senha_stroke:before {
  content: '\e9cb'
}

.icon-itaufonts_seta:before {
  content: '\e9b1'
}

.icon-itaufonts_seta_down:before {
  content: '\e9cc'
}

.icon-itaufonts_seta_right:before {
  content: '\e9cd'
}

.icon-itaufonts_seta_up:before {
  content: '\e9ce'
}

.icon-itaufonts_full_carteiras_digitais:before {
  content: '\eab2'
}

.icon-itaufonts_full_selecao_terceiros:before {
  content: '\eaaf'
}

.icon-itaufonts_chip:before {
  content: '\eaa8'
}

.icon-itaufonts_checkbox_indeterminado:before {
  content: '\e831'
}

.icon-itaufonts_full_timeline:before {
  content: '\eaa7'
}

.icon-itaufonts_full_copiar:before {
  content: '\eaa4'
}

.icon-itaufonts_full_responder:before {
  content: '\eaa5'
}

.icon-itaufonts_full_seguro_fraude:before {
  content: '\eaa3'
}

.icon-itaufonts_full_beleza:before {
  content: '\ea9e'
}

.icon-itaufonts_full_ajuda:before {
  content: '\ea9d'
}

.icon-itaufonts_full_checkbox:before {
  content: '\ea9b'
}

.icon-itaufonts_full_enviar:before {
  content: '\ea9c'
}

.icon-itaufonts_full_suporte:before {
  content: '\ea97'
}

.icon-itaufonts_full_compras:before {
  content: '\ea94'
}

.icon-itaufonts_full_carteira_digital:before {
  content: '\ea92'
}

.icon-itaufonts_full_seguro_pet:before {
  content: '\ea8e'
}

.icon-itaufonts_full_pet:before {
  content: '\ea90'
}

.icon-itaufonts_full_olho_inativo:before {
  content: '\ea8a'
}

.icon-itaufonts_full_olho_ativo:before {
  content: '\ea8b'
}

.icon-itaufonts_full_vestuario:before {
  content: '\ea89'
}

.icon-itaufonts_full_chat_erro:before {
  content: '\ea81'
}

.icon-itaufonts_full_chat_aguardando:before {
  content: '\ea83'
}

.icon-itaufonts_full_microfone:before {
  content: '\ea85'
}

.icon-itaufonts_full_atendimento:before {
  content: '\ea7e'
}

.icon-itaufonts_full_venda:before {
  content: '\ea78'
}

.icon-itaufonts_full_compra:before {
  content: '\ea79'
}

.icon-itaufonts_full_50_cinema:before {
  content: '\e9cf'
}

.icon-itaufonts_full_50_futebol:before {
  content: '\e9d0'
}

.icon-itaufonts_full_50_teatro:before {
  content: '\e9d1'
}

.icon-itaufonts_full_agencia_personalite:before {
  content: '\e9d2'
}

.icon-itaufonts_full_agencia:before {
  content: '\e9d3'
}

.icon-itaufonts_full_agil_descomplic:before {
  content: '\e9d4'
}

.icon-itaufonts_full_alimentacao:before {
  content: '\e9d5'
}

.icon-itaufonts_full_alvo:before {
  content: '\e9d6'
}

.icon-itaufonts_full_antecip_de_recebiveis:before {
  content: '\e9d7'
}

.icon-itaufonts_full_aplicativos:before {
  content: '\e9d8'
}

.icon-itaufonts_full_aporte_de_capital:before {
  content: '\e9d9'
}

.icon-itaufonts_full_ar_condicionado:before {
  content: '\e9da'
}

.icon-itaufonts_full_armario:before {
  content: '\e9db'
}

.icon-itaufonts_full_atualizando:before {
  content: '\e9dc'
}

.icon-itaufonts_full_autoriz_pelo_celular:before {
  content: '\e9dd'
}

.icon-itaufonts_full_balanco_de_caixa:before {
  content: '\e9de'
}

.icon-itaufonts_full_bike:before {
  content: '\e9df'
}

.icon-itaufonts_full_biometria:before {
  content: '\e9e0'
}

.icon-itaufonts_full_brilhos_nos_olhos:before {
  content: '\e9e1'
}

.icon-itaufonts_full_busca_consulta:before {
  content: '\e9e2'
}

.icon-itaufonts_full_caixa_eletronico:before {
  content: '\e9e3'
}

.icon-itaufonts_full_calendario:before {
  content: '\e9e4'
}

.icon-itaufonts_full_cambio:before {
  content: '\e9e5'
}

.icon-itaufonts_full_cartao_de_seguranca:before {
  content: '\e9e6'
}

.icon-itaufonts_full_cartao:before {
  content: '\e9e7'
}

.icon-itaufonts_full_cartoes:before {
  content: '\e9e8';
  color: #211915
}

.icon-itaufonts_full_celular_pre_pago:before {
  content: '\e9e9'
}

.icon-itaufonts_full_celular:before {
  content: '\e9ea'
}

.icon-itaufonts_full_chave_patrimonio:before {
  content: '\e9eb'
}

.icon-itaufonts_full_cheque:before {
  content: '\e9ec'
}

.icon-itaufonts_full_coleta:before {
  content: '\e9ed'
}

.icon-itaufonts_full_compras_vendas:before {
  content: '\e9ee'
}

.icon-itaufonts_full_comprovante:before {
  content: '\e9ef'
}

.icon-itaufonts_full_computador_internet:before {
  content: '\e9f0'
}

.icon-itaufonts_full_configuracoes:before {
  content: '\e9f1'
}

.icon-itaufonts_full_consorcio_auto:before {
  content: '\e9f2'
}

.icon-itaufonts_full_consorcio_imobiliario:before {
  content: '\e9f3'
}

.icon-itaufonts_full_consorcio:before {
  content: '\e9f4'
}

.icon-itaufonts_full_conta_corrente:before {
  content: '\e9f5'
}

.icon-itaufonts_full_contatos:before {
  content: '\e9f6'
}

.icon-itaufonts_full_craques:before {
  content: '\e9f7'
}

.icon-itaufonts_full_credito_auto:before {
  content: '\e9f8'
}

.icon-itaufonts_full_credito_automatico:before {
  content: '\e9f9'
}

.icon-itaufonts_full_credito_consignado:before {
  content: '\e9fa'
}

.icon-itaufonts_full_credito_imobiliario:before {
  content: '\e9fb'
}

.icon-itaufonts_full_credito_sob_medida:before {
  content: '\e9fc'
}

.icon-itaufonts_full_credito:before {
  content: '\e9fd'
}

.icon-itaufonts_full_cultura:before {
  content: '\e9fe'
}

.icon-itaufonts_full_curtir:before {
  content: '\e9ff'
}

.icon-itaufonts_full_debito:before {
  content: '\ea00'
}

.icon-itaufonts_full_desbloqueio:before {
  content: '\ea01'
}

.icon-itaufonts_full_descurtir:before {
  content: '\ea02'
}

.icon-itaufonts_full_despesas_com_saude:before {
  content: '\ea03'
}

.icon-itaufonts_full_docs:before {
  content: '\ea04'
}

.icon-itaufonts_full_documento:before {
  content: '\ea05'
}

.icon-itaufonts_full_download:before {
  content: '\ea06'
}

.icon-itaufonts_full_educacao_uso_consc:before {
  content: '\ea07'
}

.icon-itaufonts_full_email_resp_rapida:before {
  content: '\ea08'
}

.icon-itaufonts_full_emprestimos:before {
  content: '\ea09'
}

.icon-itaufonts_full_esportes:before {
  content: '\ea0a'
}

.icon-itaufonts_full_estrela:before {
  content: '\ea0b'
}

.icon-itaufonts_full_excel:before {
  content: '\ea0c'
}

.icon-itaufonts_full_exclamacao:before {
  content: '\ea0d'
}

.icon-itaufonts_full_excluir:before {
  content: '\ea0e'
}

.icon-itaufonts_full_exclusivo_beneficios:before {
  content: '\ea0f'
}

.icon-itaufonts_full_exportar:before {
  content: '\ea10'
}

.icon-itaufonts_full_facebook:before {
  content: '\ea11'
}

.icon-itaufonts_full_fatura:before {
  content: '\ea12'
}

.icon-itaufonts_full_filtro:before {
  content: '\ea13'
}

.icon-itaufonts_full_foco_inovacao:before {
  content: '\ea14'
}

.icon-itaufonts_full_garantia:before {
  content: '\ea15'
}

.icon-itaufonts_full_gerenciador_de_vendas:before {
  content: '\ea16'
}

.icon-itaufonts_full_gerente:before {
  content: '\ea17'
}

.icon-itaufonts_full_gestao_de_crises:before {
  content: '\ea18'
}

.icon-itaufonts_full_hist_de_rentabilidade:before {
  content: '\ea19'
}

.icon-itaufonts_full_impressora:before {
  content: '\ea1a'
}

.icon-itaufonts_full_informacao:before {
  content: '\ea1b'
}

.icon-itaufonts_full_instagram:before {
  content: '\ea1c'
}

.icon-itaufonts_full_institucional:before {
  content: '\ea1d'
}

.icon-itaufonts_full_investimento:before {
  content: '\ea1e'
}

.icon-itaufonts_full_itau_30_horas:before {
  content: '\ea1f'
}

.icon-itaufonts_full_itoken_aplicativo:before {
  content: '\ea20'
}

.icon-itaufonts_full_itoken_chaveiro:before {
  content: '\ea21'
}

.icon-itaufonts_full_itoken_sms:before {
  content: '\ea22'
}

.icon-itaufonts_full_jornal:before {
  content: '\ea23'
}

.icon-itaufonts_full_lavagem_de_dinheiro:before {
  content: '\ea24'
}

.icon-itaufonts_full_lideranca:before {
  content: '\ea25'
}

.icon-itaufonts_full_limites:before {
  content: '\ea26'
}

.icon-itaufonts_full_maiores_limites:before {
  content: '\ea27'
}

.icon-itaufonts_full_mala:before {
  content: '\ea28'
}

.icon-itaufonts_full_maq_rede_cartao::before {
  content: '\ea29';
  color: #211915
}

.icon-itaufonts_full_maquina_fotografica:before {
  content: '\ea2a'
}

.icon-itaufonts_full_maximizar:before {
  content: '\ea2b'
}

.icon-itaufonts_full_mercado_noticias:before {
  content: '\ea2c'
}

.icon-itaufonts_full_minimizar:before {
  content: '\ea2d'
}

.icon-itaufonts_full_mundo_mapa:before {
  content: '\ea2e'
}

.icon-itaufonts_full_notificacao:before {
  content: '\ea2f'
}

.icon-itaufonts_full_orientador_de_credito:before {
  content: '\ea30'
}

.icon-itaufonts_full_paixao:before {
  content: '\ea31'
}

.icon-itaufonts_full_para_empresa:before {
  content: '\ea32'
}

.icon-itaufonts_full_parcelamento:before {
  content: '\ea33'
}

.icon-itaufonts_full_pare_de_fumar:before {
  content: '\ea34'
}

.icon-itaufonts_full_pdf:before {
  content: '\ea35'
}

.icon-itaufonts_full_perfil_do_investidor:before {
  content: '\ea36'
}

.icon-itaufonts_full_pers_conta:before {
  content: '\ea37'
}

.icon-itaufonts_full_pgto_ao_fornecedor:before {
  content: '\ea38'
}

.icon-itaufonts_full_pjto_sucessorio:before {
  content: '\ea39'
}

.icon-itaufonts_full_portabilidade:before {
  content: '\ea3a'
}

.icon-itaufonts_full_pos_maq_adquirente:before {
  content: '\ea3b'
}

.icon-itaufonts_full_poupanca:before {
  content: '\ea3c'
}

.icon-itaufonts_full_premio:before {
  content: '\ea3d'
}

.icon-itaufonts_full_prevencao_de_fraude:before {
  content: '\ea3e'
}

.icon-itaufonts_full_previdencia:before {
  content: '\ea3f'
}

.icon-itaufonts_full_processos:before {
  content: '\ea40'
}

.icon-itaufonts_full_produtos_servicos:before {
  content: '\ea41'
}

.icon-itaufonts_full_programa_de_pontos:before {
  content: '\ea42'
}

.icon-itaufonts_full_radio:before {
  content: '\ea43'
}

.icon-itaufonts_full_relogio:before {
  content: '\ea44'
}

.icon-itaufonts_full_residencia:before {
  content: '\ea45'
}

.icon-itaufonts_full_respons_social:before {
  content: '\ea46'
}

.icon-itaufonts_full_restaurar:before {
  content: '\ea47'
}

.icon-itaufonts_full_salarios:before {
  content: '\ea48'
}

.icon-itaufonts_full_saldo:before {
  content: '\ea49'
}

.icon-itaufonts_full_salvar:before {
  content: '\ea4a'
}

.icon-itaufonts_full_seg_informacao:before {
  content: '\ea4b'
}

.icon-itaufonts_full_seg_patrimonial:before {
  content: '\ea4c'
}

.icon-itaufonts_full_seg_redes_sociais:before {
  content: '\ea4d'
}

.icon-itaufonts_full_seguranca:before {
  content: '\ea4e'
}

.icon-itaufonts_full_seguro_auto:before {
  content: '\ea4f'
}

.icon-itaufonts_full_seguro_cartao:before {
  content: '\ea50'
}

.icon-itaufonts_full_seguro_crianca:before {
  content: '\ea51'
}

.icon-itaufonts_full_seguro_de_credito:before {
  content: '\ea52'
}

.icon-itaufonts_full_seguro_empresas:before {
  content: '\ea53'
}

.icon-itaufonts_full_seguro_mulher:before {
  content: '\ea54'
}

.icon-itaufonts_full_seguro_patrimonial:before {
  content: '\ea55'
}

.icon-itaufonts_full_seguro_prestamista:before {
  content: '\ea56'
}

.icon-itaufonts_full_seguro_renda:before {
  content: '\ea57'
}

.icon-itaufonts_full_seguro_residencia:before {
  content: '\ea58'
}

.icon-itaufonts_full_seguro_resp_social:before {
  content: '\ea59'
}

.icon-itaufonts_full_seguro_transporte:before {
  content: '\ea5a'
}

.icon-itaufonts_full_seguro_viagens:before {
  content: '\ea5b'
}

.icon-itaufonts_full_seguro_vida:before {
  content: '\ea5c'
}

.icon-itaufonts_full_senha:before {
  content: '\ea5d'
}

.icon-itaufonts_full_sms_mensagem_chat:before {
  content: '\ea5e'
}

.icon-itaufonts_full_sonho_grande:before {
  content: '\ea5f'
}

.icon-itaufonts_full_sorriso:before {
  content: '\ea60'
}

.icon-itaufonts_full_sustentabilidade:before {
  content: '\ea61'
}

.icon-itaufonts_full_switch:before {
  content: '\ea62'
}

.icon-itaufonts_full_tablet:before {
  content: '\ea63'
}

.icon-itaufonts_full_telefone:before {
  content: '\ea64'
}

.icon-itaufonts_full_todos_pelo_cliente:before {
  content: '\ea65'
}

.icon-itaufonts_full_transporte:before {
  content: '\ea66'
}

.icon-itaufonts_full_twitter:before {
  content: '\ea67'
}

.icon-itaufonts_full_universitarios:before {
  content: '\ea68'
}

.icon-itaufonts_full_usuario_perfil:before {
  content: '\ea69'
}

.icon-itaufonts_full_veiculo:before {
  content: '\ea6a'
}

.icon-itaufonts_full_viagem:before {
  content: '\ea6b'
}

.icon-itaufonts_full_vida_sustentavel:before {
  content: '\ea6c'
}

.icon-itaufonts_full_vida:before {
  content: '\ea6d'
}

.icon-itaufonts_full_video:before {
  content: '\ea6e'
}

.icon-itaufonts_full_word:before {
  content: '\ea6f'
}

.icon-itaufonts_full_compartilhar:before {
  content: '\ea71'
}

.icon-itaufonts_full_feedback:before {
  content: '\ea72'
}

.icon-itaufonts_full_relatorios_financeiros:before {
  content: '\ea73'
}

.icon-itaufonts_full_senha_fill:before {
  content: '\ea74'
}

.icon-itaufonts_txt_full:before {
  content: '\eacf'
}

.icon-itaufonts_txt_outline:before {
  content: '\ead0'
}

.icon-itaufonts_itaupass_full:before {
  content: '\eacd'
}

.icon-itaufonts_itaupass_outline:before {
  content: '\eace'
}

.icon-itaufonts_csv_full:before {
  content: '\eacc'
}

.icon-itaufonts_csv_outline:before {
  content: '\ead2'
}

.icon-itaufonts_qrcode:before {
  content: '\eacb'
}

.icon-itaufonts_link_externo_full:before {
  content: '\eac9'
}

.icon-itaufonts_link_externo_outline:before {
  content: '\eaca'
}

.icon-itaufonts_diario_outline:before {
  content: '\eac3'
}

.icon-itaufonts_diario_full:before {
  content: '\eac4'
}

.icon-itaufonts_metro_outline:before {
  content: '\eac5'
}

.icon-itaufonts_metro_full:before {
  content: '\eac6'
}

.icon-itaufonts_onibus_outline:before {
  content: '\eac7'
}

.icon-itaufonts_onibus_full:before {
  content: '\eac8'
}

.icon-icone_cartao_virtual:before {
  content: '\eac2'
}

.icon-itaufonts_presente_negativo:before {
  content: '\eac0'
}

.icon-itaufonts_presente_outline:before {
  content: '\eac1'
}

.icon-itaufonts_presente:before {
  content: '\eabc'
}

.icon-itaufonts_flash_desabilitado:before {
  content: '\eabd'
}

.icon-itaufonts_flash_habilitado:before {
  content: '\eabe'
}

.icon-itaufonts_flash_desabilitado_full:before {
  content: '\eabf'
}

.icon-itaufonts_loja_full:before {
  content: '\eaba'
}

.icon-itaufonts_loja:before {
  content: '\eabb'
}

.icon-itaufonts_recarga:before {
  content: '\eab9'
}

.icon-itaufonts_euro:before {
  content: '\eab7'
}

.icon-itaufonts_desafios1:before {
  content: '\eab8'
}

.icon-itaufonts_desafios_full:before {
  content: '\eab5'
}

.icon-itaufonts_desafios:before {
  content: '\eab6'
}

.icon-itaufonts_outline_ordenar_crescente:before {
  content: '\ea87'
}

.icon-itaufonts_outline_ordenar_decrescente:before {
  content: '\eab4'
}

.icon-itaufonts_cadastro_positivo:before {
  content: '\eab3'
}

.icon-itaufonts_full_xicara:before {
  content: '\ea70'
}

.icon-itaufonts_outline_carteiras_digitais:before {
  content: '\eab1'
}

.icon-itaufonts_outline_swipe:before {
  content: '\eab0'
}

.icon-itaufonts_outline_selecao_terceiros:before {
  content: '\eaae'
}

.icon-itaufonts_outline_caminhao:before {
  content: '\eaaa'
}

.icon-itaufonts_outline_caminhonete:before {
  content: '\eaac'
}

.icon-itaufonts_outline_moto:before {
  content: '\eaad'
}

.icon-itaufonts_chip_outline:before {
  content: '\eaa9'
}

.icon-itaufonts_outline_checkbox_indeterminado:before {
  content: '\e832'
}

.icon-sair:before {
  content: '\eaab'
}

.icon-itaufonts_outline_timeline:before {
  content: '\eaa6'
}

.icon-itaufonts_outline_copiar:before {
  content: '\eaa1'
}

.icon-itaufonts_outline_responder:before {
  content: '\eaa2'
}

.icon-itaufonts_outline_seguro_fraude:before {
  content: '\eaa0'
}

.icon-itaufonts_outline_beleza:before {
  content: '\ea9f'
}

.icon-itaufonts_outline_ordenar:before {
  content: '\ea99'
}

.icon-itaufonts_outline_checkbox:before {
  content: '\ea98'
}

.icon-itaufonts_outline_enviar:before {
  content: '\ea9a'
}

.icon-itaufonts_outline_suporte:before {
  content: '\ea96'
}

.icon-itaufonts_outline_compras:before {
  content: '\ea95'
}

.icon-itaufonts_outline_carteira_digital:before {
  content: '\ea93'
}

.icon-itaufonts_outline_seguro_pet:before {
  content: '\ea8f'
}

.icon-itaufonts_outline_pet:before {
  content: '\ea91'
}

.icon-itaufonts_outline_olho_inativo:before {
  content: '\ea8c'
}

.icon-itaufonts_outline_olho_ativo:before {
  content: '\ea8d'
}

.icon-itaufonts_vestuario:before {
  content: '\ea88'
}

.icon-itaufonts_chat_erro:before {
  content: '\ea82'
}

.icon-itaufonts_chat_aguardando:before {
  content: '\ea84'
}

.icon-itaufonts_microfone:before {
  content: '\ea86'
}

.icon-itaufonts_chat_entregue:before {
  content: '\ea7f'
}

.icon-itaufonts_chat_enviado:before {
  content: '\ea80'
}

.icon-itaufonts_senha_stroke_slim:before {
  content: '\ea7d'
}

.icon-itaufonts_atendimento_2:before {
  content: '\ea7c'
}

.icon-itaufonts_venda:before {
  content: '\ea7a'
}

.icon-itaufonts_compra:before {
  content: '\ea7b'
}

.icon-itaufonts_seta_achatada_up:before {
  content: '\ea77'
}

.icon-itaufonts_seta_achatada:before {
  content: '\ea75'
}

.icon-itaufonts_menu_hamburguer:before {
  content: '\ea76'
}

i.icon[class^=icon-itaufonts] {
  color: #231d19
}

[data-segment=varejo] i.icon[class^=icon-itaufonts] {
  color: #ec7000
}

[data-segment=uniclass] i.icon[class^=icon-itaufonts] {
  color: #757575
}

[data-segment=private] i.icon[class^=icon-itaufonts] {
  color: #7c746c
}

[data-segment=empresas] i.icon[class^=icon-itaufonts] {
  color: #003767
}

[data-segment=personnalite] i.icon[class^=icon-itaufonts] {
  color: #876632
}

[data-segment*=cartoes] i.icon[class^=icon-itaufonts] {
  color: #039
}

[data-segment*=hipercard] i.icon[class^=icon-itaufonts] {
  color: #ba1319
}

.default-padding-bottom,
.module .container {
  padding-bottom: 64px
}

@media only screen and (max-width:767px) {

  .default-padding-bottom,
  .module .container {
    padding-bottom: 32px
  }
}

.module .container {
  padding-top: 64px
}

@media only screen and (max-width:767px) {
  .module .container {
    padding-top: 32px
  }
}

.module img {
  width: 100%;
  position: relative;
  margin-bottom: 0
}

.itau-font-light {
  font-weight: 200
}

.itau-font-medium {
  font-weight: 400
}

.itau-font-bold {
  font-weight: 700
}

.itau-font-Xbold {
  font-family: ItauDisplay-XBold, "Myriad Pro", Arial;
  font-weight: 700
}

.video-player {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999999
}

.video-player .video-close {
  position: absolute;
  top: 20px;
  left: 20px;
  background: 0 0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 2.5em;
  z-index: 2
}

.video-player .video-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block
}

.video-player video {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block
}

.animated.delay-default-0 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.animated.delay-default-1 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.animated.delay-default-2 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.animated.delay-default-3 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.animated.delay-default-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-default-5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.animated.delay-default-6 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.animated.delay-default-7 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.animated.delay-default-8 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}

.animated.delay-default-9 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-default-10 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s
}

.animated.delay-default-11 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s
}

.animated.delay-default-12 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s
}

.animated.delay-default-13 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s
}

.animated.delay-default-14 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-default-1 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.animated.delay-default-2 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.animated.delay-default-3 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.animated.delay-default-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-default-5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.animated.delay-default-6 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.animated.delay-default-7 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.animated.delay-default-8 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}

.animated.delay-default-9 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-default-10 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s
}

.animated.default {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}