body {
  top: 0 !important;
}

input {
  border-radius: 0;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
button,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

select {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiLz48L3N2Zz4=');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
}

select[size] {
  background: none;
}

span[lang] {
  font-style: normal;
}

/** base.css **/
.pointer {
  cursor: pointer !important;
}

.sub-title {
  font-size: 22px;
  color: #666666;
}

.txt-red {
  color: red;
}
.txt-gray {
  color: #999;
}

.bg-red {
  background: red;
}

.bg-white {
  background: white !important;
}

.dis-none {
  display: none;
}

.content-wrapper {
  min-height: 650px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-c {
  justify-content: left;
  align-items: center;
}
.flex-align-items-center {
  align-items: center;
}
.flex-justify-content-left {
  justify-content: left;
}
.flex-justify-content-center {
  justify-content: center;
}
.flex-justify-content-space-between {
  justify-content: space-between;
}
.flex-justify-content-right {
  justify-content: right;
}

.flex-1 {
  flex: 1;
}
.none-underline {
  text-decoration: none !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

/* googole translate display none  */
iframe.goog-te-banner-frame {
  display: none !important;
  /* margin-top: 40px; */
}

.goog-te-gadget {
  color: transparent !important;
  overflow: hidden;
}

.goog-te-balloon-frame {
  display: none !important;
}

/*원본 텍스트 팝업 안뜨게 하기*/

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* googole translate display none  */

.text-ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input[type='file'] {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  left: 0;
}

.pagination i {
  font-size: 80%;
  font-style: inherit;
  line-height: inherit;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ft-size-20 {
  font-size: 20px;
}
.ft-size-28 {
  font-size: 28px;
}

.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.ml10 {
  margin-left: 10px !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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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;
}

.dis-block {
  display: block;
}

@media (max-width: 64em) {
  .m-medium-0 {
    margin: 0 !important;
  }
  .mt-medium-0,
  .my-medium-0 {
    margin-top: 0 !important;
  }
  .mr-medium-0,
  .mx-medium-0 {
    margin-right: 0 !important;
  }
  .mb-medium-0,
  .my-medium-0 {
    margin-bottom: 0 !important;
  }
  .ml-medium-0,
  .mx-medium-0 {
    margin-left: 0 !important;
  }
  .m-medium-1 {
    margin: 0.25rem !important;
  }
  .mt-medium-1,
  .my-medium-1 {
    margin-top: 0.25rem !important;
  }
  .mr-medium-1,
  .mx-medium-1 {
    margin-right: 0.25rem !important;
  }
  .mb-medium-1,
  .my-medium-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-medium-1,
  .mx-medium-1 {
    margin-left: 0.25rem !important;
  }
  .m-medium-2 {
    margin: 0.5rem !important;
  }
  .mt-medium-2,
  .my-medium-2 {
    margin-top: 0.5rem !important;
  }
  .mr-medium-2,
  .mx-medium-2 {
    margin-right: 0.5rem !important;
  }
  .mb-medium-2,
  .my-medium-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-medium-2,
  .mx-medium-2 {
    margin-left: 0.5rem !important;
  }
  .m-medium-3 {
    margin: 1rem !important;
  }
  .mt-medium-3,
  .my-medium-3 {
    margin-top: 1rem !important;
  }
  .mr-medium-3,
  .mx-medium-3 {
    margin-right: 1rem !important;
  }
  .mb-medium-3,
  .my-medium-3 {
    margin-bottom: 1rem !important;
  }
  .ml-medium-3,
  .mx-medium-3 {
    margin-left: 1rem !important;
  }
  .m-medium-4 {
    margin: 1.5rem !important;
  }
  .mt-medium-4,
  .my-medium-4 {
    margin-top: 1.5rem !important;
  }
  .mr-medium-4,
  .mx-medium-4 {
    margin-right: 1.5rem !important;
  }
  .mb-medium-4,
  .my-medium-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-medium-4,
  .mx-medium-4 {
    margin-left: 1.5rem !important;
  }
  .m-medium-5 {
    margin: 3rem !important;
  }
  .mt-medium-5,
  .my-medium-5 {
    margin-top: 3rem !important;
  }
  .mr-medium-5,
  .mx-medium-5 {
    margin-right: 3rem !important;
  }
  .mb-medium-5,
  .my-medium-5 {
    margin-bottom: 3rem !important;
  }
  .ml-medium-5,
  .mx-medium-5 {
    margin-left: 3rem !important;
  }
  .p-medium-0 {
    padding: 0 !important;
  }
  .pt-medium-0,
  .py-medium-0 {
    padding-top: 0 !important;
  }
  .pr-medium-0,
  .px-medium-0 {
    padding-right: 0 !important;
  }
  .pb-medium-0,
  .py-medium-0 {
    padding-bottom: 0 !important;
  }
  .pl-medium-0,
  .px-medium-0 {
    padding-left: 0 !important;
  }
  .p-medium-1 {
    padding: 0.25rem !important;
  }
  .pt-medium-1,
  .py-medium-1 {
    padding-top: 0.25rem !important;
  }
  .pr-medium-1,
  .px-medium-1 {
    padding-right: 0.25rem !important;
  }
  .pb-medium-1,
  .py-medium-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-medium-1,
  .px-medium-1 {
    padding-left: 0.25rem !important;
  }
  .p-medium-2 {
    padding: 0.5rem !important;
  }
  .pt-medium-2,
  .py-medium-2 {
    padding-top: 0.5rem !important;
  }
  .pr-medium-2,
  .px-medium-2 {
    padding-right: 0.5rem !important;
  }
  .pb-medium-2,
  .py-medium-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-medium-2,
  .px-medium-2 {
    padding-left: 0.5rem !important;
  }
  .p-medium-3 {
    padding: 1rem !important;
  }
  .pt-medium-3,
  .py-medium-3 {
    padding-top: 1rem !important;
  }
  .pr-medium-3,
  .px-medium-3 {
    padding-right: 1rem !important;
  }
  .pb-medium-3,
  .py-medium-3 {
    padding-bottom: 1rem !important;
  }
  .pl-medium-3,
  .px-medium-3 {
    padding-left: 1rem !important;
  }
  .p-medium-4 {
    padding: 1.5rem !important;
  }
  .pt-medium-4,
  .py-medium-4 {
    padding-top: 1.5rem !important;
  }
  .pr-medium-4,
  .px-medium-4 {
    padding-right: 1.5rem !important;
  }
  .pb-medium-4,
  .py-medium-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-medium-4,
  .px-medium-4 {
    padding-left: 1.5rem !important;
  }
  .p-medium-5 {
    padding: 3rem !important;
  }
  .pt-medium-5,
  .py-medium-5 {
    padding-top: 3rem !important;
  }
  .pr-medium-5,
  .px-medium-5 {
    padding-right: 3rem !important;
  }
  .pb-medium-5,
  .py-medium-5 {
    padding-bottom: 3rem !important;
  }
  .pl-medium-5,
  .px-medium-5 {
    padding-left: 3rem !important;
  }
  .m-medium-n1 {
    margin: -0.25rem !important;
  }
  .mt-medium-n1,
  .my-medium-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-medium-n1,
  .mx-medium-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-medium-n1,
  .my-medium-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-medium-n1,
  .mx-medium-n1 {
    margin-left: -0.25rem !important;
  }
  .m-medium-n2 {
    margin: -0.5rem !important;
  }
  .mt-medium-n2,
  .my-medium-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-medium-n2,
  .mx-medium-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-medium-n2,
  .my-medium-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-medium-n2,
  .mx-medium-n2 {
    margin-left: -0.5rem !important;
  }
  .m-medium-n3 {
    margin: -1rem !important;
  }
  .mt-medium-n3,
  .my-medium-n3 {
    margin-top: -1rem !important;
  }
  .mr-medium-n3,
  .mx-medium-n3 {
    margin-right: -1rem !important;
  }
  .mb-medium-n3,
  .my-medium-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-medium-n3,
  .mx-medium-n3 {
    margin-left: -1rem !important;
  }
  .m-medium-n4 {
    margin: -1.5rem !important;
  }
  .mt-medium-n4,
  .my-medium-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-medium-n4,
  .mx-medium-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-medium-n4,
  .my-medium-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-medium-n4,
  .mx-medium-n4 {
    margin-left: -1.5rem !important;
  }
  .m-medium-n5 {
    margin: -3rem !important;
  }
  .mt-medium-n5,
  .my-medium-n5 {
    margin-top: -3rem !important;
  }
  .mr-medium-n5,
  .mx-medium-n5 {
    margin-right: -3rem !important;
  }
  .mb-medium-n5,
  .my-medium-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-medium-n5,
  .mx-medium-n5 {
    margin-left: -3rem !important;
  }
  .m-medium-auto {
    margin: auto !important;
  }
  .mt-medium-auto,
  .my-medium-auto {
    margin-top: auto !important;
  }
  .mr-medium-auto,
  .mx-medium-auto {
    margin-right: auto !important;
  }
  .mb-medium-auto,
  .my-medium-auto {
    margin-bottom: auto !important;
  }
  .ml-medium-auto,
  .mx-medium-auto {
    margin-left: auto !important;
  }
}

@media (max-width: 40em) {
  .m-small-0 {
    margin: 0 !important;
  }
  .mt-small-0,
  .my-small-0 {
    margin-top: 0 !important;
  }
  .mr-small-0,
  .mx-small-0 {
    margin-right: 0 !important;
  }
  .mb-small-0,
  .my-small-0 {
    margin-bottom: 0 !important;
  }
  .ml-small-0,
  .mx-small-0 {
    margin-left: 0 !important;
  }
  .m-small-1 {
    margin: 0.25rem !important;
  }
  .mt-small-1,
  .my-small-1 {
    margin-top: 0.25rem !important;
  }
  .mr-small-1,
  .mx-small-1 {
    margin-right: 0.25rem !important;
  }
  .mb-small-1,
  .my-small-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-small-1,
  .mx-small-1 {
    margin-left: 0.25rem !important;
  }
  .m-small-2 {
    margin: 0.5rem !important;
  }
  .mt-small-2,
  .my-small-2 {
    margin-top: 0.5rem !important;
  }
  .mr-small-2,
  .mx-small-2 {
    margin-right: 0.5rem !important;
  }
  .mb-small-2,
  .my-small-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-small-2,
  .mx-small-2 {
    margin-left: 0.5rem !important;
  }
  .m-small-3 {
    margin: 1rem !important;
  }
  .mt-small-3,
  .my-small-3 {
    margin-top: 1rem !important;
  }
  .mr-small-3,
  .mx-small-3 {
    margin-right: 1rem !important;
  }
  .mb-small-3,
  .my-small-3 {
    margin-bottom: 1rem !important;
  }
  .ml-small-3,
  .mx-small-3 {
    margin-left: 1rem !important;
  }
  .m-small-4 {
    margin: 1.5rem !important;
  }
  .mt-small-4,
  .my-small-4 {
    margin-top: 1.5rem !important;
  }
  .mr-small-4,
  .mx-small-4 {
    margin-right: 1.5rem !important;
  }
  .mb-small-4,
  .my-small-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-small-4,
  .mx-small-4 {
    margin-left: 1.5rem !important;
  }
  .m-small-5 {
    margin: 3rem !important;
  }
  .mt-small-5,
  .my-small-5 {
    margin-top: 3rem !important;
  }
  .mr-small-5,
  .mx-small-5 {
    margin-right: 3rem !important;
  }
  .mb-small-5,
  .my-small-5 {
    margin-bottom: 3rem !important;
  }
  .ml-small-5,
  .mx-small-5 {
    margin-left: 3rem !important;
  }
  .p-small-0 {
    padding: 0 !important;
  }
  .pt-small-0,
  .py-small-0 {
    padding-top: 0 !important;
  }
  .pr-small-0,
  .px-small-0 {
    padding-right: 0 !important;
  }
  .pb-small-0,
  .py-small-0 {
    padding-bottom: 0 !important;
  }
  .pl-small-0,
  .px-small-0 {
    padding-left: 0 !important;
  }
  .p-small-1 {
    padding: 0.25rem !important;
  }
  .pt-small-1,
  .py-small-1 {
    padding-top: 0.25rem !important;
  }
  .pr-small-1,
  .px-small-1 {
    padding-right: 0.25rem !important;
  }
  .pb-small-1,
  .py-small-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-small-1,
  .px-small-1 {
    padding-left: 0.25rem !important;
  }
  .p-small-2 {
    padding: 0.5rem !important;
  }
  .pt-small-2,
  .py-small-2 {
    padding-top: 0.5rem !important;
  }
  .pr-small-2,
  .px-small-2 {
    padding-right: 0.5rem !important;
  }
  .pb-small-2,
  .py-small-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-small-2,
  .px-small-2 {
    padding-left: 0.5rem !important;
  }
  .p-small-3 {
    padding: 1rem !important;
  }
  .pt-small-3,
  .py-small-3 {
    padding-top: 1rem !important;
  }
  .pr-small-3,
  .px-small-3 {
    padding-right: 1rem !important;
  }
  .pb-small-3,
  .py-small-3 {
    padding-bottom: 1rem !important;
  }
  .pl-small-3,
  .px-small-3 {
    padding-left: 1rem !important;
  }
  .p-small-4 {
    padding: 1.5rem !important;
  }
  .pt-small-4,
  .py-small-4 {
    padding-top: 1.5rem !important;
  }
  .pr-small-4,
  .px-small-4 {
    padding-right: 1.5rem !important;
  }
  .pb-small-4,
  .py-small-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-small-4,
  .px-small-4 {
    padding-left: 1.5rem !important;
  }
  .p-small-5 {
    padding: 3rem !important;
  }
  .pt-small-5,
  .py-small-5 {
    padding-top: 3rem !important;
  }
  .pr-small-5,
  .px-small-5 {
    padding-right: 3rem !important;
  }
  .pb-small-5,
  .py-small-5 {
    padding-bottom: 3rem !important;
  }
  .pl-small-5,
  .px-small-5 {
    padding-left: 3rem !important;
  }
  .m-small-n1 {
    margin: -0.25rem !important;
  }
  .mt-small-n1,
  .my-small-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-small-n1,
  .mx-small-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-small-n1,
  .my-small-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-small-n1,
  .mx-small-n1 {
    margin-left: -0.25rem !important;
  }
  .m-small-n2 {
    margin: -0.5rem !important;
  }
  .mt-small-n2,
  .my-small-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-small-n2,
  .mx-small-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-small-n2,
  .my-small-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-small-n2,
  .mx-small-n2 {
    margin-left: -0.5rem !important;
  }
  .m-small-n3 {
    margin: -1rem !important;
  }
  .mt-small-n3,
  .my-small-n3 {
    margin-top: -1rem !important;
  }
  .mr-small-n3,
  .mx-small-n3 {
    margin-right: -1rem !important;
  }
  .mb-small-n3,
  .my-small-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-small-n3,
  .mx-small-n3 {
    margin-left: -1rem !important;
  }
  .m-small-n4 {
    margin: -1.5rem !important;
  }
  .mt-small-n4,
  .my-small-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-small-n4,
  .mx-small-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-small-n4,
  .my-small-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-small-n4,
  .mx-small-n4 {
    margin-left: -1.5rem !important;
  }
  .m-small-n5 {
    margin: -3rem !important;
  }
  .mt-small-n5,
  .my-small-n5 {
    margin-top: -3rem !important;
  }
  .mr-small-n5,
  .mx-small-n5 {
    margin-right: -3rem !important;
  }
  .mb-small-n5,
  .my-small-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-small-n5,
  .mx-small-n5 {
    margin-left: -3rem !important;
  }
  .m-small-auto {
    margin: auto !important;
  }
  .mt-small-auto,
  .my-small-auto {
    margin-top: auto !important;
  }
  .mr-small-auto,
  .mx-small-auto {
    margin-right: auto !important;
  }
  .mb-small-auto,
  .my-small-auto {
    margin-bottom: auto !important;
  }
  .ml-small-auto,
  .mx-small-auto {
    margin-left: auto !important;
  }
}

.border-radius-none {
  border-radius: 0 !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

table caption {
  display: none;
}

table thead {
  border-top: 0;
}

table thead th {
  text-align: center;
  background-color: rgba(192, 192, 192, 0.15);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bbb;
  font-weight: 500;
}

table tbody th,
table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
}

h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.2rem;
}
h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
h3 {
  font-size: 2rem;
  font-weight: bold;
}
h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.fw-thin,
.fw-hairline {
  font-weight: 100 !important;
}

.fw-extra-light,
.fw-ultra-light {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular,
.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold,
.fw-demi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

.fw-black,
.fw-heavy {
  font-weight: 900 !important;
}

.link {
  text-decoration: underline;
}

.hide-large {
  display: none !important;
}

@media print, screen and (max-width: 64em) {
  .as-medium-block {
    display: block;
  }

  .w-medium-100 {
    width: 100%;
  }

  .w-medium-75 {
    width: 75%;
  }

  .w-medium-50 {
    width: 50%;
  }

  .w-medium-25 {
    width: 25%;
  }

  .hide-large {
    display: inherit !important;
  }

  .hide-medium {
    display: none !important;
  }
}

@media print, screen and (max-width: 40em) {
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }

  .as-small-block {
    display: block;
  }

  .w-small-100 {
    width: 100%;
  }

  .w-small-75 {
    width: 75%;
  }

  .w-small-50 {
    width: 50%;
  }

  .w-small-25 {
    width: 25%;
  }

  table.mobile-support tfoot,
  table.mobile-support thead {
    display: none;
  }

  table.mobile-support tr {
    display: block;
    margin-bottom: 1rem;
  }

  table.mobile-support td {
    display: flex;
  }

  .hide-medium {
    display: inherit !important;
  }

  .hide-large {
    display: inherit !important;
  }

  .hide-small {
    display: none !important;
  }
}

.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;
  }
}
