@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap&subset=latin-ext");
#widget {
  /* Color styles */
  /* Font styles */
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
  /* media breakpoint mixin */
  /* Single property transition mixin */
  /* Heading styles */
  /* Styles for index.html */
  width: 100%;
  position: relative;
  overflow: hidden;
  min-width: 320px;
  background-color: #FAFAFA;
  font-family: "Hind", sans-serif;
  color: #2A2E43;
  line-height: 1.2;
}

#widget *,
#widget *::before,
#widget *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

#widget h1, #widget h2, #widget h3, #widget h4, #widget h5, #widget h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

#widget abbr[title],
#widget abbr[data-original-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;
}

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

#widget ol,
#widget ul,
#widget dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

#widget sub,
#widget sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

#widget sub {
  bottom: -.25em;
}

#widget sup {
  top: -.5em;
}

#widget a {
  color: inherit;
  text-decoration: none;
}

#widget a:hover {
  text-decoration: none;
}

#widget a:focus {
  outline: none;
}

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

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

#widget img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

#widget caption {
  text-align: left;
  caption-side: bottom;
}

#widget th {
  text-align: inherit;
}

#widget label {
  display: inline-block;
}

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

#widget button,
#widget input {
  overflow: visible;
}

#widget input:focus,
#widget button:focus {
  outline: none;
}

#widget button,
#widget select {
  text-transform: none;
}

#widget select {
  word-wrap: normal;
}

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

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

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

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

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

#widget input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

#widget input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#widget input[type="search"]::-webkit-search-decoration,
#widget input[type="search"]::-webkit-search-cancel-button,
#widget input[type="search"]::-webkit-search-results-button,
#widget input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#widget textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

#widget [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

#widget .container {
  margin: 0 20px;
}

@media (min-width: 560px) {
  #widget .container {
    margin: 0 40px;
  }
}

@media (min-width: 768px) {
  #widget .container {
    margin: 0 50px;
  }
}

@media (min-width: 1200px) {
  #widget .container {
    max-width: 1920px;
    margin: 0 10%;
  }
}

#widget .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width: 560px) {
  #widget .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 768px) {
  #widget .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

#widget .col-1 {
  max-width: 8.33333%;
  width: 8.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-1 {
    padding: 0 15px;
  }
}

#widget .col-2 {
  max-width: 16.66667%;
  width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-2 {
    padding: 0 15px;
  }
}

#widget .col-3 {
  max-width: 25%;
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-3 {
    padding: 0 15px;
  }
}

#widget .col-4 {
  max-width: 33.33333%;
  width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-4 {
    padding: 0 15px;
  }
}

#widget .col-5 {
  max-width: 41.66667%;
  width: 41.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-5 {
    padding: 0 15px;
  }
}

#widget .col-6 {
  max-width: 50%;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-6 {
    padding: 0 15px;
  }
}

#widget .col-7 {
  max-width: 58.33333%;
  width: 58.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-7 {
    padding: 0 15px;
  }
}

#widget .col-8 {
  max-width: 66.66667%;
  width: 66.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-8 {
    padding: 0 15px;
  }
}

#widget .col-9 {
  max-width: 75%;
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-9 {
    padding: 0 15px;
  }
}

#widget .col-10 {
  max-width: 83.33333%;
  width: 83.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-10 {
    padding: 0 15px;
  }
}

#widget .col-11 {
  max-width: 91.66667%;
  width: 91.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-11 {
    padding: 0 15px;
  }
}

#widget .col-12 {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  #widget .col-12 {
    padding: 0 15px;
  }
}

@media all and (min-width: 0) {
  #widget .col-xs-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  #widget .col-xs-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  #widget .col-xs-3 {
    max-width: 25%;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  #widget .col-xs-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  #widget .col-xs-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  #widget .col-xs-6 {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #widget .col-xs-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  #widget .col-xs-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  #widget .col-xs-9 {
    max-width: 75%;
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  #widget .col-xs-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  #widget .col-xs-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  #widget .col-xs-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media all and (min-width: 560px) {
  #widget .col-sm-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  #widget .col-sm-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  #widget .col-sm-3 {
    max-width: 25%;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  #widget .col-sm-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  #widget .col-sm-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  #widget .col-sm-6 {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #widget .col-sm-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  #widget .col-sm-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  #widget .col-sm-9 {
    max-width: 75%;
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  #widget .col-sm-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  #widget .col-sm-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  #widget .col-sm-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media all and (min-width: 768px) {
  #widget .col-md-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  #widget .col-md-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  #widget .col-md-3 {
    max-width: 25%;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  #widget .col-md-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  #widget .col-md-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  #widget .col-md-6 {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #widget .col-md-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  #widget .col-md-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  #widget .col-md-9 {
    max-width: 75%;
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  #widget .col-md-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  #widget .col-md-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  #widget .col-md-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media all and (min-width: 1024px) {
  #widget .col-mdl-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  #widget .col-mdl-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  #widget .col-mdl-3 {
    max-width: 25%;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  #widget .col-mdl-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  #widget .col-mdl-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  #widget .col-mdl-6 {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #widget .col-mdl-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  #widget .col-mdl-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  #widget .col-mdl-9 {
    max-width: 75%;
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  #widget .col-mdl-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  #widget .col-mdl-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  #widget .col-mdl-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media all and (min-width: 1200px) {
  #widget .col-xl-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  #widget .col-xl-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  #widget .col-xl-3 {
    max-width: 25%;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  #widget .col-xl-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  #widget .col-xl-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  #widget .col-xl-6 {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #widget .col-xl-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  #widget .col-xl-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  #widget .col-xl-9 {
    max-width: 75%;
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  #widget .col-xl-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  #widget .col-xl-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  #widget .col-xl-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

#widget .btn-primary {
  background-color: #23A994 !important;
}

#widget .btn-primary:hover {
  background-color: rgba(35, 169, 148, 0.8) !important;
}

#widget .bg-primary {
  background-color: #23A994 !important;
}

#widget .text-primary {
  color: #23A994 !important;
}

#widget .btn-primary-medium {
  background-color: #2AA843 !important;
}

#widget .btn-primary-medium:hover {
  background-color: rgba(42, 168, 67, 0.8) !important;
}

#widget .bg-primary-medium {
  background-color: #2AA843 !important;
}

#widget .text-primary-medium {
  color: #2AA843 !important;
}

#widget .btn-primary-light {
  background-color: #D7F9F0 !important;
}

#widget .btn-primary-light:hover {
  background-color: rgba(215, 249, 240, 0.8) !important;
}

#widget .bg-primary-light {
  background-color: #D7F9F0 !important;
}

#widget .text-primary-light {
  color: #D7F9F0 !important;
}

#widget .btn-secondary {
  background-color: #2A2E43 !important;
}

#widget .btn-secondary:hover {
  background-color: rgba(42, 46, 67, 0.8) !important;
}

#widget .bg-secondary {
  background-color: #2A2E43 !important;
}

#widget .text-secondary {
  color: #2A2E43 !important;
}

#widget .btn-secondary-light {
  background-color: #78849E !important;
}

#widget .btn-secondary-light:hover {
  background-color: rgba(120, 132, 158, 0.8) !important;
}

#widget .bg-secondary-light {
  background-color: #78849E !important;
}

#widget .text-secondary-light {
  color: #78849E !important;
}

#widget .btn-info {
  background-color: #F6A2A6 !important;
}

#widget .btn-info:hover {
  background-color: rgba(246, 162, 166, 0.8) !important;
}

#widget .bg-info {
  background-color: #F6A2A6 !important;
}

#widget .text-info {
  color: #F6A2A6 !important;
}

#widget .btn-gray {
  background-color: #D6DAE2 !important;
}

#widget .btn-gray:hover {
  background-color: rgba(214, 218, 226, 0.8) !important;
}

#widget .bg-gray {
  background-color: #D6DAE2 !important;
}

#widget .text-gray {
  color: #D6DAE2 !important;
}

#widget .btn-gray-dark {
  background-color: #DDD !important;
}

#widget .btn-gray-dark:hover {
  background-color: rgba(221, 221, 221, 0.8) !important;
}

#widget .bg-gray-dark {
  background-color: #DDD !important;
}

#widget .text-gray-dark {
  color: #DDD !important;
}

#widget .btn-gray-light {
  background-color: #F7F7FA !important;
}

#widget .btn-gray-light:hover {
  background-color: rgba(247, 247, 250, 0.8) !important;
}

#widget .bg-gray-light {
  background-color: #F7F7FA !important;
}

#widget .text-gray-light {
  color: #F7F7FA !important;
}

#widget .btn-white {
  background-color: #fff !important;
}

#widget .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#widget .bg-white {
  background-color: #fff !important;
}

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

#widget .m-0 {
  margin: 0 0 !important;
}

#widget .mt-0 {
  margin-top: 0 !important;
}

#widget .mr-0 {
  margin-right: 0 !important;
}

#widget .mb-0 {
  margin-bottom: 0 !important;
}

#widget .ml-0 {
  margin-left: 0 !important;
}

#widget .m-h {
  margin: 10px 10px !important;
}

#widget .mt-h {
  margin-top: 10px !important;
}

#widget .mr-h {
  margin-right: 10px !important;
}

#widget .mb-h {
  margin-bottom: 10px !important;
}

#widget .ml-h {
  margin-left: 10px !important;
}

#widget .m-1 {
  margin: 10px 10px !important;
}

#widget .mt-1 {
  margin-top: 10px !important;
}

#widget .mr-1 {
  margin-right: 10px !important;
}

#widget .mb-1 {
  margin-bottom: 10px !important;
}

#widget .ml-1 {
  margin-left: 10px !important;
}

#widget .m-2 {
  margin: 20px 20px !important;
}

#widget .mt-2 {
  margin-top: 20px !important;
}

#widget .mr-2 {
  margin-right: 20px !important;
}

#widget .mb-2 {
  margin-bottom: 20px !important;
}

#widget .ml-2 {
  margin-left: 20px !important;
}

#widget .m-3 {
  margin: 30px 30px !important;
}

#widget .mt-3 {
  margin-top: 30px !important;
}

#widget .mr-3 {
  margin-right: 30px !important;
}

#widget .mb-3 {
  margin-bottom: 30px !important;
}

#widget .ml-3 {
  margin-left: 30px !important;
}

#widget .m-4 {
  margin: 40px 40px !important;
}

#widget .mt-4 {
  margin-top: 40px !important;
}

#widget .mr-4 {
  margin-right: 40px !important;
}

#widget .mb-4 {
  margin-bottom: 40px !important;
}

#widget .ml-4 {
  margin-left: 40px !important;
}

#widget .m-5 {
  margin: 50px 50px !important;
}

#widget .mt-5 {
  margin-top: 50px !important;
}

#widget .mr-5 {
  margin-right: 50px !important;
}

#widget .mb-5 {
  margin-bottom: 50px !important;
}

#widget .ml-5 {
  margin-left: 50px !important;
}

#widget .p-0 {
  padding: 0 0 !important;
}

#widget .pt-0 {
  padding-top: 0 !important;
}

#widget .pr-0 {
  padding-right: 0 !important;
}

#widget .pb-0 {
  padding-bottom: 0 !important;
}

#widget .pl-0 {
  padding-left: 0 !important;
}

#widget .p-h {
  padding: 10px 10px !important;
}

#widget .pt-h {
  padding-top: 10px !important;
}

#widget .pr-h {
  padding-right: 10px !important;
}

#widget .pb-h {
  padding-bottom: 10px !important;
}

#widget .pl-h {
  padding-left: 10px !important;
}

#widget .p-1 {
  padding: 10px 10px !important;
}

#widget .pt-1 {
  padding-top: 10px !important;
}

#widget .pr-1 {
  padding-right: 10px !important;
}

#widget .pb-1 {
  padding-bottom: 10px !important;
}

#widget .pl-1 {
  padding-left: 10px !important;
}

#widget .p-2 {
  padding: 20px 20px !important;
}

#widget .pt-2 {
  padding-top: 20px !important;
}

#widget .pr-2 {
  padding-right: 20px !important;
}

#widget .pb-2 {
  padding-bottom: 20px !important;
}

#widget .pl-2 {
  padding-left: 20px !important;
}

#widget .p-3 {
  padding: 30px 30px !important;
}

#widget .pt-3 {
  padding-top: 30px !important;
}

#widget .pr-3 {
  padding-right: 30px !important;
}

#widget .pb-3 {
  padding-bottom: 30px !important;
}

#widget .pl-3 {
  padding-left: 30px !important;
}

#widget .p-4 {
  padding: 40px 40px !important;
}

#widget .pt-4 {
  padding-top: 40px !important;
}

#widget .pr-4 {
  padding-right: 40px !important;
}

#widget .pb-4 {
  padding-bottom: 40px !important;
}

#widget .pl-4 {
  padding-left: 40px !important;
}

#widget .p-5 {
  padding: 50px 50px !important;
}

#widget .pt-5 {
  padding-top: 50px !important;
}

#widget .pr-5 {
  padding-right: 50px !important;
}

#widget .pb-5 {
  padding-bottom: 50px !important;
}

#widget .pl-5 {
  padding-left: 50px !important;
}

@media all and (min-width: 0) {
  #widget .m-0 {
    margin: 0 0 !important;
  }
  #widget .mt-0 {
    margin-top: 0 !important;
  }
  #widget .mr-0 {
    margin-right: 0 !important;
  }
  #widget .mb-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-0 {
    margin-left: 0 !important;
  }
  #widget .m-xs-0 {
    margin: 0 0 !important;
  }
  #widget .mt-xs-0 {
    margin-top: 0 !important;
  }
  #widget .mr-xs-0 {
    margin-right: 0 !important;
  }
  #widget .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-xs-0 {
    margin-left: 0 !important;
  }
  #widget .m-h {
    margin: 10px 10px !important;
  }
  #widget .mt-h {
    margin-top: 10px !important;
  }
  #widget .mr-h {
    margin-right: 10px !important;
  }
  #widget .mb-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-h {
    margin-left: 10px !important;
  }
  #widget .m-xs-h {
    margin: 10px 10px !important;
  }
  #widget .mt-xs-h {
    margin-top: 10px !important;
  }
  #widget .mr-xs-h {
    margin-right: 10px !important;
  }
  #widget .mb-xs-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-xs-h {
    margin-left: 10px !important;
  }
  #widget .m-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-1 {
    margin-top: 10px !important;
  }
  #widget .mr-1 {
    margin-right: 10px !important;
  }
  #widget .mb-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-1 {
    margin-left: 10px !important;
  }
  #widget .m-xs-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-xs-1 {
    margin-top: 10px !important;
  }
  #widget .mr-xs-1 {
    margin-right: 10px !important;
  }
  #widget .mb-xs-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-xs-1 {
    margin-left: 10px !important;
  }
  #widget .m-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-2 {
    margin-top: 20px !important;
  }
  #widget .mr-2 {
    margin-right: 20px !important;
  }
  #widget .mb-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-2 {
    margin-left: 20px !important;
  }
  #widget .m-xs-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-xs-2 {
    margin-top: 20px !important;
  }
  #widget .mr-xs-2 {
    margin-right: 20px !important;
  }
  #widget .mb-xs-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-xs-2 {
    margin-left: 20px !important;
  }
  #widget .m-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-3 {
    margin-top: 30px !important;
  }
  #widget .mr-3 {
    margin-right: 30px !important;
  }
  #widget .mb-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-3 {
    margin-left: 30px !important;
  }
  #widget .m-xs-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-xs-3 {
    margin-top: 30px !important;
  }
  #widget .mr-xs-3 {
    margin-right: 30px !important;
  }
  #widget .mb-xs-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-xs-3 {
    margin-left: 30px !important;
  }
  #widget .m-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-4 {
    margin-top: 40px !important;
  }
  #widget .mr-4 {
    margin-right: 40px !important;
  }
  #widget .mb-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-4 {
    margin-left: 40px !important;
  }
  #widget .m-xs-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-xs-4 {
    margin-top: 40px !important;
  }
  #widget .mr-xs-4 {
    margin-right: 40px !important;
  }
  #widget .mb-xs-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-xs-4 {
    margin-left: 40px !important;
  }
  #widget .m-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-5 {
    margin-top: 50px !important;
  }
  #widget .mr-5 {
    margin-right: 50px !important;
  }
  #widget .mb-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-5 {
    margin-left: 50px !important;
  }
  #widget .m-xs-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-xs-5 {
    margin-top: 50px !important;
  }
  #widget .mr-xs-5 {
    margin-right: 50px !important;
  }
  #widget .mb-xs-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-xs-5 {
    margin-left: 50px !important;
  }
  #widget .p-0 {
    padding: 0 0 !important;
  }
  #widget .pt-0 {
    padding-top: 0 !important;
  }
  #widget .pr-0 {
    padding-right: 0 !important;
  }
  #widget .pb-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-0 {
    padding-left: 0 !important;
  }
  #widget .p-xs-0 {
    padding: 0 0 !important;
  }
  #widget .pt-xs-0 {
    padding-top: 0 !important;
  }
  #widget .pr-xs-0 {
    padding-right: 0 !important;
  }
  #widget .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-xs-0 {
    padding-left: 0 !important;
  }
  #widget .p-h {
    padding: 10px 10px !important;
  }
  #widget .pt-h {
    padding-top: 10px !important;
  }
  #widget .pr-h {
    padding-right: 10px !important;
  }
  #widget .pb-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-h {
    padding-left: 10px !important;
  }
  #widget .p-xs-h {
    padding: 10px 10px !important;
  }
  #widget .pt-xs-h {
    padding-top: 10px !important;
  }
  #widget .pr-xs-h {
    padding-right: 10px !important;
  }
  #widget .pb-xs-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-xs-h {
    padding-left: 10px !important;
  }
  #widget .p-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-1 {
    padding-top: 10px !important;
  }
  #widget .pr-1 {
    padding-right: 10px !important;
  }
  #widget .pb-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-1 {
    padding-left: 10px !important;
  }
  #widget .p-xs-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-xs-1 {
    padding-top: 10px !important;
  }
  #widget .pr-xs-1 {
    padding-right: 10px !important;
  }
  #widget .pb-xs-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-xs-1 {
    padding-left: 10px !important;
  }
  #widget .p-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-2 {
    padding-top: 20px !important;
  }
  #widget .pr-2 {
    padding-right: 20px !important;
  }
  #widget .pb-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-2 {
    padding-left: 20px !important;
  }
  #widget .p-xs-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-xs-2 {
    padding-top: 20px !important;
  }
  #widget .pr-xs-2 {
    padding-right: 20px !important;
  }
  #widget .pb-xs-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-xs-2 {
    padding-left: 20px !important;
  }
  #widget .p-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-3 {
    padding-top: 30px !important;
  }
  #widget .pr-3 {
    padding-right: 30px !important;
  }
  #widget .pb-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-3 {
    padding-left: 30px !important;
  }
  #widget .p-xs-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-xs-3 {
    padding-top: 30px !important;
  }
  #widget .pr-xs-3 {
    padding-right: 30px !important;
  }
  #widget .pb-xs-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-xs-3 {
    padding-left: 30px !important;
  }
  #widget .p-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-4 {
    padding-top: 40px !important;
  }
  #widget .pr-4 {
    padding-right: 40px !important;
  }
  #widget .pb-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-4 {
    padding-left: 40px !important;
  }
  #widget .p-xs-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-xs-4 {
    padding-top: 40px !important;
  }
  #widget .pr-xs-4 {
    padding-right: 40px !important;
  }
  #widget .pb-xs-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-xs-4 {
    padding-left: 40px !important;
  }
  #widget .p-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-5 {
    padding-top: 50px !important;
  }
  #widget .pr-5 {
    padding-right: 50px !important;
  }
  #widget .pb-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-5 {
    padding-left: 50px !important;
  }
  #widget .p-xs-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-xs-5 {
    padding-top: 50px !important;
  }
  #widget .pr-xs-5 {
    padding-right: 50px !important;
  }
  #widget .pb-xs-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-xs-5 {
    padding-left: 50px !important;
  }
}

@media all and (min-width: 560px) {
  #widget .m-0 {
    margin: 0 0 !important;
  }
  #widget .mt-0 {
    margin-top: 0 !important;
  }
  #widget .mr-0 {
    margin-right: 0 !important;
  }
  #widget .mb-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-0 {
    margin-left: 0 !important;
  }
  #widget .m-sm-0 {
    margin: 0 0 !important;
  }
  #widget .mt-sm-0 {
    margin-top: 0 !important;
  }
  #widget .mr-sm-0 {
    margin-right: 0 !important;
  }
  #widget .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-sm-0 {
    margin-left: 0 !important;
  }
  #widget .m-h {
    margin: 10px 10px !important;
  }
  #widget .mt-h {
    margin-top: 10px !important;
  }
  #widget .mr-h {
    margin-right: 10px !important;
  }
  #widget .mb-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-h {
    margin-left: 10px !important;
  }
  #widget .m-sm-h {
    margin: 10px 10px !important;
  }
  #widget .mt-sm-h {
    margin-top: 10px !important;
  }
  #widget .mr-sm-h {
    margin-right: 10px !important;
  }
  #widget .mb-sm-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-sm-h {
    margin-left: 10px !important;
  }
  #widget .m-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-1 {
    margin-top: 10px !important;
  }
  #widget .mr-1 {
    margin-right: 10px !important;
  }
  #widget .mb-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-1 {
    margin-left: 10px !important;
  }
  #widget .m-sm-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-sm-1 {
    margin-top: 10px !important;
  }
  #widget .mr-sm-1 {
    margin-right: 10px !important;
  }
  #widget .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-sm-1 {
    margin-left: 10px !important;
  }
  #widget .m-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-2 {
    margin-top: 20px !important;
  }
  #widget .mr-2 {
    margin-right: 20px !important;
  }
  #widget .mb-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-2 {
    margin-left: 20px !important;
  }
  #widget .m-sm-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-sm-2 {
    margin-top: 20px !important;
  }
  #widget .mr-sm-2 {
    margin-right: 20px !important;
  }
  #widget .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-sm-2 {
    margin-left: 20px !important;
  }
  #widget .m-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-3 {
    margin-top: 30px !important;
  }
  #widget .mr-3 {
    margin-right: 30px !important;
  }
  #widget .mb-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-3 {
    margin-left: 30px !important;
  }
  #widget .m-sm-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-sm-3 {
    margin-top: 30px !important;
  }
  #widget .mr-sm-3 {
    margin-right: 30px !important;
  }
  #widget .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-sm-3 {
    margin-left: 30px !important;
  }
  #widget .m-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-4 {
    margin-top: 40px !important;
  }
  #widget .mr-4 {
    margin-right: 40px !important;
  }
  #widget .mb-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-4 {
    margin-left: 40px !important;
  }
  #widget .m-sm-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-sm-4 {
    margin-top: 40px !important;
  }
  #widget .mr-sm-4 {
    margin-right: 40px !important;
  }
  #widget .mb-sm-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-sm-4 {
    margin-left: 40px !important;
  }
  #widget .m-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-5 {
    margin-top: 50px !important;
  }
  #widget .mr-5 {
    margin-right: 50px !important;
  }
  #widget .mb-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-5 {
    margin-left: 50px !important;
  }
  #widget .m-sm-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-sm-5 {
    margin-top: 50px !important;
  }
  #widget .mr-sm-5 {
    margin-right: 50px !important;
  }
  #widget .mb-sm-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-sm-5 {
    margin-left: 50px !important;
  }
  #widget .p-0 {
    padding: 0 0 !important;
  }
  #widget .pt-0 {
    padding-top: 0 !important;
  }
  #widget .pr-0 {
    padding-right: 0 !important;
  }
  #widget .pb-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-0 {
    padding-left: 0 !important;
  }
  #widget .p-sm-0 {
    padding: 0 0 !important;
  }
  #widget .pt-sm-0 {
    padding-top: 0 !important;
  }
  #widget .pr-sm-0 {
    padding-right: 0 !important;
  }
  #widget .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-sm-0 {
    padding-left: 0 !important;
  }
  #widget .p-h {
    padding: 10px 10px !important;
  }
  #widget .pt-h {
    padding-top: 10px !important;
  }
  #widget .pr-h {
    padding-right: 10px !important;
  }
  #widget .pb-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-h {
    padding-left: 10px !important;
  }
  #widget .p-sm-h {
    padding: 10px 10px !important;
  }
  #widget .pt-sm-h {
    padding-top: 10px !important;
  }
  #widget .pr-sm-h {
    padding-right: 10px !important;
  }
  #widget .pb-sm-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-sm-h {
    padding-left: 10px !important;
  }
  #widget .p-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-1 {
    padding-top: 10px !important;
  }
  #widget .pr-1 {
    padding-right: 10px !important;
  }
  #widget .pb-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-1 {
    padding-left: 10px !important;
  }
  #widget .p-sm-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-sm-1 {
    padding-top: 10px !important;
  }
  #widget .pr-sm-1 {
    padding-right: 10px !important;
  }
  #widget .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-sm-1 {
    padding-left: 10px !important;
  }
  #widget .p-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-2 {
    padding-top: 20px !important;
  }
  #widget .pr-2 {
    padding-right: 20px !important;
  }
  #widget .pb-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-2 {
    padding-left: 20px !important;
  }
  #widget .p-sm-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-sm-2 {
    padding-top: 20px !important;
  }
  #widget .pr-sm-2 {
    padding-right: 20px !important;
  }
  #widget .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-sm-2 {
    padding-left: 20px !important;
  }
  #widget .p-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-3 {
    padding-top: 30px !important;
  }
  #widget .pr-3 {
    padding-right: 30px !important;
  }
  #widget .pb-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-3 {
    padding-left: 30px !important;
  }
  #widget .p-sm-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-sm-3 {
    padding-top: 30px !important;
  }
  #widget .pr-sm-3 {
    padding-right: 30px !important;
  }
  #widget .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-sm-3 {
    padding-left: 30px !important;
  }
  #widget .p-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-4 {
    padding-top: 40px !important;
  }
  #widget .pr-4 {
    padding-right: 40px !important;
  }
  #widget .pb-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-4 {
    padding-left: 40px !important;
  }
  #widget .p-sm-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-sm-4 {
    padding-top: 40px !important;
  }
  #widget .pr-sm-4 {
    padding-right: 40px !important;
  }
  #widget .pb-sm-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-sm-4 {
    padding-left: 40px !important;
  }
  #widget .p-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-5 {
    padding-top: 50px !important;
  }
  #widget .pr-5 {
    padding-right: 50px !important;
  }
  #widget .pb-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-5 {
    padding-left: 50px !important;
  }
  #widget .p-sm-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-sm-5 {
    padding-top: 50px !important;
  }
  #widget .pr-sm-5 {
    padding-right: 50px !important;
  }
  #widget .pb-sm-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-sm-5 {
    padding-left: 50px !important;
  }
}

@media all and (min-width: 768px) {
  #widget .m-0 {
    margin: 0 0 !important;
  }
  #widget .mt-0 {
    margin-top: 0 !important;
  }
  #widget .mr-0 {
    margin-right: 0 !important;
  }
  #widget .mb-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-0 {
    margin-left: 0 !important;
  }
  #widget .m-md-0 {
    margin: 0 0 !important;
  }
  #widget .mt-md-0 {
    margin-top: 0 !important;
  }
  #widget .mr-md-0 {
    margin-right: 0 !important;
  }
  #widget .mb-md-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-md-0 {
    margin-left: 0 !important;
  }
  #widget .m-h {
    margin: 10px 10px !important;
  }
  #widget .mt-h {
    margin-top: 10px !important;
  }
  #widget .mr-h {
    margin-right: 10px !important;
  }
  #widget .mb-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-h {
    margin-left: 10px !important;
  }
  #widget .m-md-h {
    margin: 10px 10px !important;
  }
  #widget .mt-md-h {
    margin-top: 10px !important;
  }
  #widget .mr-md-h {
    margin-right: 10px !important;
  }
  #widget .mb-md-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-md-h {
    margin-left: 10px !important;
  }
  #widget .m-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-1 {
    margin-top: 10px !important;
  }
  #widget .mr-1 {
    margin-right: 10px !important;
  }
  #widget .mb-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-1 {
    margin-left: 10px !important;
  }
  #widget .m-md-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-md-1 {
    margin-top: 10px !important;
  }
  #widget .mr-md-1 {
    margin-right: 10px !important;
  }
  #widget .mb-md-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-md-1 {
    margin-left: 10px !important;
  }
  #widget .m-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-2 {
    margin-top: 20px !important;
  }
  #widget .mr-2 {
    margin-right: 20px !important;
  }
  #widget .mb-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-2 {
    margin-left: 20px !important;
  }
  #widget .m-md-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-md-2 {
    margin-top: 20px !important;
  }
  #widget .mr-md-2 {
    margin-right: 20px !important;
  }
  #widget .mb-md-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-md-2 {
    margin-left: 20px !important;
  }
  #widget .m-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-3 {
    margin-top: 30px !important;
  }
  #widget .mr-3 {
    margin-right: 30px !important;
  }
  #widget .mb-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-3 {
    margin-left: 30px !important;
  }
  #widget .m-md-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-md-3 {
    margin-top: 30px !important;
  }
  #widget .mr-md-3 {
    margin-right: 30px !important;
  }
  #widget .mb-md-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-md-3 {
    margin-left: 30px !important;
  }
  #widget .m-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-4 {
    margin-top: 40px !important;
  }
  #widget .mr-4 {
    margin-right: 40px !important;
  }
  #widget .mb-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-4 {
    margin-left: 40px !important;
  }
  #widget .m-md-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-md-4 {
    margin-top: 40px !important;
  }
  #widget .mr-md-4 {
    margin-right: 40px !important;
  }
  #widget .mb-md-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-md-4 {
    margin-left: 40px !important;
  }
  #widget .m-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-5 {
    margin-top: 50px !important;
  }
  #widget .mr-5 {
    margin-right: 50px !important;
  }
  #widget .mb-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-5 {
    margin-left: 50px !important;
  }
  #widget .m-md-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-md-5 {
    margin-top: 50px !important;
  }
  #widget .mr-md-5 {
    margin-right: 50px !important;
  }
  #widget .mb-md-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-md-5 {
    margin-left: 50px !important;
  }
  #widget .p-0 {
    padding: 0 0 !important;
  }
  #widget .pt-0 {
    padding-top: 0 !important;
  }
  #widget .pr-0 {
    padding-right: 0 !important;
  }
  #widget .pb-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-0 {
    padding-left: 0 !important;
  }
  #widget .p-md-0 {
    padding: 0 0 !important;
  }
  #widget .pt-md-0 {
    padding-top: 0 !important;
  }
  #widget .pr-md-0 {
    padding-right: 0 !important;
  }
  #widget .pb-md-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-md-0 {
    padding-left: 0 !important;
  }
  #widget .p-h {
    padding: 10px 10px !important;
  }
  #widget .pt-h {
    padding-top: 10px !important;
  }
  #widget .pr-h {
    padding-right: 10px !important;
  }
  #widget .pb-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-h {
    padding-left: 10px !important;
  }
  #widget .p-md-h {
    padding: 10px 10px !important;
  }
  #widget .pt-md-h {
    padding-top: 10px !important;
  }
  #widget .pr-md-h {
    padding-right: 10px !important;
  }
  #widget .pb-md-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-md-h {
    padding-left: 10px !important;
  }
  #widget .p-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-1 {
    padding-top: 10px !important;
  }
  #widget .pr-1 {
    padding-right: 10px !important;
  }
  #widget .pb-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-1 {
    padding-left: 10px !important;
  }
  #widget .p-md-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-md-1 {
    padding-top: 10px !important;
  }
  #widget .pr-md-1 {
    padding-right: 10px !important;
  }
  #widget .pb-md-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-md-1 {
    padding-left: 10px !important;
  }
  #widget .p-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-2 {
    padding-top: 20px !important;
  }
  #widget .pr-2 {
    padding-right: 20px !important;
  }
  #widget .pb-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-2 {
    padding-left: 20px !important;
  }
  #widget .p-md-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-md-2 {
    padding-top: 20px !important;
  }
  #widget .pr-md-2 {
    padding-right: 20px !important;
  }
  #widget .pb-md-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-md-2 {
    padding-left: 20px !important;
  }
  #widget .p-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-3 {
    padding-top: 30px !important;
  }
  #widget .pr-3 {
    padding-right: 30px !important;
  }
  #widget .pb-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-3 {
    padding-left: 30px !important;
  }
  #widget .p-md-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-md-3 {
    padding-top: 30px !important;
  }
  #widget .pr-md-3 {
    padding-right: 30px !important;
  }
  #widget .pb-md-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-md-3 {
    padding-left: 30px !important;
  }
  #widget .p-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-4 {
    padding-top: 40px !important;
  }
  #widget .pr-4 {
    padding-right: 40px !important;
  }
  #widget .pb-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-4 {
    padding-left: 40px !important;
  }
  #widget .p-md-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-md-4 {
    padding-top: 40px !important;
  }
  #widget .pr-md-4 {
    padding-right: 40px !important;
  }
  #widget .pb-md-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-md-4 {
    padding-left: 40px !important;
  }
  #widget .p-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-5 {
    padding-top: 50px !important;
  }
  #widget .pr-5 {
    padding-right: 50px !important;
  }
  #widget .pb-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-5 {
    padding-left: 50px !important;
  }
  #widget .p-md-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-md-5 {
    padding-top: 50px !important;
  }
  #widget .pr-md-5 {
    padding-right: 50px !important;
  }
  #widget .pb-md-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-md-5 {
    padding-left: 50px !important;
  }
}

@media all and (min-width: 1024px) {
  #widget .m-0 {
    margin: 0 0 !important;
  }
  #widget .mt-0 {
    margin-top: 0 !important;
  }
  #widget .mr-0 {
    margin-right: 0 !important;
  }
  #widget .mb-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-0 {
    margin-left: 0 !important;
  }
  #widget .m-mdl-0 {
    margin: 0 0 !important;
  }
  #widget .mt-mdl-0 {
    margin-top: 0 !important;
  }
  #widget .mr-mdl-0 {
    margin-right: 0 !important;
  }
  #widget .mb-mdl-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-mdl-0 {
    margin-left: 0 !important;
  }
  #widget .m-h {
    margin: 10px 10px !important;
  }
  #widget .mt-h {
    margin-top: 10px !important;
  }
  #widget .mr-h {
    margin-right: 10px !important;
  }
  #widget .mb-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-h {
    margin-left: 10px !important;
  }
  #widget .m-mdl-h {
    margin: 10px 10px !important;
  }
  #widget .mt-mdl-h {
    margin-top: 10px !important;
  }
  #widget .mr-mdl-h {
    margin-right: 10px !important;
  }
  #widget .mb-mdl-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-mdl-h {
    margin-left: 10px !important;
  }
  #widget .m-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-1 {
    margin-top: 10px !important;
  }
  #widget .mr-1 {
    margin-right: 10px !important;
  }
  #widget .mb-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-1 {
    margin-left: 10px !important;
  }
  #widget .m-mdl-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-mdl-1 {
    margin-top: 10px !important;
  }
  #widget .mr-mdl-1 {
    margin-right: 10px !important;
  }
  #widget .mb-mdl-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-mdl-1 {
    margin-left: 10px !important;
  }
  #widget .m-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-2 {
    margin-top: 20px !important;
  }
  #widget .mr-2 {
    margin-right: 20px !important;
  }
  #widget .mb-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-2 {
    margin-left: 20px !important;
  }
  #widget .m-mdl-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-mdl-2 {
    margin-top: 20px !important;
  }
  #widget .mr-mdl-2 {
    margin-right: 20px !important;
  }
  #widget .mb-mdl-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-mdl-2 {
    margin-left: 20px !important;
  }
  #widget .m-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-3 {
    margin-top: 30px !important;
  }
  #widget .mr-3 {
    margin-right: 30px !important;
  }
  #widget .mb-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-3 {
    margin-left: 30px !important;
  }
  #widget .m-mdl-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-mdl-3 {
    margin-top: 30px !important;
  }
  #widget .mr-mdl-3 {
    margin-right: 30px !important;
  }
  #widget .mb-mdl-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-mdl-3 {
    margin-left: 30px !important;
  }
  #widget .m-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-4 {
    margin-top: 40px !important;
  }
  #widget .mr-4 {
    margin-right: 40px !important;
  }
  #widget .mb-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-4 {
    margin-left: 40px !important;
  }
  #widget .m-mdl-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-mdl-4 {
    margin-top: 40px !important;
  }
  #widget .mr-mdl-4 {
    margin-right: 40px !important;
  }
  #widget .mb-mdl-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-mdl-4 {
    margin-left: 40px !important;
  }
  #widget .m-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-5 {
    margin-top: 50px !important;
  }
  #widget .mr-5 {
    margin-right: 50px !important;
  }
  #widget .mb-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-5 {
    margin-left: 50px !important;
  }
  #widget .m-mdl-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-mdl-5 {
    margin-top: 50px !important;
  }
  #widget .mr-mdl-5 {
    margin-right: 50px !important;
  }
  #widget .mb-mdl-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-mdl-5 {
    margin-left: 50px !important;
  }
  #widget .p-0 {
    padding: 0 0 !important;
  }
  #widget .pt-0 {
    padding-top: 0 !important;
  }
  #widget .pr-0 {
    padding-right: 0 !important;
  }
  #widget .pb-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-0 {
    padding-left: 0 !important;
  }
  #widget .p-mdl-0 {
    padding: 0 0 !important;
  }
  #widget .pt-mdl-0 {
    padding-top: 0 !important;
  }
  #widget .pr-mdl-0 {
    padding-right: 0 !important;
  }
  #widget .pb-mdl-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-mdl-0 {
    padding-left: 0 !important;
  }
  #widget .p-h {
    padding: 10px 10px !important;
  }
  #widget .pt-h {
    padding-top: 10px !important;
  }
  #widget .pr-h {
    padding-right: 10px !important;
  }
  #widget .pb-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-h {
    padding-left: 10px !important;
  }
  #widget .p-mdl-h {
    padding: 10px 10px !important;
  }
  #widget .pt-mdl-h {
    padding-top: 10px !important;
  }
  #widget .pr-mdl-h {
    padding-right: 10px !important;
  }
  #widget .pb-mdl-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-mdl-h {
    padding-left: 10px !important;
  }
  #widget .p-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-1 {
    padding-top: 10px !important;
  }
  #widget .pr-1 {
    padding-right: 10px !important;
  }
  #widget .pb-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-1 {
    padding-left: 10px !important;
  }
  #widget .p-mdl-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-mdl-1 {
    padding-top: 10px !important;
  }
  #widget .pr-mdl-1 {
    padding-right: 10px !important;
  }
  #widget .pb-mdl-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-mdl-1 {
    padding-left: 10px !important;
  }
  #widget .p-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-2 {
    padding-top: 20px !important;
  }
  #widget .pr-2 {
    padding-right: 20px !important;
  }
  #widget .pb-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-2 {
    padding-left: 20px !important;
  }
  #widget .p-mdl-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-mdl-2 {
    padding-top: 20px !important;
  }
  #widget .pr-mdl-2 {
    padding-right: 20px !important;
  }
  #widget .pb-mdl-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-mdl-2 {
    padding-left: 20px !important;
  }
  #widget .p-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-3 {
    padding-top: 30px !important;
  }
  #widget .pr-3 {
    padding-right: 30px !important;
  }
  #widget .pb-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-3 {
    padding-left: 30px !important;
  }
  #widget .p-mdl-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-mdl-3 {
    padding-top: 30px !important;
  }
  #widget .pr-mdl-3 {
    padding-right: 30px !important;
  }
  #widget .pb-mdl-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-mdl-3 {
    padding-left: 30px !important;
  }
  #widget .p-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-4 {
    padding-top: 40px !important;
  }
  #widget .pr-4 {
    padding-right: 40px !important;
  }
  #widget .pb-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-4 {
    padding-left: 40px !important;
  }
  #widget .p-mdl-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-mdl-4 {
    padding-top: 40px !important;
  }
  #widget .pr-mdl-4 {
    padding-right: 40px !important;
  }
  #widget .pb-mdl-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-mdl-4 {
    padding-left: 40px !important;
  }
  #widget .p-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-5 {
    padding-top: 50px !important;
  }
  #widget .pr-5 {
    padding-right: 50px !important;
  }
  #widget .pb-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-5 {
    padding-left: 50px !important;
  }
  #widget .p-mdl-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-mdl-5 {
    padding-top: 50px !important;
  }
  #widget .pr-mdl-5 {
    padding-right: 50px !important;
  }
  #widget .pb-mdl-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-mdl-5 {
    padding-left: 50px !important;
  }
}

@media all and (min-width: 1200px) {
  #widget .m-0 {
    margin: 0 0 !important;
  }
  #widget .mt-0 {
    margin-top: 0 !important;
  }
  #widget .mr-0 {
    margin-right: 0 !important;
  }
  #widget .mb-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-0 {
    margin-left: 0 !important;
  }
  #widget .m-xl-0 {
    margin: 0 0 !important;
  }
  #widget .mt-xl-0 {
    margin-top: 0 !important;
  }
  #widget .mr-xl-0 {
    margin-right: 0 !important;
  }
  #widget .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  #widget .ml-xl-0 {
    margin-left: 0 !important;
  }
  #widget .m-h {
    margin: 10px 10px !important;
  }
  #widget .mt-h {
    margin-top: 10px !important;
  }
  #widget .mr-h {
    margin-right: 10px !important;
  }
  #widget .mb-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-h {
    margin-left: 10px !important;
  }
  #widget .m-xl-h {
    margin: 10px 10px !important;
  }
  #widget .mt-xl-h {
    margin-top: 10px !important;
  }
  #widget .mr-xl-h {
    margin-right: 10px !important;
  }
  #widget .mb-xl-h {
    margin-bottom: 10px !important;
  }
  #widget .ml-xl-h {
    margin-left: 10px !important;
  }
  #widget .m-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-1 {
    margin-top: 10px !important;
  }
  #widget .mr-1 {
    margin-right: 10px !important;
  }
  #widget .mb-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-1 {
    margin-left: 10px !important;
  }
  #widget .m-xl-1 {
    margin: 10px 10px !important;
  }
  #widget .mt-xl-1 {
    margin-top: 10px !important;
  }
  #widget .mr-xl-1 {
    margin-right: 10px !important;
  }
  #widget .mb-xl-1 {
    margin-bottom: 10px !important;
  }
  #widget .ml-xl-1 {
    margin-left: 10px !important;
  }
  #widget .m-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-2 {
    margin-top: 20px !important;
  }
  #widget .mr-2 {
    margin-right: 20px !important;
  }
  #widget .mb-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-2 {
    margin-left: 20px !important;
  }
  #widget .m-xl-2 {
    margin: 20px 20px !important;
  }
  #widget .mt-xl-2 {
    margin-top: 20px !important;
  }
  #widget .mr-xl-2 {
    margin-right: 20px !important;
  }
  #widget .mb-xl-2 {
    margin-bottom: 20px !important;
  }
  #widget .ml-xl-2 {
    margin-left: 20px !important;
  }
  #widget .m-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-3 {
    margin-top: 30px !important;
  }
  #widget .mr-3 {
    margin-right: 30px !important;
  }
  #widget .mb-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-3 {
    margin-left: 30px !important;
  }
  #widget .m-xl-3 {
    margin: 30px 30px !important;
  }
  #widget .mt-xl-3 {
    margin-top: 30px !important;
  }
  #widget .mr-xl-3 {
    margin-right: 30px !important;
  }
  #widget .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  #widget .ml-xl-3 {
    margin-left: 30px !important;
  }
  #widget .m-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-4 {
    margin-top: 40px !important;
  }
  #widget .mr-4 {
    margin-right: 40px !important;
  }
  #widget .mb-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-4 {
    margin-left: 40px !important;
  }
  #widget .m-xl-4 {
    margin: 40px 40px !important;
  }
  #widget .mt-xl-4 {
    margin-top: 40px !important;
  }
  #widget .mr-xl-4 {
    margin-right: 40px !important;
  }
  #widget .mb-xl-4 {
    margin-bottom: 40px !important;
  }
  #widget .ml-xl-4 {
    margin-left: 40px !important;
  }
  #widget .m-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-5 {
    margin-top: 50px !important;
  }
  #widget .mr-5 {
    margin-right: 50px !important;
  }
  #widget .mb-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-5 {
    margin-left: 50px !important;
  }
  #widget .m-xl-5 {
    margin: 50px 50px !important;
  }
  #widget .mt-xl-5 {
    margin-top: 50px !important;
  }
  #widget .mr-xl-5 {
    margin-right: 50px !important;
  }
  #widget .mb-xl-5 {
    margin-bottom: 50px !important;
  }
  #widget .ml-xl-5 {
    margin-left: 50px !important;
  }
  #widget .p-0 {
    padding: 0 0 !important;
  }
  #widget .pt-0 {
    padding-top: 0 !important;
  }
  #widget .pr-0 {
    padding-right: 0 !important;
  }
  #widget .pb-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-0 {
    padding-left: 0 !important;
  }
  #widget .p-xl-0 {
    padding: 0 0 !important;
  }
  #widget .pt-xl-0 {
    padding-top: 0 !important;
  }
  #widget .pr-xl-0 {
    padding-right: 0 !important;
  }
  #widget .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  #widget .pl-xl-0 {
    padding-left: 0 !important;
  }
  #widget .p-h {
    padding: 10px 10px !important;
  }
  #widget .pt-h {
    padding-top: 10px !important;
  }
  #widget .pr-h {
    padding-right: 10px !important;
  }
  #widget .pb-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-h {
    padding-left: 10px !important;
  }
  #widget .p-xl-h {
    padding: 10px 10px !important;
  }
  #widget .pt-xl-h {
    padding-top: 10px !important;
  }
  #widget .pr-xl-h {
    padding-right: 10px !important;
  }
  #widget .pb-xl-h {
    padding-bottom: 10px !important;
  }
  #widget .pl-xl-h {
    padding-left: 10px !important;
  }
  #widget .p-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-1 {
    padding-top: 10px !important;
  }
  #widget .pr-1 {
    padding-right: 10px !important;
  }
  #widget .pb-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-1 {
    padding-left: 10px !important;
  }
  #widget .p-xl-1 {
    padding: 10px 10px !important;
  }
  #widget .pt-xl-1 {
    padding-top: 10px !important;
  }
  #widget .pr-xl-1 {
    padding-right: 10px !important;
  }
  #widget .pb-xl-1 {
    padding-bottom: 10px !important;
  }
  #widget .pl-xl-1 {
    padding-left: 10px !important;
  }
  #widget .p-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-2 {
    padding-top: 20px !important;
  }
  #widget .pr-2 {
    padding-right: 20px !important;
  }
  #widget .pb-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-2 {
    padding-left: 20px !important;
  }
  #widget .p-xl-2 {
    padding: 20px 20px !important;
  }
  #widget .pt-xl-2 {
    padding-top: 20px !important;
  }
  #widget .pr-xl-2 {
    padding-right: 20px !important;
  }
  #widget .pb-xl-2 {
    padding-bottom: 20px !important;
  }
  #widget .pl-xl-2 {
    padding-left: 20px !important;
  }
  #widget .p-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-3 {
    padding-top: 30px !important;
  }
  #widget .pr-3 {
    padding-right: 30px !important;
  }
  #widget .pb-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-3 {
    padding-left: 30px !important;
  }
  #widget .p-xl-3 {
    padding: 30px 30px !important;
  }
  #widget .pt-xl-3 {
    padding-top: 30px !important;
  }
  #widget .pr-xl-3 {
    padding-right: 30px !important;
  }
  #widget .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  #widget .pl-xl-3 {
    padding-left: 30px !important;
  }
  #widget .p-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-4 {
    padding-top: 40px !important;
  }
  #widget .pr-4 {
    padding-right: 40px !important;
  }
  #widget .pb-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-4 {
    padding-left: 40px !important;
  }
  #widget .p-xl-4 {
    padding: 40px 40px !important;
  }
  #widget .pt-xl-4 {
    padding-top: 40px !important;
  }
  #widget .pr-xl-4 {
    padding-right: 40px !important;
  }
  #widget .pb-xl-4 {
    padding-bottom: 40px !important;
  }
  #widget .pl-xl-4 {
    padding-left: 40px !important;
  }
  #widget .p-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-5 {
    padding-top: 50px !important;
  }
  #widget .pr-5 {
    padding-right: 50px !important;
  }
  #widget .pb-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-5 {
    padding-left: 50px !important;
  }
  #widget .p-xl-5 {
    padding: 50px 50px !important;
  }
  #widget .pt-xl-5 {
    padding-top: 50px !important;
  }
  #widget .pr-xl-5 {
    padding-right: 50px !important;
  }
  #widget .pb-xl-5 {
    padding-bottom: 50px !important;
  }
  #widget .pl-xl-5 {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-xs {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-xs {
    margin-right: 5px !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-xs {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-xs {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-xs {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-xs {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-1 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-1 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-1 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-2 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-2 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-2 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-3 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-3 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-3 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-4 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  #widget .pb-md-5 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1024px) {
  #widget .mr-lg-5 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  #widget .mr-xl-5 {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  #widget .mb-md-5 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  #widget .mt-md-5 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  #widget .mr-md-5 {
    margin-right: 50px !important;
  }
}

#widget h1, #widget .h1 {
  font-size: 45px;
}

#widget h2, #widget .h2 {
  font-size: calc(25px + 8 * ((100vw - 361px) / 320));
}

#widget h3, #widget .h3 {
  font-size: calc(18px + 5 * ((100vw - 361px) / 768));
}

#widget h4, #widget .h4 {
  font-size: calc(16px + 6 * ((100vw - 361px) / 768));
}

#widget h5, #widget .h5 {
  font-size: 20px;
}

#widget h6, #widget .h6 {
  font-size: 16px;
}

#widget .btn {
  display: block;
  width: 100%;
  padding: 38px 10px;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(23, 49, 67, 0.15);
  box-shadow: 0 2px 4px 0 rgba(23, 49, 67, 0.15);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#widget .btn:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 361px) and (max-width: 768px) {
  #widget .btn {
    font-size: calc(14px + 12 * ((100vw - 361px) / 768));
  }
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  #widget .btn {
    font-size: calc(20px + 12 * ((100vw - 769px) / 1920));
  }
}

@media screen and (min-width: 1920px) {
  #widget .btn {
    font-size: calc(20px + 12 * ((100vw - 769px) / 2048));
  }
}

#widget .btn-normal {
  font-size: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  #widget .btn-normal {
    font-size: calc(20px + 12 * ((100vw - 769px) / 1920));
  }
}

#widget .btn-change {
  padding: 16px 20px;
}

#widget .btn-filter {
  position: relative;
  padding: 10px 20px;
  max-width: 150px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (min-width: 560px) {
  #widget .btn-filter {
    font-size: 24px;
  }
}

#widget .btn-filter:hover {
  background-color: #E6E6E6;
}

#widget .btn-filter_sm {
  padding: 5px 10px;
  max-width: 90px;
  font-size: 15px;
}

@media screen and (min-width: 360px) {
  #widget .btn-filter_sm {
    font-size: 16px;
  }
}

@media (min-width: 560px) {
  #widget .btn-filter_sm {
    padding: 10px 15px;
    max-width: 130px;
  }
}

#widget .btn-filter_theme-gray {
  background-color: #E6E6E6;
}

#widget .btn-filter-line {
  position: absolute;
  top: 38%;
  left: 13%;
  width: 16px;
  height: 2px;
  text-align: left;
  background-color: #23A994;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#widget .btn-filter-line:nth-child(2) {
  top: 50%;
  width: 12px;
}

#widget .btn-filter-line:nth-child(3) {
  top: 63%;
  width: 6px;
}

#widget .btn-filter_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 6px solid #2A2E43;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 560px) {
  #widget .btn-filter_arrow:after {
    border-top: 8px solid #2A2E43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}

#widget .btn.btn-sm {
  font-size: 15px;
  padding: 9px 6px 8px;
  display: inline-block;
  width: auto;
  font-weight: bold;
}

#widget .btn.btn-lg {
  font-size: 20px;
}

@media (min-width: 560px) {
  #widget .btn.btn-lg {
    font-size: 28px;
  }
}

#widget .btn.btn-md {
  padding: .75em;
  min-width: 100px;
  max-width: 106px;
}

#widget .btn.btn-xs {
  padding: .3em;
}

#widget .btn-row-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#widget .btn-row-group [class^='col-'] {
  margin-bottom: 8px;
}

#widget .btn-confirm-group {
  margin-bottom: 28px;
}

#widget .btn-group-text {
  text-align: center;
  width: 100%;
  color: #2A2E43;
  font-weight: bold;
  margin-bottom: 23px;
  font-size: 26px;
}

@media screen and (min-width: 639px) and (max-width: 768px) {
  #widget .btn-group-text {
    font-size: 39px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  #widget .btn-group-text {
    font-size: calc(25px + 5 * ((100vw - 769px) / 1920));
  }
}

#widget .btn-link {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#widget .btn-link:active, #widget .btn-link:hover {
  text-decoration: underline;
  opacity: .8;
}

#widget .btn-link:first-letter {
  text-transform: uppercase;
}

#widget .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#widget .search-block-input {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 33px;
  padding-right: 5px;
  background-color: #fff;
  font-size: 26px;
}

@media (min-width: 560px) {
  #widget .search-block-input {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  #widget .search-block-input {
    padding-left: 60px;
  }
}

#widget .search-block-btn {
  min-width: 95px;
  width: auto;
  padding: 30px 10px;
  font-size: 26px;
}

@media (min-width: 560px) {
  #widget .search-block-btn {
    min-width: 142px;
    padding: 38px 10px;
  }
}

#widget .search-block-input-wrap {
  position: relative;
}

#widget .search-block-input-wrap .search-block-input {
  height: 100%;
}

#widget .search-block-input-wrap .icon-svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 560px) {
  #widget .search-block-input-wrap .icon-svg {
    left: 10px;
  }
}

#widget .common-checkbox-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  min-width: 30px;
  min-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#widget .common-checkbox-label .common-checkbox:checked ~ .common-custom-checkbox {
  border-color: #23A994;
}

#widget .common-checkbox-label .common-checkbox:checked ~ .common-custom-checkbox .common-custom-checkbox_after {
  display: block;
  border-color: #23A994;
}

#widget .common-radio,
#widget .common-checkbox {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}

#widget .common-custom-checkbox {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  border: solid 2px #23A994;
  background-color: #fff;
}

@media (min-width: 768px) {
  #widget .common-custom-checkbox {
    border-color: #23A994;
  }
}

#widget .common-custom-checkbox .common-custom-checkbox_after {
  position: absolute;
  display: none;
  left: 50%;
  top: 45%;
  width: 6px;
  height: 13px;
  border: solid #23A994;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#widget .common-checkbox-label .common-radio:checked ~ .common-custom-radio {
  border-color: #23A994;
}

#widget .common-checkbox-label .common-radio:checked ~ .common-custom-radio .common-custom-radio_after {
  display: block;
  background-color: #000;
}

#widget .common-custom-radio {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30px;
  flex: 1 0 30px;
  background-color: #fff;
  border: solid 2px #23A994;
  border-radius: 50%;
}

#widget .common-custom-radio .common-custom-radio_after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#widget .propose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2A2E43;
}

@media (min-width: 768px) {
  #widget .propose {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}

#widget .propose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#widget .propose-item .icon-svg {
  margin-right: 5px;
  fill: #2A2E43;
}

#widget .card-holder {
  display: block;
  margin-bottom: 12px;
}

#widget .card {
  overflow: hidden;
}

#widget .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

#widget .card .card-title {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 600;
}

#widget .card.card_active .card-img-holder, #widget .card:hover .card-img-holder {
  opacity: 1;
}

#widget .card-img-holder {
  position: relative;
  min-height: 200px;
  opacity: .5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#widget .card-img-holder .card-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#widget .card-img-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#widget .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#widget .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 200px;
  padding: 25px 10px;
}

@media (min-width: 560px) {
  #widget .banner {
    padding: 20px 20px 40px;
    min-height: 295px;
  }
}

#widget .banner-content {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 560px) {
  #widget .banner-content {
    padding: 35px 40px;
  }
}

#widget .banner-title {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #widget .banner-title {
    font-size: calc(20px + 10 * ((100vw - 320px) / 320));
  }
}

@media (min-width: 768px) {
  #widget .banner-title {
    font-size: calc(30px + 10 * ((100vw - 768px) / 1920));
  }
}

#widget .widget-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget .widget-form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px 30px;
  margin-right: 5px;
  font-size: 18px;
  background-color: rgba(214, 218, 226, 0.3);
}

#widget .widget-main-filter {
  background-color: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}

#widget .widget-main-filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #widget .widget-main-filter-row_breakpoint-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#widget .widget-main-filter-input-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}

#widget .widget-main-filter-input-wrap select,
#widget .widget-main-filter-input-wrap input {
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  padding: 10px 5px 10px 40px;
}

#widget .widget-main-filter-input-wrap.widget-main-filter-input-wrap_sm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}

#widget .input-wrap {
  position: relative;
  height: 100%;
}

#widget .input-wrap select,
#widget .input-wrap input {
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
}

@media (min-width: 560px) {
  #widget .input-wrap select,
  #widget .input-wrap input {
    padding: 0 0 0 40px;
  }
}

#widget .input-wrap .icon-svg {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 560px) {
  #widget .input-wrap .icon-svg {
    left: 10px;
  }
}

@media (min-width: 560px) {
  #widget .input-wrap-col {
    min-width: 119px;
    max-width: 119px;
  }
}

@media (min-width: 768px) {
  #widget .input-wrap-col-large {
    max-width: 330px;
  }
}

#widget .modal-filter {
  margin: 10vh 20px 0;
  border-radius: 8px;
  z-index: 100;
}

@media (min-width: 560px) {
  #widget .modal-filter {
    margin: 10vh 40px 0;
  }
}

@media (min-width: 768px) {
  #widget .modal-filter {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

#widget .modal-filter .btn {
  width: 100%;
  border-radius: 8px;
}

#widget .modal-filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 8px;
}

@media (min-width: 560px) {
  #widget .modal-filter-inner {
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  #widget .modal-filter-title {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  #widget .modal-filter-body {
    font-size: 24px;
  }
}

#widget .modal-filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}

#widget .info-block {
  padding-bottom: 20px;
}

#widget .info-text {
  text-transform: uppercase;
}

#widget .info-block-input {
  width: 100%;
  padding: 10px 15px;
  color: inherit;
}

@media (min-width: 768px) {
  #widget .info-block-input {
    font-weight: bold;
  }
}

#widget .info-block-input::-webkit-input-placeholder {
  font-size: inherit;
  color: #000;
  vertical-align: middle;
  line-height: normal;
}

#widget .info-block-input::-moz-placeholder {
  font-size: inherit;
  color: #000;
  vertical-align: middle;
  line-height: normal;
}

#widget .info-block-input:-ms-input-placeholder {
  font-size: inherit;
  color: #000;
  vertical-align: middle;
  line-height: normal;
}

#widget .info-block-input::-ms-input-placeholder {
  font-size: inherit;
  color: #000;
  vertical-align: middle;
  line-height: normal;
}

#widget .info-block-input::placeholder {
  font-size: inherit;
  color: #000;
  vertical-align: middle;
  line-height: normal;
}

#widget .info-input-holder {
  margin-bottom: 20px;
}

#widget .label-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px;
}

#widget .label-group-list label {
  margin-right: 40px;
}

@media screen and (max-width: 1920px) {
  #widget .info-block-title {
    font-size: calc(25px + 20 * ((100vw - 320px) / 1920));
  }
}

#widget .checkbox-label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget .checkbox-label-row label {
  cursor: pointer;
}

#widget .form-group {
  margin-top: 15px;
}

#widget .form-group .checkbox-label-row {
  padding: 0 40px 0 0;
  margin-bottom: 15px;
}

#widget .form-group-title {
  margin-bottom: 15px;
}

@media screen and (max-width: 1920px) {
  #widget .form-group-title {
    font-size: calc(28px + 5 * ((100vw - 361px) / 1920));
  }
}

#widget .form-group-label {
  margin-bottom: 10px;
}

#widget .textarea {
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  resize: none;
}

#widget .textarea:focus {
  outline: 0;
}

#widget .textarea::-webkit-input-placeholder {
  color: #000;
}

#widget .textarea::-moz-placeholder {
  color: #000;
}

#widget .textarea:-ms-input-placeholder {
  color: #000;
}

#widget .textarea::-ms-input-placeholder {
  color: #000;
}

#widget .textarea::placeholder {
  color: #000;
}

#widget .label-group-list_bottom-indent {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #widget .label-group-list_bottom-indent {
    margin-bottom: 10px;
  }
}

#widget .deal-label-text {
  margin-left: 20px;
}

@media (min-width: 768px) {
  #widget .deal-label-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
  }
}

#widget .checkbox-label_color {
  color: #626366;
}

#widget .description-block {
  padding-bottom: 5px;
}

#widget .description-block-title {
  font-size: 14px;
  font-weight: 400;
}

#widget .description-block-inner {
  font-size: 14px;
  color: #666;
}

#widget .calendar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 5px 3px rgba(23, 49, 67, 0.15);
  box-shadow: 0 0 5px 3px rgba(23, 49, 67, 0.15);
  background-color: #fff;
  overflow: hidden;
}

#widget .calendar-card .date-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  padding: 9px;
  background-color: #23A994;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#widget .calendar-card .month,
#widget .calendar-card .day {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 360px) {
  #widget .calendar-card .month,
  #widget .calendar-card .day {
    font-size: 24px;
  }
}

#widget .calendar-card .number {
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
}

@media screen and (min-width: 360px) {
  #widget .calendar-card .number {
    font-size: 68px;
  }
}

#widget .calendar-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 15px;
}

#widget .calendar-card .card-body-heading {
  margin-bottom: 3px;
  font-weight: 600;
}

#widget .calendar-card .card-body-price-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#widget .calendar-card ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

#widget .calendar-card .icon-svg {
  height: 22px;
  margin-right: 5px;
  fill: #78849E;
}

#widget .calendar-card .icon-svg.icon-co2 {
  width: 42px;
}

#widget .calendar-card-row [class^='col-'] {
  margin-bottom: 10px;
}

#widget .company-cleaning-card {
  display: block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(23, 49, 67, 0.15);
  box-shadow: 0 2px 4px 0 rgba(23, 49, 67, 0.15);
}

@media (min-width: 768px) {
  #widget .company-cleaning-card .company-cleaning-card-text {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  #widget .company-cleaning-card .company-cleaning-card-text {
    font-size: 24px;
  }
  #widget .company-cleaning-card .heading {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  #widget .company-cleaning-card_width {
    max-width: 580px;
    padding: 0 10px;
  }
}

#widget .cleaning--border-bottom {
  border-bottom: 1px solid #D6DAE2;
}

@media (min-width: 768px) {
  #widget .cleaning--border-bottom {
    border-bottom: 0;
  }
}

#widget .company-cleaning-card-list_indent {
  padding-left: 10px;
}

#widget .company-cleaning-card-list_theme-gray .icon-svg {
  fill: #666;
}

#widget .company-cleaning-card-list_theme-black .icon-svg {
  fill: #000;
}

#widget .company-cleaning-card-top {
  padding: 13px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #widget .company-cleaning-card-top .heading {
    font-size: calc(23px + 19 * ((100vw - 361px) / 768));
  }
}

@media (min-width: 768px) {
  #widget .company-cleaning-card-top .heading {
    font-size: calc(25px + 10 * ((100vw - 768px) / 1920));
  }
}

#widget .company-cleaning-card-top .img-holder {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#widget .company-cleaning-card-body {
  padding: 0 0 0 30px;
  font-size: 16px;
}

@media (min-width: 768px) {
  #widget .company-cleaning-card-list_font-size-large {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  #widget .company-cleaning-card-list_font-size-large {
    font-size: 22px;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #widget .company-cleaning-card-list {
    font-size: calc(14px + 4 * ((100vw - 320px) / 768));
  }
}

#widget .company-cleaning-card-list li:not(:last-child) {
  margin-bottom: 10px;
}

#widget .company-cleaning-card-list .icon-svg {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  fill: #78849E;
}

#widget .company-cleaning-card-list_active .icon-svg {
  fill: #2AA843;
}

#widget .company-cleaning-card-bottom {
  padding: 15px 5px 10px 20px;
  color: #fff;
  background-color: #F6A2A6;
  font-size: calc(16px + 8 * ((100vw - 361px) / 768));
  font-weight: 600;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 560px) {
  #widget .company-cleaning-card-bottom {
    padding: 15px 0 10px 25px;
    font-size: 23px;
  }
}

#widget .company-cleaning-card-description-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 3px 7px 6px;
}

#widget .company-cleaning-card-description-block .btn-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 5px;
}

#widget .company-cleaning-card-description-block .heading {
  margin-bottom: 3px;
}

#widget .company-cleaning-card-description-block-text {
  color: #646464;
}

@media screen and (min-width: 361px) and (max-width: 1920px) {
  #widget .company-cleaning-card-description-block-text {
    font-size: calc(17px + 7 * ((100vw - 361px) / 1920));
  }
}

#widget .cleaning_indent-top {
  padding-top: 30px;
}

@media (min-width: 768px) {
  #widget .cleaning_indent-top {
    padding-top: 70px;
  }
}

#widget .company-cleaning-card_height {
  min-height: 190px;
}

#widget .company-cleaning-card_height-lg {
  min-height: 190px;
}

@media (min-width: 768px) {
  #widget .company-cleaning-card_height-lg {
    min-height: 225px;
  }
}

#widget .company-filter-wrap {
  background-color: #dcdcdc;
  margin-bottom: 9px;
}

#widget .company-filter-inner {
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #widget .common-prise-block .heading {
    font-size: calc(22px + 18 * ((100vw - 361px) / 768));
  }
}

@media (min-width: 768px) {
  #widget .common-prise-block .heading {
    font-size: calc(25px + 10 * ((100vw - 768px) / 1920));
  }
}

#widget .common-prise-block .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 18px;
}

#widget .price-dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

#widget .price-dl-list dd {
  margin-left: 0;
}

#widget .price-dl-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#widget .total-prise {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #widget .total-prise {
    font-size: calc(22px + 18 * ((100vw - 361px) / 768));
  }
}

@media (min-width: 768px) {
  #widget .total-prise {
    font-size: calc(25px + 10 * ((100vw - 768px) / 1920));
  }
}

#widget .check {
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px 25px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #widget .check {
    padding: 20px;
    margin: 0;
    border-radius: 8px;
  }
}

#widget .check-subtitle {
  display: block;
  font-weight: bold;
}

#widget .check_border {
  position: relative;
}

#widget .check_border:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: -7px;
  right: -7px;
  background-color: #CBCBCB;
}

#widget .block-text-link {
  text-decoration: underline;
}

#widget .block-text-link:hover {
  text-decoration: underline;
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#widget .address {
  color: #231F20;
  font-size: calc(14px + 10 * ((100vw - 320px) / 560));
}

@media (min-width: 560px) {
  #widget .address {
    font-size: 20px;
  }
}

#widget .address a,
#widget .address b,
#widget .address span {
  display: block;
}

#widget .calendar {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

@media (min-width: 768px) {
  #widget .calendar {
    padding: 0;
  }
}

#widget .calendar .calendar-body {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 560px) {
  #widget .calendar .icon-svg.icon-calendar {
    width: 24px;
    height: 22px;
  }
}

#widget .calendar_small .calendar-body {
  max-width: 410px;
}

@media (min-width: 560px) {
  #widget .calendar_small .calendar-body {
    margin-left: 10%;
  }
}

@media (min-width: 768px) {
  #widget .calendar_small .calendar-body {
    margin: 0 auto;
  }
}

#widget .calendar_small .calendar-day {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

#widget .calendar_small .calendar-list-item-holder {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%;
}

#widget .calendar-title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#widget .calendar-arrow {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#widget .calendar-arrow-left {
  margin-right: 17px;
  border-right: 8px solid #23A994;
}

#widget .calendar-arrow-right {
  margin-left: 17px;
  border-left: 8px solid #23A994;
}

#widget .calendar-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
}

#widget .calendar-day-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px 3px;
}

#widget .calendar-price,
#widget .calendar-time {
  display: block;
  margin-bottom: 5px;
}

#widget .calendar-day {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  margin: 0 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  background-color: #23A994;
  color: #fff;
  text-align: center;
}

#widget .calendar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1px 5px;
}

#widget .calendar-list-item {
  height: 100%;
  min-height: 91px;
  padding: 8px 6px 5px;
  text-align: center;
  border: 2px solid #D6DAE2;
  background-color: #F0F0F0;
  cursor: pointer;
  color: #000;
}

#widget .calendar-list-item .icon-svg {
  width: 16px;
  height: 16px;
  fill: #2A2E43;
}

#widget .calendar-list-item .icon-svg.icon-co2 {
  width: 25px;
}

@media (min-width: 560px) {
  #widget .calendar-list-item .icon-svg {
    width: 18px;
    height: 18px;
  }
  #widget .calendar-list-item .icon-svg.icon-co2 {
    width: 42px;
  }
}

#widget .calendar-list-item-active {
  background-color: #D7F9F0;
  border-color: #23A994;
}

#widget .calendar-list-item-disabled {
  background-color: #D2D2D2;
  border-color: #999;
}

#widget .calendar-list-item-white {
  background-color: #fff;
}

#widget .calendar-list-icon-item:not(:last-child) {
  margin-right: 3px;
}

#widget .calendar-list-item-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.5%;
  flex: 0 0 19.5%;
  max-width: 19.5%;
  margin: 0 1px;
}

#widget .calendar-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#widget .select,
#widget .select-body,
#widget .select-option {
  background-color: #fff;
}

#widget .select {
  position: relative;
  padding: 10px 0 10px 30px;
  font-weight: 400;
  color: #2A2E43;
  cursor: pointer;
  border: 2px solid #D6DAE2;
  z-index: 2;
}

@media (min-width: 560px) {
  #widget .select {
    padding: 15px 0 15px 45px;
    font-size: 24px;
  }
}

#widget .select .icon-svg {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#widget .select-current {
  position: relative;
  display: block;
  padding-right: 20px;
}

#widget .select-current:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  border-top: 6px solid #2A2E43;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 560px) {
  #widget .select-current:before {
    right: 26px;
    border-top: 8px solid #2A2E43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}

@media (min-width: 768px) {
  #widget .select-current:before {
    right: 5px;
  }
}

@media (min-width: 1200px) {
  #widget .select-current:before {
    right: 26px;
  }
}

#widget .select_active {
  border-radius: 0 !important;
  z-index: 10;
}

#widget .select_active .select-body {
  display: block;
  border: 1px solid #D6DAE2;
}

#widget .select-body {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 100;
}

#widget .select-option {
  display: block;
  padding: 5px 10px 5px 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#widget .select-option:hover {
  background-color: rgba(214, 218, 226, 0.1);
}

@media (min-width: 560px) {
  #widget .select-option {
    padding: 5px 10px 5px 45px;
  }
}

#widget .select_sm {
  padding: 10px 0 10px 30px;
}

@media (min-width: 560px) {
  #widget .select_sm {
    padding: 15px 0 15px 44px;
  }
}

#widget .select_sm .select-current:before {
  right: 5px;
}

#widget .checkbox-filter {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f0f0f0;
}

#widget .checkbox-filter .common-custom-checkbox {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  border: solid 2px #23A994;
  background-color: #fff;
}

@media (min-width: 768px) {
  #widget .checkbox-filter .common-custom-checkbox {
    border-color: #23A994;
  }
}

#widget .checkbox-filter .common-custom-checkbox .common-custom-checkbox_after {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 0;
  background-color: #23A994;
}

#widget .checkbox-filter-title {
  text-align: center;
}

#widget .checkbox-filter-btn {
  position: relative;
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  font-size: inherit;
  border: 0;
}

@media screen and (max-width: 1920px) {
  #widget .checkbox-filter-btn {
    font-size: calc(1.4rem + 5 * ((100vw - 320px) / 1920));
  }
}

#widget .checkbox-filter-btn span {
  position: relative;
  display: inline-block;
}

#widget .checkbox-filter-btn span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 7px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

#widget .checkbox-filter-list {
  display: none;
}

#widget .checkbox-filter_active {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

#widget .checkbox-filter_active .container {
  padding: 15px 20px;
  background-color: #f0f0f0;
  border-radius: 8px;
}

#widget .checkbox-filter_active span:after {
  -webkit-transform: translate(50px, -50%) rotate(90deg);
  transform: translate(50px, -50%) rotate(90deg);
}

#widget .checkbox-filter_active .checkbox-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget .checkbox-filter_active .checkbox-filter-title {
  margin-bottom: 10px;
}

#widget .checkbox-filter-item {
  width: 50%;
  margin-bottom: 10px;
}

@media (min-width: 560px) {
  #widget .checkbox-filter-item {
    width: 33.33%;
  }
}

#widget .widget-subtitle {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

@media (min-width: 560px) {
  #widget .widget-subtitle {
    font-size: 36px;
  }
}

#widget .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D4D8D4;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#widget .overlay.visible {
  opacity: 1;
  visibility: visible;
}

#widget textarea,
#widget input {
  color: #454F63;
  border: 2px solid #D6DAE2;
  font-size: inherit;
  -webkit-appearance: none;
}

@media (min-width: 560px) {
  #widget textarea,
  #widget input {
    font-size: 24px;
  }
}

#widget .icon-svg {
  width: 16px;
  height: 22px;
  fill: #D6DAE2;
}

@media (min-width: 560px) {
  #widget .icon-svg {
    width: 26px;
    height: 32px;
  }
}

#widget .icon-svg.icon-co2 {
  width: 35px;
  fill: #2AA843;
}

#widget .widget-subtitle_sm {
  font-size: 26px;
}

#widget .text-underline {
  text-decoration: underline;
}

#widget .text-uppercase {
  text-transform: uppercase;
}

#widget .bg-sub-gray {
  background-color: #f0f0f0;
}

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

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

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

@media (min-width: 768px) {
  #widget .content-indent--left-md {
    margin-left: 10px;
  }
}

#widget .ml-auto-sub {
  margin-left: auto;
}

#widget .m-auto {
  margin: 0 auto;
}

#widget .mr-auto {
  margin-right: auto;
}

#widget .icon_indent-xs {
  margin-left: -8px;
}

#widget .icon_indent-sm {
  margin-left: -18px;
}

#widget .d-inline-block {
  display: inline-block !important;
}

#widget .d-block {
  display: block;
}

#widget .shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(23, 49, 67, 0.15);
  box-shadow: 0 2px 4px 0 rgba(23, 49, 67, 0.15);
}

#widget .shadow-sm {
  -webkit-box-shadow: 0 0 5px 3px rgba(23, 49, 67, 0.15);
  box-shadow: 0 0 5px 3px rgba(23, 49, 67, 0.15);
}

#widget .shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#widget .hide-block {
  display: none !important;
}

#widget .show-block {
  display: block !important;
}

#widget .overflow-hidden {
  overflow: hidden;
}

#widget .bg-none {
  background: none;
}

#widget .font-weight-bold {
  font-weight: bold;
}

#widget .font-weight-semi {
  font-weight: 600;
}

#widget .font-weight-medium {
  font-weight: 500;
}

#widget .letter-spacing_small {
  letter-spacing: -1px;
}

#widget .border-rounded-bokahem {
  border-radius: 8px;
}

#widget .border-rounded-bokahem--small {
  border-radius: 5px;
}

#widget .border-rounded-bokahem--left {
  border-radius: 8px 0 0 8px;
}

#widget .border-rounded-bokahem--right {
  border-radius: 0 8px 8px 0;
}

#widget .border-rounded-bokahem--top {
  border-radius: 8px 8px 0 0;
}

#widget .border-rounded-bokahem--bottom {
  border-radius: 0 0 8px 8px;
}

#widget .border-rounded-bokahem_lg {
  border-radius: 30px;
}

#widget .border-top--none {
  border-top: none;
}

#widget .border-right--none {
  border-right: none;
}

#widget .border-bottom--none {
  border-bottom: none;
}

#widget .border-left--none {
  border-left: none;
}

#widget .text-black {
  color: #000;
}

@media (min-width: 768px) {
  #widget .position-end {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #widget .position-end:after {
    display: none;
  }
}

#widget .fs-btn-sm {
  font-size: 20px;
}

#widget .h-100 {
  height: 100%;
}

#widget .no-wrap {
  white-space: nowrap;
}

#widget .ml-auto {
  margin-left: auto;
}

@media (min-width: 768px) {
  #widget .ml-auto {
    margin-left: 0;
  }
}

#widget .justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#widget .justify-content-md-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#widget .text-right {
  text-align: right;
}

#widget .flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#widget .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#widget .w-auto {
  width: auto;
  max-width: initial;
}

#widget .header {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  z-index: 100;
  background-color: #f0f0f0;
  color: #12120D;
}

#widget .header-row,
#widget .header-inner-bottom,
#widget .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#widget .logo {
  max-height: 50px;
  margin-right: 15px;
  margin-top: -3px;
}

@media screen and (max-width: 559px) {
  #widget .logo {
    max-width: 115px;
  }
}

@media (min-width: 560px) {
  #widget .logo {
    max-width: 180px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 640px) {
  #widget .logo {
    max-width: 208px;
    margin-right: 25px;
  }
}

#widget .logo img {
  width: 100%;
  height: 100%;
}

#widget .widget-title {
  margin-bottom: 0;
  font-size: calc(34px + 6 * calc((100vw - 320px) / 1920));
  font-weight: 500;
}

#widget .header-row-text {
  color: #454F63;
  font-size: 18px;
}

@media (min-width: 560px) {
  #widget .header-row-text {
    font-size: 24px;
  }
}

#widget .header-text {
  font-size: 15px;
}

@media (min-width: 560px) {
  #widget .header-text {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  #widget .header-text {
    font-size: 24px;
  }
}

#widget .btn-text {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#widget .btn-text:hover {
  background-color: #E6E6E6;
}

@media (min-width: 560px) {
  #widget .btn-text {
    font-size: 24px;
  }
}

@media screen and (min-width: 875px) {
  #widget .btn-text {
    margin-left: auto;
  }
}

#widget .page-list {
  padding-top: 40px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: disc;
}

#widget .page-list li {
  padding-bottom: 20px;
}

@media screen and (max-width: 360px) {
  #widget {
    font-size: calc(14px + 2 * ((100vw - 320px) / 360));
  }
}

@media screen and (min-width: 361px) and (max-width: 768px) {
  #widget {
    font-size: calc(1.1rem + 6 * ((100vw - 361px) / 768));
  }
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  #widget {
    font-size: calc(16px + 10 * ((100vw - 769px) / 1920));
  }
}

@media screen and (min-width: 1920px) {
  #widget {
    font-size: calc(18px + 16 * ((100vw - 769px) / 4096));
  }
}

body {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
