/*
Theme Name: Essay24
Theme URI: https://essay.com/
Author: Aldrin Dio
Description: Redesign of Essay24 website
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Template
2.0 Pages
3.0 Mobile Layout
4.0 Plugins
--------------------------------------------------------------*/
/*Font Color*/
body {
  font-family: 'BeVietnamPro' !important; }

label {
  font-weight: normal !important; }

.clear,
.clearfix {
  float: none;
  clear: both; }

.container {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%; }

.content {
  position: relative; }

header > .page-title {
  color: #ffffff; }

.text-center {
  text-align: center; }

.btn-request {
  background: #fd7003;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  color: #FFF; }

.btn-request:hover {
  background: #ef7313; }

.bg-success {
  background: #3aafae !important; }

.is-invalid,
input[type="text"].is-invalid,
input[type="password"].is-invalid {
  border: 1px solid #cf4a48 !important; }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100% !important; } }

/*--------------------------------------------------------------
1.0 Header and Footer Template
--------------------------------------------------------------*/
#main ol {
  margin-left: 20px; }
  #main ol li {
    margin-bottom: 28px; }

#main.home-landing {
  padding-bottom: 0; }

header .top {
  background: #f58036;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px; }
  header .top .row {
    height: 50px; }
  header .top svg {
    width: 16px;
    fill: #fff; }
  header .top a {
    color: #FFFFFF; }
    header .top a.btn-dark {
      padding: 8px 11px;
      line-height: 1;
      border-radius: 6px;
      margin-left: 15px;
      margin-right: 15px;
      color: #ffe6c0; }

header .middle {
  background: #ffffff;
  padding: 26px 0; }
  header .middle ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    header .middle ul li {
      list-style: none;
      display: inline-block;
      padding: 12px;
      text-align: center; }
      header .middle ul li a {
        color: #373737;
        text-decoration: none; }
      header .middle ul li.selected {
        border-bottom: 3px solid #fd7002;
        padding-bottom: 17px; }
  header .middle .logo .menu-icon-nav {
    display: none; }
  header .middle .call-to-action {
    float: right;
    margin-top: 6px; }
  header .middle button {
    background: #fd7003;
    color: #333333;
    border-radius: 5px;
    padding: 7px 30px; }
    header .middle button a {
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase; }
      header .middle button a:hover {
        color: #FFFFFF;
        text-decoration: none; }

header.pageHeader.placeTop {
  position: fixed;
  z-index: 16;
  width: 100%; }
  header.pageHeader.placeTop .middle {
    padding: 12px 0; }

.page-footer-callToAction {
  background: #f7f7f7;
  color: #262724;
  text-align: center;
  padding: 50px 15px 30px; }
  .page-footer-callToAction .btn a {
    color: #FFFFFF;
    padding: 0 17px; }
    .page-footer-callToAction .btn a:hover {
      text-decoration: none; }
  .page-footer-callToAction h3 {
    color: #3e3c35;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase; }
    .page-footer-callToAction h3 span {
      color: #ffac00; }
  .page-footer-callToAction ul {
    font-weight: 600;
    color: #262724; }
    .page-footer-callToAction ul li {
      display: inline-block;
      margin-right: 70px; }
      .page-footer-callToAction ul li a {
        color: #262724; }
      .page-footer-callToAction ul li:last-child {
        margin: 0; }

/* ------------------------------------------------------------
  Templates
------------------------------------------------------------ */
@font-face {
  font-family: 'BeVietnamPro';
  src: url("../woff/bevietnampro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BeVietnamPro';
  src: url("../woff/bevietnampro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BeVietnamPro';
  src: url("../woff/bevietnampro-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'BeVietnamPro';
  src: url("../woff/bevietnampro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.icon {
  position: relative;
  display: block; }

.icon-instagram {
  background: url("../jpg/icon_instagram.jpg") no-repeat;
  width: 38px;
  height: 38px; }

.icon-skype {
  background: url("../jpg/icon_skype.jpg") no-repeat;
  width: 38px;
  height: 38px; }

.icon-facebook {
  background: url("../jpg/icon_facebook.jpg") no-repeat;
  width: 38px;
  height: 38px; }

.icon-whatsapp {
  background: url("../png/icon_whatsapp.png") no-repeat;
  width: 38px;
  height: 38px;
  background-size: 100%; }

.icon-menu-mobile {
  background: url("../png/icon_menu_mobile.png") no-repeat;
  width: 31px;
  height: 26px; }

.icon-arrow-down {
  background: url("../png/icon_arrow_dropdown.png") no-repeat;
  width: 11px;
  height: 17px; }

.icon-delete {
  content: url("../svg/delete.svg");
  width: 16px;
  height: 16px; }

.icon-check {
  content: url("../svg/check.svg");
  width: 16px;
  height: 16px; }

.icon-barchart {
  content: url("../svg/barchart.svg");
  width: 20px;
  height: 20px; }

.icon-team {
  content: url("../svg/team.svg");
  width: 20px;
  height: 20px; }

.icon-write {
  content: url("../svg/write.svg");
  width: 20px;
  height: 20px; }

.icon-checkmark {
  content: url("../svg/checkmark.svg");
  width: 20px;
  height: 20px; }

.icon-unlocked {
  content: url("../svg/unlocked.svg");
  width: 20px;
  height: 20px; }

.icon-rating {
  content: url("../svg/rating.svg");
  width: 20px;
  height: 20px; }

.icon-star {
  content: url("../svg/star.svg");
  width: 24px;
  height: 24px; }

.icon-education {
  content: url("../svg/education.svg");
  width: 24px;
  height: 24px; }

.icon-search {
  content: url("../svg/search.svg");
  width: 35px;
  height: 35px; }

.icon-edit {
  content: url("../svg/edit.svg");
  width: 35px;
  height: 35px; }

.icon-quote {
  content: url("../svg/quote.svg");
  width: 35px;
  height: 35px; }

.icon-eye {
  content: url("../svg/eye.svg");
  width: 35px;
  height: 35px; }

/*Font Color*/
.visible-pc-block {
  display: block; }

.visible-mobile-block {
  display: none; }

@media only screen and (max-width: 767px) {
  .visible-pc-block {
    display: none !important; }
  .visible-mobile-block {
    display: block !important; } }

#uploadDocument .close {
  position: absolute;
  background: url("../jpg/modal_close_button.jpg") no-repeat;
  opacity: 1;
  top: -16px;
  right: -16px;
  width: 35px;
  height: 35px; }

#uploadDocument .modal-dialog .modal-content {
  text-align: right;
  border-radius: 0;
  padding-bottom: 54px; }
  #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 31px; }
    #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions p {
      font-size: 14px; }
      #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions p a {
        color: #ffac00; }
        #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions p a:hover {
          text-decoration: none; }
    #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions h3 {
      font-weight: bold;
      text-transform: uppercase;
      padding: 0; }
      #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions h3 span {
        color: #ffac00; }
    #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions .col-sm-12 #drag-and-drop-zone .btn-primary {
      background: #ffac00; }
    #uploadDocument .modal-dialog .modal-content .modal-body .modalInstructions .col-sm-12 #drag-and-drop-zone.p-5 {
      padding: 1rem 3rem !important; }
  #uploadDocument .modal-dialog .modal-content .modal-body .uploadFileName {
    position: relative;
    z-index: 2; }
  #uploadDocument .modal-dialog .modal-content .modal-body .list-unstyled .media {
    position: relative; }
  #uploadDocument .modal-dialog .modal-content .modal-body .file-uploaded ul li {
    /*position: relative;
							width: 460px;*/ }
    #uploadDocument .modal-dialog .modal-content .modal-body .file-uploaded ul li a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: 3; }
  #uploadDocument .modal-dialog .modal-content .modalButtons {
    margin-right: 30px; }
    #uploadDocument .modal-dialog .modal-content .modalButtons button {
      background: #ffac00;
      min-width: 140px;
      margin-left: 20px; }

.uploadItemWrapper button {
  max-width: 470px;
  width: 100%; }

.carousel-indicators li {
  cursor: pointer;
  border-radius: 45px;
  width: 10px;
  height: 10px; }

#files {
  overflow-y: scroll !important;
  min-height: 185px; }

#debug {
  overflow-y: scroll !important;
  height: 180px; }

.dm-uploader {
  border: 0.15rem dashed #A5A5C7;
  text-align: center; }

.dm-uploader.active {
  border-color: red;
  border-style: solid; }

.progress {
  margin-top: 3px;
  height: 20px; }

.progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

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

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --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,"Noto Sans","Liberation Sans",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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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,"Noto Sans","Liberation Sans",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:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

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

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

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

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

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

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

[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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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-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-weight: 500;
  line-height: 1.2; }

.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, 0.1); }

.small, small {
  font-size: .875em;
  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: .875em;
  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-wrap: 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, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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%;
  padding-right: 15px;
  padding-left: 15px; }

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
  color: #212529; }

.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-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, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff; }

.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-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb; }

.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-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e; }

.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-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda; }

.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-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e; }

.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-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e; }

.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-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc; }

.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-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c; }

.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, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .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; }
  .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; }
  .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; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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; }

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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: -webkit-calc(.375rem + 1px);
  padding-top: calc(.375rem + 1px);
  padding-bottom: -webkit-calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: -webkit-calc(.5rem + 1px);
  padding-top: calc(.5rem + 1px);
  padding-bottom: -webkit-calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(.25rem + 1px);
  padding-top: calc(.25rem + 1px);
  padding-bottom: -webkit-calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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: -webkit-calc(1.5em + .5rem + 2px);
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: .875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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, 0.9);
  border-radius: .25rem; }

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px; }

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + .75rem) !important;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(.375em + .1875rem) center;
  background-position: right calc(.375em + .1875rem) center;
  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + .75rem);
  padding-right: calc(1.5em + .75rem);
  background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: -webkit-calc(.75em + 2.3125rem) !important;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) -webkit-calc(.75em + .375rem) no-repeat;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat; }

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 {
  border-color: #28a745; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.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:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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, 0.9);
  border-radius: .25rem; }

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px; }

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + .75rem) !important;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(.375em + .1875rem) center;
  background-position: right calc(.375em + .1875rem) center;
  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + .75rem);
  padding-right: calc(1.5em + .75rem);
  background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(.75em + 2.3125rem) !important;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) -webkit-calc(.75em + .375rem) no-repeat;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat; }

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.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: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107; }

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545; }

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline; }

.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 {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  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, 0.15);
  border-radius: .25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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: #e9ecef; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  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: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 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-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

.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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  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, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .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(: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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: 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:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3; }

.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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: 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 > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .custom-select, .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 {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: -webkit-calc(1.5em + .5rem + 2px);
  height: calc(1.5em + .5rem + 2px); }

.input-group-sm > .custom-select, .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 {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .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-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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: -webkit-calc(.25rem + 2px);
  top: calc(.25rem + 2px);
  left: -webkit-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -webkit-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -webkit-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
      transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.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 {
  display: none; }

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: -webkit-calc(1.5em + .5rem + 2px);
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(1.5em + .75rem + 2px);
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  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: -webkit-calc(1.5em + .75rem);
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.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;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    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;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    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;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    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-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  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 {
  background: 0 0;
  border: 0;
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: .5rem 1rem; }

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-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%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: 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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-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, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: 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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: 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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: 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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-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, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
          flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 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, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 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, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.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, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-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, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: -webkit-calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: -webkit-calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: -webkit-calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
  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;
  border-radius: -webkit-calc(.25rem - 1px);
  border-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%; }

.card-img, .card-img-top {
  border-top-left-radius: -webkit-calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: -webkit-calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom {
  border-bottom-right-radius: -webkit-calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-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 {
  overflow-anchor: none; }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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 {
  float: left;
  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: -webkit-box;
  display: -webkit-flex;
  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: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.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: 3;
  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;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

a.badge:focus, a.badge:hover {
  text-decoration: none; }

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

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.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;
  z-index: 2;
  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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  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;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 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:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
  -webkit-flex-basis: 350px;
          flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem; }

.toast:not(:last-child) {
  margin-bottom: .75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: -webkit-calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: -webkit-calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.toast-body {
  padding: .75rem; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: 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, -50px);
  -ms-transform: translate(0, -50px);
      transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-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, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -webkit-calc(.3rem - 1px);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: -webkit-calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -webkit-calc(.3rem - 1px);
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: -webkit-calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.modal-footer > * {
  margin: .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-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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;
  white-space: normal;
  word-spacing: 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,"Noto Sans","Liberation Sans",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;
  white-space: normal;
  word-spacing: 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, 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: -webkit-calc(-.5rem - 1px);
  bottom: calc(-.5rem - 1px); }

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  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: -webkit-calc(-.5rem - 1px);
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  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: -webkit-calc(-.5rem - 1px);
  top: calc(-.5rem - 1px); }

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  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: -webkit-calc(-.5rem - 1px);
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -webkit-calc(.3rem - 1px);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: -webkit-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.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  -o-transition: opacity 0s .6s;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.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: 50%/100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

.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: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !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: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !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: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: 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; } }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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; }

@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: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5, .mx-sm-n5 {
    margin-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: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5, .mx-md-n5 {
    margin-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: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5, .mx-lg-n5 {
    margin-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: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5, .mx-xl-n5 {
    margin-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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-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; }
  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 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../sort_both.html"); }

table.dataTable thead .sorting_asc {
  background-image: url("../sort_asc.html"); }

table.dataTable thead .sorting_desc {
  background-image: url("../sort_desc.html"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../sort_asc_disabled.html"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../sort_desc_disabled.html"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0; }

fieldset {
  margin-bottom: 1em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #222222;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 10px 20px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333; }

input[type="text"]:-moz-read-only, input[type="email"]:-moz-read-only, input[type="url"]:-moz-read-only, input[type="password"]:-moz-read-only, input[type="search"]:-moz-read-only, input[type="number"]:-moz-read-only, input[type="tel"]:-moz-read-only, input[type="range"]:-moz-read-only, input[type="date"]:-moz-read-only, input[type="month"]:-moz-read-only, input[type="week"]:-moz-read-only, input[type="time"]:-moz-read-only, input[type="datetime"]:-moz-read-only, input[type="datetime-local"]:-moz-read-only, input[type="color"]:-moz-read-only, textarea:-moz-read-only {
  background-color: #bbb; }

input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="url"]:read-only,
input[type="password"]:read-only,
input[type="search"]:read-only,
input[type="number"]:read-only,
input[type="tel"]:read-only,
input[type="range"]:read-only,
input[type="date"]:read-only,
input[type="month"]:read-only,
input[type="week"]:read-only,
input[type="time"]:read-only,
input[type="datetime"]:read-only,
input[type="datetime-local"]:read-only,
input[type="color"]:read-only,
textarea:read-only,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="range"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #bbb; }

select {
  border: 1px solid #222222;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 10px 20px; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400; }

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em; }

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222; }

button:disabled,
button:hover,
button:focus,
input[type="button"]:disabled,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:disabled,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676; }

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393; }

:-moz-placeholder {
  color: #939393; }

::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #939393; }

h1, h2, h3, h4, h5 {
  font-weight: 600; }

h2 {
  font-size: 2em;
  margin-bottom: .5em; }

h3 {
  font-size: 1.75em;
  margin-bottom: .5em; }

h5 {
  font-size: 1.25em;
  letter-spacing: normal; }

figure {
  margin-bottom: 1em; }

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5em;
    margin-bottom: 1em; }
  h3 {
    font-size: 2.25em;
    margin-bottom: 1em; }
  h5 {
    font-size: 1.5em;
    letter-spacing: normal; } }

.wp-block-button__link {
  font-size: 14px;
  border-radius: 6px; }

.wp-block-media-text .wp-block-media-text__content {
  padding: 0; }

.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1em; }

.btn-arrow a, .btn-arrow [type=submit] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: initial;
  padding: 13px 21px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400; }
  .btn-arrow a:after, .btn-arrow [type=submit]:after {
    content: url("../png/btn-arrow-white.png");
    width: 16px;
    height: 16px;
    margin-left: 20px;
    display: inline-block !important; }

.btn-arrow-big a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  height: 70px; }
  @media (min-width: 1200px) {
    .btn-arrow-big a {
      font-size: 24px; } }
  .btn-arrow-big a:after {
    content: url("../svg/right-arrow.svg");
    width: 30px;
    height: 30px; }

.btn-arrow-orange a {
  font-weight: 700; }
  .btn-arrow-orange a:after {
    content: url("../png/btn-arrow-orange.png"); }
  .btn-arrow-orange a:not(.wp-block-button__link) {
    color: #EF6F38; }

.btn-arrow--disabled a, .btn-arrow--disabled [type=submit] {
  background-color: lighten; }
  .btn-arrow--disabled a:after, .btn-arrow--disabled [type=submit]:after {
    display: none !important; }

.m-px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.m-py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.m-pt-0 {
  padding-top: 0px; }

.m-pb-0 {
  padding-bottom: 0px; }

.m-pr-0 {
  padding-right: 0px; }

.m-pl-0 {
  padding-left: 0px; }

.m-mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.m-my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.m-mt-0 {
  margin-top: 0px; }

.m-mb-0 {
  margin-bottom: 0px; }

.m-mr-0 {
  margin-right: 0px; }

.m-ml-0 {
  margin-left: 0px; }

.m-px-1 {
  padding-left: 1px;
  padding-right: 1px; }

.m-py-1 {
  padding-top: 1px;
  padding-bottom: 1px; }

.m-pt-1 {
  padding-top: 1px; }

.m-pb-1 {
  padding-bottom: 1px; }

.m-pr-1 {
  padding-right: 1px; }

.m-pl-1 {
  padding-left: 1px; }

.m-mx-1 {
  margin-left: 1px;
  margin-right: 1px; }

.m-my-1 {
  margin-top: 1px;
  margin-bottom: 1px; }

.m-mt-1 {
  margin-top: 1px; }

.m-mb-1 {
  margin-bottom: 1px; }

.m-mr-1 {
  margin-right: 1px; }

.m-ml-1 {
  margin-left: 1px; }

.m-px-2 {
  padding-left: 2px;
  padding-right: 2px; }

.m-py-2 {
  padding-top: 2px;
  padding-bottom: 2px; }

.m-pt-2 {
  padding-top: 2px; }

.m-pb-2 {
  padding-bottom: 2px; }

.m-pr-2 {
  padding-right: 2px; }

.m-pl-2 {
  padding-left: 2px; }

.m-mx-2 {
  margin-left: 2px;
  margin-right: 2px; }

.m-my-2 {
  margin-top: 2px;
  margin-bottom: 2px; }

.m-mt-2 {
  margin-top: 2px; }

.m-mb-2 {
  margin-bottom: 2px; }

.m-mr-2 {
  margin-right: 2px; }

.m-ml-2 {
  margin-left: 2px; }

.m-px-3 {
  padding-left: 3px;
  padding-right: 3px; }

.m-py-3 {
  padding-top: 3px;
  padding-bottom: 3px; }

.m-pt-3 {
  padding-top: 3px; }

.m-pb-3 {
  padding-bottom: 3px; }

.m-pr-3 {
  padding-right: 3px; }

.m-pl-3 {
  padding-left: 3px; }

.m-mx-3 {
  margin-left: 3px;
  margin-right: 3px; }

.m-my-3 {
  margin-top: 3px;
  margin-bottom: 3px; }

.m-mt-3 {
  margin-top: 3px; }

.m-mb-3 {
  margin-bottom: 3px; }

.m-mr-3 {
  margin-right: 3px; }

.m-ml-3 {
  margin-left: 3px; }

.m-px-4 {
  padding-left: 4px;
  padding-right: 4px; }

.m-py-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.m-pt-4 {
  padding-top: 4px; }

.m-pb-4 {
  padding-bottom: 4px; }

.m-pr-4 {
  padding-right: 4px; }

.m-pl-4 {
  padding-left: 4px; }

.m-mx-4 {
  margin-left: 4px;
  margin-right: 4px; }

.m-my-4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.m-mt-4 {
  margin-top: 4px; }

.m-mb-4 {
  margin-bottom: 4px; }

.m-mr-4 {
  margin-right: 4px; }

.m-ml-4 {
  margin-left: 4px; }

.m-px-5 {
  padding-left: 5px;
  padding-right: 5px; }

.m-py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.m-pt-5 {
  padding-top: 5px; }

.m-pb-5 {
  padding-bottom: 5px; }

.m-pr-5 {
  padding-right: 5px; }

.m-pl-5 {
  padding-left: 5px; }

.m-mx-5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-mt-5 {
  margin-top: 5px; }

.m-mb-5 {
  margin-bottom: 5px; }

.m-mr-5 {
  margin-right: 5px; }

.m-ml-5 {
  margin-left: 5px; }

.m-px-6 {
  padding-left: 6px;
  padding-right: 6px; }

.m-py-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.m-pt-6 {
  padding-top: 6px; }

.m-pb-6 {
  padding-bottom: 6px; }

.m-pr-6 {
  padding-right: 6px; }

.m-pl-6 {
  padding-left: 6px; }

.m-mx-6 {
  margin-left: 6px;
  margin-right: 6px; }

.m-my-6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.m-mt-6 {
  margin-top: 6px; }

.m-mb-6 {
  margin-bottom: 6px; }

.m-mr-6 {
  margin-right: 6px; }

.m-ml-6 {
  margin-left: 6px; }

.m-px-7 {
  padding-left: 7px;
  padding-right: 7px; }

.m-py-7 {
  padding-top: 7px;
  padding-bottom: 7px; }

.m-pt-7 {
  padding-top: 7px; }

.m-pb-7 {
  padding-bottom: 7px; }

.m-pr-7 {
  padding-right: 7px; }

.m-pl-7 {
  padding-left: 7px; }

.m-mx-7 {
  margin-left: 7px;
  margin-right: 7px; }

.m-my-7 {
  margin-top: 7px;
  margin-bottom: 7px; }

.m-mt-7 {
  margin-top: 7px; }

.m-mb-7 {
  margin-bottom: 7px; }

.m-mr-7 {
  margin-right: 7px; }

.m-ml-7 {
  margin-left: 7px; }

.m-px-8 {
  padding-left: 8px;
  padding-right: 8px; }

.m-py-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.m-pt-8 {
  padding-top: 8px; }

.m-pb-8 {
  padding-bottom: 8px; }

.m-pr-8 {
  padding-right: 8px; }

.m-pl-8 {
  padding-left: 8px; }

.m-mx-8 {
  margin-left: 8px;
  margin-right: 8px; }

.m-my-8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.m-mt-8 {
  margin-top: 8px; }

.m-mb-8 {
  margin-bottom: 8px; }

.m-mr-8 {
  margin-right: 8px; }

.m-ml-8 {
  margin-left: 8px; }

.m-px-9 {
  padding-left: 9px;
  padding-right: 9px; }

.m-py-9 {
  padding-top: 9px;
  padding-bottom: 9px; }

.m-pt-9 {
  padding-top: 9px; }

.m-pb-9 {
  padding-bottom: 9px; }

.m-pr-9 {
  padding-right: 9px; }

.m-pl-9 {
  padding-left: 9px; }

.m-mx-9 {
  margin-left: 9px;
  margin-right: 9px; }

.m-my-9 {
  margin-top: 9px;
  margin-bottom: 9px; }

.m-mt-9 {
  margin-top: 9px; }

.m-mb-9 {
  margin-bottom: 9px; }

.m-mr-9 {
  margin-right: 9px; }

.m-ml-9 {
  margin-left: 9px; }

.m-px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.m-py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.m-pt-10 {
  padding-top: 10px; }

.m-pb-10 {
  padding-bottom: 10px; }

.m-pr-10 {
  padding-right: 10px; }

.m-pl-10 {
  padding-left: 10px; }

.m-mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-mt-10 {
  margin-top: 10px; }

.m-mb-10 {
  margin-bottom: 10px; }

.m-mr-10 {
  margin-right: 10px; }

.m-ml-10 {
  margin-left: 10px; }

.m-px-11 {
  padding-left: 11px;
  padding-right: 11px; }

.m-py-11 {
  padding-top: 11px;
  padding-bottom: 11px; }

.m-pt-11 {
  padding-top: 11px; }

.m-pb-11 {
  padding-bottom: 11px; }

.m-pr-11 {
  padding-right: 11px; }

.m-pl-11 {
  padding-left: 11px; }

.m-mx-11 {
  margin-left: 11px;
  margin-right: 11px; }

.m-my-11 {
  margin-top: 11px;
  margin-bottom: 11px; }

.m-mt-11 {
  margin-top: 11px; }

.m-mb-11 {
  margin-bottom: 11px; }

.m-mr-11 {
  margin-right: 11px; }

.m-ml-11 {
  margin-left: 11px; }

.m-px-12 {
  padding-left: 12px;
  padding-right: 12px; }

.m-py-12 {
  padding-top: 12px;
  padding-bottom: 12px; }

.m-pt-12 {
  padding-top: 12px; }

.m-pb-12 {
  padding-bottom: 12px; }

.m-pr-12 {
  padding-right: 12px; }

.m-pl-12 {
  padding-left: 12px; }

.m-mx-12 {
  margin-left: 12px;
  margin-right: 12px; }

.m-my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.m-mt-12 {
  margin-top: 12px; }

.m-mb-12 {
  margin-bottom: 12px; }

.m-mr-12 {
  margin-right: 12px; }

.m-ml-12 {
  margin-left: 12px; }

.m-px-13 {
  padding-left: 13px;
  padding-right: 13px; }

.m-py-13 {
  padding-top: 13px;
  padding-bottom: 13px; }

.m-pt-13 {
  padding-top: 13px; }

.m-pb-13 {
  padding-bottom: 13px; }

.m-pr-13 {
  padding-right: 13px; }

.m-pl-13 {
  padding-left: 13px; }

.m-mx-13 {
  margin-left: 13px;
  margin-right: 13px; }

.m-my-13 {
  margin-top: 13px;
  margin-bottom: 13px; }

.m-mt-13 {
  margin-top: 13px; }

.m-mb-13 {
  margin-bottom: 13px; }

.m-mr-13 {
  margin-right: 13px; }

.m-ml-13 {
  margin-left: 13px; }

.m-px-14 {
  padding-left: 14px;
  padding-right: 14px; }

.m-py-14 {
  padding-top: 14px;
  padding-bottom: 14px; }

.m-pt-14 {
  padding-top: 14px; }

.m-pb-14 {
  padding-bottom: 14px; }

.m-pr-14 {
  padding-right: 14px; }

.m-pl-14 {
  padding-left: 14px; }

.m-mx-14 {
  margin-left: 14px;
  margin-right: 14px; }

.m-my-14 {
  margin-top: 14px;
  margin-bottom: 14px; }

.m-mt-14 {
  margin-top: 14px; }

.m-mb-14 {
  margin-bottom: 14px; }

.m-mr-14 {
  margin-right: 14px; }

.m-ml-14 {
  margin-left: 14px; }

.m-px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.m-py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.m-pt-15 {
  padding-top: 15px; }

.m-pb-15 {
  padding-bottom: 15px; }

.m-pr-15 {
  padding-right: 15px; }

.m-pl-15 {
  padding-left: 15px; }

.m-mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.m-my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-mt-15 {
  margin-top: 15px; }

.m-mb-15 {
  margin-bottom: 15px; }

.m-mr-15 {
  margin-right: 15px; }

.m-ml-15 {
  margin-left: 15px; }

.m-px-16 {
  padding-left: 16px;
  padding-right: 16px; }

.m-py-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.m-pt-16 {
  padding-top: 16px; }

.m-pb-16 {
  padding-bottom: 16px; }

.m-pr-16 {
  padding-right: 16px; }

.m-pl-16 {
  padding-left: 16px; }

.m-mx-16 {
  margin-left: 16px;
  margin-right: 16px; }

.m-my-16 {
  margin-top: 16px;
  margin-bottom: 16px; }

.m-mt-16 {
  margin-top: 16px; }

.m-mb-16 {
  margin-bottom: 16px; }

.m-mr-16 {
  margin-right: 16px; }

.m-ml-16 {
  margin-left: 16px; }

.m-px-17 {
  padding-left: 17px;
  padding-right: 17px; }

.m-py-17 {
  padding-top: 17px;
  padding-bottom: 17px; }

.m-pt-17 {
  padding-top: 17px; }

.m-pb-17 {
  padding-bottom: 17px; }

.m-pr-17 {
  padding-right: 17px; }

.m-pl-17 {
  padding-left: 17px; }

.m-mx-17 {
  margin-left: 17px;
  margin-right: 17px; }

.m-my-17 {
  margin-top: 17px;
  margin-bottom: 17px; }

.m-mt-17 {
  margin-top: 17px; }

.m-mb-17 {
  margin-bottom: 17px; }

.m-mr-17 {
  margin-right: 17px; }

.m-ml-17 {
  margin-left: 17px; }

.m-px-18 {
  padding-left: 18px;
  padding-right: 18px; }

.m-py-18 {
  padding-top: 18px;
  padding-bottom: 18px; }

.m-pt-18 {
  padding-top: 18px; }

.m-pb-18 {
  padding-bottom: 18px; }

.m-pr-18 {
  padding-right: 18px; }

.m-pl-18 {
  padding-left: 18px; }

.m-mx-18 {
  margin-left: 18px;
  margin-right: 18px; }

.m-my-18 {
  margin-top: 18px;
  margin-bottom: 18px; }

.m-mt-18 {
  margin-top: 18px; }

.m-mb-18 {
  margin-bottom: 18px; }

.m-mr-18 {
  margin-right: 18px; }

.m-ml-18 {
  margin-left: 18px; }

.m-px-19 {
  padding-left: 19px;
  padding-right: 19px; }

.m-py-19 {
  padding-top: 19px;
  padding-bottom: 19px; }

.m-pt-19 {
  padding-top: 19px; }

.m-pb-19 {
  padding-bottom: 19px; }

.m-pr-19 {
  padding-right: 19px; }

.m-pl-19 {
  padding-left: 19px; }

.m-mx-19 {
  margin-left: 19px;
  margin-right: 19px; }

.m-my-19 {
  margin-top: 19px;
  margin-bottom: 19px; }

.m-mt-19 {
  margin-top: 19px; }

.m-mb-19 {
  margin-bottom: 19px; }

.m-mr-19 {
  margin-right: 19px; }

.m-ml-19 {
  margin-left: 19px; }

.m-px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.m-py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.m-pt-20 {
  padding-top: 20px; }

.m-pb-20 {
  padding-bottom: 20px; }

.m-pr-20 {
  padding-right: 20px; }

.m-pl-20 {
  padding-left: 20px; }

.m-mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-mt-20 {
  margin-top: 20px; }

.m-mb-20 {
  margin-bottom: 20px; }

.m-mr-20 {
  margin-right: 20px; }

.m-ml-20 {
  margin-left: 20px; }

.m-px-21 {
  padding-left: 21px;
  padding-right: 21px; }

.m-py-21 {
  padding-top: 21px;
  padding-bottom: 21px; }

.m-pt-21 {
  padding-top: 21px; }

.m-pb-21 {
  padding-bottom: 21px; }

.m-pr-21 {
  padding-right: 21px; }

.m-pl-21 {
  padding-left: 21px; }

.m-mx-21 {
  margin-left: 21px;
  margin-right: 21px; }

.m-my-21 {
  margin-top: 21px;
  margin-bottom: 21px; }

.m-mt-21 {
  margin-top: 21px; }

.m-mb-21 {
  margin-bottom: 21px; }

.m-mr-21 {
  margin-right: 21px; }

.m-ml-21 {
  margin-left: 21px; }

.m-px-22 {
  padding-left: 22px;
  padding-right: 22px; }

.m-py-22 {
  padding-top: 22px;
  padding-bottom: 22px; }

.m-pt-22 {
  padding-top: 22px; }

.m-pb-22 {
  padding-bottom: 22px; }

.m-pr-22 {
  padding-right: 22px; }

.m-pl-22 {
  padding-left: 22px; }

.m-mx-22 {
  margin-left: 22px;
  margin-right: 22px; }

.m-my-22 {
  margin-top: 22px;
  margin-bottom: 22px; }

.m-mt-22 {
  margin-top: 22px; }

.m-mb-22 {
  margin-bottom: 22px; }

.m-mr-22 {
  margin-right: 22px; }

.m-ml-22 {
  margin-left: 22px; }

.m-px-23 {
  padding-left: 23px;
  padding-right: 23px; }

.m-py-23 {
  padding-top: 23px;
  padding-bottom: 23px; }

.m-pt-23 {
  padding-top: 23px; }

.m-pb-23 {
  padding-bottom: 23px; }

.m-pr-23 {
  padding-right: 23px; }

.m-pl-23 {
  padding-left: 23px; }

.m-mx-23 {
  margin-left: 23px;
  margin-right: 23px; }

.m-my-23 {
  margin-top: 23px;
  margin-bottom: 23px; }

.m-mt-23 {
  margin-top: 23px; }

.m-mb-23 {
  margin-bottom: 23px; }

.m-mr-23 {
  margin-right: 23px; }

.m-ml-23 {
  margin-left: 23px; }

.m-px-24 {
  padding-left: 24px;
  padding-right: 24px; }

.m-py-24 {
  padding-top: 24px;
  padding-bottom: 24px; }

.m-pt-24 {
  padding-top: 24px; }

.m-pb-24 {
  padding-bottom: 24px; }

.m-pr-24 {
  padding-right: 24px; }

.m-pl-24 {
  padding-left: 24px; }

.m-mx-24 {
  margin-left: 24px;
  margin-right: 24px; }

.m-my-24 {
  margin-top: 24px;
  margin-bottom: 24px; }

.m-mt-24 {
  margin-top: 24px; }

.m-mb-24 {
  margin-bottom: 24px; }

.m-mr-24 {
  margin-right: 24px; }

.m-ml-24 {
  margin-left: 24px; }

.m-px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.m-py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.m-pt-25 {
  padding-top: 25px; }

.m-pb-25 {
  padding-bottom: 25px; }

.m-pr-25 {
  padding-right: 25px; }

.m-pl-25 {
  padding-left: 25px; }

.m-mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.m-my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-mt-25 {
  margin-top: 25px; }

.m-mb-25 {
  margin-bottom: 25px; }

.m-mr-25 {
  margin-right: 25px; }

.m-ml-25 {
  margin-left: 25px; }

.m-px-26 {
  padding-left: 26px;
  padding-right: 26px; }

.m-py-26 {
  padding-top: 26px;
  padding-bottom: 26px; }

.m-pt-26 {
  padding-top: 26px; }

.m-pb-26 {
  padding-bottom: 26px; }

.m-pr-26 {
  padding-right: 26px; }

.m-pl-26 {
  padding-left: 26px; }

.m-mx-26 {
  margin-left: 26px;
  margin-right: 26px; }

.m-my-26 {
  margin-top: 26px;
  margin-bottom: 26px; }

.m-mt-26 {
  margin-top: 26px; }

.m-mb-26 {
  margin-bottom: 26px; }

.m-mr-26 {
  margin-right: 26px; }

.m-ml-26 {
  margin-left: 26px; }

.m-px-27 {
  padding-left: 27px;
  padding-right: 27px; }

.m-py-27 {
  padding-top: 27px;
  padding-bottom: 27px; }

.m-pt-27 {
  padding-top: 27px; }

.m-pb-27 {
  padding-bottom: 27px; }

.m-pr-27 {
  padding-right: 27px; }

.m-pl-27 {
  padding-left: 27px; }

.m-mx-27 {
  margin-left: 27px;
  margin-right: 27px; }

.m-my-27 {
  margin-top: 27px;
  margin-bottom: 27px; }

.m-mt-27 {
  margin-top: 27px; }

.m-mb-27 {
  margin-bottom: 27px; }

.m-mr-27 {
  margin-right: 27px; }

.m-ml-27 {
  margin-left: 27px; }

.m-px-28 {
  padding-left: 28px;
  padding-right: 28px; }

.m-py-28 {
  padding-top: 28px;
  padding-bottom: 28px; }

.m-pt-28 {
  padding-top: 28px; }

.m-pb-28 {
  padding-bottom: 28px; }

.m-pr-28 {
  padding-right: 28px; }

.m-pl-28 {
  padding-left: 28px; }

.m-mx-28 {
  margin-left: 28px;
  margin-right: 28px; }

.m-my-28 {
  margin-top: 28px;
  margin-bottom: 28px; }

.m-mt-28 {
  margin-top: 28px; }

.m-mb-28 {
  margin-bottom: 28px; }

.m-mr-28 {
  margin-right: 28px; }

.m-ml-28 {
  margin-left: 28px; }

.m-px-29 {
  padding-left: 29px;
  padding-right: 29px; }

.m-py-29 {
  padding-top: 29px;
  padding-bottom: 29px; }

.m-pt-29 {
  padding-top: 29px; }

.m-pb-29 {
  padding-bottom: 29px; }

.m-pr-29 {
  padding-right: 29px; }

.m-pl-29 {
  padding-left: 29px; }

.m-mx-29 {
  margin-left: 29px;
  margin-right: 29px; }

.m-my-29 {
  margin-top: 29px;
  margin-bottom: 29px; }

.m-mt-29 {
  margin-top: 29px; }

.m-mb-29 {
  margin-bottom: 29px; }

.m-mr-29 {
  margin-right: 29px; }

.m-ml-29 {
  margin-left: 29px; }

.m-px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.m-py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.m-pt-30 {
  padding-top: 30px; }

.m-pb-30 {
  padding-bottom: 30px; }

.m-pr-30 {
  padding-right: 30px; }

.m-pl-30 {
  padding-left: 30px; }

.m-mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-mt-30 {
  margin-top: 30px; }

.m-mb-30 {
  margin-bottom: 30px; }

.m-mr-30 {
  margin-right: 30px; }

.m-ml-30 {
  margin-left: 30px; }

.m-px-31 {
  padding-left: 31px;
  padding-right: 31px; }

.m-py-31 {
  padding-top: 31px;
  padding-bottom: 31px; }

.m-pt-31 {
  padding-top: 31px; }

.m-pb-31 {
  padding-bottom: 31px; }

.m-pr-31 {
  padding-right: 31px; }

.m-pl-31 {
  padding-left: 31px; }

.m-mx-31 {
  margin-left: 31px;
  margin-right: 31px; }

.m-my-31 {
  margin-top: 31px;
  margin-bottom: 31px; }

.m-mt-31 {
  margin-top: 31px; }

.m-mb-31 {
  margin-bottom: 31px; }

.m-mr-31 {
  margin-right: 31px; }

.m-ml-31 {
  margin-left: 31px; }

.m-px-32 {
  padding-left: 32px;
  padding-right: 32px; }

.m-py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.m-pt-32 {
  padding-top: 32px; }

.m-pb-32 {
  padding-bottom: 32px; }

.m-pr-32 {
  padding-right: 32px; }

.m-pl-32 {
  padding-left: 32px; }

.m-mx-32 {
  margin-left: 32px;
  margin-right: 32px; }

.m-my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.m-mt-32 {
  margin-top: 32px; }

.m-mb-32 {
  margin-bottom: 32px; }

.m-mr-32 {
  margin-right: 32px; }

.m-ml-32 {
  margin-left: 32px; }

.m-px-33 {
  padding-left: 33px;
  padding-right: 33px; }

.m-py-33 {
  padding-top: 33px;
  padding-bottom: 33px; }

.m-pt-33 {
  padding-top: 33px; }

.m-pb-33 {
  padding-bottom: 33px; }

.m-pr-33 {
  padding-right: 33px; }

.m-pl-33 {
  padding-left: 33px; }

.m-mx-33 {
  margin-left: 33px;
  margin-right: 33px; }

.m-my-33 {
  margin-top: 33px;
  margin-bottom: 33px; }

.m-mt-33 {
  margin-top: 33px; }

.m-mb-33 {
  margin-bottom: 33px; }

.m-mr-33 {
  margin-right: 33px; }

.m-ml-33 {
  margin-left: 33px; }

.m-px-34 {
  padding-left: 34px;
  padding-right: 34px; }

.m-py-34 {
  padding-top: 34px;
  padding-bottom: 34px; }

.m-pt-34 {
  padding-top: 34px; }

.m-pb-34 {
  padding-bottom: 34px; }

.m-pr-34 {
  padding-right: 34px; }

.m-pl-34 {
  padding-left: 34px; }

.m-mx-34 {
  margin-left: 34px;
  margin-right: 34px; }

.m-my-34 {
  margin-top: 34px;
  margin-bottom: 34px; }

.m-mt-34 {
  margin-top: 34px; }

.m-mb-34 {
  margin-bottom: 34px; }

.m-mr-34 {
  margin-right: 34px; }

.m-ml-34 {
  margin-left: 34px; }

.m-px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.m-py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.m-pt-35 {
  padding-top: 35px; }

.m-pb-35 {
  padding-bottom: 35px; }

.m-pr-35 {
  padding-right: 35px; }

.m-pl-35 {
  padding-left: 35px; }

.m-mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.m-my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-mt-35 {
  margin-top: 35px; }

.m-mb-35 {
  margin-bottom: 35px; }

.m-mr-35 {
  margin-right: 35px; }

.m-ml-35 {
  margin-left: 35px; }

.m-px-36 {
  padding-left: 36px;
  padding-right: 36px; }

.m-py-36 {
  padding-top: 36px;
  padding-bottom: 36px; }

.m-pt-36 {
  padding-top: 36px; }

.m-pb-36 {
  padding-bottom: 36px; }

.m-pr-36 {
  padding-right: 36px; }

.m-pl-36 {
  padding-left: 36px; }

.m-mx-36 {
  margin-left: 36px;
  margin-right: 36px; }

.m-my-36 {
  margin-top: 36px;
  margin-bottom: 36px; }

.m-mt-36 {
  margin-top: 36px; }

.m-mb-36 {
  margin-bottom: 36px; }

.m-mr-36 {
  margin-right: 36px; }

.m-ml-36 {
  margin-left: 36px; }

.m-px-37 {
  padding-left: 37px;
  padding-right: 37px; }

.m-py-37 {
  padding-top: 37px;
  padding-bottom: 37px; }

.m-pt-37 {
  padding-top: 37px; }

.m-pb-37 {
  padding-bottom: 37px; }

.m-pr-37 {
  padding-right: 37px; }

.m-pl-37 {
  padding-left: 37px; }

.m-mx-37 {
  margin-left: 37px;
  margin-right: 37px; }

.m-my-37 {
  margin-top: 37px;
  margin-bottom: 37px; }

.m-mt-37 {
  margin-top: 37px; }

.m-mb-37 {
  margin-bottom: 37px; }

.m-mr-37 {
  margin-right: 37px; }

.m-ml-37 {
  margin-left: 37px; }

.m-px-38 {
  padding-left: 38px;
  padding-right: 38px; }

.m-py-38 {
  padding-top: 38px;
  padding-bottom: 38px; }

.m-pt-38 {
  padding-top: 38px; }

.m-pb-38 {
  padding-bottom: 38px; }

.m-pr-38 {
  padding-right: 38px; }

.m-pl-38 {
  padding-left: 38px; }

.m-mx-38 {
  margin-left: 38px;
  margin-right: 38px; }

.m-my-38 {
  margin-top: 38px;
  margin-bottom: 38px; }

.m-mt-38 {
  margin-top: 38px; }

.m-mb-38 {
  margin-bottom: 38px; }

.m-mr-38 {
  margin-right: 38px; }

.m-ml-38 {
  margin-left: 38px; }

.m-px-39 {
  padding-left: 39px;
  padding-right: 39px; }

.m-py-39 {
  padding-top: 39px;
  padding-bottom: 39px; }

.m-pt-39 {
  padding-top: 39px; }

.m-pb-39 {
  padding-bottom: 39px; }

.m-pr-39 {
  padding-right: 39px; }

.m-pl-39 {
  padding-left: 39px; }

.m-mx-39 {
  margin-left: 39px;
  margin-right: 39px; }

.m-my-39 {
  margin-top: 39px;
  margin-bottom: 39px; }

.m-mt-39 {
  margin-top: 39px; }

.m-mb-39 {
  margin-bottom: 39px; }

.m-mr-39 {
  margin-right: 39px; }

.m-ml-39 {
  margin-left: 39px; }

.m-px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.m-py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.m-pt-40 {
  padding-top: 40px; }

.m-pb-40 {
  padding-bottom: 40px; }

.m-pr-40 {
  padding-right: 40px; }

.m-pl-40 {
  padding-left: 40px; }

.m-mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-mt-40 {
  margin-top: 40px; }

.m-mb-40 {
  margin-bottom: 40px; }

.m-mr-40 {
  margin-right: 40px; }

.m-ml-40 {
  margin-left: 40px; }

.m-px-41 {
  padding-left: 41px;
  padding-right: 41px; }

.m-py-41 {
  padding-top: 41px;
  padding-bottom: 41px; }

.m-pt-41 {
  padding-top: 41px; }

.m-pb-41 {
  padding-bottom: 41px; }

.m-pr-41 {
  padding-right: 41px; }

.m-pl-41 {
  padding-left: 41px; }

.m-mx-41 {
  margin-left: 41px;
  margin-right: 41px; }

.m-my-41 {
  margin-top: 41px;
  margin-bottom: 41px; }

.m-mt-41 {
  margin-top: 41px; }

.m-mb-41 {
  margin-bottom: 41px; }

.m-mr-41 {
  margin-right: 41px; }

.m-ml-41 {
  margin-left: 41px; }

.m-px-42 {
  padding-left: 42px;
  padding-right: 42px; }

.m-py-42 {
  padding-top: 42px;
  padding-bottom: 42px; }

.m-pt-42 {
  padding-top: 42px; }

.m-pb-42 {
  padding-bottom: 42px; }

.m-pr-42 {
  padding-right: 42px; }

.m-pl-42 {
  padding-left: 42px; }

.m-mx-42 {
  margin-left: 42px;
  margin-right: 42px; }

.m-my-42 {
  margin-top: 42px;
  margin-bottom: 42px; }

.m-mt-42 {
  margin-top: 42px; }

.m-mb-42 {
  margin-bottom: 42px; }

.m-mr-42 {
  margin-right: 42px; }

.m-ml-42 {
  margin-left: 42px; }

.m-px-43 {
  padding-left: 43px;
  padding-right: 43px; }

.m-py-43 {
  padding-top: 43px;
  padding-bottom: 43px; }

.m-pt-43 {
  padding-top: 43px; }

.m-pb-43 {
  padding-bottom: 43px; }

.m-pr-43 {
  padding-right: 43px; }

.m-pl-43 {
  padding-left: 43px; }

.m-mx-43 {
  margin-left: 43px;
  margin-right: 43px; }

.m-my-43 {
  margin-top: 43px;
  margin-bottom: 43px; }

.m-mt-43 {
  margin-top: 43px; }

.m-mb-43 {
  margin-bottom: 43px; }

.m-mr-43 {
  margin-right: 43px; }

.m-ml-43 {
  margin-left: 43px; }

.m-px-44 {
  padding-left: 44px;
  padding-right: 44px; }

.m-py-44 {
  padding-top: 44px;
  padding-bottom: 44px; }

.m-pt-44 {
  padding-top: 44px; }

.m-pb-44 {
  padding-bottom: 44px; }

.m-pr-44 {
  padding-right: 44px; }

.m-pl-44 {
  padding-left: 44px; }

.m-mx-44 {
  margin-left: 44px;
  margin-right: 44px; }

.m-my-44 {
  margin-top: 44px;
  margin-bottom: 44px; }

.m-mt-44 {
  margin-top: 44px; }

.m-mb-44 {
  margin-bottom: 44px; }

.m-mr-44 {
  margin-right: 44px; }

.m-ml-44 {
  margin-left: 44px; }

.m-px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.m-py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.m-pt-45 {
  padding-top: 45px; }

.m-pb-45 {
  padding-bottom: 45px; }

.m-pr-45 {
  padding-right: 45px; }

.m-pl-45 {
  padding-left: 45px; }

.m-mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.m-my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-mt-45 {
  margin-top: 45px; }

.m-mb-45 {
  margin-bottom: 45px; }

.m-mr-45 {
  margin-right: 45px; }

.m-ml-45 {
  margin-left: 45px; }

.m-px-46 {
  padding-left: 46px;
  padding-right: 46px; }

.m-py-46 {
  padding-top: 46px;
  padding-bottom: 46px; }

.m-pt-46 {
  padding-top: 46px; }

.m-pb-46 {
  padding-bottom: 46px; }

.m-pr-46 {
  padding-right: 46px; }

.m-pl-46 {
  padding-left: 46px; }

.m-mx-46 {
  margin-left: 46px;
  margin-right: 46px; }

.m-my-46 {
  margin-top: 46px;
  margin-bottom: 46px; }

.m-mt-46 {
  margin-top: 46px; }

.m-mb-46 {
  margin-bottom: 46px; }

.m-mr-46 {
  margin-right: 46px; }

.m-ml-46 {
  margin-left: 46px; }

.m-px-47 {
  padding-left: 47px;
  padding-right: 47px; }

.m-py-47 {
  padding-top: 47px;
  padding-bottom: 47px; }

.m-pt-47 {
  padding-top: 47px; }

.m-pb-47 {
  padding-bottom: 47px; }

.m-pr-47 {
  padding-right: 47px; }

.m-pl-47 {
  padding-left: 47px; }

.m-mx-47 {
  margin-left: 47px;
  margin-right: 47px; }

.m-my-47 {
  margin-top: 47px;
  margin-bottom: 47px; }

.m-mt-47 {
  margin-top: 47px; }

.m-mb-47 {
  margin-bottom: 47px; }

.m-mr-47 {
  margin-right: 47px; }

.m-ml-47 {
  margin-left: 47px; }

.m-px-48 {
  padding-left: 48px;
  padding-right: 48px; }

.m-py-48 {
  padding-top: 48px;
  padding-bottom: 48px; }

.m-pt-48 {
  padding-top: 48px; }

.m-pb-48 {
  padding-bottom: 48px; }

.m-pr-48 {
  padding-right: 48px; }

.m-pl-48 {
  padding-left: 48px; }

.m-mx-48 {
  margin-left: 48px;
  margin-right: 48px; }

.m-my-48 {
  margin-top: 48px;
  margin-bottom: 48px; }

.m-mt-48 {
  margin-top: 48px; }

.m-mb-48 {
  margin-bottom: 48px; }

.m-mr-48 {
  margin-right: 48px; }

.m-ml-48 {
  margin-left: 48px; }

.m-px-49 {
  padding-left: 49px;
  padding-right: 49px; }

.m-py-49 {
  padding-top: 49px;
  padding-bottom: 49px; }

.m-pt-49 {
  padding-top: 49px; }

.m-pb-49 {
  padding-bottom: 49px; }

.m-pr-49 {
  padding-right: 49px; }

.m-pl-49 {
  padding-left: 49px; }

.m-mx-49 {
  margin-left: 49px;
  margin-right: 49px; }

.m-my-49 {
  margin-top: 49px;
  margin-bottom: 49px; }

.m-mt-49 {
  margin-top: 49px; }

.m-mb-49 {
  margin-bottom: 49px; }

.m-mr-49 {
  margin-right: 49px; }

.m-ml-49 {
  margin-left: 49px; }

.m-px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.m-py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.m-pt-50 {
  padding-top: 50px; }

.m-pb-50 {
  padding-bottom: 50px; }

.m-pr-50 {
  padding-right: 50px; }

.m-pl-50 {
  padding-left: 50px; }

.m-mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.m-my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-mt-50 {
  margin-top: 50px; }

.m-mb-50 {
  margin-bottom: 50px; }

.m-mr-50 {
  margin-right: 50px; }

.m-ml-50 {
  margin-left: 50px; }

.m-px-51 {
  padding-left: 51px;
  padding-right: 51px; }

.m-py-51 {
  padding-top: 51px;
  padding-bottom: 51px; }

.m-pt-51 {
  padding-top: 51px; }

.m-pb-51 {
  padding-bottom: 51px; }

.m-pr-51 {
  padding-right: 51px; }

.m-pl-51 {
  padding-left: 51px; }

.m-mx-51 {
  margin-left: 51px;
  margin-right: 51px; }

.m-my-51 {
  margin-top: 51px;
  margin-bottom: 51px; }

.m-mt-51 {
  margin-top: 51px; }

.m-mb-51 {
  margin-bottom: 51px; }

.m-mr-51 {
  margin-right: 51px; }

.m-ml-51 {
  margin-left: 51px; }

.m-px-52 {
  padding-left: 52px;
  padding-right: 52px; }

.m-py-52 {
  padding-top: 52px;
  padding-bottom: 52px; }

.m-pt-52 {
  padding-top: 52px; }

.m-pb-52 {
  padding-bottom: 52px; }

.m-pr-52 {
  padding-right: 52px; }

.m-pl-52 {
  padding-left: 52px; }

.m-mx-52 {
  margin-left: 52px;
  margin-right: 52px; }

.m-my-52 {
  margin-top: 52px;
  margin-bottom: 52px; }

.m-mt-52 {
  margin-top: 52px; }

.m-mb-52 {
  margin-bottom: 52px; }

.m-mr-52 {
  margin-right: 52px; }

.m-ml-52 {
  margin-left: 52px; }

.m-px-53 {
  padding-left: 53px;
  padding-right: 53px; }

.m-py-53 {
  padding-top: 53px;
  padding-bottom: 53px; }

.m-pt-53 {
  padding-top: 53px; }

.m-pb-53 {
  padding-bottom: 53px; }

.m-pr-53 {
  padding-right: 53px; }

.m-pl-53 {
  padding-left: 53px; }

.m-mx-53 {
  margin-left: 53px;
  margin-right: 53px; }

.m-my-53 {
  margin-top: 53px;
  margin-bottom: 53px; }

.m-mt-53 {
  margin-top: 53px; }

.m-mb-53 {
  margin-bottom: 53px; }

.m-mr-53 {
  margin-right: 53px; }

.m-ml-53 {
  margin-left: 53px; }

.m-px-54 {
  padding-left: 54px;
  padding-right: 54px; }

.m-py-54 {
  padding-top: 54px;
  padding-bottom: 54px; }

.m-pt-54 {
  padding-top: 54px; }

.m-pb-54 {
  padding-bottom: 54px; }

.m-pr-54 {
  padding-right: 54px; }

.m-pl-54 {
  padding-left: 54px; }

.m-mx-54 {
  margin-left: 54px;
  margin-right: 54px; }

.m-my-54 {
  margin-top: 54px;
  margin-bottom: 54px; }

.m-mt-54 {
  margin-top: 54px; }

.m-mb-54 {
  margin-bottom: 54px; }

.m-mr-54 {
  margin-right: 54px; }

.m-ml-54 {
  margin-left: 54px; }

.m-px-55 {
  padding-left: 55px;
  padding-right: 55px; }

.m-py-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.m-pt-55 {
  padding-top: 55px; }

.m-pb-55 {
  padding-bottom: 55px; }

.m-pr-55 {
  padding-right: 55px; }

.m-pl-55 {
  padding-left: 55px; }

.m-mx-55 {
  margin-left: 55px;
  margin-right: 55px; }

.m-my-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.m-mt-55 {
  margin-top: 55px; }

.m-mb-55 {
  margin-bottom: 55px; }

.m-mr-55 {
  margin-right: 55px; }

.m-ml-55 {
  margin-left: 55px; }

.m-px-56 {
  padding-left: 56px;
  padding-right: 56px; }

.m-py-56 {
  padding-top: 56px;
  padding-bottom: 56px; }

.m-pt-56 {
  padding-top: 56px; }

.m-pb-56 {
  padding-bottom: 56px; }

.m-pr-56 {
  padding-right: 56px; }

.m-pl-56 {
  padding-left: 56px; }

.m-mx-56 {
  margin-left: 56px;
  margin-right: 56px; }

.m-my-56 {
  margin-top: 56px;
  margin-bottom: 56px; }

.m-mt-56 {
  margin-top: 56px; }

.m-mb-56 {
  margin-bottom: 56px; }

.m-mr-56 {
  margin-right: 56px; }

.m-ml-56 {
  margin-left: 56px; }

.m-px-57 {
  padding-left: 57px;
  padding-right: 57px; }

.m-py-57 {
  padding-top: 57px;
  padding-bottom: 57px; }

.m-pt-57 {
  padding-top: 57px; }

.m-pb-57 {
  padding-bottom: 57px; }

.m-pr-57 {
  padding-right: 57px; }

.m-pl-57 {
  padding-left: 57px; }

.m-mx-57 {
  margin-left: 57px;
  margin-right: 57px; }

.m-my-57 {
  margin-top: 57px;
  margin-bottom: 57px; }

.m-mt-57 {
  margin-top: 57px; }

.m-mb-57 {
  margin-bottom: 57px; }

.m-mr-57 {
  margin-right: 57px; }

.m-ml-57 {
  margin-left: 57px; }

.m-px-58 {
  padding-left: 58px;
  padding-right: 58px; }

.m-py-58 {
  padding-top: 58px;
  padding-bottom: 58px; }

.m-pt-58 {
  padding-top: 58px; }

.m-pb-58 {
  padding-bottom: 58px; }

.m-pr-58 {
  padding-right: 58px; }

.m-pl-58 {
  padding-left: 58px; }

.m-mx-58 {
  margin-left: 58px;
  margin-right: 58px; }

.m-my-58 {
  margin-top: 58px;
  margin-bottom: 58px; }

.m-mt-58 {
  margin-top: 58px; }

.m-mb-58 {
  margin-bottom: 58px; }

.m-mr-58 {
  margin-right: 58px; }

.m-ml-58 {
  margin-left: 58px; }

.m-px-59 {
  padding-left: 59px;
  padding-right: 59px; }

.m-py-59 {
  padding-top: 59px;
  padding-bottom: 59px; }

.m-pt-59 {
  padding-top: 59px; }

.m-pb-59 {
  padding-bottom: 59px; }

.m-pr-59 {
  padding-right: 59px; }

.m-pl-59 {
  padding-left: 59px; }

.m-mx-59 {
  margin-left: 59px;
  margin-right: 59px; }

.m-my-59 {
  margin-top: 59px;
  margin-bottom: 59px; }

.m-mt-59 {
  margin-top: 59px; }

.m-mb-59 {
  margin-bottom: 59px; }

.m-mr-59 {
  margin-right: 59px; }

.m-ml-59 {
  margin-left: 59px; }

.m-px-60 {
  padding-left: 60px;
  padding-right: 60px; }

.m-py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.m-pt-60 {
  padding-top: 60px; }

.m-pb-60 {
  padding-bottom: 60px; }

.m-pr-60 {
  padding-right: 60px; }

.m-pl-60 {
  padding-left: 60px; }

.m-mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.m-my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.m-mt-60 {
  margin-top: 60px; }

.m-mb-60 {
  margin-bottom: 60px; }

.m-mr-60 {
  margin-right: 60px; }

.m-ml-60 {
  margin-left: 60px; }

.m-px-61 {
  padding-left: 61px;
  padding-right: 61px; }

.m-py-61 {
  padding-top: 61px;
  padding-bottom: 61px; }

.m-pt-61 {
  padding-top: 61px; }

.m-pb-61 {
  padding-bottom: 61px; }

.m-pr-61 {
  padding-right: 61px; }

.m-pl-61 {
  padding-left: 61px; }

.m-mx-61 {
  margin-left: 61px;
  margin-right: 61px; }

.m-my-61 {
  margin-top: 61px;
  margin-bottom: 61px; }

.m-mt-61 {
  margin-top: 61px; }

.m-mb-61 {
  margin-bottom: 61px; }

.m-mr-61 {
  margin-right: 61px; }

.m-ml-61 {
  margin-left: 61px; }

.m-px-62 {
  padding-left: 62px;
  padding-right: 62px; }

.m-py-62 {
  padding-top: 62px;
  padding-bottom: 62px; }

.m-pt-62 {
  padding-top: 62px; }

.m-pb-62 {
  padding-bottom: 62px; }

.m-pr-62 {
  padding-right: 62px; }

.m-pl-62 {
  padding-left: 62px; }

.m-mx-62 {
  margin-left: 62px;
  margin-right: 62px; }

.m-my-62 {
  margin-top: 62px;
  margin-bottom: 62px; }

.m-mt-62 {
  margin-top: 62px; }

.m-mb-62 {
  margin-bottom: 62px; }

.m-mr-62 {
  margin-right: 62px; }

.m-ml-62 {
  margin-left: 62px; }

.m-px-63 {
  padding-left: 63px;
  padding-right: 63px; }

.m-py-63 {
  padding-top: 63px;
  padding-bottom: 63px; }

.m-pt-63 {
  padding-top: 63px; }

.m-pb-63 {
  padding-bottom: 63px; }

.m-pr-63 {
  padding-right: 63px; }

.m-pl-63 {
  padding-left: 63px; }

.m-mx-63 {
  margin-left: 63px;
  margin-right: 63px; }

.m-my-63 {
  margin-top: 63px;
  margin-bottom: 63px; }

.m-mt-63 {
  margin-top: 63px; }

.m-mb-63 {
  margin-bottom: 63px; }

.m-mr-63 {
  margin-right: 63px; }

.m-ml-63 {
  margin-left: 63px; }

.m-px-64 {
  padding-left: 64px;
  padding-right: 64px; }

.m-py-64 {
  padding-top: 64px;
  padding-bottom: 64px; }

.m-pt-64 {
  padding-top: 64px; }

.m-pb-64 {
  padding-bottom: 64px; }

.m-pr-64 {
  padding-right: 64px; }

.m-pl-64 {
  padding-left: 64px; }

.m-mx-64 {
  margin-left: 64px;
  margin-right: 64px; }

.m-my-64 {
  margin-top: 64px;
  margin-bottom: 64px; }

.m-mt-64 {
  margin-top: 64px; }

.m-mb-64 {
  margin-bottom: 64px; }

.m-mr-64 {
  margin-right: 64px; }

.m-ml-64 {
  margin-left: 64px; }

.m-px-65 {
  padding-left: 65px;
  padding-right: 65px; }

.m-py-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.m-pt-65 {
  padding-top: 65px; }

.m-pb-65 {
  padding-bottom: 65px; }

.m-pr-65 {
  padding-right: 65px; }

.m-pl-65 {
  padding-left: 65px; }

.m-mx-65 {
  margin-left: 65px;
  margin-right: 65px; }

.m-my-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.m-mt-65 {
  margin-top: 65px; }

.m-mb-65 {
  margin-bottom: 65px; }

.m-mr-65 {
  margin-right: 65px; }

.m-ml-65 {
  margin-left: 65px; }

.m-px-66 {
  padding-left: 66px;
  padding-right: 66px; }

.m-py-66 {
  padding-top: 66px;
  padding-bottom: 66px; }

.m-pt-66 {
  padding-top: 66px; }

.m-pb-66 {
  padding-bottom: 66px; }

.m-pr-66 {
  padding-right: 66px; }

.m-pl-66 {
  padding-left: 66px; }

.m-mx-66 {
  margin-left: 66px;
  margin-right: 66px; }

.m-my-66 {
  margin-top: 66px;
  margin-bottom: 66px; }

.m-mt-66 {
  margin-top: 66px; }

.m-mb-66 {
  margin-bottom: 66px; }

.m-mr-66 {
  margin-right: 66px; }

.m-ml-66 {
  margin-left: 66px; }

.m-px-67 {
  padding-left: 67px;
  padding-right: 67px; }

.m-py-67 {
  padding-top: 67px;
  padding-bottom: 67px; }

.m-pt-67 {
  padding-top: 67px; }

.m-pb-67 {
  padding-bottom: 67px; }

.m-pr-67 {
  padding-right: 67px; }

.m-pl-67 {
  padding-left: 67px; }

.m-mx-67 {
  margin-left: 67px;
  margin-right: 67px; }

.m-my-67 {
  margin-top: 67px;
  margin-bottom: 67px; }

.m-mt-67 {
  margin-top: 67px; }

.m-mb-67 {
  margin-bottom: 67px; }

.m-mr-67 {
  margin-right: 67px; }

.m-ml-67 {
  margin-left: 67px; }

.m-px-68 {
  padding-left: 68px;
  padding-right: 68px; }

.m-py-68 {
  padding-top: 68px;
  padding-bottom: 68px; }

.m-pt-68 {
  padding-top: 68px; }

.m-pb-68 {
  padding-bottom: 68px; }

.m-pr-68 {
  padding-right: 68px; }

.m-pl-68 {
  padding-left: 68px; }

.m-mx-68 {
  margin-left: 68px;
  margin-right: 68px; }

.m-my-68 {
  margin-top: 68px;
  margin-bottom: 68px; }

.m-mt-68 {
  margin-top: 68px; }

.m-mb-68 {
  margin-bottom: 68px; }

.m-mr-68 {
  margin-right: 68px; }

.m-ml-68 {
  margin-left: 68px; }

.m-px-69 {
  padding-left: 69px;
  padding-right: 69px; }

.m-py-69 {
  padding-top: 69px;
  padding-bottom: 69px; }

.m-pt-69 {
  padding-top: 69px; }

.m-pb-69 {
  padding-bottom: 69px; }

.m-pr-69 {
  padding-right: 69px; }

.m-pl-69 {
  padding-left: 69px; }

.m-mx-69 {
  margin-left: 69px;
  margin-right: 69px; }

.m-my-69 {
  margin-top: 69px;
  margin-bottom: 69px; }

.m-mt-69 {
  margin-top: 69px; }

.m-mb-69 {
  margin-bottom: 69px; }

.m-mr-69 {
  margin-right: 69px; }

.m-ml-69 {
  margin-left: 69px; }

.m-px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.m-py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.m-pt-70 {
  padding-top: 70px; }

.m-pb-70 {
  padding-bottom: 70px; }

.m-pr-70 {
  padding-right: 70px; }

.m-pl-70 {
  padding-left: 70px; }

.m-mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.m-my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.m-mt-70 {
  margin-top: 70px; }

.m-mb-70 {
  margin-bottom: 70px; }

.m-mr-70 {
  margin-right: 70px; }

.m-ml-70 {
  margin-left: 70px; }

.m-px-71 {
  padding-left: 71px;
  padding-right: 71px; }

.m-py-71 {
  padding-top: 71px;
  padding-bottom: 71px; }

.m-pt-71 {
  padding-top: 71px; }

.m-pb-71 {
  padding-bottom: 71px; }

.m-pr-71 {
  padding-right: 71px; }

.m-pl-71 {
  padding-left: 71px; }

.m-mx-71 {
  margin-left: 71px;
  margin-right: 71px; }

.m-my-71 {
  margin-top: 71px;
  margin-bottom: 71px; }

.m-mt-71 {
  margin-top: 71px; }

.m-mb-71 {
  margin-bottom: 71px; }

.m-mr-71 {
  margin-right: 71px; }

.m-ml-71 {
  margin-left: 71px; }

.m-px-72 {
  padding-left: 72px;
  padding-right: 72px; }

.m-py-72 {
  padding-top: 72px;
  padding-bottom: 72px; }

.m-pt-72 {
  padding-top: 72px; }

.m-pb-72 {
  padding-bottom: 72px; }

.m-pr-72 {
  padding-right: 72px; }

.m-pl-72 {
  padding-left: 72px; }

.m-mx-72 {
  margin-left: 72px;
  margin-right: 72px; }

.m-my-72 {
  margin-top: 72px;
  margin-bottom: 72px; }

.m-mt-72 {
  margin-top: 72px; }

.m-mb-72 {
  margin-bottom: 72px; }

.m-mr-72 {
  margin-right: 72px; }

.m-ml-72 {
  margin-left: 72px; }

.m-px-73 {
  padding-left: 73px;
  padding-right: 73px; }

.m-py-73 {
  padding-top: 73px;
  padding-bottom: 73px; }

.m-pt-73 {
  padding-top: 73px; }

.m-pb-73 {
  padding-bottom: 73px; }

.m-pr-73 {
  padding-right: 73px; }

.m-pl-73 {
  padding-left: 73px; }

.m-mx-73 {
  margin-left: 73px;
  margin-right: 73px; }

.m-my-73 {
  margin-top: 73px;
  margin-bottom: 73px; }

.m-mt-73 {
  margin-top: 73px; }

.m-mb-73 {
  margin-bottom: 73px; }

.m-mr-73 {
  margin-right: 73px; }

.m-ml-73 {
  margin-left: 73px; }

.m-px-74 {
  padding-left: 74px;
  padding-right: 74px; }

.m-py-74 {
  padding-top: 74px;
  padding-bottom: 74px; }

.m-pt-74 {
  padding-top: 74px; }

.m-pb-74 {
  padding-bottom: 74px; }

.m-pr-74 {
  padding-right: 74px; }

.m-pl-74 {
  padding-left: 74px; }

.m-mx-74 {
  margin-left: 74px;
  margin-right: 74px; }

.m-my-74 {
  margin-top: 74px;
  margin-bottom: 74px; }

.m-mt-74 {
  margin-top: 74px; }

.m-mb-74 {
  margin-bottom: 74px; }

.m-mr-74 {
  margin-right: 74px; }

.m-ml-74 {
  margin-left: 74px; }

.m-px-75 {
  padding-left: 75px;
  padding-right: 75px; }

.m-py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.m-pt-75 {
  padding-top: 75px; }

.m-pb-75 {
  padding-bottom: 75px; }

.m-pr-75 {
  padding-right: 75px; }

.m-pl-75 {
  padding-left: 75px; }

.m-mx-75 {
  margin-left: 75px;
  margin-right: 75px; }

.m-my-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.m-mt-75 {
  margin-top: 75px; }

.m-mb-75 {
  margin-bottom: 75px; }

.m-mr-75 {
  margin-right: 75px; }

.m-ml-75 {
  margin-left: 75px; }

.m-px-76 {
  padding-left: 76px;
  padding-right: 76px; }

.m-py-76 {
  padding-top: 76px;
  padding-bottom: 76px; }

.m-pt-76 {
  padding-top: 76px; }

.m-pb-76 {
  padding-bottom: 76px; }

.m-pr-76 {
  padding-right: 76px; }

.m-pl-76 {
  padding-left: 76px; }

.m-mx-76 {
  margin-left: 76px;
  margin-right: 76px; }

.m-my-76 {
  margin-top: 76px;
  margin-bottom: 76px; }

.m-mt-76 {
  margin-top: 76px; }

.m-mb-76 {
  margin-bottom: 76px; }

.m-mr-76 {
  margin-right: 76px; }

.m-ml-76 {
  margin-left: 76px; }

.m-px-77 {
  padding-left: 77px;
  padding-right: 77px; }

.m-py-77 {
  padding-top: 77px;
  padding-bottom: 77px; }

.m-pt-77 {
  padding-top: 77px; }

.m-pb-77 {
  padding-bottom: 77px; }

.m-pr-77 {
  padding-right: 77px; }

.m-pl-77 {
  padding-left: 77px; }

.m-mx-77 {
  margin-left: 77px;
  margin-right: 77px; }

.m-my-77 {
  margin-top: 77px;
  margin-bottom: 77px; }

.m-mt-77 {
  margin-top: 77px; }

.m-mb-77 {
  margin-bottom: 77px; }

.m-mr-77 {
  margin-right: 77px; }

.m-ml-77 {
  margin-left: 77px; }

.m-px-78 {
  padding-left: 78px;
  padding-right: 78px; }

.m-py-78 {
  padding-top: 78px;
  padding-bottom: 78px; }

.m-pt-78 {
  padding-top: 78px; }

.m-pb-78 {
  padding-bottom: 78px; }

.m-pr-78 {
  padding-right: 78px; }

.m-pl-78 {
  padding-left: 78px; }

.m-mx-78 {
  margin-left: 78px;
  margin-right: 78px; }

.m-my-78 {
  margin-top: 78px;
  margin-bottom: 78px; }

.m-mt-78 {
  margin-top: 78px; }

.m-mb-78 {
  margin-bottom: 78px; }

.m-mr-78 {
  margin-right: 78px; }

.m-ml-78 {
  margin-left: 78px; }

.m-px-79 {
  padding-left: 79px;
  padding-right: 79px; }

.m-py-79 {
  padding-top: 79px;
  padding-bottom: 79px; }

.m-pt-79 {
  padding-top: 79px; }

.m-pb-79 {
  padding-bottom: 79px; }

.m-pr-79 {
  padding-right: 79px; }

.m-pl-79 {
  padding-left: 79px; }

.m-mx-79 {
  margin-left: 79px;
  margin-right: 79px; }

.m-my-79 {
  margin-top: 79px;
  margin-bottom: 79px; }

.m-mt-79 {
  margin-top: 79px; }

.m-mb-79 {
  margin-bottom: 79px; }

.m-mr-79 {
  margin-right: 79px; }

.m-ml-79 {
  margin-left: 79px; }

.m-px-80 {
  padding-left: 80px;
  padding-right: 80px; }

.m-py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.m-pt-80 {
  padding-top: 80px; }

.m-pb-80 {
  padding-bottom: 80px; }

.m-pr-80 {
  padding-right: 80px; }

.m-pl-80 {
  padding-left: 80px; }

.m-mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.m-my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.m-mt-80 {
  margin-top: 80px; }

.m-mb-80 {
  margin-bottom: 80px; }

.m-mr-80 {
  margin-right: 80px; }

.m-ml-80 {
  margin-left: 80px; }

.m-px-81 {
  padding-left: 81px;
  padding-right: 81px; }

.m-py-81 {
  padding-top: 81px;
  padding-bottom: 81px; }

.m-pt-81 {
  padding-top: 81px; }

.m-pb-81 {
  padding-bottom: 81px; }

.m-pr-81 {
  padding-right: 81px; }

.m-pl-81 {
  padding-left: 81px; }

.m-mx-81 {
  margin-left: 81px;
  margin-right: 81px; }

.m-my-81 {
  margin-top: 81px;
  margin-bottom: 81px; }

.m-mt-81 {
  margin-top: 81px; }

.m-mb-81 {
  margin-bottom: 81px; }

.m-mr-81 {
  margin-right: 81px; }

.m-ml-81 {
  margin-left: 81px; }

.m-px-82 {
  padding-left: 82px;
  padding-right: 82px; }

.m-py-82 {
  padding-top: 82px;
  padding-bottom: 82px; }

.m-pt-82 {
  padding-top: 82px; }

.m-pb-82 {
  padding-bottom: 82px; }

.m-pr-82 {
  padding-right: 82px; }

.m-pl-82 {
  padding-left: 82px; }

.m-mx-82 {
  margin-left: 82px;
  margin-right: 82px; }

.m-my-82 {
  margin-top: 82px;
  margin-bottom: 82px; }

.m-mt-82 {
  margin-top: 82px; }

.m-mb-82 {
  margin-bottom: 82px; }

.m-mr-82 {
  margin-right: 82px; }

.m-ml-82 {
  margin-left: 82px; }

.m-px-83 {
  padding-left: 83px;
  padding-right: 83px; }

.m-py-83 {
  padding-top: 83px;
  padding-bottom: 83px; }

.m-pt-83 {
  padding-top: 83px; }

.m-pb-83 {
  padding-bottom: 83px; }

.m-pr-83 {
  padding-right: 83px; }

.m-pl-83 {
  padding-left: 83px; }

.m-mx-83 {
  margin-left: 83px;
  margin-right: 83px; }

.m-my-83 {
  margin-top: 83px;
  margin-bottom: 83px; }

.m-mt-83 {
  margin-top: 83px; }

.m-mb-83 {
  margin-bottom: 83px; }

.m-mr-83 {
  margin-right: 83px; }

.m-ml-83 {
  margin-left: 83px; }

.m-px-84 {
  padding-left: 84px;
  padding-right: 84px; }

.m-py-84 {
  padding-top: 84px;
  padding-bottom: 84px; }

.m-pt-84 {
  padding-top: 84px; }

.m-pb-84 {
  padding-bottom: 84px; }

.m-pr-84 {
  padding-right: 84px; }

.m-pl-84 {
  padding-left: 84px; }

.m-mx-84 {
  margin-left: 84px;
  margin-right: 84px; }

.m-my-84 {
  margin-top: 84px;
  margin-bottom: 84px; }

.m-mt-84 {
  margin-top: 84px; }

.m-mb-84 {
  margin-bottom: 84px; }

.m-mr-84 {
  margin-right: 84px; }

.m-ml-84 {
  margin-left: 84px; }

.m-px-85 {
  padding-left: 85px;
  padding-right: 85px; }

.m-py-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.m-pt-85 {
  padding-top: 85px; }

.m-pb-85 {
  padding-bottom: 85px; }

.m-pr-85 {
  padding-right: 85px; }

.m-pl-85 {
  padding-left: 85px; }

.m-mx-85 {
  margin-left: 85px;
  margin-right: 85px; }

.m-my-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.m-mt-85 {
  margin-top: 85px; }

.m-mb-85 {
  margin-bottom: 85px; }

.m-mr-85 {
  margin-right: 85px; }

.m-ml-85 {
  margin-left: 85px; }

.m-px-86 {
  padding-left: 86px;
  padding-right: 86px; }

.m-py-86 {
  padding-top: 86px;
  padding-bottom: 86px; }

.m-pt-86 {
  padding-top: 86px; }

.m-pb-86 {
  padding-bottom: 86px; }

.m-pr-86 {
  padding-right: 86px; }

.m-pl-86 {
  padding-left: 86px; }

.m-mx-86 {
  margin-left: 86px;
  margin-right: 86px; }

.m-my-86 {
  margin-top: 86px;
  margin-bottom: 86px; }

.m-mt-86 {
  margin-top: 86px; }

.m-mb-86 {
  margin-bottom: 86px; }

.m-mr-86 {
  margin-right: 86px; }

.m-ml-86 {
  margin-left: 86px; }

.m-px-87 {
  padding-left: 87px;
  padding-right: 87px; }

.m-py-87 {
  padding-top: 87px;
  padding-bottom: 87px; }

.m-pt-87 {
  padding-top: 87px; }

.m-pb-87 {
  padding-bottom: 87px; }

.m-pr-87 {
  padding-right: 87px; }

.m-pl-87 {
  padding-left: 87px; }

.m-mx-87 {
  margin-left: 87px;
  margin-right: 87px; }

.m-my-87 {
  margin-top: 87px;
  margin-bottom: 87px; }

.m-mt-87 {
  margin-top: 87px; }

.m-mb-87 {
  margin-bottom: 87px; }

.m-mr-87 {
  margin-right: 87px; }

.m-ml-87 {
  margin-left: 87px; }

.m-px-88 {
  padding-left: 88px;
  padding-right: 88px; }

.m-py-88 {
  padding-top: 88px;
  padding-bottom: 88px; }

.m-pt-88 {
  padding-top: 88px; }

.m-pb-88 {
  padding-bottom: 88px; }

.m-pr-88 {
  padding-right: 88px; }

.m-pl-88 {
  padding-left: 88px; }

.m-mx-88 {
  margin-left: 88px;
  margin-right: 88px; }

.m-my-88 {
  margin-top: 88px;
  margin-bottom: 88px; }

.m-mt-88 {
  margin-top: 88px; }

.m-mb-88 {
  margin-bottom: 88px; }

.m-mr-88 {
  margin-right: 88px; }

.m-ml-88 {
  margin-left: 88px; }

.m-px-89 {
  padding-left: 89px;
  padding-right: 89px; }

.m-py-89 {
  padding-top: 89px;
  padding-bottom: 89px; }

.m-pt-89 {
  padding-top: 89px; }

.m-pb-89 {
  padding-bottom: 89px; }

.m-pr-89 {
  padding-right: 89px; }

.m-pl-89 {
  padding-left: 89px; }

.m-mx-89 {
  margin-left: 89px;
  margin-right: 89px; }

.m-my-89 {
  margin-top: 89px;
  margin-bottom: 89px; }

.m-mt-89 {
  margin-top: 89px; }

.m-mb-89 {
  margin-bottom: 89px; }

.m-mr-89 {
  margin-right: 89px; }

.m-ml-89 {
  margin-left: 89px; }

.m-px-90 {
  padding-left: 90px;
  padding-right: 90px; }

.m-py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.m-pt-90 {
  padding-top: 90px; }

.m-pb-90 {
  padding-bottom: 90px; }

.m-pr-90 {
  padding-right: 90px; }

.m-pl-90 {
  padding-left: 90px; }

.m-mx-90 {
  margin-left: 90px;
  margin-right: 90px; }

.m-my-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.m-mt-90 {
  margin-top: 90px; }

.m-mb-90 {
  margin-bottom: 90px; }

.m-mr-90 {
  margin-right: 90px; }

.m-ml-90 {
  margin-left: 90px; }

.m-px-91 {
  padding-left: 91px;
  padding-right: 91px; }

.m-py-91 {
  padding-top: 91px;
  padding-bottom: 91px; }

.m-pt-91 {
  padding-top: 91px; }

.m-pb-91 {
  padding-bottom: 91px; }

.m-pr-91 {
  padding-right: 91px; }

.m-pl-91 {
  padding-left: 91px; }

.m-mx-91 {
  margin-left: 91px;
  margin-right: 91px; }

.m-my-91 {
  margin-top: 91px;
  margin-bottom: 91px; }

.m-mt-91 {
  margin-top: 91px; }

.m-mb-91 {
  margin-bottom: 91px; }

.m-mr-91 {
  margin-right: 91px; }

.m-ml-91 {
  margin-left: 91px; }

.m-px-92 {
  padding-left: 92px;
  padding-right: 92px; }

.m-py-92 {
  padding-top: 92px;
  padding-bottom: 92px; }

.m-pt-92 {
  padding-top: 92px; }

.m-pb-92 {
  padding-bottom: 92px; }

.m-pr-92 {
  padding-right: 92px; }

.m-pl-92 {
  padding-left: 92px; }

.m-mx-92 {
  margin-left: 92px;
  margin-right: 92px; }

.m-my-92 {
  margin-top: 92px;
  margin-bottom: 92px; }

.m-mt-92 {
  margin-top: 92px; }

.m-mb-92 {
  margin-bottom: 92px; }

.m-mr-92 {
  margin-right: 92px; }

.m-ml-92 {
  margin-left: 92px; }

.m-px-93 {
  padding-left: 93px;
  padding-right: 93px; }

.m-py-93 {
  padding-top: 93px;
  padding-bottom: 93px; }

.m-pt-93 {
  padding-top: 93px; }

.m-pb-93 {
  padding-bottom: 93px; }

.m-pr-93 {
  padding-right: 93px; }

.m-pl-93 {
  padding-left: 93px; }

.m-mx-93 {
  margin-left: 93px;
  margin-right: 93px; }

.m-my-93 {
  margin-top: 93px;
  margin-bottom: 93px; }

.m-mt-93 {
  margin-top: 93px; }

.m-mb-93 {
  margin-bottom: 93px; }

.m-mr-93 {
  margin-right: 93px; }

.m-ml-93 {
  margin-left: 93px; }

.m-px-94 {
  padding-left: 94px;
  padding-right: 94px; }

.m-py-94 {
  padding-top: 94px;
  padding-bottom: 94px; }

.m-pt-94 {
  padding-top: 94px; }

.m-pb-94 {
  padding-bottom: 94px; }

.m-pr-94 {
  padding-right: 94px; }

.m-pl-94 {
  padding-left: 94px; }

.m-mx-94 {
  margin-left: 94px;
  margin-right: 94px; }

.m-my-94 {
  margin-top: 94px;
  margin-bottom: 94px; }

.m-mt-94 {
  margin-top: 94px; }

.m-mb-94 {
  margin-bottom: 94px; }

.m-mr-94 {
  margin-right: 94px; }

.m-ml-94 {
  margin-left: 94px; }

.m-px-95 {
  padding-left: 95px;
  padding-right: 95px; }

.m-py-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.m-pt-95 {
  padding-top: 95px; }

.m-pb-95 {
  padding-bottom: 95px; }

.m-pr-95 {
  padding-right: 95px; }

.m-pl-95 {
  padding-left: 95px; }

.m-mx-95 {
  margin-left: 95px;
  margin-right: 95px; }

.m-my-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.m-mt-95 {
  margin-top: 95px; }

.m-mb-95 {
  margin-bottom: 95px; }

.m-mr-95 {
  margin-right: 95px; }

.m-ml-95 {
  margin-left: 95px; }

.m-px-96 {
  padding-left: 96px;
  padding-right: 96px; }

.m-py-96 {
  padding-top: 96px;
  padding-bottom: 96px; }

.m-pt-96 {
  padding-top: 96px; }

.m-pb-96 {
  padding-bottom: 96px; }

.m-pr-96 {
  padding-right: 96px; }

.m-pl-96 {
  padding-left: 96px; }

.m-mx-96 {
  margin-left: 96px;
  margin-right: 96px; }

.m-my-96 {
  margin-top: 96px;
  margin-bottom: 96px; }

.m-mt-96 {
  margin-top: 96px; }

.m-mb-96 {
  margin-bottom: 96px; }

.m-mr-96 {
  margin-right: 96px; }

.m-ml-96 {
  margin-left: 96px; }

.m-px-97 {
  padding-left: 97px;
  padding-right: 97px; }

.m-py-97 {
  padding-top: 97px;
  padding-bottom: 97px; }

.m-pt-97 {
  padding-top: 97px; }

.m-pb-97 {
  padding-bottom: 97px; }

.m-pr-97 {
  padding-right: 97px; }

.m-pl-97 {
  padding-left: 97px; }

.m-mx-97 {
  margin-left: 97px;
  margin-right: 97px; }

.m-my-97 {
  margin-top: 97px;
  margin-bottom: 97px; }

.m-mt-97 {
  margin-top: 97px; }

.m-mb-97 {
  margin-bottom: 97px; }

.m-mr-97 {
  margin-right: 97px; }

.m-ml-97 {
  margin-left: 97px; }

.m-px-98 {
  padding-left: 98px;
  padding-right: 98px; }

.m-py-98 {
  padding-top: 98px;
  padding-bottom: 98px; }

.m-pt-98 {
  padding-top: 98px; }

.m-pb-98 {
  padding-bottom: 98px; }

.m-pr-98 {
  padding-right: 98px; }

.m-pl-98 {
  padding-left: 98px; }

.m-mx-98 {
  margin-left: 98px;
  margin-right: 98px; }

.m-my-98 {
  margin-top: 98px;
  margin-bottom: 98px; }

.m-mt-98 {
  margin-top: 98px; }

.m-mb-98 {
  margin-bottom: 98px; }

.m-mr-98 {
  margin-right: 98px; }

.m-ml-98 {
  margin-left: 98px; }

.m-px-99 {
  padding-left: 99px;
  padding-right: 99px; }

.m-py-99 {
  padding-top: 99px;
  padding-bottom: 99px; }

.m-pt-99 {
  padding-top: 99px; }

.m-pb-99 {
  padding-bottom: 99px; }

.m-pr-99 {
  padding-right: 99px; }

.m-pl-99 {
  padding-left: 99px; }

.m-mx-99 {
  margin-left: 99px;
  margin-right: 99px; }

.m-my-99 {
  margin-top: 99px;
  margin-bottom: 99px; }

.m-mt-99 {
  margin-top: 99px; }

.m-mb-99 {
  margin-bottom: 99px; }

.m-mr-99 {
  margin-right: 99px; }

.m-ml-99 {
  margin-left: 99px; }

.m-px-100 {
  padding-left: 100px;
  padding-right: 100px; }

.m-py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.m-pt-100 {
  padding-top: 100px; }

.m-pb-100 {
  padding-bottom: 100px; }

.m-pr-100 {
  padding-right: 100px; }

.m-pl-100 {
  padding-left: 100px; }

.m-mx-100 {
  margin-left: 100px;
  margin-right: 100px; }

.m-my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.m-mt-100 {
  margin-top: 100px; }

.m-mb-100 {
  margin-bottom: 100px; }

.m-mr-100 {
  margin-right: 100px; }

.m-ml-100 {
  margin-left: 100px; }

@media (min-width: 1200px) {
  .d-px-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .d-py-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .d-pt-0 {
    padding-top: 0px; }
  .d-pb-0 {
    padding-bottom: 0px; }
  .d-pr-0 {
    padding-right: 0px; }
  .d-pl-0 {
    padding-left: 0px; }
  .d-mx-0 {
    margin-left: 0px;
    margin-right: 0px; }
  .d-my-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .d-mt-0 {
    margin-top: 0px; }
  .d-mb-0 {
    margin-bottom: 0px; }
  .d-mr-0 {
    margin-right: 0px; }
  .d-ml-0 {
    margin-left: 0px; }
  .d-px-1 {
    padding-left: 1px;
    padding-right: 1px; }
  .d-py-1 {
    padding-top: 1px;
    padding-bottom: 1px; }
  .d-pt-1 {
    padding-top: 1px; }
  .d-pb-1 {
    padding-bottom: 1px; }
  .d-pr-1 {
    padding-right: 1px; }
  .d-pl-1 {
    padding-left: 1px; }
  .d-mx-1 {
    margin-left: 1px;
    margin-right: 1px; }
  .d-my-1 {
    margin-top: 1px;
    margin-bottom: 1px; }
  .d-mt-1 {
    margin-top: 1px; }
  .d-mb-1 {
    margin-bottom: 1px; }
  .d-mr-1 {
    margin-right: 1px; }
  .d-ml-1 {
    margin-left: 1px; }
  .d-px-2 {
    padding-left: 2px;
    padding-right: 2px; }
  .d-py-2 {
    padding-top: 2px;
    padding-bottom: 2px; }
  .d-pt-2 {
    padding-top: 2px; }
  .d-pb-2 {
    padding-bottom: 2px; }
  .d-pr-2 {
    padding-right: 2px; }
  .d-pl-2 {
    padding-left: 2px; }
  .d-mx-2 {
    margin-left: 2px;
    margin-right: 2px; }
  .d-my-2 {
    margin-top: 2px;
    margin-bottom: 2px; }
  .d-mt-2 {
    margin-top: 2px; }
  .d-mb-2 {
    margin-bottom: 2px; }
  .d-mr-2 {
    margin-right: 2px; }
  .d-ml-2 {
    margin-left: 2px; }
  .d-px-3 {
    padding-left: 3px;
    padding-right: 3px; }
  .d-py-3 {
    padding-top: 3px;
    padding-bottom: 3px; }
  .d-pt-3 {
    padding-top: 3px; }
  .d-pb-3 {
    padding-bottom: 3px; }
  .d-pr-3 {
    padding-right: 3px; }
  .d-pl-3 {
    padding-left: 3px; }
  .d-mx-3 {
    margin-left: 3px;
    margin-right: 3px; }
  .d-my-3 {
    margin-top: 3px;
    margin-bottom: 3px; }
  .d-mt-3 {
    margin-top: 3px; }
  .d-mb-3 {
    margin-bottom: 3px; }
  .d-mr-3 {
    margin-right: 3px; }
  .d-ml-3 {
    margin-left: 3px; }
  .d-px-4 {
    padding-left: 4px;
    padding-right: 4px; }
  .d-py-4 {
    padding-top: 4px;
    padding-bottom: 4px; }
  .d-pt-4 {
    padding-top: 4px; }
  .d-pb-4 {
    padding-bottom: 4px; }
  .d-pr-4 {
    padding-right: 4px; }
  .d-pl-4 {
    padding-left: 4px; }
  .d-mx-4 {
    margin-left: 4px;
    margin-right: 4px; }
  .d-my-4 {
    margin-top: 4px;
    margin-bottom: 4px; }
  .d-mt-4 {
    margin-top: 4px; }
  .d-mb-4 {
    margin-bottom: 4px; }
  .d-mr-4 {
    margin-right: 4px; }
  .d-ml-4 {
    margin-left: 4px; }
  .d-px-5 {
    padding-left: 5px;
    padding-right: 5px; }
  .d-py-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .d-pt-5 {
    padding-top: 5px; }
  .d-pb-5 {
    padding-bottom: 5px; }
  .d-pr-5 {
    padding-right: 5px; }
  .d-pl-5 {
    padding-left: 5px; }
  .d-mx-5 {
    margin-left: 5px;
    margin-right: 5px; }
  .d-my-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .d-mt-5 {
    margin-top: 5px; }
  .d-mb-5 {
    margin-bottom: 5px; }
  .d-mr-5 {
    margin-right: 5px; }
  .d-ml-5 {
    margin-left: 5px; }
  .d-px-6 {
    padding-left: 6px;
    padding-right: 6px; }
  .d-py-6 {
    padding-top: 6px;
    padding-bottom: 6px; }
  .d-pt-6 {
    padding-top: 6px; }
  .d-pb-6 {
    padding-bottom: 6px; }
  .d-pr-6 {
    padding-right: 6px; }
  .d-pl-6 {
    padding-left: 6px; }
  .d-mx-6 {
    margin-left: 6px;
    margin-right: 6px; }
  .d-my-6 {
    margin-top: 6px;
    margin-bottom: 6px; }
  .d-mt-6 {
    margin-top: 6px; }
  .d-mb-6 {
    margin-bottom: 6px; }
  .d-mr-6 {
    margin-right: 6px; }
  .d-ml-6 {
    margin-left: 6px; }
  .d-px-7 {
    padding-left: 7px;
    padding-right: 7px; }
  .d-py-7 {
    padding-top: 7px;
    padding-bottom: 7px; }
  .d-pt-7 {
    padding-top: 7px; }
  .d-pb-7 {
    padding-bottom: 7px; }
  .d-pr-7 {
    padding-right: 7px; }
  .d-pl-7 {
    padding-left: 7px; }
  .d-mx-7 {
    margin-left: 7px;
    margin-right: 7px; }
  .d-my-7 {
    margin-top: 7px;
    margin-bottom: 7px; }
  .d-mt-7 {
    margin-top: 7px; }
  .d-mb-7 {
    margin-bottom: 7px; }
  .d-mr-7 {
    margin-right: 7px; }
  .d-ml-7 {
    margin-left: 7px; }
  .d-px-8 {
    padding-left: 8px;
    padding-right: 8px; }
  .d-py-8 {
    padding-top: 8px;
    padding-bottom: 8px; }
  .d-pt-8 {
    padding-top: 8px; }
  .d-pb-8 {
    padding-bottom: 8px; }
  .d-pr-8 {
    padding-right: 8px; }
  .d-pl-8 {
    padding-left: 8px; }
  .d-mx-8 {
    margin-left: 8px;
    margin-right: 8px; }
  .d-my-8 {
    margin-top: 8px;
    margin-bottom: 8px; }
  .d-mt-8 {
    margin-top: 8px; }
  .d-mb-8 {
    margin-bottom: 8px; }
  .d-mr-8 {
    margin-right: 8px; }
  .d-ml-8 {
    margin-left: 8px; }
  .d-px-9 {
    padding-left: 9px;
    padding-right: 9px; }
  .d-py-9 {
    padding-top: 9px;
    padding-bottom: 9px; }
  .d-pt-9 {
    padding-top: 9px; }
  .d-pb-9 {
    padding-bottom: 9px; }
  .d-pr-9 {
    padding-right: 9px; }
  .d-pl-9 {
    padding-left: 9px; }
  .d-mx-9 {
    margin-left: 9px;
    margin-right: 9px; }
  .d-my-9 {
    margin-top: 9px;
    margin-bottom: 9px; }
  .d-mt-9 {
    margin-top: 9px; }
  .d-mb-9 {
    margin-bottom: 9px; }
  .d-mr-9 {
    margin-right: 9px; }
  .d-ml-9 {
    margin-left: 9px; }
  .d-px-10 {
    padding-left: 10px;
    padding-right: 10px; }
  .d-py-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .d-pt-10 {
    padding-top: 10px; }
  .d-pb-10 {
    padding-bottom: 10px; }
  .d-pr-10 {
    padding-right: 10px; }
  .d-pl-10 {
    padding-left: 10px; }
  .d-mx-10 {
    margin-left: 10px;
    margin-right: 10px; }
  .d-my-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .d-mt-10 {
    margin-top: 10px; }
  .d-mb-10 {
    margin-bottom: 10px; }
  .d-mr-10 {
    margin-right: 10px; }
  .d-ml-10 {
    margin-left: 10px; }
  .d-px-11 {
    padding-left: 11px;
    padding-right: 11px; }
  .d-py-11 {
    padding-top: 11px;
    padding-bottom: 11px; }
  .d-pt-11 {
    padding-top: 11px; }
  .d-pb-11 {
    padding-bottom: 11px; }
  .d-pr-11 {
    padding-right: 11px; }
  .d-pl-11 {
    padding-left: 11px; }
  .d-mx-11 {
    margin-left: 11px;
    margin-right: 11px; }
  .d-my-11 {
    margin-top: 11px;
    margin-bottom: 11px; }
  .d-mt-11 {
    margin-top: 11px; }
  .d-mb-11 {
    margin-bottom: 11px; }
  .d-mr-11 {
    margin-right: 11px; }
  .d-ml-11 {
    margin-left: 11px; }
  .d-px-12 {
    padding-left: 12px;
    padding-right: 12px; }
  .d-py-12 {
    padding-top: 12px;
    padding-bottom: 12px; }
  .d-pt-12 {
    padding-top: 12px; }
  .d-pb-12 {
    padding-bottom: 12px; }
  .d-pr-12 {
    padding-right: 12px; }
  .d-pl-12 {
    padding-left: 12px; }
  .d-mx-12 {
    margin-left: 12px;
    margin-right: 12px; }
  .d-my-12 {
    margin-top: 12px;
    margin-bottom: 12px; }
  .d-mt-12 {
    margin-top: 12px; }
  .d-mb-12 {
    margin-bottom: 12px; }
  .d-mr-12 {
    margin-right: 12px; }
  .d-ml-12 {
    margin-left: 12px; }
  .d-px-13 {
    padding-left: 13px;
    padding-right: 13px; }
  .d-py-13 {
    padding-top: 13px;
    padding-bottom: 13px; }
  .d-pt-13 {
    padding-top: 13px; }
  .d-pb-13 {
    padding-bottom: 13px; }
  .d-pr-13 {
    padding-right: 13px; }
  .d-pl-13 {
    padding-left: 13px; }
  .d-mx-13 {
    margin-left: 13px;
    margin-right: 13px; }
  .d-my-13 {
    margin-top: 13px;
    margin-bottom: 13px; }
  .d-mt-13 {
    margin-top: 13px; }
  .d-mb-13 {
    margin-bottom: 13px; }
  .d-mr-13 {
    margin-right: 13px; }
  .d-ml-13 {
    margin-left: 13px; }
  .d-px-14 {
    padding-left: 14px;
    padding-right: 14px; }
  .d-py-14 {
    padding-top: 14px;
    padding-bottom: 14px; }
  .d-pt-14 {
    padding-top: 14px; }
  .d-pb-14 {
    padding-bottom: 14px; }
  .d-pr-14 {
    padding-right: 14px; }
  .d-pl-14 {
    padding-left: 14px; }
  .d-mx-14 {
    margin-left: 14px;
    margin-right: 14px; }
  .d-my-14 {
    margin-top: 14px;
    margin-bottom: 14px; }
  .d-mt-14 {
    margin-top: 14px; }
  .d-mb-14 {
    margin-bottom: 14px; }
  .d-mr-14 {
    margin-right: 14px; }
  .d-ml-14 {
    margin-left: 14px; }
  .d-px-15 {
    padding-left: 15px;
    padding-right: 15px; }
  .d-py-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .d-pt-15 {
    padding-top: 15px; }
  .d-pb-15 {
    padding-bottom: 15px; }
  .d-pr-15 {
    padding-right: 15px; }
  .d-pl-15 {
    padding-left: 15px; }
  .d-mx-15 {
    margin-left: 15px;
    margin-right: 15px; }
  .d-my-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .d-mt-15 {
    margin-top: 15px; }
  .d-mb-15 {
    margin-bottom: 15px; }
  .d-mr-15 {
    margin-right: 15px; }
  .d-ml-15 {
    margin-left: 15px; }
  .d-px-16 {
    padding-left: 16px;
    padding-right: 16px; }
  .d-py-16 {
    padding-top: 16px;
    padding-bottom: 16px; }
  .d-pt-16 {
    padding-top: 16px; }
  .d-pb-16 {
    padding-bottom: 16px; }
  .d-pr-16 {
    padding-right: 16px; }
  .d-pl-16 {
    padding-left: 16px; }
  .d-mx-16 {
    margin-left: 16px;
    margin-right: 16px; }
  .d-my-16 {
    margin-top: 16px;
    margin-bottom: 16px; }
  .d-mt-16 {
    margin-top: 16px; }
  .d-mb-16 {
    margin-bottom: 16px; }
  .d-mr-16 {
    margin-right: 16px; }
  .d-ml-16 {
    margin-left: 16px; }
  .d-px-17 {
    padding-left: 17px;
    padding-right: 17px; }
  .d-py-17 {
    padding-top: 17px;
    padding-bottom: 17px; }
  .d-pt-17 {
    padding-top: 17px; }
  .d-pb-17 {
    padding-bottom: 17px; }
  .d-pr-17 {
    padding-right: 17px; }
  .d-pl-17 {
    padding-left: 17px; }
  .d-mx-17 {
    margin-left: 17px;
    margin-right: 17px; }
  .d-my-17 {
    margin-top: 17px;
    margin-bottom: 17px; }
  .d-mt-17 {
    margin-top: 17px; }
  .d-mb-17 {
    margin-bottom: 17px; }
  .d-mr-17 {
    margin-right: 17px; }
  .d-ml-17 {
    margin-left: 17px; }
  .d-px-18 {
    padding-left: 18px;
    padding-right: 18px; }
  .d-py-18 {
    padding-top: 18px;
    padding-bottom: 18px; }
  .d-pt-18 {
    padding-top: 18px; }
  .d-pb-18 {
    padding-bottom: 18px; }
  .d-pr-18 {
    padding-right: 18px; }
  .d-pl-18 {
    padding-left: 18px; }
  .d-mx-18 {
    margin-left: 18px;
    margin-right: 18px; }
  .d-my-18 {
    margin-top: 18px;
    margin-bottom: 18px; }
  .d-mt-18 {
    margin-top: 18px; }
  .d-mb-18 {
    margin-bottom: 18px; }
  .d-mr-18 {
    margin-right: 18px; }
  .d-ml-18 {
    margin-left: 18px; }
  .d-px-19 {
    padding-left: 19px;
    padding-right: 19px; }
  .d-py-19 {
    padding-top: 19px;
    padding-bottom: 19px; }
  .d-pt-19 {
    padding-top: 19px; }
  .d-pb-19 {
    padding-bottom: 19px; }
  .d-pr-19 {
    padding-right: 19px; }
  .d-pl-19 {
    padding-left: 19px; }
  .d-mx-19 {
    margin-left: 19px;
    margin-right: 19px; }
  .d-my-19 {
    margin-top: 19px;
    margin-bottom: 19px; }
  .d-mt-19 {
    margin-top: 19px; }
  .d-mb-19 {
    margin-bottom: 19px; }
  .d-mr-19 {
    margin-right: 19px; }
  .d-ml-19 {
    margin-left: 19px; }
  .d-px-20 {
    padding-left: 20px;
    padding-right: 20px; }
  .d-py-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .d-pt-20 {
    padding-top: 20px; }
  .d-pb-20 {
    padding-bottom: 20px; }
  .d-pr-20 {
    padding-right: 20px; }
  .d-pl-20 {
    padding-left: 20px; }
  .d-mx-20 {
    margin-left: 20px;
    margin-right: 20px; }
  .d-my-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .d-mt-20 {
    margin-top: 20px; }
  .d-mb-20 {
    margin-bottom: 20px; }
  .d-mr-20 {
    margin-right: 20px; }
  .d-ml-20 {
    margin-left: 20px; }
  .d-px-21 {
    padding-left: 21px;
    padding-right: 21px; }
  .d-py-21 {
    padding-top: 21px;
    padding-bottom: 21px; }
  .d-pt-21 {
    padding-top: 21px; }
  .d-pb-21 {
    padding-bottom: 21px; }
  .d-pr-21 {
    padding-right: 21px; }
  .d-pl-21 {
    padding-left: 21px; }
  .d-mx-21 {
    margin-left: 21px;
    margin-right: 21px; }
  .d-my-21 {
    margin-top: 21px;
    margin-bottom: 21px; }
  .d-mt-21 {
    margin-top: 21px; }
  .d-mb-21 {
    margin-bottom: 21px; }
  .d-mr-21 {
    margin-right: 21px; }
  .d-ml-21 {
    margin-left: 21px; }
  .d-px-22 {
    padding-left: 22px;
    padding-right: 22px; }
  .d-py-22 {
    padding-top: 22px;
    padding-bottom: 22px; }
  .d-pt-22 {
    padding-top: 22px; }
  .d-pb-22 {
    padding-bottom: 22px; }
  .d-pr-22 {
    padding-right: 22px; }
  .d-pl-22 {
    padding-left: 22px; }
  .d-mx-22 {
    margin-left: 22px;
    margin-right: 22px; }
  .d-my-22 {
    margin-top: 22px;
    margin-bottom: 22px; }
  .d-mt-22 {
    margin-top: 22px; }
  .d-mb-22 {
    margin-bottom: 22px; }
  .d-mr-22 {
    margin-right: 22px; }
  .d-ml-22 {
    margin-left: 22px; }
  .d-px-23 {
    padding-left: 23px;
    padding-right: 23px; }
  .d-py-23 {
    padding-top: 23px;
    padding-bottom: 23px; }
  .d-pt-23 {
    padding-top: 23px; }
  .d-pb-23 {
    padding-bottom: 23px; }
  .d-pr-23 {
    padding-right: 23px; }
  .d-pl-23 {
    padding-left: 23px; }
  .d-mx-23 {
    margin-left: 23px;
    margin-right: 23px; }
  .d-my-23 {
    margin-top: 23px;
    margin-bottom: 23px; }
  .d-mt-23 {
    margin-top: 23px; }
  .d-mb-23 {
    margin-bottom: 23px; }
  .d-mr-23 {
    margin-right: 23px; }
  .d-ml-23 {
    margin-left: 23px; }
  .d-px-24 {
    padding-left: 24px;
    padding-right: 24px; }
  .d-py-24 {
    padding-top: 24px;
    padding-bottom: 24px; }
  .d-pt-24 {
    padding-top: 24px; }
  .d-pb-24 {
    padding-bottom: 24px; }
  .d-pr-24 {
    padding-right: 24px; }
  .d-pl-24 {
    padding-left: 24px; }
  .d-mx-24 {
    margin-left: 24px;
    margin-right: 24px; }
  .d-my-24 {
    margin-top: 24px;
    margin-bottom: 24px; }
  .d-mt-24 {
    margin-top: 24px; }
  .d-mb-24 {
    margin-bottom: 24px; }
  .d-mr-24 {
    margin-right: 24px; }
  .d-ml-24 {
    margin-left: 24px; }
  .d-px-25 {
    padding-left: 25px;
    padding-right: 25px; }
  .d-py-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .d-pt-25 {
    padding-top: 25px; }
  .d-pb-25 {
    padding-bottom: 25px; }
  .d-pr-25 {
    padding-right: 25px; }
  .d-pl-25 {
    padding-left: 25px; }
  .d-mx-25 {
    margin-left: 25px;
    margin-right: 25px; }
  .d-my-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .d-mt-25 {
    margin-top: 25px; }
  .d-mb-25 {
    margin-bottom: 25px; }
  .d-mr-25 {
    margin-right: 25px; }
  .d-ml-25 {
    margin-left: 25px; }
  .d-px-26 {
    padding-left: 26px;
    padding-right: 26px; }
  .d-py-26 {
    padding-top: 26px;
    padding-bottom: 26px; }
  .d-pt-26 {
    padding-top: 26px; }
  .d-pb-26 {
    padding-bottom: 26px; }
  .d-pr-26 {
    padding-right: 26px; }
  .d-pl-26 {
    padding-left: 26px; }
  .d-mx-26 {
    margin-left: 26px;
    margin-right: 26px; }
  .d-my-26 {
    margin-top: 26px;
    margin-bottom: 26px; }
  .d-mt-26 {
    margin-top: 26px; }
  .d-mb-26 {
    margin-bottom: 26px; }
  .d-mr-26 {
    margin-right: 26px; }
  .d-ml-26 {
    margin-left: 26px; }
  .d-px-27 {
    padding-left: 27px;
    padding-right: 27px; }
  .d-py-27 {
    padding-top: 27px;
    padding-bottom: 27px; }
  .d-pt-27 {
    padding-top: 27px; }
  .d-pb-27 {
    padding-bottom: 27px; }
  .d-pr-27 {
    padding-right: 27px; }
  .d-pl-27 {
    padding-left: 27px; }
  .d-mx-27 {
    margin-left: 27px;
    margin-right: 27px; }
  .d-my-27 {
    margin-top: 27px;
    margin-bottom: 27px; }
  .d-mt-27 {
    margin-top: 27px; }
  .d-mb-27 {
    margin-bottom: 27px; }
  .d-mr-27 {
    margin-right: 27px; }
  .d-ml-27 {
    margin-left: 27px; }
  .d-px-28 {
    padding-left: 28px;
    padding-right: 28px; }
  .d-py-28 {
    padding-top: 28px;
    padding-bottom: 28px; }
  .d-pt-28 {
    padding-top: 28px; }
  .d-pb-28 {
    padding-bottom: 28px; }
  .d-pr-28 {
    padding-right: 28px; }
  .d-pl-28 {
    padding-left: 28px; }
  .d-mx-28 {
    margin-left: 28px;
    margin-right: 28px; }
  .d-my-28 {
    margin-top: 28px;
    margin-bottom: 28px; }
  .d-mt-28 {
    margin-top: 28px; }
  .d-mb-28 {
    margin-bottom: 28px; }
  .d-mr-28 {
    margin-right: 28px; }
  .d-ml-28 {
    margin-left: 28px; }
  .d-px-29 {
    padding-left: 29px;
    padding-right: 29px; }
  .d-py-29 {
    padding-top: 29px;
    padding-bottom: 29px; }
  .d-pt-29 {
    padding-top: 29px; }
  .d-pb-29 {
    padding-bottom: 29px; }
  .d-pr-29 {
    padding-right: 29px; }
  .d-pl-29 {
    padding-left: 29px; }
  .d-mx-29 {
    margin-left: 29px;
    margin-right: 29px; }
  .d-my-29 {
    margin-top: 29px;
    margin-bottom: 29px; }
  .d-mt-29 {
    margin-top: 29px; }
  .d-mb-29 {
    margin-bottom: 29px; }
  .d-mr-29 {
    margin-right: 29px; }
  .d-ml-29 {
    margin-left: 29px; }
  .d-px-30 {
    padding-left: 30px;
    padding-right: 30px; }
  .d-py-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .d-pt-30 {
    padding-top: 30px; }
  .d-pb-30 {
    padding-bottom: 30px; }
  .d-pr-30 {
    padding-right: 30px; }
  .d-pl-30 {
    padding-left: 30px; }
  .d-mx-30 {
    margin-left: 30px;
    margin-right: 30px; }
  .d-my-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .d-mt-30 {
    margin-top: 30px; }
  .d-mb-30 {
    margin-bottom: 30px; }
  .d-mr-30 {
    margin-right: 30px; }
  .d-ml-30 {
    margin-left: 30px; }
  .d-px-31 {
    padding-left: 31px;
    padding-right: 31px; }
  .d-py-31 {
    padding-top: 31px;
    padding-bottom: 31px; }
  .d-pt-31 {
    padding-top: 31px; }
  .d-pb-31 {
    padding-bottom: 31px; }
  .d-pr-31 {
    padding-right: 31px; }
  .d-pl-31 {
    padding-left: 31px; }
  .d-mx-31 {
    margin-left: 31px;
    margin-right: 31px; }
  .d-my-31 {
    margin-top: 31px;
    margin-bottom: 31px; }
  .d-mt-31 {
    margin-top: 31px; }
  .d-mb-31 {
    margin-bottom: 31px; }
  .d-mr-31 {
    margin-right: 31px; }
  .d-ml-31 {
    margin-left: 31px; }
  .d-px-32 {
    padding-left: 32px;
    padding-right: 32px; }
  .d-py-32 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .d-pt-32 {
    padding-top: 32px; }
  .d-pb-32 {
    padding-bottom: 32px; }
  .d-pr-32 {
    padding-right: 32px; }
  .d-pl-32 {
    padding-left: 32px; }
  .d-mx-32 {
    margin-left: 32px;
    margin-right: 32px; }
  .d-my-32 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .d-mt-32 {
    margin-top: 32px; }
  .d-mb-32 {
    margin-bottom: 32px; }
  .d-mr-32 {
    margin-right: 32px; }
  .d-ml-32 {
    margin-left: 32px; }
  .d-px-33 {
    padding-left: 33px;
    padding-right: 33px; }
  .d-py-33 {
    padding-top: 33px;
    padding-bottom: 33px; }
  .d-pt-33 {
    padding-top: 33px; }
  .d-pb-33 {
    padding-bottom: 33px; }
  .d-pr-33 {
    padding-right: 33px; }
  .d-pl-33 {
    padding-left: 33px; }
  .d-mx-33 {
    margin-left: 33px;
    margin-right: 33px; }
  .d-my-33 {
    margin-top: 33px;
    margin-bottom: 33px; }
  .d-mt-33 {
    margin-top: 33px; }
  .d-mb-33 {
    margin-bottom: 33px; }
  .d-mr-33 {
    margin-right: 33px; }
  .d-ml-33 {
    margin-left: 33px; }
  .d-px-34 {
    padding-left: 34px;
    padding-right: 34px; }
  .d-py-34 {
    padding-top: 34px;
    padding-bottom: 34px; }
  .d-pt-34 {
    padding-top: 34px; }
  .d-pb-34 {
    padding-bottom: 34px; }
  .d-pr-34 {
    padding-right: 34px; }
  .d-pl-34 {
    padding-left: 34px; }
  .d-mx-34 {
    margin-left: 34px;
    margin-right: 34px; }
  .d-my-34 {
    margin-top: 34px;
    margin-bottom: 34px; }
  .d-mt-34 {
    margin-top: 34px; }
  .d-mb-34 {
    margin-bottom: 34px; }
  .d-mr-34 {
    margin-right: 34px; }
  .d-ml-34 {
    margin-left: 34px; }
  .d-px-35 {
    padding-left: 35px;
    padding-right: 35px; }
  .d-py-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .d-pt-35 {
    padding-top: 35px; }
  .d-pb-35 {
    padding-bottom: 35px; }
  .d-pr-35 {
    padding-right: 35px; }
  .d-pl-35 {
    padding-left: 35px; }
  .d-mx-35 {
    margin-left: 35px;
    margin-right: 35px; }
  .d-my-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .d-mt-35 {
    margin-top: 35px; }
  .d-mb-35 {
    margin-bottom: 35px; }
  .d-mr-35 {
    margin-right: 35px; }
  .d-ml-35 {
    margin-left: 35px; }
  .d-px-36 {
    padding-left: 36px;
    padding-right: 36px; }
  .d-py-36 {
    padding-top: 36px;
    padding-bottom: 36px; }
  .d-pt-36 {
    padding-top: 36px; }
  .d-pb-36 {
    padding-bottom: 36px; }
  .d-pr-36 {
    padding-right: 36px; }
  .d-pl-36 {
    padding-left: 36px; }
  .d-mx-36 {
    margin-left: 36px;
    margin-right: 36px; }
  .d-my-36 {
    margin-top: 36px;
    margin-bottom: 36px; }
  .d-mt-36 {
    margin-top: 36px; }
  .d-mb-36 {
    margin-bottom: 36px; }
  .d-mr-36 {
    margin-right: 36px; }
  .d-ml-36 {
    margin-left: 36px; }
  .d-px-37 {
    padding-left: 37px;
    padding-right: 37px; }
  .d-py-37 {
    padding-top: 37px;
    padding-bottom: 37px; }
  .d-pt-37 {
    padding-top: 37px; }
  .d-pb-37 {
    padding-bottom: 37px; }
  .d-pr-37 {
    padding-right: 37px; }
  .d-pl-37 {
    padding-left: 37px; }
  .d-mx-37 {
    margin-left: 37px;
    margin-right: 37px; }
  .d-my-37 {
    margin-top: 37px;
    margin-bottom: 37px; }
  .d-mt-37 {
    margin-top: 37px; }
  .d-mb-37 {
    margin-bottom: 37px; }
  .d-mr-37 {
    margin-right: 37px; }
  .d-ml-37 {
    margin-left: 37px; }
  .d-px-38 {
    padding-left: 38px;
    padding-right: 38px; }
  .d-py-38 {
    padding-top: 38px;
    padding-bottom: 38px; }
  .d-pt-38 {
    padding-top: 38px; }
  .d-pb-38 {
    padding-bottom: 38px; }
  .d-pr-38 {
    padding-right: 38px; }
  .d-pl-38 {
    padding-left: 38px; }
  .d-mx-38 {
    margin-left: 38px;
    margin-right: 38px; }
  .d-my-38 {
    margin-top: 38px;
    margin-bottom: 38px; }
  .d-mt-38 {
    margin-top: 38px; }
  .d-mb-38 {
    margin-bottom: 38px; }
  .d-mr-38 {
    margin-right: 38px; }
  .d-ml-38 {
    margin-left: 38px; }
  .d-px-39 {
    padding-left: 39px;
    padding-right: 39px; }
  .d-py-39 {
    padding-top: 39px;
    padding-bottom: 39px; }
  .d-pt-39 {
    padding-top: 39px; }
  .d-pb-39 {
    padding-bottom: 39px; }
  .d-pr-39 {
    padding-right: 39px; }
  .d-pl-39 {
    padding-left: 39px; }
  .d-mx-39 {
    margin-left: 39px;
    margin-right: 39px; }
  .d-my-39 {
    margin-top: 39px;
    margin-bottom: 39px; }
  .d-mt-39 {
    margin-top: 39px; }
  .d-mb-39 {
    margin-bottom: 39px; }
  .d-mr-39 {
    margin-right: 39px; }
  .d-ml-39 {
    margin-left: 39px; }
  .d-px-40 {
    padding-left: 40px;
    padding-right: 40px; }
  .d-py-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .d-pt-40 {
    padding-top: 40px; }
  .d-pb-40 {
    padding-bottom: 40px; }
  .d-pr-40 {
    padding-right: 40px; }
  .d-pl-40 {
    padding-left: 40px; }
  .d-mx-40 {
    margin-left: 40px;
    margin-right: 40px; }
  .d-my-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .d-mt-40 {
    margin-top: 40px; }
  .d-mb-40 {
    margin-bottom: 40px; }
  .d-mr-40 {
    margin-right: 40px; }
  .d-ml-40 {
    margin-left: 40px; }
  .d-px-41 {
    padding-left: 41px;
    padding-right: 41px; }
  .d-py-41 {
    padding-top: 41px;
    padding-bottom: 41px; }
  .d-pt-41 {
    padding-top: 41px; }
  .d-pb-41 {
    padding-bottom: 41px; }
  .d-pr-41 {
    padding-right: 41px; }
  .d-pl-41 {
    padding-left: 41px; }
  .d-mx-41 {
    margin-left: 41px;
    margin-right: 41px; }
  .d-my-41 {
    margin-top: 41px;
    margin-bottom: 41px; }
  .d-mt-41 {
    margin-top: 41px; }
  .d-mb-41 {
    margin-bottom: 41px; }
  .d-mr-41 {
    margin-right: 41px; }
  .d-ml-41 {
    margin-left: 41px; }
  .d-px-42 {
    padding-left: 42px;
    padding-right: 42px; }
  .d-py-42 {
    padding-top: 42px;
    padding-bottom: 42px; }
  .d-pt-42 {
    padding-top: 42px; }
  .d-pb-42 {
    padding-bottom: 42px; }
  .d-pr-42 {
    padding-right: 42px; }
  .d-pl-42 {
    padding-left: 42px; }
  .d-mx-42 {
    margin-left: 42px;
    margin-right: 42px; }
  .d-my-42 {
    margin-top: 42px;
    margin-bottom: 42px; }
  .d-mt-42 {
    margin-top: 42px; }
  .d-mb-42 {
    margin-bottom: 42px; }
  .d-mr-42 {
    margin-right: 42px; }
  .d-ml-42 {
    margin-left: 42px; }
  .d-px-43 {
    padding-left: 43px;
    padding-right: 43px; }
  .d-py-43 {
    padding-top: 43px;
    padding-bottom: 43px; }
  .d-pt-43 {
    padding-top: 43px; }
  .d-pb-43 {
    padding-bottom: 43px; }
  .d-pr-43 {
    padding-right: 43px; }
  .d-pl-43 {
    padding-left: 43px; }
  .d-mx-43 {
    margin-left: 43px;
    margin-right: 43px; }
  .d-my-43 {
    margin-top: 43px;
    margin-bottom: 43px; }
  .d-mt-43 {
    margin-top: 43px; }
  .d-mb-43 {
    margin-bottom: 43px; }
  .d-mr-43 {
    margin-right: 43px; }
  .d-ml-43 {
    margin-left: 43px; }
  .d-px-44 {
    padding-left: 44px;
    padding-right: 44px; }
  .d-py-44 {
    padding-top: 44px;
    padding-bottom: 44px; }
  .d-pt-44 {
    padding-top: 44px; }
  .d-pb-44 {
    padding-bottom: 44px; }
  .d-pr-44 {
    padding-right: 44px; }
  .d-pl-44 {
    padding-left: 44px; }
  .d-mx-44 {
    margin-left: 44px;
    margin-right: 44px; }
  .d-my-44 {
    margin-top: 44px;
    margin-bottom: 44px; }
  .d-mt-44 {
    margin-top: 44px; }
  .d-mb-44 {
    margin-bottom: 44px; }
  .d-mr-44 {
    margin-right: 44px; }
  .d-ml-44 {
    margin-left: 44px; }
  .d-px-45 {
    padding-left: 45px;
    padding-right: 45px; }
  .d-py-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .d-pt-45 {
    padding-top: 45px; }
  .d-pb-45 {
    padding-bottom: 45px; }
  .d-pr-45 {
    padding-right: 45px; }
  .d-pl-45 {
    padding-left: 45px; }
  .d-mx-45 {
    margin-left: 45px;
    margin-right: 45px; }
  .d-my-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .d-mt-45 {
    margin-top: 45px; }
  .d-mb-45 {
    margin-bottom: 45px; }
  .d-mr-45 {
    margin-right: 45px; }
  .d-ml-45 {
    margin-left: 45px; }
  .d-px-46 {
    padding-left: 46px;
    padding-right: 46px; }
  .d-py-46 {
    padding-top: 46px;
    padding-bottom: 46px; }
  .d-pt-46 {
    padding-top: 46px; }
  .d-pb-46 {
    padding-bottom: 46px; }
  .d-pr-46 {
    padding-right: 46px; }
  .d-pl-46 {
    padding-left: 46px; }
  .d-mx-46 {
    margin-left: 46px;
    margin-right: 46px; }
  .d-my-46 {
    margin-top: 46px;
    margin-bottom: 46px; }
  .d-mt-46 {
    margin-top: 46px; }
  .d-mb-46 {
    margin-bottom: 46px; }
  .d-mr-46 {
    margin-right: 46px; }
  .d-ml-46 {
    margin-left: 46px; }
  .d-px-47 {
    padding-left: 47px;
    padding-right: 47px; }
  .d-py-47 {
    padding-top: 47px;
    padding-bottom: 47px; }
  .d-pt-47 {
    padding-top: 47px; }
  .d-pb-47 {
    padding-bottom: 47px; }
  .d-pr-47 {
    padding-right: 47px; }
  .d-pl-47 {
    padding-left: 47px; }
  .d-mx-47 {
    margin-left: 47px;
    margin-right: 47px; }
  .d-my-47 {
    margin-top: 47px;
    margin-bottom: 47px; }
  .d-mt-47 {
    margin-top: 47px; }
  .d-mb-47 {
    margin-bottom: 47px; }
  .d-mr-47 {
    margin-right: 47px; }
  .d-ml-47 {
    margin-left: 47px; }
  .d-px-48 {
    padding-left: 48px;
    padding-right: 48px; }
  .d-py-48 {
    padding-top: 48px;
    padding-bottom: 48px; }
  .d-pt-48 {
    padding-top: 48px; }
  .d-pb-48 {
    padding-bottom: 48px; }
  .d-pr-48 {
    padding-right: 48px; }
  .d-pl-48 {
    padding-left: 48px; }
  .d-mx-48 {
    margin-left: 48px;
    margin-right: 48px; }
  .d-my-48 {
    margin-top: 48px;
    margin-bottom: 48px; }
  .d-mt-48 {
    margin-top: 48px; }
  .d-mb-48 {
    margin-bottom: 48px; }
  .d-mr-48 {
    margin-right: 48px; }
  .d-ml-48 {
    margin-left: 48px; }
  .d-px-49 {
    padding-left: 49px;
    padding-right: 49px; }
  .d-py-49 {
    padding-top: 49px;
    padding-bottom: 49px; }
  .d-pt-49 {
    padding-top: 49px; }
  .d-pb-49 {
    padding-bottom: 49px; }
  .d-pr-49 {
    padding-right: 49px; }
  .d-pl-49 {
    padding-left: 49px; }
  .d-mx-49 {
    margin-left: 49px;
    margin-right: 49px; }
  .d-my-49 {
    margin-top: 49px;
    margin-bottom: 49px; }
  .d-mt-49 {
    margin-top: 49px; }
  .d-mb-49 {
    margin-bottom: 49px; }
  .d-mr-49 {
    margin-right: 49px; }
  .d-ml-49 {
    margin-left: 49px; }
  .d-px-50 {
    padding-left: 50px;
    padding-right: 50px; }
  .d-py-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .d-pt-50 {
    padding-top: 50px; }
  .d-pb-50 {
    padding-bottom: 50px; }
  .d-pr-50 {
    padding-right: 50px; }
  .d-pl-50 {
    padding-left: 50px; }
  .d-mx-50 {
    margin-left: 50px;
    margin-right: 50px; }
  .d-my-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .d-mt-50 {
    margin-top: 50px; }
  .d-mb-50 {
    margin-bottom: 50px; }
  .d-mr-50 {
    margin-right: 50px; }
  .d-ml-50 {
    margin-left: 50px; }
  .d-px-51 {
    padding-left: 51px;
    padding-right: 51px; }
  .d-py-51 {
    padding-top: 51px;
    padding-bottom: 51px; }
  .d-pt-51 {
    padding-top: 51px; }
  .d-pb-51 {
    padding-bottom: 51px; }
  .d-pr-51 {
    padding-right: 51px; }
  .d-pl-51 {
    padding-left: 51px; }
  .d-mx-51 {
    margin-left: 51px;
    margin-right: 51px; }
  .d-my-51 {
    margin-top: 51px;
    margin-bottom: 51px; }
  .d-mt-51 {
    margin-top: 51px; }
  .d-mb-51 {
    margin-bottom: 51px; }
  .d-mr-51 {
    margin-right: 51px; }
  .d-ml-51 {
    margin-left: 51px; }
  .d-px-52 {
    padding-left: 52px;
    padding-right: 52px; }
  .d-py-52 {
    padding-top: 52px;
    padding-bottom: 52px; }
  .d-pt-52 {
    padding-top: 52px; }
  .d-pb-52 {
    padding-bottom: 52px; }
  .d-pr-52 {
    padding-right: 52px; }
  .d-pl-52 {
    padding-left: 52px; }
  .d-mx-52 {
    margin-left: 52px;
    margin-right: 52px; }
  .d-my-52 {
    margin-top: 52px;
    margin-bottom: 52px; }
  .d-mt-52 {
    margin-top: 52px; }
  .d-mb-52 {
    margin-bottom: 52px; }
  .d-mr-52 {
    margin-right: 52px; }
  .d-ml-52 {
    margin-left: 52px; }
  .d-px-53 {
    padding-left: 53px;
    padding-right: 53px; }
  .d-py-53 {
    padding-top: 53px;
    padding-bottom: 53px; }
  .d-pt-53 {
    padding-top: 53px; }
  .d-pb-53 {
    padding-bottom: 53px; }
  .d-pr-53 {
    padding-right: 53px; }
  .d-pl-53 {
    padding-left: 53px; }
  .d-mx-53 {
    margin-left: 53px;
    margin-right: 53px; }
  .d-my-53 {
    margin-top: 53px;
    margin-bottom: 53px; }
  .d-mt-53 {
    margin-top: 53px; }
  .d-mb-53 {
    margin-bottom: 53px; }
  .d-mr-53 {
    margin-right: 53px; }
  .d-ml-53 {
    margin-left: 53px; }
  .d-px-54 {
    padding-left: 54px;
    padding-right: 54px; }
  .d-py-54 {
    padding-top: 54px;
    padding-bottom: 54px; }
  .d-pt-54 {
    padding-top: 54px; }
  .d-pb-54 {
    padding-bottom: 54px; }
  .d-pr-54 {
    padding-right: 54px; }
  .d-pl-54 {
    padding-left: 54px; }
  .d-mx-54 {
    margin-left: 54px;
    margin-right: 54px; }
  .d-my-54 {
    margin-top: 54px;
    margin-bottom: 54px; }
  .d-mt-54 {
    margin-top: 54px; }
  .d-mb-54 {
    margin-bottom: 54px; }
  .d-mr-54 {
    margin-right: 54px; }
  .d-ml-54 {
    margin-left: 54px; }
  .d-px-55 {
    padding-left: 55px;
    padding-right: 55px; }
  .d-py-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  .d-pt-55 {
    padding-top: 55px; }
  .d-pb-55 {
    padding-bottom: 55px; }
  .d-pr-55 {
    padding-right: 55px; }
  .d-pl-55 {
    padding-left: 55px; }
  .d-mx-55 {
    margin-left: 55px;
    margin-right: 55px; }
  .d-my-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  .d-mt-55 {
    margin-top: 55px; }
  .d-mb-55 {
    margin-bottom: 55px; }
  .d-mr-55 {
    margin-right: 55px; }
  .d-ml-55 {
    margin-left: 55px; }
  .d-px-56 {
    padding-left: 56px;
    padding-right: 56px; }
  .d-py-56 {
    padding-top: 56px;
    padding-bottom: 56px; }
  .d-pt-56 {
    padding-top: 56px; }
  .d-pb-56 {
    padding-bottom: 56px; }
  .d-pr-56 {
    padding-right: 56px; }
  .d-pl-56 {
    padding-left: 56px; }
  .d-mx-56 {
    margin-left: 56px;
    margin-right: 56px; }
  .d-my-56 {
    margin-top: 56px;
    margin-bottom: 56px; }
  .d-mt-56 {
    margin-top: 56px; }
  .d-mb-56 {
    margin-bottom: 56px; }
  .d-mr-56 {
    margin-right: 56px; }
  .d-ml-56 {
    margin-left: 56px; }
  .d-px-57 {
    padding-left: 57px;
    padding-right: 57px; }
  .d-py-57 {
    padding-top: 57px;
    padding-bottom: 57px; }
  .d-pt-57 {
    padding-top: 57px; }
  .d-pb-57 {
    padding-bottom: 57px; }
  .d-pr-57 {
    padding-right: 57px; }
  .d-pl-57 {
    padding-left: 57px; }
  .d-mx-57 {
    margin-left: 57px;
    margin-right: 57px; }
  .d-my-57 {
    margin-top: 57px;
    margin-bottom: 57px; }
  .d-mt-57 {
    margin-top: 57px; }
  .d-mb-57 {
    margin-bottom: 57px; }
  .d-mr-57 {
    margin-right: 57px; }
  .d-ml-57 {
    margin-left: 57px; }
  .d-px-58 {
    padding-left: 58px;
    padding-right: 58px; }
  .d-py-58 {
    padding-top: 58px;
    padding-bottom: 58px; }
  .d-pt-58 {
    padding-top: 58px; }
  .d-pb-58 {
    padding-bottom: 58px; }
  .d-pr-58 {
    padding-right: 58px; }
  .d-pl-58 {
    padding-left: 58px; }
  .d-mx-58 {
    margin-left: 58px;
    margin-right: 58px; }
  .d-my-58 {
    margin-top: 58px;
    margin-bottom: 58px; }
  .d-mt-58 {
    margin-top: 58px; }
  .d-mb-58 {
    margin-bottom: 58px; }
  .d-mr-58 {
    margin-right: 58px; }
  .d-ml-58 {
    margin-left: 58px; }
  .d-px-59 {
    padding-left: 59px;
    padding-right: 59px; }
  .d-py-59 {
    padding-top: 59px;
    padding-bottom: 59px; }
  .d-pt-59 {
    padding-top: 59px; }
  .d-pb-59 {
    padding-bottom: 59px; }
  .d-pr-59 {
    padding-right: 59px; }
  .d-pl-59 {
    padding-left: 59px; }
  .d-mx-59 {
    margin-left: 59px;
    margin-right: 59px; }
  .d-my-59 {
    margin-top: 59px;
    margin-bottom: 59px; }
  .d-mt-59 {
    margin-top: 59px; }
  .d-mb-59 {
    margin-bottom: 59px; }
  .d-mr-59 {
    margin-right: 59px; }
  .d-ml-59 {
    margin-left: 59px; }
  .d-px-60 {
    padding-left: 60px;
    padding-right: 60px; }
  .d-py-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .d-pt-60 {
    padding-top: 60px; }
  .d-pb-60 {
    padding-bottom: 60px; }
  .d-pr-60 {
    padding-right: 60px; }
  .d-pl-60 {
    padding-left: 60px; }
  .d-mx-60 {
    margin-left: 60px;
    margin-right: 60px; }
  .d-my-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .d-mt-60 {
    margin-top: 60px; }
  .d-mb-60 {
    margin-bottom: 60px; }
  .d-mr-60 {
    margin-right: 60px; }
  .d-ml-60 {
    margin-left: 60px; }
  .d-px-61 {
    padding-left: 61px;
    padding-right: 61px; }
  .d-py-61 {
    padding-top: 61px;
    padding-bottom: 61px; }
  .d-pt-61 {
    padding-top: 61px; }
  .d-pb-61 {
    padding-bottom: 61px; }
  .d-pr-61 {
    padding-right: 61px; }
  .d-pl-61 {
    padding-left: 61px; }
  .d-mx-61 {
    margin-left: 61px;
    margin-right: 61px; }
  .d-my-61 {
    margin-top: 61px;
    margin-bottom: 61px; }
  .d-mt-61 {
    margin-top: 61px; }
  .d-mb-61 {
    margin-bottom: 61px; }
  .d-mr-61 {
    margin-right: 61px; }
  .d-ml-61 {
    margin-left: 61px; }
  .d-px-62 {
    padding-left: 62px;
    padding-right: 62px; }
  .d-py-62 {
    padding-top: 62px;
    padding-bottom: 62px; }
  .d-pt-62 {
    padding-top: 62px; }
  .d-pb-62 {
    padding-bottom: 62px; }
  .d-pr-62 {
    padding-right: 62px; }
  .d-pl-62 {
    padding-left: 62px; }
  .d-mx-62 {
    margin-left: 62px;
    margin-right: 62px; }
  .d-my-62 {
    margin-top: 62px;
    margin-bottom: 62px; }
  .d-mt-62 {
    margin-top: 62px; }
  .d-mb-62 {
    margin-bottom: 62px; }
  .d-mr-62 {
    margin-right: 62px; }
  .d-ml-62 {
    margin-left: 62px; }
  .d-px-63 {
    padding-left: 63px;
    padding-right: 63px; }
  .d-py-63 {
    padding-top: 63px;
    padding-bottom: 63px; }
  .d-pt-63 {
    padding-top: 63px; }
  .d-pb-63 {
    padding-bottom: 63px; }
  .d-pr-63 {
    padding-right: 63px; }
  .d-pl-63 {
    padding-left: 63px; }
  .d-mx-63 {
    margin-left: 63px;
    margin-right: 63px; }
  .d-my-63 {
    margin-top: 63px;
    margin-bottom: 63px; }
  .d-mt-63 {
    margin-top: 63px; }
  .d-mb-63 {
    margin-bottom: 63px; }
  .d-mr-63 {
    margin-right: 63px; }
  .d-ml-63 {
    margin-left: 63px; }
  .d-px-64 {
    padding-left: 64px;
    padding-right: 64px; }
  .d-py-64 {
    padding-top: 64px;
    padding-bottom: 64px; }
  .d-pt-64 {
    padding-top: 64px; }
  .d-pb-64 {
    padding-bottom: 64px; }
  .d-pr-64 {
    padding-right: 64px; }
  .d-pl-64 {
    padding-left: 64px; }
  .d-mx-64 {
    margin-left: 64px;
    margin-right: 64px; }
  .d-my-64 {
    margin-top: 64px;
    margin-bottom: 64px; }
  .d-mt-64 {
    margin-top: 64px; }
  .d-mb-64 {
    margin-bottom: 64px; }
  .d-mr-64 {
    margin-right: 64px; }
  .d-ml-64 {
    margin-left: 64px; }
  .d-px-65 {
    padding-left: 65px;
    padding-right: 65px; }
  .d-py-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  .d-pt-65 {
    padding-top: 65px; }
  .d-pb-65 {
    padding-bottom: 65px; }
  .d-pr-65 {
    padding-right: 65px; }
  .d-pl-65 {
    padding-left: 65px; }
  .d-mx-65 {
    margin-left: 65px;
    margin-right: 65px; }
  .d-my-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  .d-mt-65 {
    margin-top: 65px; }
  .d-mb-65 {
    margin-bottom: 65px; }
  .d-mr-65 {
    margin-right: 65px; }
  .d-ml-65 {
    margin-left: 65px; }
  .d-px-66 {
    padding-left: 66px;
    padding-right: 66px; }
  .d-py-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .d-pt-66 {
    padding-top: 66px; }
  .d-pb-66 {
    padding-bottom: 66px; }
  .d-pr-66 {
    padding-right: 66px; }
  .d-pl-66 {
    padding-left: 66px; }
  .d-mx-66 {
    margin-left: 66px;
    margin-right: 66px; }
  .d-my-66 {
    margin-top: 66px;
    margin-bottom: 66px; }
  .d-mt-66 {
    margin-top: 66px; }
  .d-mb-66 {
    margin-bottom: 66px; }
  .d-mr-66 {
    margin-right: 66px; }
  .d-ml-66 {
    margin-left: 66px; }
  .d-px-67 {
    padding-left: 67px;
    padding-right: 67px; }
  .d-py-67 {
    padding-top: 67px;
    padding-bottom: 67px; }
  .d-pt-67 {
    padding-top: 67px; }
  .d-pb-67 {
    padding-bottom: 67px; }
  .d-pr-67 {
    padding-right: 67px; }
  .d-pl-67 {
    padding-left: 67px; }
  .d-mx-67 {
    margin-left: 67px;
    margin-right: 67px; }
  .d-my-67 {
    margin-top: 67px;
    margin-bottom: 67px; }
  .d-mt-67 {
    margin-top: 67px; }
  .d-mb-67 {
    margin-bottom: 67px; }
  .d-mr-67 {
    margin-right: 67px; }
  .d-ml-67 {
    margin-left: 67px; }
  .d-px-68 {
    padding-left: 68px;
    padding-right: 68px; }
  .d-py-68 {
    padding-top: 68px;
    padding-bottom: 68px; }
  .d-pt-68 {
    padding-top: 68px; }
  .d-pb-68 {
    padding-bottom: 68px; }
  .d-pr-68 {
    padding-right: 68px; }
  .d-pl-68 {
    padding-left: 68px; }
  .d-mx-68 {
    margin-left: 68px;
    margin-right: 68px; }
  .d-my-68 {
    margin-top: 68px;
    margin-bottom: 68px; }
  .d-mt-68 {
    margin-top: 68px; }
  .d-mb-68 {
    margin-bottom: 68px; }
  .d-mr-68 {
    margin-right: 68px; }
  .d-ml-68 {
    margin-left: 68px; }
  .d-px-69 {
    padding-left: 69px;
    padding-right: 69px; }
  .d-py-69 {
    padding-top: 69px;
    padding-bottom: 69px; }
  .d-pt-69 {
    padding-top: 69px; }
  .d-pb-69 {
    padding-bottom: 69px; }
  .d-pr-69 {
    padding-right: 69px; }
  .d-pl-69 {
    padding-left: 69px; }
  .d-mx-69 {
    margin-left: 69px;
    margin-right: 69px; }
  .d-my-69 {
    margin-top: 69px;
    margin-bottom: 69px; }
  .d-mt-69 {
    margin-top: 69px; }
  .d-mb-69 {
    margin-bottom: 69px; }
  .d-mr-69 {
    margin-right: 69px; }
  .d-ml-69 {
    margin-left: 69px; }
  .d-px-70 {
    padding-left: 70px;
    padding-right: 70px; }
  .d-py-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .d-pt-70 {
    padding-top: 70px; }
  .d-pb-70 {
    padding-bottom: 70px; }
  .d-pr-70 {
    padding-right: 70px; }
  .d-pl-70 {
    padding-left: 70px; }
  .d-mx-70 {
    margin-left: 70px;
    margin-right: 70px; }
  .d-my-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .d-mt-70 {
    margin-top: 70px; }
  .d-mb-70 {
    margin-bottom: 70px; }
  .d-mr-70 {
    margin-right: 70px; }
  .d-ml-70 {
    margin-left: 70px; }
  .d-px-71 {
    padding-left: 71px;
    padding-right: 71px; }
  .d-py-71 {
    padding-top: 71px;
    padding-bottom: 71px; }
  .d-pt-71 {
    padding-top: 71px; }
  .d-pb-71 {
    padding-bottom: 71px; }
  .d-pr-71 {
    padding-right: 71px; }
  .d-pl-71 {
    padding-left: 71px; }
  .d-mx-71 {
    margin-left: 71px;
    margin-right: 71px; }
  .d-my-71 {
    margin-top: 71px;
    margin-bottom: 71px; }
  .d-mt-71 {
    margin-top: 71px; }
  .d-mb-71 {
    margin-bottom: 71px; }
  .d-mr-71 {
    margin-right: 71px; }
  .d-ml-71 {
    margin-left: 71px; }
  .d-px-72 {
    padding-left: 72px;
    padding-right: 72px; }
  .d-py-72 {
    padding-top: 72px;
    padding-bottom: 72px; }
  .d-pt-72 {
    padding-top: 72px; }
  .d-pb-72 {
    padding-bottom: 72px; }
  .d-pr-72 {
    padding-right: 72px; }
  .d-pl-72 {
    padding-left: 72px; }
  .d-mx-72 {
    margin-left: 72px;
    margin-right: 72px; }
  .d-my-72 {
    margin-top: 72px;
    margin-bottom: 72px; }
  .d-mt-72 {
    margin-top: 72px; }
  .d-mb-72 {
    margin-bottom: 72px; }
  .d-mr-72 {
    margin-right: 72px; }
  .d-ml-72 {
    margin-left: 72px; }
  .d-px-73 {
    padding-left: 73px;
    padding-right: 73px; }
  .d-py-73 {
    padding-top: 73px;
    padding-bottom: 73px; }
  .d-pt-73 {
    padding-top: 73px; }
  .d-pb-73 {
    padding-bottom: 73px; }
  .d-pr-73 {
    padding-right: 73px; }
  .d-pl-73 {
    padding-left: 73px; }
  .d-mx-73 {
    margin-left: 73px;
    margin-right: 73px; }
  .d-my-73 {
    margin-top: 73px;
    margin-bottom: 73px; }
  .d-mt-73 {
    margin-top: 73px; }
  .d-mb-73 {
    margin-bottom: 73px; }
  .d-mr-73 {
    margin-right: 73px; }
  .d-ml-73 {
    margin-left: 73px; }
  .d-px-74 {
    padding-left: 74px;
    padding-right: 74px; }
  .d-py-74 {
    padding-top: 74px;
    padding-bottom: 74px; }
  .d-pt-74 {
    padding-top: 74px; }
  .d-pb-74 {
    padding-bottom: 74px; }
  .d-pr-74 {
    padding-right: 74px; }
  .d-pl-74 {
    padding-left: 74px; }
  .d-mx-74 {
    margin-left: 74px;
    margin-right: 74px; }
  .d-my-74 {
    margin-top: 74px;
    margin-bottom: 74px; }
  .d-mt-74 {
    margin-top: 74px; }
  .d-mb-74 {
    margin-bottom: 74px; }
  .d-mr-74 {
    margin-right: 74px; }
  .d-ml-74 {
    margin-left: 74px; }
  .d-px-75 {
    padding-left: 75px;
    padding-right: 75px; }
  .d-py-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .d-pt-75 {
    padding-top: 75px; }
  .d-pb-75 {
    padding-bottom: 75px; }
  .d-pr-75 {
    padding-right: 75px; }
  .d-pl-75 {
    padding-left: 75px; }
  .d-mx-75 {
    margin-left: 75px;
    margin-right: 75px; }
  .d-my-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  .d-mt-75 {
    margin-top: 75px; }
  .d-mb-75 {
    margin-bottom: 75px; }
  .d-mr-75 {
    margin-right: 75px; }
  .d-ml-75 {
    margin-left: 75px; }
  .d-px-76 {
    padding-left: 76px;
    padding-right: 76px; }
  .d-py-76 {
    padding-top: 76px;
    padding-bottom: 76px; }
  .d-pt-76 {
    padding-top: 76px; }
  .d-pb-76 {
    padding-bottom: 76px; }
  .d-pr-76 {
    padding-right: 76px; }
  .d-pl-76 {
    padding-left: 76px; }
  .d-mx-76 {
    margin-left: 76px;
    margin-right: 76px; }
  .d-my-76 {
    margin-top: 76px;
    margin-bottom: 76px; }
  .d-mt-76 {
    margin-top: 76px; }
  .d-mb-76 {
    margin-bottom: 76px; }
  .d-mr-76 {
    margin-right: 76px; }
  .d-ml-76 {
    margin-left: 76px; }
  .d-px-77 {
    padding-left: 77px;
    padding-right: 77px; }
  .d-py-77 {
    padding-top: 77px;
    padding-bottom: 77px; }
  .d-pt-77 {
    padding-top: 77px; }
  .d-pb-77 {
    padding-bottom: 77px; }
  .d-pr-77 {
    padding-right: 77px; }
  .d-pl-77 {
    padding-left: 77px; }
  .d-mx-77 {
    margin-left: 77px;
    margin-right: 77px; }
  .d-my-77 {
    margin-top: 77px;
    margin-bottom: 77px; }
  .d-mt-77 {
    margin-top: 77px; }
  .d-mb-77 {
    margin-bottom: 77px; }
  .d-mr-77 {
    margin-right: 77px; }
  .d-ml-77 {
    margin-left: 77px; }
  .d-px-78 {
    padding-left: 78px;
    padding-right: 78px; }
  .d-py-78 {
    padding-top: 78px;
    padding-bottom: 78px; }
  .d-pt-78 {
    padding-top: 78px; }
  .d-pb-78 {
    padding-bottom: 78px; }
  .d-pr-78 {
    padding-right: 78px; }
  .d-pl-78 {
    padding-left: 78px; }
  .d-mx-78 {
    margin-left: 78px;
    margin-right: 78px; }
  .d-my-78 {
    margin-top: 78px;
    margin-bottom: 78px; }
  .d-mt-78 {
    margin-top: 78px; }
  .d-mb-78 {
    margin-bottom: 78px; }
  .d-mr-78 {
    margin-right: 78px; }
  .d-ml-78 {
    margin-left: 78px; }
  .d-px-79 {
    padding-left: 79px;
    padding-right: 79px; }
  .d-py-79 {
    padding-top: 79px;
    padding-bottom: 79px; }
  .d-pt-79 {
    padding-top: 79px; }
  .d-pb-79 {
    padding-bottom: 79px; }
  .d-pr-79 {
    padding-right: 79px; }
  .d-pl-79 {
    padding-left: 79px; }
  .d-mx-79 {
    margin-left: 79px;
    margin-right: 79px; }
  .d-my-79 {
    margin-top: 79px;
    margin-bottom: 79px; }
  .d-mt-79 {
    margin-top: 79px; }
  .d-mb-79 {
    margin-bottom: 79px; }
  .d-mr-79 {
    margin-right: 79px; }
  .d-ml-79 {
    margin-left: 79px; }
  .d-px-80 {
    padding-left: 80px;
    padding-right: 80px; }
  .d-py-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .d-pt-80 {
    padding-top: 80px; }
  .d-pb-80 {
    padding-bottom: 80px; }
  .d-pr-80 {
    padding-right: 80px; }
  .d-pl-80 {
    padding-left: 80px; }
  .d-mx-80 {
    margin-left: 80px;
    margin-right: 80px; }
  .d-my-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .d-mt-80 {
    margin-top: 80px; }
  .d-mb-80 {
    margin-bottom: 80px; }
  .d-mr-80 {
    margin-right: 80px; }
  .d-ml-80 {
    margin-left: 80px; }
  .d-px-81 {
    padding-left: 81px;
    padding-right: 81px; }
  .d-py-81 {
    padding-top: 81px;
    padding-bottom: 81px; }
  .d-pt-81 {
    padding-top: 81px; }
  .d-pb-81 {
    padding-bottom: 81px; }
  .d-pr-81 {
    padding-right: 81px; }
  .d-pl-81 {
    padding-left: 81px; }
  .d-mx-81 {
    margin-left: 81px;
    margin-right: 81px; }
  .d-my-81 {
    margin-top: 81px;
    margin-bottom: 81px; }
  .d-mt-81 {
    margin-top: 81px; }
  .d-mb-81 {
    margin-bottom: 81px; }
  .d-mr-81 {
    margin-right: 81px; }
  .d-ml-81 {
    margin-left: 81px; }
  .d-px-82 {
    padding-left: 82px;
    padding-right: 82px; }
  .d-py-82 {
    padding-top: 82px;
    padding-bottom: 82px; }
  .d-pt-82 {
    padding-top: 82px; }
  .d-pb-82 {
    padding-bottom: 82px; }
  .d-pr-82 {
    padding-right: 82px; }
  .d-pl-82 {
    padding-left: 82px; }
  .d-mx-82 {
    margin-left: 82px;
    margin-right: 82px; }
  .d-my-82 {
    margin-top: 82px;
    margin-bottom: 82px; }
  .d-mt-82 {
    margin-top: 82px; }
  .d-mb-82 {
    margin-bottom: 82px; }
  .d-mr-82 {
    margin-right: 82px; }
  .d-ml-82 {
    margin-left: 82px; }
  .d-px-83 {
    padding-left: 83px;
    padding-right: 83px; }
  .d-py-83 {
    padding-top: 83px;
    padding-bottom: 83px; }
  .d-pt-83 {
    padding-top: 83px; }
  .d-pb-83 {
    padding-bottom: 83px; }
  .d-pr-83 {
    padding-right: 83px; }
  .d-pl-83 {
    padding-left: 83px; }
  .d-mx-83 {
    margin-left: 83px;
    margin-right: 83px; }
  .d-my-83 {
    margin-top: 83px;
    margin-bottom: 83px; }
  .d-mt-83 {
    margin-top: 83px; }
  .d-mb-83 {
    margin-bottom: 83px; }
  .d-mr-83 {
    margin-right: 83px; }
  .d-ml-83 {
    margin-left: 83px; }
  .d-px-84 {
    padding-left: 84px;
    padding-right: 84px; }
  .d-py-84 {
    padding-top: 84px;
    padding-bottom: 84px; }
  .d-pt-84 {
    padding-top: 84px; }
  .d-pb-84 {
    padding-bottom: 84px; }
  .d-pr-84 {
    padding-right: 84px; }
  .d-pl-84 {
    padding-left: 84px; }
  .d-mx-84 {
    margin-left: 84px;
    margin-right: 84px; }
  .d-my-84 {
    margin-top: 84px;
    margin-bottom: 84px; }
  .d-mt-84 {
    margin-top: 84px; }
  .d-mb-84 {
    margin-bottom: 84px; }
  .d-mr-84 {
    margin-right: 84px; }
  .d-ml-84 {
    margin-left: 84px; }
  .d-px-85 {
    padding-left: 85px;
    padding-right: 85px; }
  .d-py-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .d-pt-85 {
    padding-top: 85px; }
  .d-pb-85 {
    padding-bottom: 85px; }
  .d-pr-85 {
    padding-right: 85px; }
  .d-pl-85 {
    padding-left: 85px; }
  .d-mx-85 {
    margin-left: 85px;
    margin-right: 85px; }
  .d-my-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  .d-mt-85 {
    margin-top: 85px; }
  .d-mb-85 {
    margin-bottom: 85px; }
  .d-mr-85 {
    margin-right: 85px; }
  .d-ml-85 {
    margin-left: 85px; }
  .d-px-86 {
    padding-left: 86px;
    padding-right: 86px; }
  .d-py-86 {
    padding-top: 86px;
    padding-bottom: 86px; }
  .d-pt-86 {
    padding-top: 86px; }
  .d-pb-86 {
    padding-bottom: 86px; }
  .d-pr-86 {
    padding-right: 86px; }
  .d-pl-86 {
    padding-left: 86px; }
  .d-mx-86 {
    margin-left: 86px;
    margin-right: 86px; }
  .d-my-86 {
    margin-top: 86px;
    margin-bottom: 86px; }
  .d-mt-86 {
    margin-top: 86px; }
  .d-mb-86 {
    margin-bottom: 86px; }
  .d-mr-86 {
    margin-right: 86px; }
  .d-ml-86 {
    margin-left: 86px; }
  .d-px-87 {
    padding-left: 87px;
    padding-right: 87px; }
  .d-py-87 {
    padding-top: 87px;
    padding-bottom: 87px; }
  .d-pt-87 {
    padding-top: 87px; }
  .d-pb-87 {
    padding-bottom: 87px; }
  .d-pr-87 {
    padding-right: 87px; }
  .d-pl-87 {
    padding-left: 87px; }
  .d-mx-87 {
    margin-left: 87px;
    margin-right: 87px; }
  .d-my-87 {
    margin-top: 87px;
    margin-bottom: 87px; }
  .d-mt-87 {
    margin-top: 87px; }
  .d-mb-87 {
    margin-bottom: 87px; }
  .d-mr-87 {
    margin-right: 87px; }
  .d-ml-87 {
    margin-left: 87px; }
  .d-px-88 {
    padding-left: 88px;
    padding-right: 88px; }
  .d-py-88 {
    padding-top: 88px;
    padding-bottom: 88px; }
  .d-pt-88 {
    padding-top: 88px; }
  .d-pb-88 {
    padding-bottom: 88px; }
  .d-pr-88 {
    padding-right: 88px; }
  .d-pl-88 {
    padding-left: 88px; }
  .d-mx-88 {
    margin-left: 88px;
    margin-right: 88px; }
  .d-my-88 {
    margin-top: 88px;
    margin-bottom: 88px; }
  .d-mt-88 {
    margin-top: 88px; }
  .d-mb-88 {
    margin-bottom: 88px; }
  .d-mr-88 {
    margin-right: 88px; }
  .d-ml-88 {
    margin-left: 88px; }
  .d-px-89 {
    padding-left: 89px;
    padding-right: 89px; }
  .d-py-89 {
    padding-top: 89px;
    padding-bottom: 89px; }
  .d-pt-89 {
    padding-top: 89px; }
  .d-pb-89 {
    padding-bottom: 89px; }
  .d-pr-89 {
    padding-right: 89px; }
  .d-pl-89 {
    padding-left: 89px; }
  .d-mx-89 {
    margin-left: 89px;
    margin-right: 89px; }
  .d-my-89 {
    margin-top: 89px;
    margin-bottom: 89px; }
  .d-mt-89 {
    margin-top: 89px; }
  .d-mb-89 {
    margin-bottom: 89px; }
  .d-mr-89 {
    margin-right: 89px; }
  .d-ml-89 {
    margin-left: 89px; }
  .d-px-90 {
    padding-left: 90px;
    padding-right: 90px; }
  .d-py-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .d-pt-90 {
    padding-top: 90px; }
  .d-pb-90 {
    padding-bottom: 90px; }
  .d-pr-90 {
    padding-right: 90px; }
  .d-pl-90 {
    padding-left: 90px; }
  .d-mx-90 {
    margin-left: 90px;
    margin-right: 90px; }
  .d-my-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .d-mt-90 {
    margin-top: 90px; }
  .d-mb-90 {
    margin-bottom: 90px; }
  .d-mr-90 {
    margin-right: 90px; }
  .d-ml-90 {
    margin-left: 90px; }
  .d-px-91 {
    padding-left: 91px;
    padding-right: 91px; }
  .d-py-91 {
    padding-top: 91px;
    padding-bottom: 91px; }
  .d-pt-91 {
    padding-top: 91px; }
  .d-pb-91 {
    padding-bottom: 91px; }
  .d-pr-91 {
    padding-right: 91px; }
  .d-pl-91 {
    padding-left: 91px; }
  .d-mx-91 {
    margin-left: 91px;
    margin-right: 91px; }
  .d-my-91 {
    margin-top: 91px;
    margin-bottom: 91px; }
  .d-mt-91 {
    margin-top: 91px; }
  .d-mb-91 {
    margin-bottom: 91px; }
  .d-mr-91 {
    margin-right: 91px; }
  .d-ml-91 {
    margin-left: 91px; }
  .d-px-92 {
    padding-left: 92px;
    padding-right: 92px; }
  .d-py-92 {
    padding-top: 92px;
    padding-bottom: 92px; }
  .d-pt-92 {
    padding-top: 92px; }
  .d-pb-92 {
    padding-bottom: 92px; }
  .d-pr-92 {
    padding-right: 92px; }
  .d-pl-92 {
    padding-left: 92px; }
  .d-mx-92 {
    margin-left: 92px;
    margin-right: 92px; }
  .d-my-92 {
    margin-top: 92px;
    margin-bottom: 92px; }
  .d-mt-92 {
    margin-top: 92px; }
  .d-mb-92 {
    margin-bottom: 92px; }
  .d-mr-92 {
    margin-right: 92px; }
  .d-ml-92 {
    margin-left: 92px; }
  .d-px-93 {
    padding-left: 93px;
    padding-right: 93px; }
  .d-py-93 {
    padding-top: 93px;
    padding-bottom: 93px; }
  .d-pt-93 {
    padding-top: 93px; }
  .d-pb-93 {
    padding-bottom: 93px; }
  .d-pr-93 {
    padding-right: 93px; }
  .d-pl-93 {
    padding-left: 93px; }
  .d-mx-93 {
    margin-left: 93px;
    margin-right: 93px; }
  .d-my-93 {
    margin-top: 93px;
    margin-bottom: 93px; }
  .d-mt-93 {
    margin-top: 93px; }
  .d-mb-93 {
    margin-bottom: 93px; }
  .d-mr-93 {
    margin-right: 93px; }
  .d-ml-93 {
    margin-left: 93px; }
  .d-px-94 {
    padding-left: 94px;
    padding-right: 94px; }
  .d-py-94 {
    padding-top: 94px;
    padding-bottom: 94px; }
  .d-pt-94 {
    padding-top: 94px; }
  .d-pb-94 {
    padding-bottom: 94px; }
  .d-pr-94 {
    padding-right: 94px; }
  .d-pl-94 {
    padding-left: 94px; }
  .d-mx-94 {
    margin-left: 94px;
    margin-right: 94px; }
  .d-my-94 {
    margin-top: 94px;
    margin-bottom: 94px; }
  .d-mt-94 {
    margin-top: 94px; }
  .d-mb-94 {
    margin-bottom: 94px; }
  .d-mr-94 {
    margin-right: 94px; }
  .d-ml-94 {
    margin-left: 94px; }
  .d-px-95 {
    padding-left: 95px;
    padding-right: 95px; }
  .d-py-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .d-pt-95 {
    padding-top: 95px; }
  .d-pb-95 {
    padding-bottom: 95px; }
  .d-pr-95 {
    padding-right: 95px; }
  .d-pl-95 {
    padding-left: 95px; }
  .d-mx-95 {
    margin-left: 95px;
    margin-right: 95px; }
  .d-my-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  .d-mt-95 {
    margin-top: 95px; }
  .d-mb-95 {
    margin-bottom: 95px; }
  .d-mr-95 {
    margin-right: 95px; }
  .d-ml-95 {
    margin-left: 95px; }
  .d-px-96 {
    padding-left: 96px;
    padding-right: 96px; }
  .d-py-96 {
    padding-top: 96px;
    padding-bottom: 96px; }
  .d-pt-96 {
    padding-top: 96px; }
  .d-pb-96 {
    padding-bottom: 96px; }
  .d-pr-96 {
    padding-right: 96px; }
  .d-pl-96 {
    padding-left: 96px; }
  .d-mx-96 {
    margin-left: 96px;
    margin-right: 96px; }
  .d-my-96 {
    margin-top: 96px;
    margin-bottom: 96px; }
  .d-mt-96 {
    margin-top: 96px; }
  .d-mb-96 {
    margin-bottom: 96px; }
  .d-mr-96 {
    margin-right: 96px; }
  .d-ml-96 {
    margin-left: 96px; }
  .d-px-97 {
    padding-left: 97px;
    padding-right: 97px; }
  .d-py-97 {
    padding-top: 97px;
    padding-bottom: 97px; }
  .d-pt-97 {
    padding-top: 97px; }
  .d-pb-97 {
    padding-bottom: 97px; }
  .d-pr-97 {
    padding-right: 97px; }
  .d-pl-97 {
    padding-left: 97px; }
  .d-mx-97 {
    margin-left: 97px;
    margin-right: 97px; }
  .d-my-97 {
    margin-top: 97px;
    margin-bottom: 97px; }
  .d-mt-97 {
    margin-top: 97px; }
  .d-mb-97 {
    margin-bottom: 97px; }
  .d-mr-97 {
    margin-right: 97px; }
  .d-ml-97 {
    margin-left: 97px; }
  .d-px-98 {
    padding-left: 98px;
    padding-right: 98px; }
  .d-py-98 {
    padding-top: 98px;
    padding-bottom: 98px; }
  .d-pt-98 {
    padding-top: 98px; }
  .d-pb-98 {
    padding-bottom: 98px; }
  .d-pr-98 {
    padding-right: 98px; }
  .d-pl-98 {
    padding-left: 98px; }
  .d-mx-98 {
    margin-left: 98px;
    margin-right: 98px; }
  .d-my-98 {
    margin-top: 98px;
    margin-bottom: 98px; }
  .d-mt-98 {
    margin-top: 98px; }
  .d-mb-98 {
    margin-bottom: 98px; }
  .d-mr-98 {
    margin-right: 98px; }
  .d-ml-98 {
    margin-left: 98px; }
  .d-px-99 {
    padding-left: 99px;
    padding-right: 99px; }
  .d-py-99 {
    padding-top: 99px;
    padding-bottom: 99px; }
  .d-pt-99 {
    padding-top: 99px; }
  .d-pb-99 {
    padding-bottom: 99px; }
  .d-pr-99 {
    padding-right: 99px; }
  .d-pl-99 {
    padding-left: 99px; }
  .d-mx-99 {
    margin-left: 99px;
    margin-right: 99px; }
  .d-my-99 {
    margin-top: 99px;
    margin-bottom: 99px; }
  .d-mt-99 {
    margin-top: 99px; }
  .d-mb-99 {
    margin-bottom: 99px; }
  .d-mr-99 {
    margin-right: 99px; }
  .d-ml-99 {
    margin-left: 99px; }
  .d-px-100 {
    padding-left: 100px;
    padding-right: 100px; }
  .d-py-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .d-pt-100 {
    padding-top: 100px; }
  .d-pb-100 {
    padding-bottom: 100px; }
  .d-pr-100 {
    padding-right: 100px; }
  .d-pl-100 {
    padding-left: 100px; }
  .d-mx-100 {
    margin-left: 100px;
    margin-right: 100px; }
  .d-my-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  .d-mt-100 {
    margin-top: 100px; }
  .d-mb-100 {
    margin-bottom: 100px; }
  .d-mr-100 {
    margin-right: 100px; }
  .d-ml-100 {
    margin-left: 100px; } }

/* -------------------------------------------------------------
  2.0 Pages
------------------------------------------------------------- */
.footer {
  z-index: 1; }
  .footer-cta {
    padding: 50px 0;
    border-radius: 6px; }
    .footer-cta-container {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #222222));
      background: -webkit-linear-gradient(top, #fff 50%, #222222 50%);
      background: -o-linear-gradient(top, #fff 50%, #222222 50%);
      background: linear-gradient(180deg, #fff 50%, #222222 50%);
      margin-top: 60px; }

footer .footer-top {
  background: #222222;
  color: #fff;
  padding-top: 80px;
  text-align: center; }
  @media (min-width: 1200px) {
    footer .footer-top {
      text-align: left; } }
  footer .footer-top h5 {
    margin-bottom: 20px; }
  footer .footer-top .widget ul {
    list-style: none; }
    footer .footer-top .widget ul li a {
      color: #808080;
      text-decoration: none;
      font-size: 16px;
      line-height: 2; }
      footer .footer-top .widget ul li a:hover {
        color: #fff; }
  footer .footer-top .container .row h4 {
    color: #373737;
    font-weight: bold;
    font-size: 19px; }
  @media (min-width: 1200px) {
    footer .footer-top .container .row .media-left {
      width: 255px; } }
  footer .footer-top .container .row .media-left p {
    font-size: 14px;
    margin-top: 20px; }
  footer .footer-top .container .row .media-body {
    margin-left: 45px;
    padding-top: 57px;
    width: 429px; }
    footer .footer-top .container .row .media-body ul {
      list-style: none;
      -moz-column-count: 3;
      -moz-column-gap: 50px;
      -webkit-column-count: 3;
      -webkit-column-gap: 50px;
      column-count: 3;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
      footer .footer-top .container .row .media-body ul li {
        font-size: 12px; }
  footer .footer-top .container .row .media-right img {
    width: 77px;
    height: 42px;
    border-radius: 5px;
    overflow: hidden; }
  footer .footer-top .container .row .media-right ul {
    padding-top: 10px; }
    footer .footer-top .container .row .media-right ul li {
      display: inline-block;
      margin: 0 5px 5px 0; }

footer .footer-bottom {
  background: #262724;
  color: #f7f7f7;
  font-size: 14px;
  padding: 8px 0; }
  footer .footer-bottom a {
    color: #f7f7f7; }
  footer .footer-bottom .footer-bottom-left {
    float: left;
    font-size: 12px;
    margin: 9px 0 0px; }
    footer .footer-bottom .footer-bottom-left a {
      margin: 0 15px; }
      footer .footer-bottom .footer-bottom-left a:first-child {
        margin-left: 0; }
      footer .footer-bottom .footer-bottom-left a:hover {
        text-decoration: none; }
  footer .footer-bottom .footer-bottom-right {
    float: right;
    font-size: 12px; }
    footer .footer-bottom .footer-bottom-right a {
      margin: 0 9px; }
    footer .footer-bottom .footer-bottom-right img {
      width: 38px; }

.menu-header-menu-container {
  display: none; }
  #cbp-spmenu-s2 .menu-header-menu-container {
    display: block; }
  @media (min-width: 1200px) {
    .menu-header-menu-container {
      display: block; }
      #cbp-spmenu-s2 .menu-header-menu-container {
        display: none; } }

#page article > header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #page article > header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  #page article > header * {
    z-index: 1; }
  #page article > header > a {
    color: #fff; }

.breadcrumbs {
  color: #fff; }
  .breadcrumbs_links ul li {
    display: inline-block; }
    .breadcrumbs_links ul li a {
      color: #fff; }
      .breadcrumbs_links ul li a:hover {
        color: #f58036; }

#main .homepage-intro {
  margin: 25px auto; }
  #main .homepage-intro p {
    margin-bottom: 30px; }
  #main .homepage-intro figure {
    margin-bottom: 30px; }
  @media (min-width: 1200px) {
    #main .homepage-intro {
      width: 920px;
      margin: 75px auto 80px; }
      #main .homepage-intro p {
        margin-bottom: 40px; }
      #main .homepage-intro figure {
        margin-bottom: 55px; } }

#main .homepage-tight-schedule {
  padding-top: 50px;
  padding-bottom: 50px; }
  #main .homepage-tight-schedule a {
    font-weight: 700;
    color: #ef6f38;
    -webkit-box-shadow: none;
            box-shadow: none; }

#main .homepage-expertise {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    #main .homepage-expertise {
      padding-top: 70px;
      padding-bottom: 70px; } }
  #main .homepage-expertise .expertise-border {
    padding: 20px 26px;
    border: 1px solid #c2c2c2;
    border-radius: 6px; }
    #main .homepage-expertise .expertise-border .wp-block-media-text .wp-block-media-text__media {
      width: 24px; }
      #main .homepage-expertise .expertise-border .wp-block-media-text .wp-block-media-text__media svg {
        fill: #f37e43; }
    #main .homepage-expertise .expertise-border .wp-block-media-text .wp-block-media-text__content {
      -webkit-align-self: initial;
          -ms-flex-item-align: initial;
              align-self: initial;
      padding: 0; }
      #main .homepage-expertise .expertise-border .wp-block-media-text .wp-block-media-text__content p {
        margin: 0; }

#main .homepage-howitworks {
  padding: 60px 0 30px; }
  #main .homepage-howitworks .wp-block-columns {
    margin-top: 50px; }
  #main .homepage-howitworks .wp-block-column {
    text-align: center; }
    #main .homepage-howitworks .wp-block-column h5 {
      text-transform: initial;
      padding-top: 30px;
      padding-bottom: 15px; }
    #main .homepage-howitworks .wp-block-column p {
      font-size: 14px;
      width: 215px;
      margin: auto; }
      #main .homepage-howitworks .wp-block-column p a {
        color: #ef6f38;
        font-weight: 700;
        -webkit-box-shadow: none;
                box-shadow: none; }
  #main .homepage-howitworks figure {
    padding: 25px;
    margin: 0;
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    background-color: #ffffff; }
    #main .homepage-howitworks figure svg {
      width: 40px;
      height: 40px;
      fill: #f37e43; }

#main .homepage-comparative-analysis {
  padding: 60px 0; }
  #main .homepage-comparative-analysis .wp-block-table.is-style-stripes {
    border-bottom: none; }
    #main .homepage-comparative-analysis .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #fff; }
    #main .homepage-comparative-analysis .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
      background-color: #f7f3f1; }
  #main .homepage-comparative-analysis table {
    border: 1px solid #ffe6c0;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      #main .homepage-comparative-analysis table {
        margin-bottom: 1.5em; } }
    #main .homepage-comparative-analysis table tr {
      border: initial; }
    #main .homepage-comparative-analysis table thead {
      background-color: #fff6e8; }
    #main .homepage-comparative-analysis table th, #main .homepage-comparative-analysis table td {
      text-align: center;
      padding: 10px 20px; }
      @media (min-width: 1200px) {
        #main .homepage-comparative-analysis table th, #main .homepage-comparative-analysis table td {
          padding-top: 20px;
          padding-bottom: 20px; } }
    #main .homepage-comparative-analysis table th:first-child, #main .homepage-comparative-analysis table td:first-child {
      text-align: left; }
      #main .homepage-comparative-analysis table th:first-child span, #main .homepage-comparative-analysis table td:first-child span {
        margin-right: 7px; }
      @media (min-width: 1200px) {
        #main .homepage-comparative-analysis table th:first-child, #main .homepage-comparative-analysis table td:first-child {
          padding-left: 65px; }
          #main .homepage-comparative-analysis table th:first-child span, #main .homepage-comparative-analysis table td:first-child span {
            margin-right: 30px; } }

#main .about h3,
#main .expertise h3,
#main .how-it-works h3,
#main .home-pricing h3 {
  font-weight: bold;
  font-size: 22px; }

#main .home {
  position: relative; }
  #main .home img {
    width: 100%; }
  #main .home .action-buttons-container {
    position: absolute;
    bottom: 125px;
    width: 100%; }
  #main .home .action-buttons {
    text-align: center;
    margin: 0 auto;
    width: 100%; }
  #main .home .action-buttons button {
    background: #fd7003;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    width: 180px; }
  #main .home .action-buttons button:first-child {
    margin-right: 22px; }
  #main .home .action-buttons button a {
    color: #ffffff; }
    #main .home .action-buttons button a:hover {
      text-decoration: none; }

#main .about {
  position: relative;
  background: #f7f7f7;
  color: #3e3c35; }
  #main .about a {
    color: #fd7003;
    font-weight: bold; }
    #main .about a:hover {
      text-decoration: none; }
  #main .about .container {
    position: relative;
    overflow: hidden; }
  #main .about h3 {
    padding: 70px 0 20px; }
  #main .about .post-content {
    float: left;
    font-size: 16px;
    padding: 0 62px 88px 0;
    width: 558px; }
  #main .about .post-content-featured-image {
    position: absolute;
    top: 0;
    right: -180px; }

#main .expertise {
  padding: 95px 0 0; }
  #main .expertise h3 {
    text-transform: uppercase;
    margin-bottom: 75px; }
    #main .expertise h3 span {
      color: #ffac00; }
  #main .expertise ul {
    list-style: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px; }
    #main .expertise ul li {
      margin-bottom: 72px; }
      #main .expertise ul li img {
        margin-right: 35px; }

#main .testimonial .carousel-inner {
  min-height: 150px; }

#main .testimonial .carousel-indicators {
  margin: inherit; }

#main .testimonial .btn a {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase; }

#main .how-it-works {
  background: #f7f7f7;
  text-align: center;
  padding: 50px 0 0; }
  #main .how-it-works h3 {
    text-transform: uppercase;
    margin-bottom: 75px; }
    #main .how-it-works h3 span {
      color: #ffac00; }
  #main .how-it-works .container p,
  #main .how-it-works .container div {
    display: none;
    margin-right: 85px;
    width: 238px; }
  #main .how-it-works .container p {
    font-weight: bold; }
    #main .how-it-works .container p strong {
      font-family: 'BeVietnamPro';
      font-weight: normal; }
  #main .how-it-works .container div:nth-child(5) {
    margin-right: 0; }
  #main .how-it-works .container div .csColumn {
    width: inherit !important;
    /*Override plugin stle*/ }
  #main .how-it-works .container div:nth-child(-n+5),
  #main .how-it-works .container div:nth-child(-n+5) p:nth-child(-n+2) {
    display: inline-block;
    vertical-align: top; }

#main .home-pricing {
  padding: 74px 0; }
  #main .home-pricing h3 {
    text-transform: uppercase;
    margin-bottom: 50px; }
    #main .home-pricing h3 span {
      color: #ffac00; }

.about-intro {
  margin-top: 40px;
  margin-bottom: 40px; }
  .about-intro h2 {
    text-align: center; }
  .about-intro .wp-block-media-text__media {
    padding: 0 40px;
    margin-bottom: 30px;
    -webkit-align-self: initial;
        -ms-flex-item-align: initial;
            align-self: initial; }
  .about-intro .wp-block-media-text__content {
    padding: 0; }
    .about-intro .wp-block-media-text__content p > strong {
      color: #ef6f38;
      margin-bottom: 30px;
      display: block; }
  @media (min-width: 1200px) {
    .about-intro {
      margin-top: 90px;
      margin-bottom: 90px; }
      .about-intro h2 {
        text-align: left; }
      .about-intro .wp-block-media-text__media {
        padding: 0 75px; } }

.about-naturally {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 50%, #f6f6f6 50%);
  background: -o-linear-gradient(top, #fff 50%, #f6f6f6 50%);
  background: linear-gradient(180deg, #fff 50%, #f6f6f6 50%); }
  .about-naturally .container {
    padding-top: 50px;
    padding-bottom: 35px;
    border-radius: 10px; }
    .about-naturally .container h3 {
      margin-bottom: 16px; }

.about-schedule {
  padding-top: 50px; }
  @media (min-width: 1200px) {
    .about-schedule {
      padding-top: 90px;
      padding-bottom: 50px; }
      .about-schedule .container div > h3 + p {
        margin-bottom: 35px; } }

.about-3-schedule {
  margin-bottom: 90px; }
  .about-3-schedule .wp-block-column {
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden; }
    .about-3-schedule .wp-block-column > p {
      padding: 35px; }
  .about-3-schedule .wp-block-cover {
    padding: 35px 35px 20px; }
  .about-3-schedule h5 {
    display: inline; }

.about-ultimate .wp-block-media-text {
  gap: 70px;
  -webkit-align-content: baseline;
      -ms-flex-line-pack: baseline;
          align-content: baseline; }

.pricing {
  padding-bottom: 73px; }
  .pricing ul {
    margin-left: 26px;
    list-style: none; }
    .pricing ul li {
      float: left;
      background: #f8f8f8;
      text-align: center;
      padding: 55px 0 40px;
      margin: 0 0 35px 39px;
      min-width: 223px; }
      .pricing ul li:nth-child(4n + 1) {
        margin-left: 0; }
      .pricing ul li:first-child {
        margin-left: 0; }
      .pricing ul li .pricingItemTop {
        padding: 0 25px; }
        .pricing ul li .pricingItemTop .pricingItemTopPrice {
          color: #ffac00;
          line-height: 26px;
          font-size: 30px;
          font-weight: bold;
          margin: 0 0 11px; }
        .pricing ul li .pricingItemTop .pricingItemTopDuration {
          font-size: 13px;
          line-height: 13px;
          margin-bottom: 18px; }
          .pricing ul li .pricingItemTop .pricingItemTopDuration span {
            display: none; }
        .pricing ul li .pricingItemTop .pricingItemTopProductType {
          font-size: 18px;
          font-weight: bold;
          text-transform: uppercase; }
      .pricing ul li a {
        display: block;
        color: #373737;
        border: 1px solid #fdbe3a;
        text-transform: uppercase;
        margin: 30px 30px 0;
        padding: 10px 0;
        border-radius: 3px; }
        .pricing ul li a:hover {
          text-decoration: none; }
    .pricing ul .pricingItem hr {
      border-top: 3px solid #F1F1F1; }
  .pricing-package .rate7day {
    position: relative;
    text-align: center; }
    @media (min-width: 1200px) {
      .pricing-package .rate7day {
        min-height: 300px; } }
    .pricing-package .rate7day > img {
      display: none; }
      @media (min-width: 1200px) {
        .pricing-package .rate7day > img {
          display: block; } }
    .pricing-package .rate7day > div {
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background: -webkit-gradient(linear, left top, right top, color-stop(7%, #ef6f38), to(#ff9833));
      background: -webkit-linear-gradient(left, #ef6f38 7%, #ff9833 100%);
      background: -o-linear-gradient(left, #ef6f38 7%, #ff9833 100%);
      background: linear-gradient(90deg, #ef6f38 7%, #ff9833 100%);
      padding: 50px; }
      @media (min-width: 1200px) {
        .pricing-package .rate7day > div {
          position: absolute;
          z-index: 1;
          top: 50%;
          right: 75px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .pricing-package .rate7day .name {
      font-size: 30px;
      color: #ffe6c0;
      text-transform: uppercase; }
    .pricing-package .rate7day .price {
      font-size: 48px;
      margin-top: 20px;
      line-height: 1; }
    .pricing-package .rate7day .btn-arrow-orange {
      margin-top: 20px; }
      .pricing-package .rate7day .btn-arrow-orange > a {
        text-transform: capitalize; }
  .pricing-package .rate-packages {
    margin-top: 45px; }
    .pricing-package .rate-packages h4 {
      color: #fff;
      padding: 15px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 30px; }
    .pricing-package .rate-packages .basic {
      background-color: #ffe6c0;
      color: #212529; }
    .pricing-package .rate-packages .plus {
      background-color: #ef6f38; }
    .pricing-package .rate-packages .pro {
      background-color: #222222; }
    .pricing-package .rate-packages .btn-arrow-orange {
      border: 1px solid #ef6f38;
      border-radius: 6px;
      overflow: hidden;
      margin-top: 20px; }
      .pricing-package .rate-packages .btn-arrow-orange > a {
        text-transform: capitalize; }
    .pricing-package .rate-packages .col-6 > * {
      display: block; }
    .pricing-package .rate-packages strong, .pricing-package .rate-packages span {
      text-align: center; }
    .pricing-package .rate-packages .name {
      color: #ef6f38;
      text-transform: uppercase;
      font-size: 18px; }
    .pricing-package .rate-packages .price {
      color: #222222;
      font-size: 40px;
      margin-top: 20px;
      line-height: 1; }

.login-register {
  margin-bottom: 50px; }
  .login-register .login,
  .login-register .register {
    float: left;
    width: 500px; }
    .login-register .login ul,
    .login-register .register ul {
      list-style: none; }
    .login-register .login h3,
    .login-register .register h3 {
      font-weight: bold;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 95px; }
    .login-register .login label,
    .login-register .login input,
    .login-register .register label,
    .login-register .register input {
      float: left; }
    .login-register .login input,
    .login-register .login select,
    .login-register .register input,
    .login-register .register select {
      margin-bottom: 30px; }
  .login-register .login label {
    text-align: right;
    padding-right: 25px; }
  .login-register .login .alert {
    text-align: center; }
  .login-register .login input {
    width: 370px; }
  .login-register .login input[name="submit"] {
    background: #ffac00;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 0; }
  .login-register .login .forgot-password {
    font-size: 14px;
    font-weight: bold;
    margin-left: 165px; }
    .login-register .login .forgot-password a {
      color: #ffac00; }
  .login-register .register {
    border-left: 1px solid #d8d8d8;
    margin-left: 20px;
    padding-left: 20px; }
    .login-register .register label {
      text-align: right;
      padding-right: 25px;
      width: 160px; }
    .login-register .register input {
      width: 319px; }
    .login-register .register input[name="submit_register"] {
      background: #ffac00;
      float: right;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 4px; }
    .login-register .register h3 {
      color: #ffac00; }
    .login-register .register .error {
      color: #ff0000;
      font-size: 12px;
      margin-left: 160px; }

.forgot-password {
  text-align: center;
  padding-bottom: 110px; }
  .forgot-password h1 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase; }
  .forgot-password form {
    margin: 0 auto;
    width: 500px; }
    .forgot-password form label {
      display: block;
      text-align: left;
      margin: 10px 0 10px 20px; }
    .forgot-password form input {
      display: block;
      border: 1px solid #cccccc;
      border-radius: 5px;
      margin: 0 auto;
      padding: 0 10px;
      width: 470px;
      height: 50px; }
    .forgot-password form input[name="submit"] {
      background: #fd7003;
      text-transform: uppercase;
      margin: 46px auto 0;
      width: 158px;
      height: 39px; }

.contact-form-section {
  color: #ffffff; }
  .contact-form-section > div {
    background-image: url(../jpg/contact-section.jpg);
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 60px; }
    .contact-form-section > div > div {
      margin: 0; }
      .contact-form-section > div > div > div:first-child {
        display: none; }
        @media (min-width: 1200px) {
          .contact-form-section > div > div > div:first-child {
            display: block; } }
  .contact-form-section .nf-after-form-content,
  .contact-form-section .nf-before-form-content {
    display: none; }
  .contact-form-section .nf-form-layout .nf-form-content {
    padding: 30px;
    text-align: center; }
    .contact-form-section .nf-form-layout .nf-form-content .nf-field-container {
      margin-bottom: 10px; }
    .contact-form-section .nf-form-layout .nf-form-content input:not([type=submit]),
    .contact-form-section .nf-form-layout .nf-form-content textarea {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
      border-radius: 8px;
      /* Placeholder text color -- selectors need to be separate to work. */ }
      .contact-form-section .nf-form-layout .nf-form-content input:not([type=submit])::-webkit-input-placeholder,
      .contact-form-section .nf-form-layout .nf-form-content textarea::-webkit-input-placeholder {
        color: #fff; }
      .contact-form-section .nf-form-layout .nf-form-content input:not([type=submit]):-moz-placeholder,
      .contact-form-section .nf-form-layout .nf-form-content textarea:-moz-placeholder {
        color: #fff; }
      .contact-form-section .nf-form-layout .nf-form-content input:not([type=submit])::-moz-placeholder,
      .contact-form-section .nf-form-layout .nf-form-content textarea::-moz-placeholder {
        color: #fff;
        opacity: 1;
        /* Since FF19 lowers the opacity of the placeholder by default */ }
      .contact-form-section .nf-form-layout .nf-form-content input:not([type=submit]):-ms-input-placeholder,
      .contact-form-section .nf-form-layout .nf-form-content textarea:-ms-input-placeholder {
        color: #fff; }
    .contact-form-section .nf-form-layout .nf-form-content .checkbox-container {
      display: inline-block; }
    .contact-form-section .nf-form-layout .nf-form-content .recaptcha-container {
      display: none; }
    .contact-form-section .nf-form-layout .nf-form-content .checkbox-wrap .nf-field-label label {
      color: #fff; }
      .contact-form-section .nf-form-layout .nf-form-content .checkbox-wrap .nf-field-label label:after {
        background: transparent;
        border-color: #fff;
        border-radius: 4px; }
      .contact-form-section .nf-form-layout .nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label:before {
        color: #fff; }
    .contact-form-section .nf-form-layout .nf-form-content .submit-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .contact-form-section .nf-form-layout .nf-form-content .submit-wrap .nf-field-element {
        text-align: center;
        width: auto;
        position: relative; }
        .contact-form-section .nf-form-layout .nf-form-content .submit-wrap .nf-field-element input[type=submit] {
          background-color: #fff;
          color: #000000;
          font-size: 14px;
          padding: 15px 50px 15px 30px;
          font-weight: 400;
          border-radius: 6px;
          letter-spacing: 1.3px; }
        .contact-form-section .nf-form-layout .nf-form-content .submit-wrap .nf-field-element::after {
          content: url(../png/btn-arrow-orange.png);
          width: 16px;
          height: 16px;
          margin-left: 20px;
          display: inline-block !important;
          position: absolute;
          right: 15px;
          top: 15px; }

.contact-form-right-align {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 111, 56, 0.95)), to(rgba(255, 153, 51, 0.95)));
  background-image: -webkit-linear-gradient(left, rgba(239, 111, 56, 0.95) 0%, rgba(255, 153, 51, 0.95) 100%);
  background-image: -o-linear-gradient(left, rgba(239, 111, 56, 0.95) 0%, rgba(255, 153, 51, 0.95) 100%);
  background-image: linear-gradient(to right, rgba(239, 111, 56, 0.95) 0%, rgba(255, 153, 51, 0.95) 100%);
  padding: 30px 0 0; }
  @media (min-width: 1200px) {
    .contact-form-right-align {
      padding: 30px; } }
  .contact-form-right-align > h4 {
    margin-top: 15px; }
  .contact-form-right-align > p {
    margin: 0; }

.contact-form-additional-info .wp-block-columns {
  gap: 25px; }
  @media (min-width: 1200px) {
    .contact-form-additional-info .wp-block-columns {
      gap: 15px; } }

.contact-form-additional-info .wp-block-column {
  position: relative; }
  @media (min-width: 1200px) {
    .contact-form-additional-info .wp-block-column {
      padding-top: 20px;
      padding-bottom: 20px; }
      .contact-form-additional-info .wp-block-column::after {
        content: '';
        background-color: #eaeaea;
        position: absolute;
        top: 0;
        right: -9px;
        height: 100%;
        width: 1px; }
      .contact-form-additional-info .wp-block-column:last-child::after {
        display: none; } }

.contact-form-additional-info .wp-block-media-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  @media (min-width: 1024px) {
    .contact-form-additional-info .wp-block-media-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1200px) {
    .contact-form-additional-info .wp-block-media-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .contact-form-additional-info .wp-block-media-text figure {
    border: 1px solid #c2c2c2;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto; }
    .contact-form-additional-info .wp-block-media-text figure img {
      max-width: 36px; }
  .contact-form-additional-info .wp-block-media-text__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-form-additional-info .wp-block-media-text__content {
        text-align: center; } }
    @media (min-width: 1200px) {
      .contact-form-additional-info .wp-block-media-text__content {
        padding-left: 35px;
        padding-right: 35px; } }
    .contact-form-additional-info .wp-block-media-text__content > p {
      background-color: #ffe1d4;
      margin: 0;
      border-radius: 6px;
      border: 1px solid #ef6f38;
      padding: 5px 10px; }
      .contact-form-additional-info .wp-block-media-text__content > p + p {
        margin-top: 8px; }
      .contact-form-additional-info .wp-block-media-text__content > p a {
        color: #212529; }
        .contact-form-additional-info .wp-block-media-text__content > p a:hover {
          color: #ef6f38; }
      .contact-form-additional-info .wp-block-media-text__content > p sub {
        bottom: 3px; }
  @media (min-width: 1200px) {
    .contact-form-additional-info .wp-block-media-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }

.page-contact-us h1 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 34px; }
  @media (min-width: 1200px) {
    .page-contact-us h1 {
      font-size: 2.5rem; } }

.page-contact-us header .breadcrumbs {
  display: none; }
  @media (min-width: 1024px) {
    .page-contact-us header .breadcrumbs {
      display: block; } }

.page-contact-us header .wp-block-buttons {
  width: 100%; }
  @media (min-width: 1024px) {
    .page-contact-us header .wp-block-buttons {
      width: initial; } }

.page-contact-us header .wp-block-button {
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  width: 100%;
  text-align: center; }
  .page-contact-us header .wp-block-button + .wp-block-button {
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .page-contact-us header .wp-block-button {
      display: inline-block;
      width: initial; }
      .page-contact-us header .wp-block-button + .wp-block-button {
        margin-top: 0; } }
  .page-contact-us header .wp-block-button__link {
    line-height: 12px;
    height: 40px;
    width: 90%;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .page-contact-us header .wp-block-button__link {
        line-height: 27px;
        width: 200px;
        font-size: 16px;
        height: 50px; } }

.page-contact-us .wp-block-spacer {
  display: none; }
  @media (min-width: 1200px) {
    .page-contact-us .wp-block-spacer {
      display: block; } }

.page-contact-us .choose-essay {
  text-align: center; }
  @media (min-width: 768px) {
    .page-contact-us .choose-essay {
      text-align: left; } }
  .page-contact-us .choose-essay .wp-block-media-text {
    gap: 15px;
    padding-top: 20px; }
    .page-contact-us .choose-essay .wp-block-media-text__media > img {
      border-radius: 10px;
      overflow: hidden; }
    @media (min-width: 1200px) {
      .page-contact-us .choose-essay .wp-block-media-text {
        gap: 100px;
        grid-template-columns: auto;
        padding-top: 0;
        padding-bottom: 0; }
        .page-contact-us .choose-essay .wp-block-media-text__media {
          width: 510px; } }

.page-contact-us .contact-our-services-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.page-contact-us .contact-our-services .wp-block-columns figure {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-contact-us .contact-our-services .wp-block-columns figure > img {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2); }

.page-contact-us .contact-our-services .wp-block-columns h4 {
  margin-bottom: 20px; }

.page-contact-us .contact-our-services .wp-block-columns .wp-block-buttons {
  margin-top: 30px; }

.page-contact-us .contact-most-trusted .wp-block-columns {
  margin-top: 20px;
  gap: 15px;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .page-contact-us .contact-most-trusted .wp-block-columns {
      margin-top: 45px;
      gap: 2em; } }
  .page-contact-us .contact-most-trusted .wp-block-columns p {
    margin: 0; }
    .page-contact-us .contact-most-trusted .wp-block-columns p > strong {
      font-size: 40px; }
  .page-contact-us .contact-most-trusted .wp-block-columns .wp-block-column {
    position: relative; }
    @media (min-width: 1200px) {
      .page-contact-us .contact-most-trusted .wp-block-columns .wp-block-column:not(:last-child)::after {
        content: " ";
        position: absolute;
        border: 1px solid #4c4b49;
        top: 0;
        right: -1em;
        width: 1px;
        height: 100%; } }

.page-contact-us .testimonial {
  margin: 0 !important; }

.page-contact-us .workflow-timeline .timeline {
  display: none;
  position: relative;
  height: 20px;
  list-style: none;
  text-align: justify;
  margin: 120px auto; }
  @media (min-width: 1200px) {
    .page-contact-us .workflow-timeline .timeline {
      display: block; } }
  .page-contact-us .workflow-timeline .timeline:before {
    display: inline-block;
    content: "";
    width: 920px;
    position: absolute;
    height: 3px;
    background-color: #ef6f38;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .page-contact-us .workflow-timeline .timeline:after {
    display: inline-block;
    content: "";
    width: 100%; }
  .page-contact-us .workflow-timeline .timeline li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 4px solid #ef6f38;
    background-color: #ffffff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    border-radius: 50%; }
    .page-contact-us .workflow-timeline .timeline li span {
      position: absolute;
      width: 1px;
      display: block;
      height: 85px;
      background-color: #222222; }
    .page-contact-us .workflow-timeline .timeline li:first-child {
      border-color: #ffffff !important; }
      .page-contact-us .workflow-timeline .timeline li:first-child span {
        width: 3px;
        background-color: #ef6f38;
        height: 30px;
        top: -10px !important;
        left: initial !important;
        right: -70px; }
      .page-contact-us .workflow-timeline .timeline li:first-child::before {
        left: 30px;
        top: -5px !important;
        width: 70px; }
      .page-contact-us .workflow-timeline .timeline li:first-child::after {
        left: 30px;
        top: 25px !important;
        width: 70px; }
    .page-contact-us .workflow-timeline .timeline li:last-child {
      border-color: #ffffff !important; }
      .page-contact-us .workflow-timeline .timeline li:last-child span {
        width: 3px;
        background-color: #ef6f38;
        height: 30px;
        top: -10px !important;
        left: initial !important;
        right: 75px; }
      .page-contact-us .workflow-timeline .timeline li:last-child::before {
        left: 0;
        top: -5px !important;
        width: 70px; }
      .page-contact-us .workflow-timeline .timeline li:last-child::after {
        left: 0;
        top: 25px !important;
        width: 70px; }
    .page-contact-us .workflow-timeline .timeline li:before {
      display: inline-block;
      content: attr(data-number);
      font-size: 18px;
      color: #ef6f38;
      position: absolute;
      left: 100px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 135px;
      text-align: left; }
    .page-contact-us .workflow-timeline .timeline li:after {
      display: inline-block;
      content: attr(data-text);
      font-size: 12px;
      position: absolute;
      left: 100px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 135px;
      text-align: left; }
    .page-contact-us .workflow-timeline .timeline li:nth-child(odd) span {
      top: 12px;
      left: 4px; }
    .page-contact-us .workflow-timeline .timeline li:nth-child(odd):before {
      top: 30px; }
    .page-contact-us .workflow-timeline .timeline li:nth-child(odd):after {
      top: 60px; }
    .page-contact-us .workflow-timeline .timeline li:nth-child(even) span {
      bottom: 12px;
      left: 4px; }
    .page-contact-us .workflow-timeline .timeline li:nth-child(even):before {
      top: -80px; }
    .page-contact-us .workflow-timeline .timeline li:nth-child(even):after {
      top: -50px; }

.page-contact-us .workflow-timeline .timeline-mobile {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 65px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px; }
  @media (min-width: 1200px) {
    .page-contact-us .workflow-timeline .timeline-mobile {
      display: none; } }
  .page-contact-us .workflow-timeline .timeline-mobile:before {
    display: inline-block;
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    background-color: #ef6f38;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .page-contact-us .workflow-timeline .timeline-mobile li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 4px solid #ef6f38;
    background-color: #ffffff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    border-radius: 50%; }
    .page-contact-us .workflow-timeline .timeline-mobile li:before {
      display: inline-block;
      content: attr(data-number);
      font-size: 18px;
      color: #ef6f38;
      position: absolute; }
    .page-contact-us .workflow-timeline .timeline-mobile li:after {
      display: inline-block;
      content: attr(data-text);
      font-size: 12px;
      position: absolute; }
    .page-contact-us .workflow-timeline .timeline-mobile li:nth-child(even):before {
      right: 25px;
      top: -6px; }
    .page-contact-us .workflow-timeline .timeline-mobile li:nth-child(even):after {
      text-align: right;
      width: 100px;
      right: 25px;
      top: 20px; }
    .page-contact-us .workflow-timeline .timeline-mobile li:nth-child(odd):before {
      left: 25px;
      top: -6px; }
    .page-contact-us .workflow-timeline .timeline-mobile li:nth-child(odd):after {
      text-align: left;
      width: 100px;
      left: 25px;
      top: 20px; }

.sample-writing-samples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px; }
  @media (min-width: 1200px) {
    .sample-writing-samples {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px; } }
  .sample-writing-samples .writing-sample {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    text-align: center; }
    @media (min-width: 1200px) {
      .sample-writing-samples .writing-sample {
        height: 250px; } }
    .sample-writing-samples .writing-sample::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(34, 34, 34, 0.5);
      z-index: 1; }
    .sample-writing-samples .writing-sample h4 {
      position: relative;
      z-index: 2;
      padding: 0;
      margin: 0;
      font-size: 20px; }
    .sample-writing-samples .writing-sample .background {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%; }
    .sample-writing-samples .writing-sample .btn-arrow {
      display: none;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2; }
      .sample-writing-samples .writing-sample .btn-arrow.btn-arrow-orange a {
        color: #fff;
        font-weight: 400; }
    .sample-writing-samples .writing-sample:hover::before {
      background-color: rgba(34, 34, 34, 0.7); }
    .sample-writing-samples .writing-sample:hover .btn-arrow {
      display: block; }

.sample-writing-sample .details {
  text-align: center; }
  .sample-writing-sample .details strong {
    color: #ef6f38; }

.sampleWriting .sampleWriting-title {
  color: #ffac00;
  font-weight: 600;
  margin-bottom: 12px; }

.sampleWriting .sampleWriting-authorHit {
  margin-bottom: 15px; }

.sampleWriting .sampleWriting-message a {
  color: #fd7003; }

.sampleWriting #sampleWritingTable tbody tr td {
  padding: 28px !important; }

.sampleWriting #sampleWritingTable tbody tr.even > .sorting_1 {
  background-color: #FFFFFF !important; }

.sampleWriting #sampleWritingTable.no-footer {
  border: none !important; }

.sampleWriting #sampleWritingTable_wrapper .dataTables_paginate {
  border: 1px solid #e6e1de;
  border-radius: 5px; }
  .sampleWriting #sampleWritingTable_wrapper .dataTables_paginate a {
    color: #ff4e00 !important;
    border-right: 1px solid #e6e1de; }

.sampleWritingInner h4 {
  color: #ffac00;
  font-weight: 600;
  font-size: 18px; }

.sampleWritingInner .sampleWritingInner-authorHit {
  float: right;
  margin-bottom: 32px; }

.sampleWritingInner .sampleWritingInner-authorHit strong {
  color: #ffac00; }

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0 !important;
  margin-top: 60px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 10px 15px !important;
    margin-left: 0 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      padding: 10px 16px !important;
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background: none !important;
      background-color: #e6e1de !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      padding: 10px 15px !important;
      background: none !important;
      background-color: #e6e1de !important;
      border: none !important;
      border-right: 1px solid #e6e1de !important; }

.testimonial h3 {
  text-align: center; }

@media (min-width: 1200px) {
  .testimonial {
    margin-bottom: 90px; }
    .testimonial h3 {
      text-align: left; } }

.testimonial .splide__slide > div {
  position: relative;
  padding: 40px 35px;
  background-color: #fff6e8;
  border-radius: 10px;
  border: 1px solid #ffe6c0; }
  @media (min-width: 1200px) {
    .testimonial .splide__slide > div {
      padding: 40px 60px; } }
  .testimonial .splide__slide > div > span {
    color: #ef6f38;
    margin-bottom: 16px;
    display: block; }
  .testimonial .splide__slide > div > h5 {
    padding-top: 0; }
  .testimonial .splide__slide > div .rating {
    position: absolute;
    right: 40px; }

.testimonial .splide__arrows {
  display: none; }
  @media (min-width: 1200px) {
    .testimonial .splide__arrows {
      display: block; } }

.testimonial .splide__arrow {
  height: 50px;
  width: 50px;
  display: inline-block;
  position: relative;
  top: initial;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  left: 0;
  right: 0; }
  .testimonial .splide__arrow svg {
    height: 50px;
    width: 50px;
    fill: #fad4c3;
    background-color: white; }
  .testimonial .splide__arrow--next {
    margin-left: 25px; }

.testimonial .grid-sizer,
.testimonial .grid-item,
.testimonial .testimonial-item {
  width: 100%;
  margin-bottom: 16px; }

@media (min-width: 1200px) {
  .testimonial .grid-sizer,
  .testimonial .grid-item,
  .testimonial .testimonial-item {
    width: 48%;
    margin-bottom: 36px; } }

.testimonial .gutter-sizer {
  width: 36px; }

.testimonial .testimonial-item {
  position: absolute; }
  .testimonial .testimonial-item > div {
    position: relative;
    padding: 30px 30px 10px;
    background-color: #fff6e8;
    border-radius: 10px;
    border: 1px solid #ffe6c0; }
    @media (min-width: 1200px) {
      .testimonial .testimonial-item > div {
        padding: 40px 60px; } }
    .testimonial .testimonial-item > div > span {
      color: #ef6f38;
      margin-bottom: 16px;
      display: block; }
    .testimonial .testimonial-item > div > h5 {
      padding-top: 0; }
    .testimonial .testimonial-item > div .rating {
      position: absolute;
      right: 40px; }

.order-login-register {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 40px 50px;
  -webkit-box-shadow: 0 4px 16px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px 6px rgba(0, 0, 0, 0.2); }
  .order-login-register ~ p {
    font-size: 14px;
    color: #939393;
    margin: 35px 0 0; }
  .order-login-register .wp-block-buttons {
    gap: 30px; }
    .order-login-register .wp-block-buttons ~ p {
      margin: 24px 0 0; }
  .order-login-register .btn-arrow {
    width: 100%;
    font-size: 24px; }
    .order-login-register .btn-arrow a > span {
      text-align: left;
      line-height: 1em; }
      .order-login-register .btn-arrow a > span sup {
        font-size: 14px; }
    .order-login-register .btn-arrow a:hover {
      text-decoration: none; }

.order-form > header {
  background-color: #ebebeb;
  padding: 40px 0 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .order-form > header {
      padding: 40px 0; } }
  .order-form > header h1 {
    padding: 0; }
  .order-form > header a {
    color: #222222; }

.order-form > .container {
  margin-top: 15px; }
  @media (min-width: 1200px) {
    .order-form > .container {
      margin-top: 90px; } }

.order-form .order-step {
  padding: 25px; }
  .order-form .order-step ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0; }
    .order-form .order-step ul li {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #222222;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1199px) {
        .order-form .order-step ul li:not(.selected) {
          display: none; } }
      .order-form .order-step ul li.step {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6px; }
        .order-form .order-step ul li.step > span {
          width: 48px;
          height: 48px;
          padding: 2px;
          border-radius: 100%;
          color: #fff;
          background: -webkit-gradient(linear, left top, right top, from(#ef6f38), to(#ff9833));
          background: -webkit-linear-gradient(left, #ef6f38 0%, #ff9833 100%);
          background: -o-linear-gradient(left, #ef6f38 0%, #ff9833 100%);
          background: linear-gradient(90deg, #ef6f38 0%, #ff9833 100%);
          font-size: 30px;
          font-weight: 600; }
        @media (max-width: 1199px) {
          .order-form .order-step ul li.step.step-done, .order-form .order-step ul li.step.selected {
            font-size: 24px;
            font-weight: 500; } }
        @media (min-width: 1200px) {
          .order-form .order-step ul li.step.step-done > span, .order-form .order-step ul li.step.selected > span {
            background: -webkit-linear-gradient(315deg, #222222 0%, #353535 100%);
            background: -o-linear-gradient(315deg, #222222 0%, #353535 100%);
            background: linear-gradient(135deg, #222222 0%, #353535 100%); } }
      .order-form .order-step ul li.ellipse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .order-form .order-step ul li.ellipse > span {
          width: 8px;
          height: 8px;
          background-color: #acacac;
          display: inline-block;
          border-radius: 100%; }

.order-form form select {
  width: 100%; }
  .order-form form select option[value=""][disabled] {
    display: none; }

.order-form form .btn-arrow [type=submit] {
  background: -webkit-gradient(linear, left top, right top, from(#ef6f38), to(#ff9833));
  background: -webkit-linear-gradient(left, #ef6f38 0%, #ff9833 100%);
  background: -o-linear-gradient(left, #ef6f38 0%, #ff9833 100%);
  background: linear-gradient(90deg, #ef6f38 0%, #ff9833 100%); }

.order-form form.project-details > .row, .order-form form.personal-info > .row {
  gap: 20px; }
  @media (min-width: 1200px) {
    .order-form form.project-details > .row, .order-form form.personal-info > .row {
      gap: initial; } }

.order-form form.project-details ul, .order-form form.personal-info ul {
  margin: 0; }

.order-form form.project-details .row input[type="checkbox"], .order-form form.personal-info .row input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  width: 15px; }

.order-form form.project-details .row.terms_and_condition p, .order-form form.personal-info .row.terms_and_condition p {
  margin: 0; }

.order-form form.project-details .row.payment-page, .order-form form.personal-info .row.payment-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .order-form form.project-details .row.payment-page > p, .order-form form.personal-info .row.payment-page > p {
    display: inline; }
    @media (min-width: 768px) {
      .order-form form.project-details .row.payment-page > p, .order-form form.personal-info .row.payment-page > p {
        display: block;
        float: left;
        width: 50%;
        text-align: right; }
        .order-form form.project-details .row.payment-page > p input, .order-form form.personal-info .row.payment-page > p input {
          width: 100px;
          display: inline-block;
          margin-top: -8px; } }

.order-form form.project-details .row hr.divider, .order-form form.personal-info .row hr.divider {
  height: 1px;
  border-bottom: 1px solid #888888;
  width: 100%;
  border: 0; }

.order-form form .btn-group-handler a {
  color: #ef6f38;
  font-weight: 600; }

.order-form form .btn-group-handler .btn-arrow > [type=submit] {
  width: 100%; }

@media (min-width: 1200px) {
  .order-form-payment .order-form-payment-grouped:not(.project-note) {
    margin-bottom: 40px; } }

.order-form-payment .order-form-payment-grouped:not(.project-note) .row > div {
  padding: 11px 15px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase; }

.order-form-payment .order-form-payment-grouped:not(.project-note) .row .gray-shadow {
  font-weight: bold;
  background-color: #f7f7f7;
  color: #3e3c35; }

.order-form-payment .order-form-payment-grouped:not(.project-note) ul {
  list-style: none;
  text-transform: uppercase; }
  .order-form-payment .order-form-payment-grouped:not(.project-note) ul li {
    clear: both;
    float: none; }
    .order-form-payment .order-form-payment-grouped:not(.project-note) ul li.order-form-payment-grouped-files {
      display: table;
      height: inherit; }
      .order-form-payment .order-form-payment-grouped:not(.project-note) ul li.order-form-payment-grouped-files div {
        float: none;
        display: table-cell; }
    .order-form-payment .order-form-payment-grouped:not(.project-note) ul li div {
      float: left;
      border: 1px solid #f2f2f2;
      border-bottom: 0;
      padding: 11px 28px;
      height: 46px; }
      .order-form-payment .order-form-payment-grouped:not(.project-note) ul li div:first-child {
        background: #f7f7f7;
        color: #3e3c35;
        font-weight: bold;
        width: 410px; }
      .order-form-payment .order-form-payment-grouped:not(.project-note) ul li div:last-child {
        width: 640px; }
        .order-form-payment .order-form-payment-grouped:not(.project-note) ul li div:last-child div {
          border-bottom: 1px solid #f2f2f2; }

.order-form-payment .order-form-payment-grouped:not(.project-note).completeInstructions div.row > div:first-child {
  background: #f7f7f7;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  height: 40px; }

.order-form-payment .order-form-payment-grouped:not(.project-note).completeInstructions div.row > div:last-child {
  border: 1px solid #f2f2f2;
  border-top: 0;
  padding: 24px 28px; }

.order-form-payment .project-note {
  padding: 20px 0; }
  .order-form-payment .project-note strong {
    color: #e70707;
    font-weight: 400; }

.order-form-payment form.project-details {
  margin-top: 50px; }

.order-form-success {
  color: #818181;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 98px; }
  .order-form-success h1 {
    text-align: center;
    font-weight: bold; }
  .order-form-success p {
    font-weight: 600; }

.list-of-services {
  padding-top: 40px;
  margin-bottom: 50px;
  text-align: center; }
  @media (min-width: 1200px) {
    .list-of-services {
      padding-top: 90px;
      margin-bottom: 70px;
      text-align: left; } }
  .list-of-services #accordion2 > .accordion-group + .accordion-group {
    margin-top: 25px; }
  .list-of-services #accordion2 > .accordion-group > .accordion-heading > a {
    padding: 20px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    display: block;
    font-size: 20px;
    color: #222222;
    font-weight: 500; }
    .list-of-services #accordion2 > .accordion-group > .accordion-heading > a:hover {
      text-decoration: none; }
    .list-of-services #accordion2 > .accordion-group > .accordion-heading > a > span {
      vertical-align: top;
      margin-right: 15px; }
  .list-of-services #accordion2 > .accordion-group > .accordion-body {
    padding-top: 9px;
    margin-top: -10px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .list-of-services #accordion2 > .accordion-group > .accordion-body > .accordion-inner {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 35px;
      padding-bottom: 25px;
      text-align: left; }
      @media (min-width: 1200px) {
        .list-of-services #accordion2 > .accordion-group > .accordion-body > .accordion-inner {
          padding-left: 70px;
          padding-right: 70px;
          padding-top: 60px;
          padding-bottom: 40px; } }
    .list-of-services #accordion2 > .accordion-group > .accordion-body ul {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 5px; }
      @media (min-width: 1200px) {
        .list-of-services #accordion2 > .accordion-group > .accordion-body ul {
          gap: initial; } }
      .list-of-services #accordion2 > .accordion-group > .accordion-body ul > li {
        -webkit-box-flex: -webkit-calc(50% - 10px);
        -webkit-flex: -webkit-calc(50% - 10px);
            -ms-flex: calc(50% - 10px);
                flex: calc(50% - 10px); }
        .list-of-services #accordion2 > .accordion-group > .accordion-body ul > li::before {
          content: url("../svg/checkmark.svg");
          width: 16px;
          height: 16px;
          display: inline-block;
          vertical-align: text-top;
          margin-right: 6px; }
          @media (min-width: 1200px) {
            .list-of-services #accordion2 > .accordion-group > .accordion-body ul > li::before {
              margin-right: 26px; } }

.our-writing-service {
  padding-top: 70px; }

.services .servicesGroup {
  padding: 45px; }
  .services .servicesGroup .accordion-group {
    margin-bottom: 50px; }
  .services .servicesGroup .servicesGroupTitle {
    background: url("../png/icon_star.png") no-repeat;
    padding-left: 40px; }
  .services .servicesGroup .servicesGroup-listGroup {
    list-style: none;
    margin-left: 40px; }
    .services .servicesGroup .servicesGroup-listGroup li {
      display: inline-block;
      background: url("../png/icon_check.png") no-repeat 0 5px;
      padding-left: 32px;
      margin-bottom: 15px;
      width: 310px; }
  .services .servicesGroup .servicesGroup {
    float: left;
    margin-left: 39px;
    padding: 0; }
    .services .servicesGroup .servicesGroup .servicesGroup-listGroup {
      margin-left: 32px; }
      .services .servicesGroup .servicesGroup .servicesGroup-listGroup li {
        background: url("../png/icon_disc.png") no-repeat;
        background-position: 0 8px;
        padding-left: 30px;
        margin: 0; }
    .services .servicesGroup .servicesGroup .servicesGroupTitle {
      background: url("../png/icon_check.png") no-repeat 0 5px;
      padding-left: 40px; }

.services .servicesBottomText {
  font-size: 14px; }
  .services .servicesBottomText strong {
    font-weight: bold;
    font-size: 18px; }
  .services .servicesBottomText a {
    color: #fd7003; }

.faq #accordion ul {
  list-style: none;
  border-top: 1px solid #e8e8e8; }
  .faq #accordion ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 35px 0; }
    .faq #accordion ul li a {
      display: block;
      background: url("../png/icon_star.png") no-repeat;
      background-position: 0 7px;
      color: #464646;
      font-weight: 600;
      text-transform: uppercase;
      text-align: left;
      padding-left: 40px;
      width: 100%; }
      .faq #accordion ul li a:hover {
        text-decoration: none; }
      .faq #accordion ul li a .faq-arrow-down {
        display: block;
        float: right;
        background: url("../jpg/arrow_down.jpg") no-repeat;
        width: 14px;
        height: 8px; }
    .faq #accordion ul li ul {
      border-top: 0;
      list-style: disc;
      margin-left: 20px; }
      .faq #accordion ul li ul li {
        border-bottom: 0;
        padding: 0; }

.dashboard .page-title {
  float: left;
  margin: 20px 0 0; }

.dashboard .dashboard-navigation {
  float: right;
  background: #ffac00;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 40px;
  width: 700px; }
  .dashboard .dashboard-navigation ul {
    text-align: center;
    margin: 0; }
    .dashboard .dashboard-navigation ul li {
      display: inline-block;
      margin-right: 100px; }
      .dashboard .dashboard-navigation ul li:last-child {
        margin-right: 0; }
      .dashboard .dashboard-navigation ul li a {
        color: #ffffff; }
        .dashboard .dashboard-navigation ul li a:hover {
          text-decoration: none; }
      .dashboard .dashboard-navigation ul li.selected a {
        color: #262724; }

.dashboard .dashboard-home {
  padding-bottom: 70px; }
  .dashboard .dashboard-home h6 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: -75px; }
  .dashboard .dashboard-home button {
    display: block;
    background: #ffac00;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 5px;
    padding: 12px 102px;
    margin-top: -50px; }
    .dashboard .dashboard-home button a {
      color: #ffffff; }
      .dashboard .dashboard-home button a:hover {
        text-decoration: none; }
  .dashboard .dashboard-home .dashboard-no-project {
    text-align: center;
    margin: 100px 0; }
    .dashboard .dashboard-home .dashboard-no-project button {
      background: #ffac00;
      color: #ffffff;
      text-transform: uppercase;
      border-radius: 5px;
      margin: 50px auto;
      padding: 10px 100px; }
      .dashboard .dashboard-home .dashboard-no-project button a {
        color: #ffffff; }
        .dashboard .dashboard-home .dashboard-no-project button a:hover {
          text-decoration: none; }

.dashboard .dashboard-personal form ul li label {
  padding-top: 10px; }

.dashboard .dashboard-personal form ul li input[type="text"],
.dashboard .dashboard-personal form ul li select {
  width: 370px; }

.dashboard .dashboard-personal,
.dashboard .dashboard-setting {
  margin-top: 40px; }
  .dashboard .dashboard-personal form ul,
  .dashboard .dashboard-setting form ul {
    list-style: none; }
    .dashboard .dashboard-personal form ul li,
    .dashboard .dashboard-setting form ul li {
      float: left;
      margin-bottom: 30px;
      width: 470px; }
      .dashboard .dashboard-personal form ul li:nth-child(odd),
      .dashboard .dashboard-setting form ul li:nth-child(odd) {
        margin-right: 100px; }
      .dashboard .dashboard-personal form ul li label,
      .dashboard .dashboard-setting form ul li label {
        width: 100px; }
      .dashboard .dashboard-personal form ul li label,
      .dashboard .dashboard-personal form ul li input[type="text"],
      .dashboard .dashboard-personal form ul li input[type="password"],
      .dashboard .dashboard-setting form ul li label,
      .dashboard .dashboard-setting form ul li input[type="text"],
      .dashboard .dashboard-setting form ul li input[type="password"] {
        float: left; }

.dashboard .dashboard-setting form ul li label {
  width: 135px; }

.dashboard .dashboard-setting form ul li input[type="password"] {
  width: 330px; }

.dashboard-personal form ul li input[type="submit"] {
  background: #ffac00;
  text-transform: uppercase;
  margin-left: 100px;
  width: 370px; }

.dashboard-setting form ul li input[type="submit"] {
  background: #ffac00;
  text-transform: uppercase;
  margin-left: 140px;
  width: 330px; }

.dashboard-project {
  margin-top: 40px; }
  .dashboard-project .dashboard-projectTop {
    font-weight: 600;
    text-transform: uppercase; }
    .dashboard-project .dashboard-projectTop .dashboard-projectTopLeft {
      float: left;
      margin-left: 16px; }

.dashboard-project .dashboard-projectTop .dashboard-projectTopLeft a:hover {
  text-decoration: none; }

.dashboard-project .dashboard-projectTop .dashboard-projectTopRight {
  float: right;
  margin-right: 22px; }

.dashboard-project .dashboard-projectTop .dashboard-projectTopRight p {
  float: left; }

.dashboard-project .dashboard-projectTop .dashboard-projectTopRight p:first-child {
  margin-right: 22px; }

.dashboard-project .dashboard-projectTop .dashboard-projectTopRight p span {
  color: #ffac00; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped {
  margin-bottom: 100px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul {
  list-style: none;
  text-transform: uppercase; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li {
  clear: both;
  float: none; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li div:first-child {
  background: #f7f7f7;
  color: #3e3c35;
  font-weight: bold;
  width: 410px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li div:last-child {
  width: 640px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li:last-child div {
  border-bottom: 1px solid #f2f2f2; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li div {
  float: left;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  padding: 11px 28px;
  height: 46px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions {
  margin-bottom: 38px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedTitle {
  background: #f7f7f7;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  height: 40px;
  width: 100%; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleLeft {
  float: left; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleRight {
  float: right; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleRight span {
  color: #ffac00; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails {
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 28px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsLeft {
  float: left; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsRight {
  float: right; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsRight a {
  display: block;
  background: #fd7003;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 8px;
  width: 180px;
  height: 38px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsRight a:hover {
  text-decoration: none; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files {
  padding: 24px 28px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files .groupedDetailsLeft {
  margin: 7px 0 0; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files .groupedDetailsRight {
  margin: 0; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files .groupedDetailsRight a {
  float: left;
  margin-left: 18px; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files .groupedDetailsRight .revision {
  background: #ffac00; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li.order-form-payment-grouped-files {
  display: table;
  height: inherit; }

.dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li.order-form-payment-grouped-files div {
  float: none;
  display: table-cell; }

#user-projects_wrapper {
  margin-top: 40px; }

#user-projects {
  margin-top: 20px; }

#user-projects thead tr {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

#user-projects tbody tr {
  cursor: pointer;
  border: 0; }

#user-projects_wrapper .dataTables_length {
  text-align: right;
  margin-left: 620px; }
  #user-projects_wrapper .dataTables_length label {
    width: 115px; }
    #user-projects_wrapper .dataTables_length label select {
      width: 50px; }

#user-projects_wrapper .dataTables_filter {
  float: right;
  text-align: left;
  width: 300px; }
  #user-projects_wrapper .dataTables_filter label {
    position: relative;
    padding-top: 10px;
    width: 300px; }
  #user-projects_wrapper .dataTables_filter input {
    position: absolute;
    top: 0;
    left: 50px;
    width: 240px; }

#user-projects_wrapper .dataTables_info {
  float: left;
  margin-top: 30px;
  width: 250px; }

#user-projects_wrapper .dataTables_paginate {
  float: right;
  margin-top: 30px; }
  #user-projects_wrapper .dataTables_paginate a {
    cursor: pointer;
    color: #4f7bff;
    border: 1px solid #dee2e6;
    padding: 12px; }
    #user-projects_wrapper .dataTables_paginate a:hover {
      text-decoration: none; }
  #user-projects_wrapper .dataTables_paginate .previous {
    border-radius: 5px 0 0 5px; }
  #user-projects_wrapper .dataTables_paginate .next {
    border-radius: 0 5px 5px 0; }

.plethoraplugins-theme__minimal .plethoraplugins-tabs ul.js-plethoraplugins-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px; }
  .plethoraplugins-theme__minimal .plethoraplugins-tabs ul.js-plethoraplugins-tabs > li > a {
    background-color: #ededed;
    min-width: 280px;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: #222222 !important; }
    .plethoraplugins-theme__minimal .plethoraplugins-tabs ul.js-plethoraplugins-tabs > li > a.active {
      background-color: #fff;
      border-bottom: 4px solid #cd5f30;
      text-decoration: none !important;
      color: #222222 !important; }

.plethoraplugins-theme__minimal .plethoraplugins-tabs--content {
  margin-bottom: 50px; }
  .plethoraplugins-theme__minimal .plethoraplugins-tabs--content .js-plethoraplugins-tab-panel .wp-block-media-text {
    margin-top: 65px; }
    .plethoraplugins-theme__minimal .plethoraplugins-tabs--content .js-plethoraplugins-tab-panel .wp-block-media-text__content {
      margin-left: 30px;
      -webkit-align-self: auto;
          -ms-flex-item-align: auto;
              align-self: auto; }
    .plethoraplugins-theme__minimal .plethoraplugins-tabs--content .js-plethoraplugins-tab-panel .wp-block-media-text__media {
      -webkit-align-self: auto;
          -ms-flex-item-align: auto;
              align-self: auto; }
  .plethoraplugins-theme__minimal .plethoraplugins-tabs--content .js-plethoraplugins-tab-panel h4, .plethoraplugins-theme__minimal .plethoraplugins-tabs--content .js-plethoraplugins-tab-panel a {
    color: #ef6f38; }

.plethoraplugins-theme__minimal .plethoraplugins-accordion .pds-accordion__title {
  font-size: 24px;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  border-radius: 8px; }

.plethoraplugins-theme__minimal .plethoraplugins-accordion .pds-accordion__icon {
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  top: 10px;
  right: 15px; }

.plethoraplugins-theme__minimal .plethoraplugins-accordion .pds-accordion__content {
  text-align: center; }
  @media (max-width: 600px) {
    .plethoraplugins-theme__minimal .plethoraplugins-accordion .pds-accordion__content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
      width: 60%; } }

.plagiarism-tool ul {
  list-style: none;
  max-width: 260px; }
  .plagiarism-tool ul li {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2; }
    .plagiarism-tool ul li + li {
      margin-top: 16px; }
    @media (min-width: 1200px) {
      .plagiarism-tool ul li {
        font-size: 20px; }
        .plagiarism-tool ul li + li {
          margin-top: 30px; } }
  .plagiarism-tool ul .icon {
    display: inline-block;
    margin-right: 20px; }

form.plagiarism-form {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 30px; }
  form.plagiarism-form .spinner-grow {
    margin-right: 10px; }
  form.plagiarism-form .content-counter {
    position: absolute;
    right: 10px;
    font-size: 14px; }

/* -------------------------------------------------------------
  3.0 Mobile
------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  header .top {
    display: none; }
  header .middle {
    position: relative;
    padding: 0; }
    header .middle .logo {
      padding: 9px 0;
      text-align: center;
      width: 100%; }
      header .middle .logo .menu-icon-nav {
        position: absolute;
        display: block;
        top: 26px;
        right: 15px; }
    header .middle button {
      text-transform: uppercase;
      font-size: 24px;
      padding: 11px 30px; }
    header .middle .logo,
    header .middle .call-to-action {
      float: none;
      padding: 15px 0; }
    header .middle .call-to-action {
      background: #fff;
      width: 100%; }
      header .middle .call-to-action ul li {
        display: block;
        text-align: center;
        margin-left: 0; }
        header .middle .call-to-action ul li:first-child {
          margin-bottom: 23px; }
        header .middle .call-to-action ul li button {
          width: 100%;
          max-width: 243px; }
      header .middle .call-to-action .social-media {
        display: none; }
    header .middle .closeNav {
      position: fixed;
      display: block;
      background: url("../png/icon_close_btn.png") no-repeat;
      top: 18px;
      left: 18px;
      width: 30px;
      height: 30px;
      z-index: 3; }
  header .bottom {
    position: fixed;
    background: #ffffff;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    header .bottom .container {
      padding: 0; }
      header .bottom .container ul {
        padding-left: 30px; }
        header .bottom .container ul li {
          display: block;
          margin: 0; }
          header .bottom .container ul li.selected {
            border: 0; }
            header .bottom .container ul li.selected a {
              border-bottom: 3px solid #fd7002; }
      header .bottom .container .menu-header-menu-container {
        text-align: left; }
  header .middle .closeNav.hide,
  header .overlay {
    display: none; }
  header .overlay {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8; } }

@media only screen and (max-width: 767px) {
  footer .footer-top .container .media {
    display: block; }
    footer .footer-top .container .media .media-left {
      display: none; }
    footer .footer-top .container .media .media-body {
      margin-left: 0;
      padding: 0 15px;
      width: 100%; }
      footer .footer-top .container .media .media-body ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; }
      footer .footer-top .container .media .media-body h4 span {
        float: left; }
      footer .footer-top .container .media .media-body h4 i {
        float: right;
        margin-top: 12px; }
    footer .footer-top .container .media .media-right {
      text-align: left;
      padding-top: 20px; }
  footer .footer-bottom {
    text-align: center;
    font-size: 18px;
    padding: 20px 0; }
    footer .footer-bottom .container .footer-bottom-left,
    footer .footer-bottom .container .footer-bottom-right {
      float: none; }
    footer .footer-bottom .container .footer-bottom-left a,
    footer .footer-bottom .container .footer-bottom-right span {
      display: block; }
    footer .footer-bottom .container .footer-bottom-left span {
      display: none; }
    footer .footer-bottom .container .footer-bottom-left a {
      padding-bottom: 20px; }
    footer .footer-bottom .container .footer-bottom-social-media {
      margin: 40px 0 30px; }
      footer .footer-bottom .container .footer-bottom-social-media a img {
        width: 38px; } }

@media only screen and (max-width: 767px) {
  #main.home-landing .testimonial {
    padding: 20px; }
    #main.home-landing .testimonial .carousel-inner {
      padding: 0 20px; }
    #main.home-landing .testimonial .carousel-indicators {
      bottom: 0; }
    #main.home-landing .testimonial button {
      background: #fd7003;
      color: #333333;
      border-radius: 5px;
      padding: 7px 30px;
      margin: 0 auto;
      width: 100%; }
      #main.home-landing .testimonial button a {
        color: #FFFFFF;
        text-transform: uppercase; }
        #main.home-landing .testimonial button a:hover {
          color: #FFFFFF;
          text-decoration: none; }
  #main .home .action-buttons-container {
    position: relative;
    bottom: 0;
    padding: 14px 0; }
  #main .home .action-buttons {
    width: 100%; }
    #main .home .action-buttons button {
      display: block;
      font-size: 24px;
      margin: 0 auto;
      padding: 11px 30px;
      width: 100%;
      max-width: 243px; }
      #main .home .action-buttons button:first-child {
        margin-right: auto;
        margin-bottom: 20px; }
  #main .about {
    padding: 30px 0 0; }
    #main .about .container {
      overflow: inherit; }
    #main .about .post-content {
      padding: 0 0 30px 0;
      width: 100%; }
    #main .about .post-content-featured-image {
      display: none; }
  #main .expertise {
    padding: 25px 0; }
    #main .expertise ul li {
      margin-bottom: 25px; }
  #main .how-it-works .container p,
  #main .how-it-works .container div {
    margin-right: 0; }
  #main .home-pricing {
    padding: 25px 0; }
    #main .home-pricing ul {
      margin-left: 0; }
    #main .home-pricing button {
      background: #fd7003;
      color: #333333;
      border-radius: 5px;
      padding: 7px 30px;
      margin: 0 auto;
      width: 100%; }
      #main .home-pricing button a {
        color: #FFFFFF;
        text-transform: uppercase; }
        #main .home-pricing button a:hover {
          color: #FFFFFF;
          text-decoration: none; } }

@media only screen and (max-width: 767px) {
  .pricing ul li {
    background: none;
    padding: 0;
    margin: 0 0 40px;
    width: 100%; }
    .pricing ul li hr {
      display: none; }
    .pricing ul li .pricingItemTop {
      float: left;
      padding: 0 20px 0 0; }
      .pricing ul li .pricingItemTop .pricingItemTopPrice,
      .pricing ul li .pricingItemTop .pricingItemTopDuration {
        float: left; }
      .pricing ul li .pricingItemTop .pricingItemTopPrice {
        font-size: 24px;
        margin-bottom: 0; }
      .pricing ul li .pricingItemTop .pricingItemTopDuration {
        font-weight: bold;
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 0; }
        .pricing ul li .pricingItemTop .pricingItemTopDuration span {
          display: inline; }
      .pricing ul li .pricingItemTop .pricingItemTopProductType {
        float: none;
        clear: both;
        text-align: left;
        margin-bottom: 0; }
    .pricing ul li a {
      float: right;
      margin: 2px 0 0;
      width: 160px; } }

@media only screen and (max-width: 767px) {
  .dashboard .page-title,
  .dashboard .dashboard-navigation {
    float: none; }
  .dashboard .dashboard-navigation {
    margin-top: 20px;
    padding: 10px 0;
    width: 100%; }
    .dashboard .dashboard-navigation ul li {
      display: inline-block;
      margin-right: 10px; }
      .dashboard .dashboard-navigation ul li:last-child {
        margin-right: 0; }
  .dashboard .dashboard-home .dashboard-no-project button {
    padding: 10px 0;
    width: 100%; }
  .dashboard .dashboard-personal form ul li,
  .dashboard .dashboard-setting form ul li {
    float: none;
    width: 100%; }
  .dashboard .dashboard-personal form ul li label,
  .dashboard .dashboard-personal form ul li input[type="text"],
  .dashboard .dashboard-personal form ul li input[type="password"],
  .dashboard .dashboard-setting form ul li label,
  .dashboard .dashboard-setting form ul li input[type="text"],
  .dashboard .dashboard-setting form ul li input[type="password"] {
    float: none; }
  .dashboard .dashboard-personal form ul li:nth-child(odd),
  .dashboard .dashboard-setting form ul li:nth-child(odd) {
    margin-right: 0; }
  .dashboard .dashboard-personal form ul li input[type="text"],
  .dashboard .dashboard-personal form ul li select,
  .dashboard .dashboard-personal form ul li input[type="password"],
  .dashboard .dashboard-setting form ul li input[type="text"],
  .dashboard .dashboard-setting form ul li select,
  .dashboard .dashboard-setting form ul li input[type="password"] {
    width: 100%; }
  .dashboard .dashboard-personal form ul li input[type="submit"],
  .dashboard .dashboard-setting form ul li input[type="submit"] {
    margin-left: 0;
    width: 100%; }
  .dashboard .dashboard-project .dashboard-projectTop .dashboard-projectTopRight {
    margin: 20px 0 14px; }
    .dashboard .dashboard-project .dashboard-projectTop .dashboard-projectTopRight p {
      float: none;
      margin-bottom: 0; }
      .dashboard .dashboard-project .dashboard-projectTop .dashboard-projectTopRight p:first-child {
        margin-right: 0; }
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li:first-child, .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped ul li:last-child {
    width: 100%; }
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files .groupedDetailsLeft {
    margin: 7px 0 12px; }
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails.files .groupedDetailsRight a {
    float: none;
    margin: 0 0 27px; }
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopLeft .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleLeft,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopLeft .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleRight,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopLeft .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsLeft,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopLeft .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsRight,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopRight .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleLeft,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopRight .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleRight,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopRight .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsLeft,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectTop .dashboard-projectTopRight .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsRight,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleLeft,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedTitle .groupedTitleRight,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsLeft,
  .dashboard .dashboard-project .dashboard-project .dashboard-projectDetail .dashboard-projectDetail-grouped.completeInstructions .groupedDetails .groupedDetailsRight {
    float: none; } }

@media only screen and (max-width: 767px) {
  .login-register .login,
  .login-register .register {
    float: none;
    width: 100%; }
  .login-register .login label {
    text-align: left; }
  .login-register .login input {
    width: 100%; }
  .login-register .login .forgot-password {
    margin-left: 0;
    display: block;
    width: 100%; }
  .login-register .login input[name="submit"] {
    margin-right: 0; }
  .login-register .register {
    border: 0;
    margin-left: 0;
    padding-left: 0; }
    .login-register .register label {
      text-align: left; }
    .login-register .register input,
    .login-register .register select {
      width: 100%; }
  .login-register .login h3,
  .login-register .register h3 {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .contact .contactForm {
    float: none;
    width: 100%; }
    .contact .contactForm ul li input[type="text"],
    .contact .contactForm ul li textarea {
      width: 100%; }
    .contact .contactForm ul li label,
    .contact .contactForm ul li #page .contact .contactForm ul li input,
    .contact .contactForm ul li #page .contact .contactForm ul li textarea {
      float: none; }
    .contact .contactForm ul li.contactCheckbox {
      margin-left: 0; }
    .contact .contactForm ul li.contactCaptcha {
      margin: 0 0 30px 0; }
    .contact .contactForm ul li input[type="submit"] {
      margin-left: 0; }
    .contact .contactForm ul li input[type="text"],
    .contact .contactForm ul li textarea {
      width: 100%; }
    .contact .contactForm ul li.contactCaptcha #captcha_container_1 input {
      margin: 30px 0; }
    .contact .contactForm ul li input[type="submit"] {
      width: 100%; }
  .contact .contactOtherInfo {
    float: none;
    width: 100%; }
    .contact .contactOtherInfo img {
      display: none; }
  #page .contact
#page .contact .contactOtherInfo
#page .contact .contactOtherInfo ul li {
    margin-bottom: 18px; } }

@media only screen and (max-width: 767px) {
  .services .servicesGroup .servicesGroup-listGroup,
  .services .servicesGroup .servicesGroup .servicesGroup-listGroup {
    margin-left: 0; }
  .services .servicesGroup .servicesGroup-listGroup {
    margin-left: 40px; }
    .services .servicesGroup .servicesGroup-listGroup li {
      width: 100%; }
  .services .servicesGroup .servicesGroup-listGroup,
  .services .servicesGroup .servicesGroup .servicesGroup-listGroup {
    margin-left: 40px; } }

/* Mobile Menu CSS Settings */
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.hide {
  display: none; }

.body-overlay {
  display: none;
  position: fixed;
  z-index: 1; }

.cbp-spmenu {
  background: #FFF;
  position: fixed; }

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6; }

.cbp-spmenu ul {
  list-style-type: none;
  margin: 0; }

.cbp-spmenu ul li {
  margin-left: 0;
  text-align: right;
  padding-right: 15px; }

.cbp-spmenu ul li span {
  font-size: 12px; }

.cbp-spmenu a {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  padding-top: 60px; }

.cbp-spmenu-vertical a {
  padding: 4px 0px 0px 10px; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px; }

.cbp-spmenu-right {
  right: -240px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px; }

.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push > div.body-overlay {
  display: none;
  z-index: 999; }

.cbp-spmenu-push-toright {
  left: 240px; }

.cbp-spmenu-push-toleft {
  left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showRight {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99999;
  display: none; }

.nav-icon3 {
  width: 33px;
  height: 45px;
  margin-top: 4px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

/* Icon 3 */
.nav-icon3 span:nth-child(1) {
  top: 0px; }

.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
  top: 10px; }

.nav-icon3 span:nth-child(4) {
  top: 20px; }

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Mobile Menu CSS Settings - END here */
@media only screen and (max-width: 1199px) {
  .post-content-featured-image {
    display: none; }
  #main .about .post-content {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .text-lg-center {
    text-align: center; }
  header .bottom ul li {
    padding: 9px 5px; }
  header .bottom ul li.selected {
    padding-bottom: 0; }
  header .bottom ul li a {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  #showRight {
    display: block; }
  #main .expertise ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  #main .expertise ul li img {
    margin-right: 10px; } }

@media only screen and (max-width: 480px) {
  .logo img {
    width: 200px; }
  header .middle .logo {
    padding-top: 8px;
    padding-bottom: 8px; }
  #showRight {
    top: 10px;
    right: 10px; }
  .pricing ul li a {
    width: 145px; }
  header .middle button {
    padding: 5px 30px; }
  header .middle .call-to-action {
    padding: 5px 0;
    background-color: transparent; }
  .wp-image-84 {
    width: 100%; }
  .pricing ul {
    margin-left: 0; } }

.expertise .display-table {
  display: table;
  margin-bottom: 65px; }
  .expertise .display-table dd, .expertise .display-table dt {
    display: table-cell;
    vertical-align: middle; }
  .expertise .display-table dd {
    padding-right: 25px; }

/*# sourceMappingURL=essay.css.map */
