@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Black.woff2") format("woff2"), url("../fonts/LatoLatin-Black.woff") format("woff"), url("../fonts/LatoLatin-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-BlackItalic.woff2") format("woff2"), url("../fonts/LatoLatin-BlackItalic.woff") format("woff"), url("../fonts/LatoLatin-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Bold.woff2") format("woff2"), url("../fonts/LatoLatin-Bold.woff") format("woff"), url("../fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-BoldItalic.woff2") format("woff2"), url("../fonts/LatoLatin-BoldItalic.woff") format("woff"), url("../fonts/LatoLatin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Hairline.woff2") format("woff2"), url("../fonts/LatoLatin-Hairline.woff") format("woff"), url("../fonts/LatoLatin-Hairline.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-HairlineItalic.woff2") format("woff2"), url("../fonts/LatoLatin-HairlineItalic.woff") format("woff"), url("../fonts/LatoLatin-HairlineItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Heavy.woff2") format("woff2"), url("../fonts/LatoLatin-Heavy.woff") format("woff"), url("../fonts/LatoLatin-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-HeavyItalic.woff2") format("woff2"), url("../fonts/LatoLatin-HeavyItalic.woff") format("woff"), url("../fonts/LatoLatin-HeavyItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Italic.woff2") format("woff2"), url("../fonts/LatoLatin-Italic.woff") format("woff"), url("../fonts/LatoLatin-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Light.woff2") format("woff2"), url("../fonts/LatoLatin-Light.woff") format("woff"), url("../fonts/LatoLatin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-LightItalic.woff2") format("woff2"), url("../fonts/LatoLatin-LightItalic.woff") format("woff"), url("../fonts/LatoLatin-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Medium.woff2") format("woff2"), url("../fonts/LatoLatin-Medium.woff") format("woff"), url("../fonts/LatoLatin-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-MediumItalic.woff2") format("woff2"), url("../fonts/LatoLatin-MediumItalic.woff") format("woff"), url("../fonts/LatoLatin-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Regular.woff2") format("woff2"), url("../fonts/LatoLatin-Regular.woff") format("woff"), url("../fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Semibold.woff2") format("woff2"), url("../fonts/LatoLatin-Semibold.woff") format("woff"), url("../fonts/LatoLatin-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-SemiboldItalic.woff2") format("woff2"), url("../fonts/LatoLatin-SemiboldItalic.woff") format("woff"), url("../fonts/LatoLatin-SemiboldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-Thin.woff2") format("woff2"), url("../fonts/LatoLatin-Thin.woff") format("woff"), url("../fonts/LatoLatin-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoLatin-ThinItalic.woff2") format("woff2"), url("../fonts/LatoLatin-ThinItalic.woff") format("woff"), url("../fonts/LatoLatin-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s;
}

a:hover {
  color: #FF0;
}

body {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  font: 1rem/1.1 "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
}

button {
  color: inherit;
  font: 1rem "Lato", sans-serif;
  transition: all 0.25s;
}
button:not([disabled]) {
  cursor: pointer;
}

canvas {
  max-width: 100%;
}

h1, .h1 {
  font: 800 6rem/1 "Lato", sans-serif;
}

h2, .h2 {
  font: 800 2rem/1 "Lato", sans-serif;
}

h3, .h3 {
  font: 800 1.5rem/1 "Lato", sans-serif;
}

h4, .h4 {
  font: 800 1.375rem/1 "Lato", sans-serif;
}

h5, .h5 {
  font: 800 1rem/1 "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

input {
  color: #000;
  font: 1.25rem/1 "Lato", sans-serif;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label {
  cursor: pointer;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

small {
  font-size: 0.75em;
}

textarea {
  color: #000;
  cursor: pointer;
  font: 1.25rem/1 "Lato", sans-serif;
}

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  input, textarea {
    font-size: 1rem;
  }
}
@media (max-width: 399px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
.footer {
  background: #191919;
  margin-top: auto;
  padding-top: 3.25rem;
}
.footer__container {
  margin: 0 auto;
  max-width: 1150px;
  width: 90%;
  border-top: 1px solid;
  display: grid;
  gap: 3.375rem;
  padding-bottom: 1.625rem;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 1.875rem;
}
.footer__copyright {
  flex-grow: 1;
  font-size: 0.75rem;
  text-align: center;
}
.footer__disclaim {
  background: #000;
  font-size: 0.75rem;
  padding: 1rem 5vw 0.75rem;
  text-align: center;
}
.footer__links {
  display: grid;
  justify-content: end;
  text-align: right;
}
.footer__nav {
  display: flex;
  gap: 2rem;
}
.footer__nav-column {
  display: grid;
  gap: 0.875rem;
  flex: 1 0 0;
}
.footer__nav-item {
  text-decoration: underline;
}
.footer__row {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.footer__social {
  display: flex;
  gap: 1rem;
}
.footer__social-item {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.footer__social-item:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .footer__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .footer__container {
    border-top: 0;
    padding-top: 0;
  }
  .footer__links {
    text-align: center;
  }
  .footer__nav {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .footer__row {
    flex-direction: column;
  }
}

.form__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.form__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.form__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.form__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.form__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.form__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.form__button--white {
  background-color: #fff;
  border-color: #fff;
}
.form__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.form__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.form__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.form__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.form__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.form__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .form__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .form__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.form__button--outline {
  background: transparent;
  color: #FF0;
  max-width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.form__button--white {
  background: transparent;
  color: #fff;
}
.form__box {
  background: #292929;
  border-radius: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 1.25rem;
}
.form__box--sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
}
.form__check {
  font-size: 0.875rem;
  min-height: 1.25rem;
  text-align: left;
}
.form__check input {
  display: none;
}
.form__check input:checked + label::after {
  color: #000;
}
.form__check input:checked + label::before {
  background: #FF0;
}
.form__check label {
  display: block;
  padding: 0.2rem 0 0.2rem 1.75rem;
  position: relative;
}
.form__check label::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  color: #fff;
  content: "";
  height: 0.6rem;
  left: 0.5rem;
  position: absolute;
  top: 0.25rem;
  transform: rotate(45deg);
  width: 0.3rem;
}
.form__check label::before {
  background: #fff;
  border-radius: 0.375rem;
  content: "";
  left: 0;
  height: 1.25rem;
  position: absolute;
  top: 0;
  width: 1.25rem;
}
.form__check--active input:checked + label::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  color: #fff;
  content: "";
  top: 0.25rem;
  width: 0.3rem;
}
.form__check--active input:checked + label::before {
  background: #2CBF82;
}
.form__check--active label::after {
  border: 0;
  content: "+";
  top: 0.15rem;
  width: auto;
}
.form__check--active label::before {
  background: #EA5D5D;
}
.form__check--error {
  color: #F82929;
}
.form__check--error label::before {
  border-color: #F82929;
}
.form__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form__center {
  display: flex;
  justify-content: center;
}
.form__column {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2.5rem;
}
.form__error {
  font-size: 0.625rem;
}
.form__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}
.form__footer--50-50 > button, .form__footer--50-50 > a {
  flex: 1 0 0;
  max-width: none;
}
.form__footer--center {
  flex-direction: column;
}
.form__frame {
  border: 2px solid;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  text-align: left;
  width: 100%;
}
.form__frame--300 {
  max-width: 18.75rem;
}
.form__frame-heading {
  float: left;
  font-weight: 700;
  width: 100%;
}
.form__grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}
.form__grid-cell {
  display: grid;
  gap: 1rem;
}
.form__group {
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  gap: 0.3125rem;
  text-align: left;
  max-width: 15rem;
  width: 100%;
}
.form__group input {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 1.875rem;
  color: #fff;
  display: flex;
  height: 3.75rem;
  padding: 0.5rem 1.875rem;
  width: 100%;
}
.form__group label {
  font-weight: 800;
  padding-left: 1.875rem;
  text-transform: uppercase;
}
.form__group textarea {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 1.875rem;
  color: #fff;
  display: flex;
  min-height: 3.75rem;
  padding: 0.5rem 1.875rem;
  width: 100%;
}
.form__group--error {
  color: #F82929;
}
.form__group--error input, .form__group--error textarea {
  border-color: #F82929;
}
.form__group .js-select2 {
  display: none;
}
.form__group .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.form__group .select2-container .select2-selection {
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  height: 3.75rem;
  padding: 0.5rem 1.5rem;
  width: 100%;
}
.form__group .select2-container .select2-selection .select2-selection__arrow {
  align-items: center;
  bottom: 1px;
  display: flex;
  height: auto;
  justify-content: center;
  transition: all 0.25s;
  width: 1.5rem;
}
.form__group .select2-container .select2-selection .select2-selection__arrow b {
  border: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
  height: 0.5rem;
  left: auto;
  margin: 0;
  position: relative;
  top: auto;
  transform: rotate(45deg);
  width: 0.5rem;
}
.form__group .select2-container .select2-selection .select2-search {
  flex-grow: 1;
}
.form__group .select2-container .select2-selection .select2-selection__clear {
  align-items: center;
  bottom: 0;
  display: flex;
  height: auto;
  margin: 0;
  padding: 0 0.5rem 0 0.25rem;
  top: 0;
}
.form__group .select2-container .select2-selection .select2-selection__clear:hover {
  color: #EA5D5D;
}
.form__group .select2-container .select2-selection .select2-selection__choice {
  background-color: #404040;
  border: none;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
  padding-left: 1rem;
}
.form__group .select2-container .select2-selection .select2-selection__choice__remove {
  border: 0;
  bottom: 0;
  color: #000;
}
.form__group .select2-container .select2-selection .select2-selection__choice__remove:hover {
  background: transparent;
  color: #EA5D5D;
}
.form__group .select2-container .select2-selection .select2-selection__rendered {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0;
}
.form__group .select2-container .select2-selection .select2-search--inline .select2-search__field {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  font-weight: 700;
  height: 1rem;
  min-height: 1rem;
  margin: 0;
  padding-top: 0.2rem;
  text-align: center;
}
.form__group--sm .select2-container .select2-selection {
  border-radius: 0.5rem;
  height: 2.5rem;
}
.form__group--wide {
  max-width: none;
}
.form__ico {
  background: #292929;
  border-radius: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 3rem;
}
.form__ico input {
  flex-shrink: 0;
  text-align: center;
}
.form__input {
  border: 1px solid #fff;
  border-radius: 0.375rem;
  display: flex;
}
.form__input input {
  background: transparent;
  border: 0;
  color: #fff;
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.5rem;
  padding: 0.5rem 1rem 0.4rem;
  width: 100%;
}
.form__input input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  text-align: center;
}
.form__input input:read-only {
  color: rgba(255, 255, 255, 0.25);
}
.form__input-unit {
  align-items: center;
  display: flex;
  padding-right: 0.5rem;
}
.form__input-unit--placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.form__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.form__item input, .form__item textarea, .form__item select {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  padding: 0.6rem 1.25rem;
  width: 100%;
}
.form__item label {
  font-weight: 700;
  padding-left: 0.625rem;
}
.form__item--error {
  color: #F82929;
}
.form__item--error input, .form__item--error textarea, .form__item--error select {
  border-color: #F82929;
}
.form__item--big input, .form__item--big textarea, .form__item--big select {
  font-size: 1.25rem;
  padding: 0.94rem 1.25rem;
}
.form__line {
  display: flex;
}
.form__logos {
  margin-right: -3.25rem;
  width: 5.25rem;
}
.form__logos + * {
  background: #292929;
  position: relative;
}
.form__logos .select2-selection {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  height: 2.5rem;
  padding: 0;
  width: 100%;
}
.form__logos .select2-selection .select2-selection__arrow {
  display: none;
}
.form__logos .select2-selection .select2-selection__rendered {
  height: 100%;
  padding: 0;
  width: 100%;
}
.form__logos-item {
  align-items: center;
  background: #FF0;
  border-radius: 0.5rem;
  display: flex;
  height: 100%;
  padding: 0.5rem;
  width: 100%;
}
.form__logos-item.betano {
  background-color: #FF6600;
}
.form__logos-item.forbet {
  background-color: #22B012;
}
.form__logos-item.fortuna {
  background-color: #FFDB01;
}
.form__logos-item.merkur {
  background-color: #011A3F;
}
.form__logos-item.sazka {
  background-color: #FFE718;
}
.form__logos-item.synot {
  background-color: #E31E39;
}
.form__logos-item.synottip {
  background-color: #E31E39;
}
.form__logos-item.tipsport {
  background-color: #1E88E5;
}
.form__logos-item.kingsbet {
  background-color: #1D0F2B;
}
.form__logos-item.doxxbet {
  background-color: #1D1D1D;
}
.form__logos-item.nike {
  background-color: #EF7A11;
}
.form__logos-item.etipos {
  background-color: #261E66;
}
.form__row {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
.form__simple {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
.form__simple-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 1rem;
}
.form__simple-footer a {
  color: #FF0;
  text-decoration: underline;
}
.form__simple-footer a:hover {
  text-decoration: none;
}
.form__sort {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  font-size: 0.875rem;
}
.form__sort input {
  display: none;
}
.form__sort input:checked + label {
  background: #FF0;
  border-color: #FF0;
}
.form__sort input:checked + label img {
  filter: invert(0);
}
.form__sort label {
  align-items: center;
  border: 1px solid;
  border-radius: 0.4rem;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.form__sort label img {
  filter: invert(1);
}
.form__sort-text {
  margin-left: 0.125rem;
  padding-top: 0.125rem;
}
.form__submit {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
}
.form__submit--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.form__submit--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.form__submit--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.form__submit--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.form__submit--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.form__submit--white {
  background-color: #fff;
  border-color: #fff;
}
.form__submit--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.form__submit:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.form__submit--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.form__submit--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.form__submit--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.form__submit--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .form__submit {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .form__submit--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.form__table {
  border-collapse: collapse;
  width: 100%;
}
.form__table tbody td {
  color: #c9c9c9;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.form__table tbody td:last-child {
  text-align: left;
}
.form__table thead th {
  color: #c9c9c9;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.form__table thead th:last-child {
  text-align: left;
}
.form__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form__title {
  color: #FF0;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .form__row--break-lg {
    grid-template-columns: none;
  }
}
@media (max-width: 767px) {
  .form__container {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .form__ico {
    flex-direction: column;
  }
  .form__footer {
    justify-content: center;
  }
  .form__row {
    justify-content: center;
  }
  .form__text {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .form__container {
    gap: 2rem;
  }
  .form__row--break-sm {
    grid-template-columns: none;
  }
  .form__grid {
    grid-template-columns: none;
  }
}

.select2-container--default .select2-results__option--selected {
  background: #404040;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #191919;
}
.select2-dropdown {
  background: #292929;
  border-radius: 1.25rem;
  border: 2px solid #fff;
  overflow: hidden;
}
.select2-dropdown--logos {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.select2-dropdown--logos .select2-results__option {
  align-items: center;
  background: #FF0;
  border-radius: 0.5rem;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
}
.select2-dropdown--logos .select2-results__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  padding-top: 0.5rem;
}
.select2-results__option {
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1.875rem;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #000;
}

.header {
  align-items: center;
  background: #191919;
  display: flex;
  height: 3.75rem;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
.header--sm {
  height: 3.75rem;
}
.header__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.header__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.header__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.header__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.header__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.header__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.header__button--white {
  background-color: #fff;
  border-color: #fff;
}
.header__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.header__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.header__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.header__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.header__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .header__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .header__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header__collapse {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 1rem;
}
.header__collapse .header__logo {
  display: none;
}
.header__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: center;
  display: flex;
  gap: 1rem;
}
.header__logo {
  display: flex;
  position: relative;
}
.header__logo:only-child {
  margin-left: auto;
  margin-right: auto;
}
.header__nav {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.header__nav--end {
  justify-content: end;
}
.header__nav-item {
  border-radius: 0.5rem;
  padding: 0.5rem 0.625rem 0.4375rem;
}
.header__nav-item.active {
  background: #fff;
  color: #000;
  font-weight: 800;
}
.header__social {
  display: none;
  gap: 1rem;
}
.header__social-item {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.header__social-item:hover img {
  filter: brightness(0) invert(1);
}
.header__toggler {
  align-items: flex-end;
  background: transparent;
  border: 0;
  color: #FF0;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  font-size: 0.5625rem;
  height: 50px;
  justify-content: center;
  margin-left: auto;
  padding: 0 0 6px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 11;
}
.header__toggler::after {
  background: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 9px;
  transition: all 0.45s;
  width: 24px;
}
.header__toggler::before {
  background: #fff;
  border-radius: 2px;
  bottom: 21px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.45s;
  width: 24px;
}
.header__toggler span {
  background: #fff;
  border-radius: 2px;
  bottom: 12px;
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s;
  width: 24px;
}
.header__toggler.active::after {
  transform: translateY(8px) rotate(-45deg);
}
.header__toggler.active::before {
  transform: translateY(-8px) rotate(45deg);
}
.header__toggler.active span {
  opacity: 0;
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 9.5rem;
  }
}
@media (max-width: 767px) {
  .header__collapse {
    background: #191919;
    display: none;
    flex-direction: column;
    left: 0;
    padding: 2.75rem 5vw;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .header__collapse .header__logo {
    display: block;
    margin-top: 0.875rem;
    max-width: none;
  }
  .header__nav {
    flex-direction: column;
  }
  .header__social {
    display: flex;
  }
  .header__toggler {
    display: flex;
  }
}

.listing {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: start;
  display: grid;
  gap: 0.625rem;
  font-size: 14px;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.listing__box {
  background: #292929;
  display: none;
  flex-direction: column;
  gap: 0.625rem;
  height: 100%;
  position: relative;
}
.listing__box-first {
  display: grid;
  grid-template-columns: 4rem 1fr;
}
.listing__box-second {
  display: grid;
  flex-grow: 1;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}
.listing__box-main {
  align-items: center;
  background: #191919;
  color: #2CBF82;
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  padding-top: 0.25rem;
}
.listing__collapse {
  background: #292929;
  display: none;
  border-radius: 0 0 0.75rem 0.75rem;
  grid-column: 2/span 2;
  margin-top: -0.75rem;
  padding: 1.75rem 1rem 0.875rem;
}
.listing__company {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}
.listing__company-logo {
  display: flex;
}
.listing__company-score {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  padding: 2px 0.25rem 0;
}
.listing__company-score--strong {
  color: #FF0;
  font-weight: 800;
}
.listing__compare {
  align-items: center;
  align-self: stretch;
  background: #191919;
  border-radius: 0.75rem;
  cursor: pointer;
  display: grid;
  font-size: 20px;
  gap: 0.5rem;
  grid-column: span 2;
  grid-template-columns: 5fr 6fr 7fr;
  padding: 0.625rem 0.5rem;
  position: relative;
}
.listing__controls {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.listing__controls-item {
  align-items: center;
  background: #404040;
  color: #FF0;
  display: flex;
  font-size: 0.625rem;
  font-weight: 700;
  gap: 0.25rem;
  justify-content: center;
  padding: 0 0.375rem;
  min-height: 1.25rem;
  text-transform: uppercase;
}
.listing__controls-item:not(.listing__controls-item.active) {
  color: #fff;
}
.listing__controls-item:not(.listing__controls-item.active) img {
  filter: brightness(0) invert(1);
}
.listing__frame {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-height: 1.875rem;
  padding: 0.4125rem 0.5rem 0.3125rem;
}
.listing__frame-input {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 0.1rem;
}
.listing__frame-input input {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: flex;
  height: 1rem;
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
.listing__frame-input input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.listing__frame--zero {
  color: #404040;
}
.listing__grow {
  color: #2CBF82;
  font-size: 0.625rem;
  line-height: 1;
}
.listing__header {
  display: grid;
  font-size: 0.625rem;
  gap: 0.625rem;
  grid-template-columns: 8rem 16rem 1fr 4.6875rem 5.6875rem 7rem;
  text-transform: uppercase;
}
.listing__header-first {
  padding-left: 2rem;
  text-align: left;
}
.listing__header-first .listing__tooltip-content {
  left: 0;
}
.listing__header-item {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}
.listing__header-link {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}
.listing__header-link:hover img {
  filter: sepia(100%) saturate(10000%);
}
.listing__info {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 0.3125rem;
}
.listing__info--end {
  align-items: end;
}
.listing__info-heading {
  font-size: 1rem;
  font-weight: 700;
}
.listing__info:last-child {
  padding-right: 0.4rem;
}
.listing__info strong {
  color: #FF0;
  font-weight: inherit;
}
.listing__item {
  align-items: center;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr 5rem;
}
.listing__item-first {
  align-items: center;
  align-self: stretch;
  color: #2CBF82;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  margin-bottom: -0.5rem;
  margin-top: -0.5rem;
  text-align: center;
}
.listing__item-first-text {
  margin-bottom: auto;
  margin-top: auto;
}
.listing__item-main {
  align-items: center;
  background: #191919;
  display: grid;
  gap: 1rem;
  grid-template-columns: 6.25rem 2.5rem 1.5fr 1fr 1fr;
  padding: 0.5rem 0;
}
.listing__label {
  align-items: center;
  align-self: stretch;
  background: #404040;
  color: #FF0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.25rem;
  justify-content: center;
  padding-top: 2px;
  text-transform: uppercase;
}
.listing__match {
  align-self: center;
  color: #c9c9c9;
  font-size: 0.75rem;
  line-height: 1;
}
.listing__match-title {
  color: #FF0;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.listing__match strong {
  color: #fff;
}
.listing__perc {
  align-self: center;
  font-size: 1.25rem;
  font-weight: 800;
}
.listing__perc--small {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.listing__perc small {
  font-weight: 400;
}
.listing__sport {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 0.625rem;
  font-weight: 700;
  gap: 0.125rem;
  text-transform: uppercase;
}
.listing__text {
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  text-align: center;
}
.listing__text a {
  color: #FF0;
}
.listing__text a:not(.listing__text a:hover) {
  text-decoration: underline;
}
.listing__text strong {
  color: #FF0;
}
@media (max-width: 991px) {
  .listing {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .listing__box {
    display: flex;
  }
  .listing__company {
    justify-content: center;
  }
  .listing__controls {
    flex-direction: row;
    gap: 0.625rem;
    justify-content: center;
    padding-bottom: 0.625rem;
  }
  .listing__header {
    display: none;
  }
  .listing__info {
    background: #191919;
    padding: 0.625rem;
    text-align: center;
  }
  .listing__item {
    display: none;
  }
  .listing__label {
    font-size: 0.625rem;
    height: 1rem;
    margin-top: auto;
  }
  .listing__match {
    padding: 0.625rem;
  }
  .listing__perc {
    font-size: 0.75rem;
  }
  .listing__text {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .listing {
    grid-template-columns: none;
  }
  .listing__text {
    grid-column: auto;
  }
}

.section {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
.section--bg {
  background: #191919;
}
.section__basic {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  justify-content: center;
  text-align: center;
}
.section__block {
  max-width: 45rem;
}
.section__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.section__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.section__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.section__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.section__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.section__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.section__button--white {
  background-color: #fff;
  border-color: #fff;
}
.section__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.section__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.section__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.section__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.section__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.section__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .section__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .section__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.section__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  display: grid;
  gap: 4rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
}
.section__highlight {
  font-size: 2rem;
  font-weight: 800;
  margin: 2rem 0;
}
.section__highlight strong {
  color: #FF0;
}
.section__list {
  margin: 0.5rem 0;
}
.section__list li {
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
}
.section__list li::before {
  border-bottom: 0.4375rem solid;
  border-right: 0.4375rem solid;
  color: #FF0;
  content: "";
  height: 1.75rem;
  left: 0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.875rem;
}
.section__list-strong {
  color: #FF0;
  font-weight: normal;
}
.section__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section__nav-item {
  color: #FF0;
  padding-left: 1.4rem;
  position: relative;
  text-decoration: underline;
}
.section__nav-item + .section__nav-item::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0.4rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.6rem;
}
.section__simple-table {
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.section__simple-table strong {
  font-size: 1.25rem;
}
.section__simple-table td {
  padding: 0.3125rem;
  vertical-align: middle;
}
.section__simple-table .section__button {
  width: 100%;
}
.section__sports {
  display: flex;
  font-size: 0.625rem;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.section__sports-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.25rem;
  font-size: 1.5em;
}
.section__sports-item img {
  height: 4rem;
  object-fit: contain;
  width: 4rem;
}
.section__strategy {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
  width: 100%;
}
.section__strategy-cell {
  background: #191919;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-height: 5rem;
  text-transform: uppercase;
}
.section__strategy-cell--primary {
  border: 2px solid;
  color: #FF0;
}
.section__strategy-cell--success {
  color: #2CBF82;
}
.section__strategy-cell--danger {
  color: #F82929;
}
.section__strategy-strong {
  font-size: 2rem;
  font-weight: 800;
}
.section__strategy .section__button {
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: 800;
  height: 100%;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section__strong {
  color: #FF0;
  text-transform: uppercase;
}
.section__table {
  align-self: stretch;
  background: #191919;
  border-radius: 1.375rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  padding: 1.25rem 1.8rem;
}
.section__table table {
  line-height: 1;
  width: 100%;
}
.section__table table strong {
  color: #FF0;
  font-weight: 800;
}
.section__table table td {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding: 0.75rem;
  vertical-align: middle;
}
.section__table table td:first-child {
  border-left: 0;
  padding-left: 0;
}
.section__table table td:last-child {
  padding-right: 0;
}
.section__table table th {
  border-left: 1px solid;
  border-bottom: 1px solid;
  font-weight: 800;
  padding: 0.75rem;
  vertical-align: middle;
}
.section__table table th:first-child {
  border-left: 0;
  padding-left: 0;
}
.section__table table tr:last-child td {
  border-bottom: 0;
}
.section__text {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  justify-content: center;
}
@media (min-width: calc(767px + 1px)) {
  .section__text:only-child {
    margin: 0 auto;
    max-width: 50rem;
    width: 90%;
    align-items: center;
    grid-column: span 2;
    text-align: center;
  }
  .section__text--right {
    align-items: end;
    grid-column-start: 2;
    text-align: right;
  }
  .section__text--right .section__list li {
    padding-left: 0;
    padding-right: 3rem;
  }
  .section__text--right .section__list li::before {
    left: auto;
    right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .section__strategy {
    font-size: 0.75rem;
  }
  .section__strategy-cell {
    border-radius: 1rem;
    min-height: 4rem;
  }
  .section__strategy-strong {
    font-size: 1.5rem;
  }
  .section__strategy .section__button {
    border-radius: 1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
  }
  .section__container {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .section__highlight {
    font-size: 1.25rem;
  }
  .section__list {
    text-align: left;
  }
  .section__strategy {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__text {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section__table {
    font-size: 0.75rem;
    padding: 0.75rem;
  }
  .section__table table td {
    padding: 0.5rem;
  }
  .section__table table th {
    padding: 0.5rem;
  }
}

.demo__alert {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  display: block;
}
.demo__alert_container {
  color: #fff;
  background-color: #F82929;
  padding: 1em;
  line-height: 1.5em;
  text-align: center;
  z-index: 1000000;
}

.tiny {
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
}

.sticky {
  position: -webkit-sticky; /* Pro starší verze Safari */
  position: sticky;
}
.sticky-top {
  top: 0;
  left: 0;
}
.sticky-full-width {
  width: 100%;
}

.banner {
  background: #000;
  display: block;
  height: 15.625rem;
  position: relative;
}
.banner::before {
  background: linear-gradient(103deg, #000, transparent);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner__bg {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
}
.banner__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  min-height: 1.875rem;
  padding: 0.25rem 1rem 0;
}
.banner__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.banner__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.banner__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.banner__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.banner__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.banner__button--white {
  background-color: #fff;
  border-color: #fff;
}
.banner__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.banner__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.banner__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.banner__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.banner__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .banner__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .banner__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.banner__text {
  align-items: start;
  background: linear-gradient(90deg, #000 25%, transparent);
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  gap: 1rem;
  height: 100%;
  justify-content: end;
  line-height: 1.5;
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.basic {
  margin: 0 auto;
  max-width: 37.5rem;
  width: 90%;
  padding-bottom: 1.625rem;
  padding-top: 1.625rem;
}
.basic > h1 {
  color: #FF0;
  font-size: 2rem;
  margin-bottom: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}
.basic > h2, .basic > .h2 {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.basic > .h1 {
  font-size: 2rem;
}
.basic > p {
  margin-bottom: 1rem;
  text-align: justify;
}
.basic--center p {
  text-align: center;
}
@media (max-width: 991px) {
  .basic h1 {
    font-size: 1.5rem;
  }
}

.benefits {
  background: #191919;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  text-align: center;
}
.benefits__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.benefits__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #292929;
  border-radius: 1.375rem;
  height: 5rem;
  margin-bottom: 0.3125rem;
  width: 5rem;
}
.benefits__item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.benefits__item strong {
  color: #2CBF82;
}
@media (max-width: 767px) {
  .benefits__container {
    grid-template-columns: repeat(2, minmax(0, 16rem));
    justify-content: center;
  }
}
@media (max-width: 399px) {
  .benefits__container {
    grid-template-columns: minmax(0, 16rem);
  }
}

.bonus {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  background: #191919;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 4rem;
  width: 100%;
}
.bonus__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.bonus__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.bonus__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.bonus__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.bonus__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.bonus__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.bonus__button--white {
  background-color: #fff;
  border-color: #fff;
}
.bonus__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.bonus__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.bonus__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.bonus__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.bonus__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.bonus__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .bonus__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .bonus__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.bonus__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  position: relative;
}
.bonus__filter-item {
  align-items: center;
  background: #fff;
  border-radius: 1.5625rem;
  color: #000;
  display: flex;
  font-size: 0.875rem;
  font-weight: 800;
  min-height: 1.875rem;
  justify-content: center;
  padding: 0.25rem 0.75rem 0.15rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.bonus__filter-item:hover {
  color: #2CBF82;
}
.bonus__filter-item.active {
  background: #FF0;
  color: #000;
}
.bonus__item {
  background: #292929;
  border-radius: 1.375rem;
  box-shadow: inset 0 -5px 0 0 #FF0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
.bonus__item--blue {
  box-shadow: inset 0 -5px 0 0 #1C7DE1;
}
.bonus__item--center {
  text-align: center;
}
.bonus__item--orange {
  box-shadow: inset 0 -5px 0 0 #FF5B00;
}
.bonus__item--red {
  box-shadow: inset 0 -5px 0 0 #F82929;
}
.bonus__item--transparent {
  box-shadow: none;
}
.bonus__item--center .bonus__row {
  justify-content: center;
}
.bonus__label {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  display: flex;
  gap: 0.625rem;
  height: 2.5rem;
  padding: 0.2rem 1rem 0;
  text-transform: uppercase;
}
.bonus__label.active {
  background: #2CBF82;
  border-color: #2CBF82;
}
.bonus__label img {
  position: relative;
  top: -3px;
}
.bonus__lock {
  align-items: center;
  color: #FF0;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 1rem;
}
.bonus__logo {
  flex-shrink: 0;
  margin-left: auto;
}
.bonus__row {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  gap: 1rem 2rem;
}
.bonus__score {
  margin-left: auto;
  text-align: right;
}
.bonus__score-number {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}
.bonus__score-strong {
  color: #FF0;
  font-size: 2.25rem;
}
.bonus__sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bonus__sort-item {
  color: #fff;
  position: relative;
  text-decoration: underline;
}
.bonus__sort-item + .bonus__sort-item {
  padding-left: 1.4rem;
}
.bonus__sort-item + .bonus__sort-item::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0.4rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.6rem;
}
.bonus__sort-item.active {
  color: #FF0;
}
.bonus__strong {
  color: #FF0;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 991px) {
  .bonus {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .bonus__logo {
    margin-left: 0;
  }
  .bonus__row {
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .bonus__score {
    margin-left: 0;
    text-align: center;
  }
}

.controls-bar {
  background: #292929;
  padding: 0.5rem 0;
}
.controls-bar .form__group {
  align-self: center;
}
.controls-bar__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.controls-bar__group {
  display: flex;
  gap: 0.625rem;
}
.controls-bar__icon {
  align-self: center;
  display: flex;
  flex-shrink: 0;
}
.controls-bar__link {
  align-items: center;
  background: #404040;
  border-radius: 0.5rem;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.25rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.controls-bar__sort {
  align-items: center;
  border: 1px solid;
  border-radius: 0.5rem;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  padding: 0.25rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.controls-bar__sound {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 0.5rem;
  gap: 1px;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}
.controls-bar__sound input {
  background: transparent;
  border: 0;
  color: inherit;
  flex-grow: 1;
  font-size: 0.875rem;
  padding: 0;
  text-align: center;
  width: 1.75rem;
}
.controls-bar__sound--long input {
  width: 3.125rem;
}
.controls-bar__sound-input {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  gap: 0.25rem;
}
.controls-bar__sound-slash {
  color: #fff;
}
.controls-bar__tooltip {
  display: inline-block;
  position: relative;
  text-transform: none;
  vertical-align: middle;
}
.controls-bar__tooltip-button {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  height: 1rem;
  width: 1rem;
}
.controls-bar__tooltip-content {
  background: #404040;
  border-radius: 0.5rem;
  display: none;
  font-size: 0.75rem;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  transform: translate(-1rem, 1rem);
  width: 12rem;
  z-index: 2;
}
.controls-bar__tooltip:hover .controls-bar__tooltip-button {
  color: #FF0;
}
.controls-bar__tooltip:hover .controls-bar__tooltip-content {
  display: block;
}
.controls-bar__toggler {
  margin: 0 auto;
  max-width: 12rem;
  width: 90%;
  background: transparent;
  border: 1px solid;
  border-radius: 0.5rem;
  display: none;
  font-size: 0.875rem;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.controls-bar__toggler:hover {
  color: #FF0;
}
.controls-bar__toggler.active .controls-bar__toggler-text:first-child, .controls-bar__toggler:not(.controls-bar__toggler.active) .controls-bar__toggler-text + .controls-bar__toggler-text {
  display: none;
}
@media (max-width: 991px) {
  .controls-bar__collapse {
    display: none;
  }
  .controls-bar__container {
    padding-bottom: 1rem;
  }
  .controls-bar__sort {
    display: none;
  }
  .controls-bar__toggler {
    display: flex;
  }
}

.highlight {
  align-items: center;
  background: #191919;
  display: grid;
  justify-content: center;
  line-height: 1;
  padding: 3.25rem 5vw;
  text-align: center;
}
.highlight__heading {
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0;
}
.highlight__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.highlight__logos-item {
  display: flex;
}
.highlight__video {
  border-radius: 1rem;
  justify-self: center;
  height: 25rem;
  margin: 2rem 0 3rem;
  max-width: 44rem;
  overflow: hidden;
  width: 100%;
}
.highlight__video iframe {
  height: 100%;
  width: 100%;
}
.highlight strong {
  color: #FF0;
}
@media (max-width: 991px) {
  .highlight__heading {
    font-size: 1.5rem;
  }
  .highlight__video {
    height: 50vw;
  }
}

.highlight-text {
  align-items: center;
  background: #191919;
  display: grid;
  grid-template-columns: minmax(0, 40rem);
  font-size: 2rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  padding: 3.25rem 5vw;
  text-align: center;
}
.highlight-text strong {
  color: #FF0;
}
@media (max-width: 991px) {
  .highlight-text {
    font-size: 1.5rem;
  }
}

.livebets {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  padding-bottom: 2.875rem;
  padding-top: 1.5rem;
}
.livebets__image {
  display: flex;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}
.livebets__image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.livebets__mobile {
  display: none;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 1.5rem;
  text-align: center;
}
.livebets__name {
  color: #FF0;
  font-size: 0.875rem;
}
.livebets__table small {
  font-size: 0.625rem;
}
.livebets__table strong {
  font-size: 1rem;
}
.livebets__table table {
  border-collapse: separate;
  border-spacing: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.livebets__table tbody td, .livebets__table tbody th {
  background: #191919;
  padding: 0.5rem;
}
.livebets__table tbody td:first-child, .livebets__table tbody th:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.livebets__table tbody td:last-child, .livebets__table tbody th:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.livebets__table tbody th {
  vertical-align: middle;
}
.livebets__table thead th {
  font-size: 0.625rem;
  padding: 0.5rem;
  vertical-align: middle;
}
.livebets__text-left {
  text-align: left;
}
.livebets__text-red {
  color: #F82929;
}
@media (max-width: 991px) {
  .livebets__mobile {
    display: flex;
  }
  .livebets__table {
    display: none;
  }
}

.manual {
  align-items: center;
  background: #191919;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 4rem;
  text-align: center;
}
.manual form {
  align-self: stretch;
}
.manual h2 {
  text-transform: uppercase;
}
.manual h3 {
  color: #FF0;
  font-size: 1.25rem;
}
.manual hr {
  align-self: stretch;
  border-color: #FF0;
  width: 100%;
}
.manual strong {
  color: #FF0;
  font-weight: 800;
}
.manual__box {
  background: #404040;
  border-radius: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem;
  text-align: left;
}
.manual__box--neg {
  border: 2px solid #F82929;
}
.manual__box--pos {
  border: 2px solid #2CBF82;
}
.manual__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.manual__filter-item {
  color: #FF0;
  padding-left: 1.4rem;
  position: relative;
  text-decoration: underline;
}
.manual__filter-item::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0.4rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.6rem;
}
.manual__filter-item.active {
  font-weight: 800;
}
.manual__image {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: italic;
  gap: 0.625rem;
}
.manual__like {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-top: 0.375rem;
}
.manual__like-button {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  display: flex;
  gap: 0.625rem;
  padding: 0.55rem 1rem;
  text-transform: uppercase;
}
.manual__like-button img {
  filter: brightness(0) invert(1);
}
.manual__like-button--neg.active {
  background: #F82929;
  border-color: #F82929;
}
.manual__like-button--pos.active {
  background: #2CBF82;
  border-color: #2CBF82;
}
.manual__like-cell {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}
.manual__like-score {
  align-items: center;
  display: flex;
  filter: brightness(0) invert(1);
  gap: 0.625rem;
  padding: 0.3125rem;
}
.manual__like-score--neg {
  color: #F82929;
}
.manual__like-score--pos {
  color: #2CBF82;
}
.manual__like-score.active {
  filter: none;
}
.manual__list {
  margin: 0.5rem 0;
  text-align: left;
}
.manual__list li {
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
}
.manual__list li::before {
  border-bottom: 0.4375rem solid;
  border-right: 0.4375rem solid;
  color: #FF0;
  content: "";
  height: 1.75rem;
  left: 0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.875rem;
}
.manual__list-strong {
  color: #FF0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .manual {
    padding: 1.25rem 1rem;
  }
}

.mobile-warning {
  background: #FF0;
  color: #000;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.375rem 5vw;
  text-align: center;
}
@media (min-width: calc(991px + 1px)) {
  .mobile-warning {
    display: none;
  }
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  justify-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}
.modal__body {
  background: #292929;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  max-height: 90vh;
  max-width: 43.75rem;
  position: relative;
  width: 90vw;
}
.modal__body-overflow {
  max-height: 100%;
  overflow: auto;
  padding: 1.4rem 2.6rem;
}
.modal__close {
  background: transparent;
  border: 0;
  margin: 15px 15px 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
.modal__close:hover {
  color: #EA5D5D;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal__title {
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .modal__body-overflow {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.news {
  background: #191919;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.news strong {
  color: #FF0;
}
.news__article {
  align-items: start;
  display: grid;
  gap: 1.375rem;
  grid-template-columns: 5rem 1fr;
}
.news__article-image {
  display: flex;
  aspect-ratio: 1;
  background-color: #292929;
  border-radius: 1.375rem;
  overflow: hidden;
}
.news__article-image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news__article-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 0.1875rem;
}
.news__block {
  background: #2CBF82;
  border-radius: 2rem;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 2.25rem 2.25rem 2.5rem;
}
.news__block--red {
  background-color: #EA5D5D;
}
.news__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  display: grid;
  gap: 3.5rem;
}
.news__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.news__grid-cell {
  display: grid;
  gap: 2rem;
}
.news__header {
  display: grid;
  grid-template-columns: minmax(0, 40rem);
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .news {
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
  }
  .news__grid {
    grid-template-columns: none;
  }
}

.pricing {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.pricing strong:not(.pricing__plan-strong) {
  color: #FF0;
  font-weight: 800;
}
.pricing__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.pricing__grid {
  align-items: center;
  display: grid;
  gap: 2.8125rem;
  grid-template-columns: repeat(3, 1fr);
}
.pricing__header {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  text-align: center;
}
.pricing__header strong {
  color: #FF0;
}
.pricing__item {
  background: #191919;
  border-radius: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.875rem 1.875rem 0 1.875rem;
}
.pricing__item--center {
  grid-column: 2/span 1;
  text-align: center;
}
.pricing__item-button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 0 -1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.pricing__item-button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.pricing__item-button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.pricing__item-button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.pricing__item-button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.pricing__item-button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.pricing__item-button--white {
  background-color: #fff;
  border-color: #fff;
}
.pricing__item-button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.pricing__item-button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.pricing__item-button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.pricing__item-button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.pricing__item-button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.pricing__item-button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .pricing__item-button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .pricing__item-button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pricing__item-description {
  background: #292929;
  font-weight: 800;
  margin: 0.3125rem -1.875rem 0;
  padding: 1.875rem 1.875rem;
  text-align: center;
}
.pricing__item-list {
  margin: 0.5rem 0;
  text-align: left;
}
.pricing__item-list li {
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
}
.pricing__item-list li::before {
  border-bottom: 0.4375rem solid;
  border-right: 0.4375rem solid;
  color: #FF0;
  content: "";
  height: 1.75rem;
  left: 0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.875rem;
}
.pricing__item-list-strong {
  color: #FF0;
  font-weight: normal;
}
.pricing__item-list li:not(.pricing__item-list-primary)::before {
  color: #fff;
}
.pricing__item-price {
  font-size: 2rem;
}
.pricing__item-price-strong {
  font-size: 2.5rem;
  line-height: 1;
}
.pricing__item-small {
  display: block;
  font-size: 0.75rem;
}
.pricing__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  padding: 0.3125rem;
}
.pricing__logos-item {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  height: 50px;
  width: 100px;
}
.pricing__plan {
  background: #191919;
  border-radius: 1.875rem;
  display: grid;
  gap: 0.3125rem;
  grid-auto-columns: minmax(0, 8.75rem);
  grid-auto-flow: column;
  justify-content: center;
  padding: 0.3125rem;
}
.pricing__plan-item input {
  display: none;
}
.pricing__plan-item input:checked + label {
  background: #fff;
  color: #000;
}
.pricing__plan-item label {
  align-items: center;
  border-radius: 1.875rem;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  text-align: center;
  transition: all 0.25s;
}
.pricing__plan-item label:hover {
  background: #292929;
}
.pricing__plan-strong {
  font-size: 1rem;
  font-weight: 800;
}
@media (max-width: 991px) {
  .pricing__grid {
    grid-template-columns: minmax(0, 320px);
  }
  .pricing__item:nth-child(2) {
    grid-row-start: 1;
  }
  .pricing__item--center {
    grid-column: auto;
  }
  .pricing__logos {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .pricing {
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
  }
  .pricing__plan {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 8.75rem));
  }
}

.product {
  padding-bottom: 2rem;
  padding-top: 6.625rem;
}
.product strong {
  color: #FF0;
}
.product__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product__buttons-item {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product__buttons-item--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.product__buttons-item--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.product__buttons-item--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.product__buttons-item--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.product__buttons-item--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.product__buttons-item--white {
  background-color: #fff;
  border-color: #fff;
}
.product__buttons-item--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.product__buttons-item:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.product__buttons-item--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.product__buttons-item--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.product__buttons-item--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.product__buttons-item--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .product__buttons-item {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .product__buttons-item--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.product__container {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  display: grid;
  gap: 0 5rem;
  grid-template-columns: 1fr 26.875rem;
}
.product__example {
  background: #191919;
  border-radius: 1.875rem;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.625rem;
  padding: 0 2.5rem 1.5rem 2.5rem;
  text-align: center;
}
.product__example-box {
  background: #292929;
  border-radius: 1.375rem;
  padding: 0.875rem 1rem;
}
.product__example-list {
  margin: 0.5rem 0;
  text-align: left;
}
.product__example-list li {
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
}
.product__example-list li::before {
  border-bottom: 0.4375rem solid;
  border-right: 0.4375rem solid;
  color: #FF0;
  content: "";
  height: 1.75rem;
  left: 0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.875rem;
}
.product__example-list-strong {
  color: #FF0;
  font-weight: normal;
}
.product__example-table {
  line-height: 1;
  width: 100%;
}
.product__example-table strong {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 0.4;
  vertical-align: middle;
}
.product__example-table td {
  border-left: 1px solid;
  border-top: 1px solid;
  padding: 0.625rem;
}
.product__example-table td:first-child {
  border-left: 0;
  padding-left: 0;
}
.product__example-table td:last-child {
  padding-right: 0;
}
.product__example-table tr:first-child td {
  border-top: 0;
}
.product__example-title {
  font: normal 3rem/0.75 "Courier New", Courier, monospace;
  transform: translateY(-50%);
}
.product__image {
  display: flex;
  justify-content: end;
  opacity: 0.5;
  width: calc(100% + 5rem);
}
.product__image-small {
  display: none;
  margin-bottom: -6rem;
}
.product__text {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-bottom: 2rem;
}
.product__text h2, .product__text h3 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .product__buttons {
    justify-content: center;
  }
  .product__buttons-item {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    min-height: 2.875rem;
  }
  .product__container {
    justify-items: center;
    grid-template-columns: none;
  }
  .product__example {
    max-width: 30rem;
  }
  .product__image {
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  .product__image-big {
    display: none;
  }
  .product__image-small {
    display: block;
  }
  .product__text {
    align-items: center;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media (max-width: 399px) {
  .product__example {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.rating {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  text-align: center;
}
.rating__heading {
  font-weight: 800;
}
.rating__heading strong {
  color: #FF0;
}
.rating__image {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
}

.sample {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  padding-bottom: 3.5rem;
  padding-top: 2rem;
}
.sample__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  justify-content: center;
  text-align: center;
}
.sample__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.sample__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.sample__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.sample__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.sample__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.sample__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.sample__button--white {
  background-color: #fff;
  border-color: #fff;
}
.sample__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.sample__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.sample__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.sample__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sample__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.sample__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .sample__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .sample__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sample__title {
  text-align: center;
}
.sample__title strong {
  color: #FF0;
}

.sidenav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 3.125rem;
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
}
.sidenav__item {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}
.sidenav__item.active {
  background: #FF0;
  border-color: #FF0;
}
.sidenav__item:hover {
  border-color: #FF0;
}
@media (max-width: 1399px) {
  .sidenav {
    left: 1vw;
  }
}
@media (max-width: 767px) {
  .sidenav {
    display: none;
  }
}

.shutdown {
  margin: 0 auto;
  max-width: 37.5rem;
  width: 90%;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.625rem;
}
.shutdown h1 {
  color: #FF0;
  font-size: 2rem;
  margin-top: 0.375rem;
  text-transform: uppercase;
}
.shutdown img {
  max-height: 40vh;
}
@media (max-width: 991px) {
  .shutdown h1 {
    font-size: 1.5rem;
  }
}

.table {
  border-collapse: separate;
  border-spacing: 0 0.625rem;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  width: 100%;
}
.table td {
  background: #191919;
  padding: 0.6rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.table td:first-child {
  border-radius: 1.875rem 0 0 1.875rem;
  padding-left: 1.875rem;
  text-align: left;
}
.table td:last-child {
  border-radius: 0 1.875rem 1.875rem 0;
  padding-right: 1.875rem;
}
.table th {
  font-size: 0.625rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
}
.table th:first-child {
  padding-left: 1.875rem;
  text-align: left;
}
.table th a {
  color: #FF0;
  text-decoration: underline;
}
.table th a:hover {
  color: #fff;
  text-decoration: none;
}
.table--mobile {
  display: none;
  gap: 1.25rem;
}
.table__button {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: -0.625rem -1.875rem -0.625rem 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.table__button--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.table__button--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.table__button--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.table__button--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.table__button--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.table__button--white {
  background-color: #fff;
  border-color: #fff;
}
.table__button--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.table__button:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.table__button--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.table__button--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.table__button--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.table__button--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .table__button {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .table__button--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.table__cell {
  background: #292929;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  text-align: center;
}
.table__cell-header {
  align-items: center;
  background: #191919;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
}
.table__cell-row {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.table__cell-status {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  align-items: center;
  border-radius: 2rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 3.75rem;
  padding: 0.75rem 4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  min-height: 2.5rem;
  padding: 0.5rem 1rem 0.4rem;
}
.table__cell-status--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.table__cell-status--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.table__cell-status--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.table__cell-status--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.table__cell-status--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.table__cell-status--white {
  background-color: #fff;
  border-color: #fff;
}
.table__cell-status--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.table__cell-status:hover:not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.table__cell-status--lower {
  border-radius: 0.5rem;
  text-transform: none;
}
.table__cell-status--md {
  min-height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.table__cell-status--sm {
  border-radius: 1.25rem;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
}
.table__cell-status--xs {
  border-radius: 1rem;
  font-size: 1rem;
  min-height: 2rem;
  padding: 0.1rem 1.5rem 0;
}
@media (max-width: 1199px) {
  .table__cell-status {
    padding: 0.5625rem 1.875rem 0.4375rem;
  }
  .table__cell-status--sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.table__color {
  color: #FF0;
}
.table__color--green {
  color: #2CBF82;
}
.table__color--purple {
  color: #8F25A0;
}
.table__color--red {
  color: #EA5D5D;
}
.table__color--yellow {
  color: #FFD604;
}
.table__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.625rem;
}
.table__image-text {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.table__image-text img {
  margin-top: -4px;
}
.table__label {
  background: #FF0;
  border: 2px solid #FF0;
  color: #000;
  border-radius: 0.625rem;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 1.25rem;
  padding: 0.2rem 0.375rem 0;
  text-transform: uppercase;
}
.table__label--blue {
  background-color: #1C7DE1;
  border-color: #1C7DE1;
  color: #fff;
}
.table__label--green {
  background-color: #2CBF82;
  border-color: #2CBF82;
  color: #fff;
}
.table__label--orange {
  background-color: #FF5B00;
  border-color: #FF5B00;
  color: #fff;
}
.table__label--red {
  background-color: #EA5D5D;
  border-color: #EA5D5D;
  color: #fff;
}
.table__label--purple {
  background-color: #8F25A0;
  border-color: #8F25A0;
  color: #fff;
}
.table__label--white {
  background-color: #fff;
  border-color: #fff;
}
.table__label--yellow {
  background-color: #FFD604;
  border-color: #FFD604;
}
.table__name {
  color: #FF0;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.table__tag {
  align-items: center;
  background: #fff;
  border-radius: 0.625rem;
  color: #191919;
  display: flex;
  font-size: 0.625rem;
  font-weight: 800;
  min-height: 1.25rem;
  padding: 0.1rem 0.5rem 0;
}
@media (max-width: 991px) {
  .table--mobile {
    display: grid;
  }
  .table--responsive td {
    background: transparent;
    display: flex;
    flex-direction: column;
  }
  .table--responsive td::after {
    content: attr(data-label);
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .table--responsive td:first-child {
    align-items: center;
    background: #191919;
    border-radius: 1.25rem;
    flex-direction: row;
    grid-column: span 3;
    height: 3.75rem;
    margin-bottom: 0.5rem;
    padding-right: 7rem;
  }
  .table--responsive td:first-child::after {
    content: none;
  }
  .table--responsive td:last-child {
    height: 0;
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    background: #292929;
    border-radius: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.625rem;
    position: relative;
  }
  .table--responsive .table__button {
    background-image: url("../img/strategy__button.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.25rem;
    font-size: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.25rem;
  }
  .table--sm-hidden {
    display: none;
  }
}
@media (max-width: 399px) {
  .table td:first-child {
    padding-left: 1rem;
  }
}

.tabs {
  margin: 0 auto;
  max-width: 50rem;
  width: 90%;
  display: grid;
  gap: 1.5rem;
}
.tabs__content {
  display: grid;
}
.tabs__content-item {
  display: none;
  grid-row: 1;
  grid-column: 1;
}
.tabs__content-item.active {
  display: block;
}
.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.tabs__nav-item {
  align-items: center;
  border-radius: 1.5625rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 800;
  height: 3.125rem;
  justify-content: center;
  padding: 0.6rem 1.5rem 0.5rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tabs__nav-item--primary {
  background: #FF0;
  color: #000;
}
.tabs__nav-item--primary:hover {
  background: #fff;
  color: #000;
}
.tabs__nav-item.active {
  background: #fff;
  color: #000;
}
@media (max-width: 399px) {
  .tabs__nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.tips {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  max-width: 32.5rem;
  position: relative;
}
.tips__item {
  align-items: center;
  background: #fff;
  border-radius: 1.875rem;
  color: #000;
  display: flex;
  gap: 0.5rem;
  height: 3.75rem;
  line-height: 1;
  padding-left: 1.25rem;
  position: absolute;
  text-align: left;
}
.tips__name {
  font-size: 0.75rem;
}
.tips__perc {
  font-size: 2.25rem;
  font-weight: 800;
}
.tips__plus {
  align-items: center;
  align-self: stretch;
  background: #2CBF82;
  border-radius: 1.875rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.tips__plus-money {
  font-size: 1.25rem;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .tips__item {
    height: 3rem;
  }
  .tips__perc {
    font-size: 1.5rem;
  }
  .tips__plus-money {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .tips__item {
    display: none;
  }
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

.bg--gray-dark {
  background: #191919;
}

.bg--gray-light {
  background: #404040;
}

.bg--gray-white {
  background: #c9c9c9;
}

.bg--gray {
  background: #292929;
}

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

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

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

.text-color--blue {
  color: #1C7DE1;
}

.text-color--green {
  color: #136347;
}

.text-color--primary {
  color: #FF0;
}

.text-color--red {
  color: #F82929;
}

.text-color--secondary {
  color: #2CBF82;
}

.text-color--success {
  color: #17BF46;
}

.nowrap {
  white-space: nowrap;
}

/* Padding */
.pad-0 {
  padding: 0rem;
}

.pad-1 {
  padding: 0.5rem;
}

.pad-2 {
  padding: 1rem;
}

.pad-3 {
  padding: 1.5rem;
}

.pad-4 {
  padding: 2rem;
}

.pad-5 {
  padding: 2.5rem;
}

.pad-6 {
  padding: 3rem;
}

.pad-7 {
  padding: 3.5rem;
}

.pad-8 {
  padding: 4rem;
}

.pad-9 {
  padding: 4.5rem;
}

.pad-10 {
  padding: 5rem;
}

.padx-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.padx-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.padx-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padx-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padx-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padx-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padx-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padx-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.padx-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padx-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padx-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pady-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pady-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pady-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pady-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pady-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pady-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pady-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pady-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pady-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pady-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pady-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padb-0 {
  padding-bottom: 0rem;
}

.padb-1 {
  padding-bottom: 0.5rem;
}

.padb-2 {
  padding-bottom: 1rem;
}

.padb-3 {
  padding-bottom: 1.5rem;
}

.padb-4 {
  padding-bottom: 2rem;
}

.padb-5 {
  padding-bottom: 2.5rem;
}

.padb-6 {
  padding-bottom: 3rem;
}

.padb-7 {
  padding-bottom: 3.5rem;
}

.padb-8 {
  padding-bottom: 4rem;
}

.padb-9 {
  padding-bottom: 4.5rem;
}

.padb-10 {
  padding-bottom: 5rem;
}

.padt-0 {
  padding-top: 0rem;
}

.padt-1 {
  padding-top: 0.5rem;
}

.padt-2 {
  padding-top: 1rem;
}

.padt-3 {
  padding-top: 1.5rem;
}

.padt-4 {
  padding-top: 2rem;
}

.padt-5 {
  padding-top: 2.5rem;
}

.padt-6 {
  padding-top: 3rem;
}

.padt-7 {
  padding-top: 3.5rem;
}

.padt-8 {
  padding-top: 4rem;
}

.padt-9 {
  padding-top: 4.5rem;
}

.padt-10 {
  padding-top: 5rem;
}

.padl-0 {
  padding-left: 0rem;
}

.padl-1 {
  padding-left: 0.5rem;
}

.padl-2 {
  padding-left: 1rem;
}

.padl-3 {
  padding-left: 1.5rem;
}

.padl-4 {
  padding-left: 2rem;
}

.padl-5 {
  padding-left: 2.5rem;
}

.padl-6 {
  padding-left: 3rem;
}

.padl-7 {
  padding-left: 3.5rem;
}

.padl-8 {
  padding-left: 4rem;
}

.padl-9 {
  padding-left: 4.5rem;
}

.padl-10 {
  padding-left: 5rem;
}

.padr-0 {
  padding-right: 0rem;
}

.padr-1 {
  padding-right: 0.5rem;
}

.padr-2 {
  padding-right: 1rem;
}

.padr-3 {
  padding-right: 1.5rem;
}

.padr-4 {
  padding-right: 2rem;
}

.padr-5 {
  padding-right: 2.5rem;
}

.padr-6 {
  padding-right: 3rem;
}

.padr-7 {
  padding-right: 3.5rem;
}

.padr-8 {
  padding-right: 4rem;
}

.padr-9 {
  padding-right: 4.5rem;
}

.padr-10 {
  padding-right: 5rem;
}

/* pad mobile*/
@media (max-width: 991px) {
  .pad-0-mob {
    padding: 0rem;
  }
}

@media (max-width: 991px) {
  .pad-1-mob {
    padding: 0.5rem;
  }
}

@media (max-width: 991px) {
  .pad-2-mob {
    padding: 1rem;
  }
}

@media (max-width: 991px) {
  .pad-3-mob {
    padding: 1.5rem;
  }
}

@media (max-width: 991px) {
  .pad-4-mob {
    padding: 2rem;
  }
}

@media (max-width: 991px) {
  .pad-5-mob {
    padding: 2.5rem;
  }
}

@media (max-width: 991px) {
  .pad-6-mob {
    padding: 3rem;
  }
}

@media (max-width: 991px) {
  .pad-7-mob {
    padding: 3.5rem;
  }
}

@media (max-width: 991px) {
  .pad-8-mob {
    padding: 4rem;
  }
}

@media (max-width: 991px) {
  .pad-9-mob {
    padding: 4.5rem;
  }
}

@media (max-width: 991px) {
  .pad-10-mob {
    padding: 5rem;
  }
}

@media (max-width: 991px) {
  .padx-0-mob {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (max-width: 991px) {
  .padx-1-mob {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 991px) {
  .padx-2-mob {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .padx-3-mob {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .padx-4-mob {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .padx-5-mob {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .padx-6-mob {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 991px) {
  .padx-7-mob {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (max-width: 991px) {
  .padx-8-mob {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 991px) {
  .padx-9-mob {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (max-width: 991px) {
  .padx-10-mob {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 991px) {
  .pady-0-mob {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

@media (max-width: 991px) {
  .pady-1-mob {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .pady-2-mob {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .pady-3-mob {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .pady-4-mob {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .pady-5-mob {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .pady-6-mob {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .pady-7-mob {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 991px) {
  .pady-8-mob {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .pady-9-mob {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 991px) {
  .pady-10-mob {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .padb-0-mob {
    padding-bottom: 0rem;
  }
}

@media (max-width: 991px) {
  .padb-1-mob {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .padb-2-mob {
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .padb-3-mob {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .padb-4-mob {
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .padb-5-mob {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .padb-6-mob {
    padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .padb-7-mob {
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 991px) {
  .padb-8-mob {
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .padb-9-mob {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 991px) {
  .padb-10-mob {
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .padt-0-mob {
    padding-top: 0rem;
  }
}

@media (max-width: 991px) {
  .padt-1-mob {
    padding-top: 0.5rem;
  }
}

@media (max-width: 991px) {
  .padt-2-mob {
    padding-top: 1rem;
  }
}

@media (max-width: 991px) {
  .padt-3-mob {
    padding-top: 1.5rem;
  }
}

@media (max-width: 991px) {
  .padt-4-mob {
    padding-top: 2rem;
  }
}

@media (max-width: 991px) {
  .padt-5-mob {
    padding-top: 2.5rem;
  }
}

@media (max-width: 991px) {
  .padt-6-mob {
    padding-top: 3rem;
  }
}

@media (max-width: 991px) {
  .padt-7-mob {
    padding-top: 3.5rem;
  }
}

@media (max-width: 991px) {
  .padt-8-mob {
    padding-top: 4rem;
  }
}

@media (max-width: 991px) {
  .padt-9-mob {
    padding-top: 4.5rem;
  }
}

@media (max-width: 991px) {
  .padt-10-mob {
    padding-top: 5rem;
  }
}

@media (max-width: 991px) {
  .padl-0-mob {
    padding-left: 0rem;
  }
}

@media (max-width: 991px) {
  .padl-1-mob {
    padding-left: 0.5rem;
  }
}

@media (max-width: 991px) {
  .padl-2-mob {
    padding-left: 1rem;
  }
}

@media (max-width: 991px) {
  .padl-3-mob {
    padding-left: 1.5rem;
  }
}

@media (max-width: 991px) {
  .padl-4-mob {
    padding-left: 2rem;
  }
}

@media (max-width: 991px) {
  .padl-5-mob {
    padding-left: 2.5rem;
  }
}

@media (max-width: 991px) {
  .padl-6-mob {
    padding-left: 3rem;
  }
}

@media (max-width: 991px) {
  .padl-7-mob {
    padding-left: 3.5rem;
  }
}

@media (max-width: 991px) {
  .padl-8-mob {
    padding-left: 4rem;
  }
}

@media (max-width: 991px) {
  .padl-9-mob {
    padding-left: 4.5rem;
  }
}

@media (max-width: 991px) {
  .padl-10-mob {
    padding-left: 5rem;
  }
}

@media (max-width: 991px) {
  .padr-0-mob {
    padding-right: 0rem;
  }
}

@media (max-width: 991px) {
  .padr-1-mob {
    padding-right: 0.5rem;
  }
}

@media (max-width: 991px) {
  .padr-2-mob {
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .padr-3-mob {
    padding-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .padr-4-mob {
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .padr-5-mob {
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .padr-6-mob {
    padding-right: 3rem;
  }
}

@media (max-width: 991px) {
  .padr-7-mob {
    padding-right: 3.5rem;
  }
}

@media (max-width: 991px) {
  .padr-8-mob {
    padding-right: 4rem;
  }
}

@media (max-width: 991px) {
  .padr-9-mob {
    padding-right: 4.5rem;
  }
}

@media (max-width: 991px) {
  .padr-10-mob {
    padding-right: 5rem;
  }
}

/* Margin */
.mar-0 {
  margin: 0rem;
}

.mar-1 {
  margin: 0.5rem;
}

.mar-2 {
  margin: 1rem;
}

.mar-3 {
  margin: 1.5rem;
}

.mar-4 {
  margin: 2rem;
}

.mar-5 {
  margin: 2.5rem;
}

.mar-6 {
  margin: 3rem;
}

.mar-7 {
  margin: 3.5rem;
}

.mar-8 {
  margin: 4rem;
}

.mar-9 {
  margin: 4.5rem;
}

.mar-10 {
  margin: 5rem;
}

.marx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.marx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.marx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.marx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.marx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.marx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.marx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.marx-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.marx-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.marx-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.marx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mary-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mary-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mary-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mary-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mary-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mary-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mary-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mary-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mary-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mary-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mary-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.marb-0 {
  margin-bottom: 0rem;
}

.marb-1 {
  margin-bottom: 0.5rem;
}

.marb-2 {
  margin-bottom: 1rem;
}

.marb-3 {
  margin-bottom: 1.5rem;
}

.marb-4 {
  margin-bottom: 2rem;
}

.marb-5 {
  margin-bottom: 2.5rem;
}

.marb-6 {
  margin-bottom: 3rem;
}

.marb-7 {
  margin-bottom: 3.5rem;
}

.marb-8 {
  margin-bottom: 4rem;
}

.marb-9 {
  margin-bottom: 4.5rem;
}

.marb-10 {
  margin-bottom: 5rem;
}

.mart-0 {
  margin-top: 0rem;
}

.mart-1 {
  margin-top: 0.5rem;
}

.mart-2 {
  margin-top: 1rem;
}

.mart-3 {
  margin-top: 1.5rem;
}

.mart-4 {
  margin-top: 2rem;
}

.mart-5 {
  margin-top: 2.5rem;
}

.mart-6 {
  margin-top: 3rem;
}

.mart-7 {
  margin-top: 3.5rem;
}

.mart-8 {
  margin-top: 4rem;
}

.mart-9 {
  margin-top: 4.5rem;
}

.mart-10 {
  margin-top: 5rem;
}

.marl-0 {
  margin-left: 0rem;
}

.marl-1 {
  margin-left: 0.5rem;
}

.marl-2 {
  margin-left: 1rem;
}

.marl-3 {
  margin-left: 1.5rem;
}

.marl-4 {
  margin-left: 2rem;
}

.marl-5 {
  margin-left: 2.5rem;
}

.marl-6 {
  margin-left: 3rem;
}

.marl-7 {
  margin-left: 3.5rem;
}

.marl-8 {
  margin-left: 4rem;
}

.marl-9 {
  margin-left: 4.5rem;
}

.marl-10 {
  margin-left: 5rem;
}

.marr-0 {
  margin-right: 0rem;
}

.marr-1 {
  margin-right: 0.5rem;
}

.marr-2 {
  margin-right: 1rem;
}

.marr-3 {
  margin-right: 1.5rem;
}

.marr-4 {
  margin-right: 2rem;
}

.marr-5 {
  margin-right: 2.5rem;
}

.marr-6 {
  margin-right: 3rem;
}

.marr-7 {
  margin-right: 3.5rem;
}

.marr-8 {
  margin-right: 4rem;
}

.marr-9 {
  margin-right: 4.5rem;
}

.marr-10 {
  margin-right: 5rem;
}

.mart-1-minus {
  margin-top: -0.5rem;
}

.mart-2-minus {
  margin-top: -1rem;
}

.mart-3-minus {
  margin-top: -1.5rem;
}

.mart-4-minus {
  margin-top: -2rem;
}

.mart-5-minus {
  margin-top: -2.5rem;
}

.mart-6-minus {
  margin-top: -3rem;
}

.mart-7-minus {
  margin-top: -3.5rem;
}

.mart-8-minus {
  margin-top: -4rem;
}

.mart-9-minus {
  margin-top: -4.5rem;
}

.mart-10-minus {
  margin-top: -5rem;
}

.marr-1-minus {
  margin-right: -0.5rem;
}

.marr-2-minus {
  margin-right: -1rem;
}

.marr-3-minus {
  margin-right: -1.5rem;
}

.marr-4-minus {
  margin-right: -2rem;
}

.marr-5-minus {
  margin-right: -2.5rem;
}

.marr-6-minus {
  margin-right: -3rem;
}

.marr-7-minus {
  margin-right: -3.5rem;
}

.marr-8-minus {
  margin-right: -4rem;
}

.marr-9-minus {
  margin-right: -4.5rem;
}

.marr-10-minus {
  margin-right: -5rem;
}

.marb-1-minus {
  margin-bottom: -0.5rem;
}

.marb-2-minus {
  margin-bottom: -1rem;
}

.marb-3-minus {
  margin-bottom: -1.5rem;
}

.marb-4-minus {
  margin-bottom: -2rem;
}

.marb-5-minus {
  margin-bottom: -2.5rem;
}

.marb-6-minus {
  margin-bottom: -3rem;
}

.marb-7-minus {
  margin-bottom: -3.5rem;
}

.marb-8-minus {
  margin-bottom: -4rem;
}

.marb-9-minus {
  margin-bottom: -4.5rem;
}

.marb-10-minus {
  margin-bottom: -5rem;
}

.marl-1-minus {
  margin-left: -0.5rem;
}

.marl-2-minus {
  margin-left: -1rem;
}

.marl-3-minus {
  margin-left: -1.5rem;
}

.marl-4-minus {
  margin-left: -2rem;
}

.marl-5-minus {
  margin-left: -2.5rem;
}

.marl-6-minus {
  margin-left: -3rem;
}

.marl-7-minus {
  margin-left: -3.5rem;
}

.marl-8-minus {
  margin-left: -4rem;
}

.marl-9-minus {
  margin-left: -4.5rem;
}

.marl-10-minus {
  margin-left: -5rem;
}

/* margin mob */
@media (max-width: 991px) {
  .mar-0-mob {
    margin: 0rem;
  }
}

@media (max-width: 991px) {
  .mar-1-mob {
    margin: 0.5rem;
  }
}

@media (max-width: 991px) {
  .mar-2-mob {
    margin: 1rem;
  }
}

@media (max-width: 991px) {
  .mar-3-mob {
    margin: 1.5rem;
  }
}

@media (max-width: 991px) {
  .mar-4-mob {
    margin: 2rem;
  }
}

@media (max-width: 991px) {
  .mar-5-mob {
    margin: 2.5rem;
  }
}

@media (max-width: 991px) {
  .mar-6-mob {
    margin: 3rem;
  }
}

@media (max-width: 991px) {
  .mar-7-mob {
    margin: 3.5rem;
  }
}

@media (max-width: 991px) {
  .mar-8-mob {
    margin: 4rem;
  }
}

@media (max-width: 991px) {
  .mar-9-mob {
    margin: 4.5rem;
  }
}

@media (max-width: 991px) {
  .mar-10-mob {
    margin: 5rem;
  }
}

@media (max-width: 991px) {
  .marx-0-mob {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

@media (max-width: 991px) {
  .marx-1-mob {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 991px) {
  .marx-2-mob {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  .marx-3-mob {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .marx-4-mob {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 991px) {
  .marx-5-mob {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .marx-6-mob {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (max-width: 991px) {
  .marx-7-mob {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media (max-width: 991px) {
  .marx-8-mob {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (max-width: 991px) {
  .marx-9-mob {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
}

@media (max-width: 991px) {
  .marx-10-mob {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media (max-width: 991px) {
  .mary-0-mob {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

@media (max-width: 991px) {
  .mary-1-mob {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .mary-2-mob {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .mary-3-mob {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .mary-4-mob {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .mary-5-mob {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .mary-6-mob {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .mary-7-mob {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 991px) {
  .mary-8-mob {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .mary-9-mob {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

@media (max-width: 991px) {
  .mary-10-mob {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .marb-0-mob {
    margin-bottom: 0rem;
  }
}

@media (max-width: 991px) {
  .marb-1-mob {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .marb-2-mob {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .marb-3-mob {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .marb-4-mob {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .marb-5-mob {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .marb-6-mob {
    margin-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .marb-7-mob {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 991px) {
  .marb-8-mob {
    margin-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .marb-9-mob {
    margin-bottom: 4.5rem;
  }
}

@media (max-width: 991px) {
  .marb-10-mob {
    margin-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .mart-0-mob {
    margin-top: 0rem;
  }
}

@media (max-width: 991px) {
  .mart-1-mob {
    margin-top: 0.5rem;
  }
}

@media (max-width: 991px) {
  .mart-2-mob {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .mart-3-mob {
    margin-top: 1.5rem;
  }
}

@media (max-width: 991px) {
  .mart-4-mob {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .mart-5-mob {
    margin-top: 2.5rem;
  }
}

@media (max-width: 991px) {
  .mart-6-mob {
    margin-top: 3rem;
  }
}

@media (max-width: 991px) {
  .mart-7-mob {
    margin-top: 3.5rem;
  }
}

@media (max-width: 991px) {
  .mart-8-mob {
    margin-top: 4rem;
  }
}

@media (max-width: 991px) {
  .mart-9-mob {
    margin-top: 4.5rem;
  }
}

@media (max-width: 991px) {
  .mart-10-mob {
    margin-top: 5rem;
  }
}

@media (max-width: 991px) {
  .marl-0-mob {
    margin-left: 0rem;
  }
}

@media (max-width: 991px) {
  .marl-1-mob {
    margin-left: 0.5rem;
  }
}

@media (max-width: 991px) {
  .marl-2-mob {
    margin-left: 1rem;
  }
}

@media (max-width: 991px) {
  .marl-3-mob {
    margin-left: 1.5rem;
  }
}

@media (max-width: 991px) {
  .marl-4-mob {
    margin-left: 2rem;
  }
}

@media (max-width: 991px) {
  .marl-5-mob {
    margin-left: 2.5rem;
  }
}

@media (max-width: 991px) {
  .marl-6-mob {
    margin-left: 3rem;
  }
}

@media (max-width: 991px) {
  .marl-7-mob {
    margin-left: 3.5rem;
  }
}

@media (max-width: 991px) {
  .marl-8-mob {
    margin-left: 4rem;
  }
}

@media (max-width: 991px) {
  .marl-9-mob {
    margin-left: 4.5rem;
  }
}

@media (max-width: 991px) {
  .marl-10-mob {
    margin-left: 5rem;
  }
}

@media (max-width: 991px) {
  .marr-0-mob {
    margin-right: 0rem;
  }
}

@media (max-width: 991px) {
  .marr-1-mob {
    margin-right: 0.5rem;
  }
}

@media (max-width: 991px) {
  .marr-2-mob {
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  .marr-3-mob {
    margin-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .marr-4-mob {
    margin-right: 2rem;
  }
}

@media (max-width: 991px) {
  .marr-5-mob {
    margin-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .marr-6-mob {
    margin-right: 3rem;
  }
}

@media (max-width: 991px) {
  .marr-7-mob {
    margin-right: 3.5rem;
  }
}

@media (max-width: 991px) {
  .marr-8-mob {
    margin-right: 4rem;
  }
}

@media (max-width: 991px) {
  .marr-9-mob {
    margin-right: 4.5rem;
  }
}

@media (max-width: 991px) {
  .marr-10-mob {
    margin-right: 5rem;
  }
}

@media (max-width: 991px) {
  .mart-1-mob-minus {
    margin-top: -0.5rem;
  }
}

@media (max-width: 991px) {
  .mart-2-mob-minus {
    margin-top: -1rem;
  }
}

@media (max-width: 991px) {
  .mart-3-mob-minus {
    margin-top: -1.5rem;
  }
}

@media (max-width: 991px) {
  .mart-4-mob-minus {
    margin-top: -2rem;
  }
}

@media (max-width: 991px) {
  .mart-5-mob-minus {
    margin-top: -2.5rem;
  }
}

@media (max-width: 991px) {
  .mart-6-mob-minus {
    margin-top: -3rem;
  }
}

@media (max-width: 991px) {
  .mart-7-mob-minus {
    margin-top: -3.5rem;
  }
}

@media (max-width: 991px) {
  .mart-8-mob-minus {
    margin-top: -4rem;
  }
}

@media (max-width: 991px) {
  .mart-9-mob-minus {
    margin-top: -4.5rem;
  }
}

@media (max-width: 991px) {
  .mart-10-mob-minus {
    margin-top: -5rem;
  }
}

@media (max-width: 991px) {
  .marr-1-mob-minus {
    margin-right: -0.5rem;
  }
}

@media (max-width: 991px) {
  .marr-2-mob-minus {
    margin-right: -1rem;
  }
}

@media (max-width: 991px) {
  .marr-3-mob-minus {
    margin-right: -1.5rem;
  }
}

@media (max-width: 991px) {
  .marr-4-mob-minus {
    margin-right: -2rem;
  }
}

@media (max-width: 991px) {
  .marr-5-mob-minus {
    margin-right: -2.5rem;
  }
}

@media (max-width: 991px) {
  .marr-6-mob-minus {
    margin-right: -3rem;
  }
}

@media (max-width: 991px) {
  .marr-7-mob-minus {
    margin-right: -3.5rem;
  }
}

@media (max-width: 991px) {
  .marr-8-mob-minus {
    margin-right: -4rem;
  }
}

@media (max-width: 991px) {
  .marr-9-mob-minus {
    margin-right: -4.5rem;
  }
}

@media (max-width: 991px) {
  .marr-10-mob-minus {
    margin-right: -5rem;
  }
}

@media (max-width: 991px) {
  .marb-1-mob-minus {
    margin-bottom: -0.5rem;
  }
}

@media (max-width: 991px) {
  .marb-2-mob-minus {
    margin-bottom: -1rem;
  }
}

@media (max-width: 991px) {
  .marb-3-mob-minus {
    margin-bottom: -1.5rem;
  }
}

@media (max-width: 991px) {
  .marb-4-mob-minus {
    margin-bottom: -2rem;
  }
}

@media (max-width: 991px) {
  .marb-5-mob-minus {
    margin-bottom: -2.5rem;
  }
}

@media (max-width: 991px) {
  .marb-6-mob-minus {
    margin-bottom: -3rem;
  }
}

@media (max-width: 991px) {
  .marb-7-mob-minus {
    margin-bottom: -3.5rem;
  }
}

@media (max-width: 991px) {
  .marb-8-mob-minus {
    margin-bottom: -4rem;
  }
}

@media (max-width: 991px) {
  .marb-9-mob-minus {
    margin-bottom: -4.5rem;
  }
}

@media (max-width: 991px) {
  .marb-10-mob-minus {
    margin-bottom: -5rem;
  }
}

@media (max-width: 991px) {
  .marl-1-mob-minus {
    margin-left: -0.5rem;
  }
}

@media (max-width: 991px) {
  .marl-2-mob-minus {
    margin-left: -1rem;
  }
}

@media (max-width: 991px) {
  .marl-3-mob-minus {
    margin-left: -1.5rem;
  }
}

@media (max-width: 991px) {
  .marl-4-mob-minus {
    margin-left: -2rem;
  }
}

@media (max-width: 991px) {
  .marl-5-mob-minus {
    margin-left: -2.5rem;
  }
}

@media (max-width: 991px) {
  .marl-6-mob-minus {
    margin-left: -3rem;
  }
}

@media (max-width: 991px) {
  .marl-7-mob-minus {
    margin-left: -3.5rem;
  }
}

@media (max-width: 991px) {
  .marl-8-mob-minus {
    margin-left: -4rem;
  }
}

@media (max-width: 991px) {
  .marl-9-mob-minus {
    margin-left: -4.5rem;
  }
}

@media (max-width: 991px) {
  .marl-10-mob-minus {
    margin-left: -5rem;
  }
}

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