/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* latin */
:root {
  --canvasColor: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  --neutralShade0: #f8f8f8;
  --neutralShade1: #f2f2f2;
  --neutralShade2: #e8e9e9;
  --neutralShade3: #d1d3d4;
  --neutralShade4: #babdbf;
  --neutralShade5: #808488;
  --neutralShade6: #666a6d;
  --neutralShade7: #4d5052;
  --neutralShade8: #212122;
  --grayColor: #999;
  --lightGrayColor: #ddd;
  --borderRadius: 6px;
  --boxShadow: 0 2px 5px rgba(#333, 0.2);
  --backgroundColor: #fff;
  --foregroundColor: rgba(0, 0, 0, 0.6);
  --foregroundColor2: rgba(0, 0, 0, 0.6);
  --primaryColor: #D7A5A5;
  --primaryShade1: #e1f5fe;
  --primaryShade2: #b3e5fc;
  --primaryShade3: #4fc3f7;
  --primaryShade4: #0288d1;
  --primaryShade5: #0277bd;
  --secondaryColor: #673ab7;
  --secondaryShade1: #ede7f6;
  --secondaryShade2: #d1c4e9;
  --secondaryShade3: #9575cd;
  --secondaryShade4: #512da8;
  --secondaryShade5: #311b92;
  --accentColor: #009688;
  --accentShade1: #e0f2f1;
  --accentShade2: #b2dfdb;
  --accentShade3: #4db6ac;
  --accentShade4: #00796b;
  --accentShade5: #004d40;
  --accent2Color: #8bc34a;
  --accent2Shade1: #e7f6d5;
  --accent2Shade2: #c5e1a5;
  --accent2Shade3: #aed581;
  --accent2Shade4: #689f38;
  --accent2Shade5: #558b2f;
  --accent3Color: #f44336;
  --accent3Shade1: #ffdde0;
  --accent3Shade2: #ffcdd2;
  --accent3Shade3: #ef9a9a;
  --accent3Shade4: #d32f2f;
  --accent3Shade5: #b71c1c;
  background: var(--backgroundColor);
  color: var(--foregroundColor);
}

.palet-bg-black {
  background-color: #0D0D0C !important;
  background: #0D0D0C !important;
}

.palet-bg-green {
  background-color: #999B84 !important;
  background: #999B84 !important;
}

.palet-bg-gold {
  background-color: #D1BC9E !important;
  background: #D1BC9E !important;
}

.palet-bg-pink {
  background-color: #D7A5A5 !important;
  background: #D7A5A5 !important;
}

.palet-bg-white {
  background-color: #F4EEED !important;
  background: #F4EEED !important;
}

.palet-text-green {
  color: #999B84 !important;
}

.palet-text-gold {
  color: #D1BC9E !important;
}

.palet-text-pink {
  color: #D7A5A5 !important;
}

.palet-text-white {
  color: #F4EEED !important;
}

.palet-text-black {
  color: #0D0D0C !important;
}

main {
  position: relative;
  margin-top: 66px;
  background: #FFFFFF;
}

section {
  display: -webkit-box;
}

.bl {
  border-left: 2px solid var(--neutralShade8);
}

.br {
  border-right: 2px solid var(--neutralShade8);
}

.bb {
  border-bottom: 2px solid var(--neutralShade8);
}

.bb-white {
  border-bottom: 2px solid #FFFFFF;
}

.bt {
  border-top: 2px solid var(--neutralShade8);
}

.v-separator {
  height: 100%;
}

.h-separator {
  width: 100%;
}

.no-padding {
  padding: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.fh {
  min-height: 100vh;
  height: 100vh;
}

.fh-n {
  min-height: calc( 100vh - 66px );
  height: calc( 100vh - 66px );
}

@media (max-width: 599px) {
  .fh-auto-m {
    min-height: auto !important;
    height: auto !important;
  }
}
.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 66px;
}

.sticky-bottom {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}

.sticky-left {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}

.sticky-right {
  position: sticky;
  position: -webkit-sticky;
  right: 0;
}

.txl {
  text-align: left;
}

.txr {
  text-align: right;
}

.txc {
  text-align: center;
}

.col {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.code-block {
  background-color: #9f9fad;
  margin-top: 10px;
  padding: 9px 14px;
  font-size: 14px;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
}

.clear:after, .row:after, .container:after, .container-expanded:after {
  content: "";
  display: table;
  clear: both;
}

.container-expanded {
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  width: 100%;
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 15px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col1-dsk, .col1-t, .col1-m, .col1, .col2-dsk, .col2-t, .col2-m, .col2, .col3-dsk, .col3-t, .col3-m, .col3, .col4-dsk, .col4-t, .col4-m, .col4, .col5-dsk, .col5-t, .col5-m, .col5, .col6-dsk, .col6-t, .col6-m, .col6, .col7-dsk, .col7-t, .col7-m, .col7, .col8-dsk, .col8-t, .col8-m, .col8, .col9-dsk, .col9-t, .col9-m, .col9, .col10-dsk, .col10-t, .col10-m, .col10, .col11-dsk, .col11-t, .col11-m, .col11, .col12-dsk, .col12-t, .col12-m, .col12 {
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.col1-m,
.col1 {
  width: 8.3333333333%;
  float: left;
}

.col2-m,
.col2 {
  width: 16.6666666667%;
  float: left;
}

.col3-m,
.col3 {
  width: 25%;
  float: left;
}

.col4-m,
.col4 {
  width: 33.3333333333%;
  float: left;
}

.col5-m,
.col5 {
  width: 41.6666666667%;
  float: left;
}

.col6-m,
.col6 {
  width: 50%;
  float: left;
}

.col7-m,
.col7 {
  width: 58.3333333333%;
  float: left;
}

.col8-m,
.col8 {
  width: 66.6666666667%;
  float: left;
}

.col9-m,
.col9 {
  width: 75%;
  float: left;
}

.col10-m,
.col10 {
  width: 83.3333333333%;
  float: left;
}

.col11-m,
.col11 {
  width: 91.6666666667%;
  float: left;
}

.col12-m,
.col12 {
  width: 100%;
  float: left;
}

.left0-m,
.left0 {
  margin-left: 0%;
}

.right0-m,
.right0 {
  margin-right: 0%;
}

.left1-m,
.left1 {
  margin-left: 8.3333333333%;
}

.right1-m,
.right1 {
  margin-right: 8.3333333333%;
}

.left2-m,
.left2 {
  margin-left: 16.6666666667%;
}

.right2-m,
.right2 {
  margin-right: 16.6666666667%;
}

.left3-m,
.left3 {
  margin-left: 25%;
}

.right3-m,
.right3 {
  margin-right: 25%;
}

.left4-m,
.left4 {
  margin-left: 33.3333333333%;
}

.right4-m,
.right4 {
  margin-right: 33.3333333333%;
}

.left5-m,
.left5 {
  margin-left: 41.6666666667%;
}

.right5-m,
.right5 {
  margin-right: 41.6666666667%;
}

.left6-m,
.left6 {
  margin-left: 50%;
}

.right6-m,
.right6 {
  margin-right: 50%;
}

.left7-m,
.left7 {
  margin-left: 58.3333333333%;
}

.right7-m,
.right7 {
  margin-right: 58.3333333333%;
}

.left8-m,
.left8 {
  margin-left: 66.6666666667%;
}

.right8-m,
.right8 {
  margin-right: 66.6666666667%;
}

.left9-m,
.left9 {
  margin-left: 75%;
}

.right9-m,
.right9 {
  margin-right: 75%;
}

.left10-m,
.left10 {
  margin-left: 83.3333333333%;
}

.right10-m,
.right10 {
  margin-right: 83.3333333333%;
}

.left11-m,
.left11 {
  margin-left: 91.6666666667%;
}

.right11-m,
.right11 {
  margin-right: 91.6666666667%;
}

.left12-m,
.left12 {
  margin-left: 100%;
}

.right12-m,
.right12 {
  margin-right: 100%;
}

@media (min-width: 600px) {
  .col1-t {
    width: 8.3333333333%;
    float: left;
  }
  .col2-t {
    width: 16.6666666667%;
    float: left;
  }
  .col3-t {
    width: 25%;
    float: left;
  }
  .col4-t {
    width: 33.3333333333%;
    float: left;
  }
  .col5-t {
    width: 41.6666666667%;
    float: left;
  }
  .col6-t {
    width: 50%;
    float: left;
  }
  .col7-t {
    width: 58.3333333333%;
    float: left;
  }
  .col8-t {
    width: 66.6666666667%;
    float: left;
  }
  .col9-t {
    width: 75%;
    float: left;
  }
  .col10-t {
    width: 83.3333333333%;
    float: left;
  }
  .col11-t {
    width: 91.6666666667%;
    float: left;
  }
  .col12-t {
    width: 100%;
    float: left;
  }
  .left0-t {
    margin-left: 0%;
  }
  .right0-t {
    margin-right: 0%;
  }
  .left1-t {
    margin-left: 8.3333333333%;
  }
  .right1-t {
    margin-right: 8.3333333333%;
  }
  .left2-t {
    margin-left: 16.6666666667%;
  }
  .right2-t {
    margin-right: 16.6666666667%;
  }
  .left3-t {
    margin-left: 25%;
  }
  .right3-t {
    margin-right: 25%;
  }
  .left4-t {
    margin-left: 33.3333333333%;
  }
  .right4-t {
    margin-right: 33.3333333333%;
  }
  .left5-t {
    margin-left: 41.6666666667%;
  }
  .right5-t {
    margin-right: 41.6666666667%;
  }
  .left6-t {
    margin-left: 50%;
  }
  .right6-t {
    margin-right: 50%;
  }
  .left7-t {
    margin-left: 58.3333333333%;
  }
  .right7-t {
    margin-right: 58.3333333333%;
  }
  .left8-t {
    margin-left: 66.6666666667%;
  }
  .right8-t {
    margin-right: 66.6666666667%;
  }
  .left9-t {
    margin-left: 75%;
  }
  .right9-t {
    margin-right: 75%;
  }
  .left10-t {
    margin-left: 83.3333333333%;
  }
  .right10-t {
    margin-right: 83.3333333333%;
  }
  .left11-t {
    margin-left: 91.6666666667%;
  }
  .right11-t {
    margin-right: 91.6666666667%;
  }
  .left12-t {
    margin-left: 100%;
  }
  .right12-t {
    margin-right: 100%;
  }
}
@media (min-width: 1000px) {
  .col1-dsk {
    width: 8.3333333333%;
    float: left;
  }
  .col2-dsk {
    width: 16.6666666667%;
    float: left;
  }
  .col3-dsk {
    width: 25%;
    float: left;
  }
  .col4-dsk {
    width: 33.3333333333%;
    float: left;
  }
  .col5-dsk {
    width: 41.6666666667%;
    float: left;
  }
  .col6-dsk {
    width: 50%;
    float: left;
  }
  .col7-dsk {
    width: 58.3333333333%;
    float: left;
  }
  .col8-dsk {
    width: 66.6666666667%;
    float: left;
  }
  .col9-dsk {
    width: 75%;
    float: left;
  }
  .col10-dsk {
    width: 83.3333333333%;
    float: left;
  }
  .col11-dsk {
    width: 91.6666666667%;
    float: left;
  }
  .col12-dsk {
    width: 100%;
    float: left;
  }
  .left0-dsk {
    margin-left: 0%;
  }
  .right0-dsk {
    margin-right: 0%;
  }
  .left1-dsk {
    margin-left: 8.3333333333%;
  }
  .right1-dsk {
    margin-right: 8.3333333333%;
  }
  .left2-dsk {
    margin-left: 16.6666666667%;
  }
  .right2-dsk {
    margin-right: 16.6666666667%;
  }
  .left3-dsk {
    margin-left: 25%;
  }
  .right3-dsk {
    margin-right: 25%;
  }
  .left4-dsk {
    margin-left: 33.3333333333%;
  }
  .right4-dsk {
    margin-right: 33.3333333333%;
  }
  .left5-dsk {
    margin-left: 41.6666666667%;
  }
  .right5-dsk {
    margin-right: 41.6666666667%;
  }
  .left6-dsk {
    margin-left: 50%;
  }
  .right6-dsk {
    margin-right: 50%;
  }
  .left7-dsk {
    margin-left: 58.3333333333%;
  }
  .right7-dsk {
    margin-right: 58.3333333333%;
  }
  .left8-dsk {
    margin-left: 66.6666666667%;
  }
  .right8-dsk {
    margin-right: 66.6666666667%;
  }
  .left9-dsk {
    margin-left: 75%;
  }
  .right9-dsk {
    margin-right: 75%;
  }
  .left10-dsk {
    margin-left: 83.3333333333%;
  }
  .right10-dsk {
    margin-right: 83.3333333333%;
  }
  .left11-dsk {
    margin-left: 91.6666666667%;
  }
  .right11-dsk {
    margin-right: 91.6666666667%;
  }
  .left12-dsk {
    margin-left: 100%;
  }
  .right12-dsk {
    margin-right: 100%;
  }
}
@media (min-width: 1000px) {
  .hide-dsk,
  .show-t,
  .show-m {
    display: none !important;
  }
}
@media (max-width: 999px) and (min-width: 600px) {
  .hide-t,
  .show-dsk,
  .show-m {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .hide-m,
  .show-dsk,
  .show-t {
    display: none !important;
  }
}
/*colors*/
.palette {
  display: grid;
  grid: 80px 45px min-content/repeat(5, minmax(50px, 1fr));
  margin-bottom: 1em;
}
.palette__main {
  grid-column: span 5;
}
.palette h5 {
  grid-column: span 5;
  text-align: left;
  padding: 10px 0;
}
.palette.main div:nth-child(1) {
  background: var(--primaryColor);
}
.palette.main div:nth-child(2) {
  background: var(--primaryShade1);
}
.palette.main div:nth-child(3) {
  background: var(--primaryShade2);
}
.palette.main div:nth-child(4) {
  background: var(--primaryShade3);
}
.palette.main div:nth-child(5) {
  background: var(--primaryShade4);
}
.palette.main div:nth-child(6) {
  background: var(--primaryShade5);
}
.palette.secondary div:nth-child(1) {
  background: var(--secondaryColor);
}
.palette.secondary div:nth-child(2) {
  background: var(--secondaryShade1);
}
.palette.secondary div:nth-child(3) {
  background: var(--secondaryShade2);
}
.palette.secondary div:nth-child(4) {
  background: var(--secondaryShade3);
}
.palette.secondary div:nth-child(5) {
  background: var(--secondaryShade4);
}
.palette.secondary div:nth-child(6) {
  background: var(--secondaryShade5);
}
.palette.accent1 div:nth-child(1) {
  background: var(--accentColor);
}
.palette.accent1 div:nth-child(2) {
  background: var(--accentShade1);
}
.palette.accent1 div:nth-child(3) {
  background: var(--accentShade2);
}
.palette.accent1 div:nth-child(4) {
  background: var(--accentShade3);
}
.palette.accent1 div:nth-child(5) {
  background: var(--accentShade4);
}
.palette.accent1 div:nth-child(6) {
  background: var(--accentShade5);
}
.palette.accent2 div:nth-child(1) {
  background: var(--accent2Color);
}
.palette.accent2 div:nth-child(2) {
  background: var(--accent2Shade1);
}
.palette.accent2 div:nth-child(3) {
  background: var(--accent2Shade2);
}
.palette.accent2 div:nth-child(4) {
  background: var(--accent2Shade3);
}
.palette.accent2 div:nth-child(5) {
  background: var(--accent2Shade4);
}
.palette.accent2 div:nth-child(6) {
  background: var(--accent2Shade5);
}
.palette.accent3 div:nth-child(1) {
  background: var(--accent3Color);
}
.palette.accent3 div:nth-child(2) {
  background: var(--accent3Shade1);
}
.palette.accent3 div:nth-child(3) {
  background: var(--accent3Shade2);
}
.palette.accent3 div:nth-child(4) {
  background: var(--accent3Shade3);
}
.palette.accent3 div:nth-child(5) {
  background: var(--accent3Shade4);
}
.palette.accent3 div:nth-child(6) {
  background: var(--accent3Shade5);
}
.palette.neutrals {
  grid-template-rows: repeat(2, 50px) min-content;
  grid-template-columns: repeat(4, 1fr);
}
.palette.neutrals div:nth-child(1) {
  background: var(--neutralShade1);
}
.palette.neutrals div:nth-child(2) {
  background: var(--neutralShade2);
}
.palette.neutrals div:nth-child(3) {
  background: var(--neutralShade3);
}
.palette.neutrals div:nth-child(4) {
  background: var(--neutralShade4);
}
.palette.neutrals div:nth-child(5) {
  background: var(--neutralShade5);
  grid-row: 2;
}
.palette.neutrals div:nth-child(6) {
  background: var(--neutralShade6);
  grid-row: 2;
}
.palette.neutrals div:nth-child(7) {
  background: var(--neutralShade7);
  grid-row: 2;
}
.palette.neutrals div:nth-child(8) {
  background: var(--neutralShade8);
  grid-row: 2;
}

/* Colors Status*/
.status-primary {
  background: var(--primaryShade1);
  color: var(--primaryShade4);
}
.status-primary:before, .status-primary:after {
  background: var(--primaryShade4);
}

.status-secondary {
  background: var(--secondaryShade1);
  color: var(--secondaryShade5);
}
.status-secondary:before, .status-secondary:after {
  background: var(--secondaryShade4);
}

.status-info {
  background: var(--accentShade1);
  color: var(--accentShade4);
}
.status-info:before, .status-info:after {
  background: var(--accentShade4);
}

.status-success {
  background: var(--accent2Shade1);
  color: var(--accent2Shade4);
}
.status-success:before, .status-success:after {
  background: var(--accent2Shade4);
}

.status-error {
  background: var(--accent3Shade1);
  color: var(--accent3Shade4);
}
.status-error:before, .status-error:after {
  background: var(--accent3Shade4);
}

/*checkboxes*/
input:disabled ~ * {
  opacity: 0.3;
  user-select: none;
  pointer-events: none;
}

.checkbox-toggle input {
  display: none;
}
.checkbox-toggle label {
  outline: 0;
  display: block;
  width: 45px;
  height: 16px;
  background: var(--grayColor);
  position: relative;
  cursor: pointer;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  margin: 0.8em;
}
.checkbox-toggle label:after {
  position: relative;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  border: 1px solid var(--grayColor);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  left: -4px;
  top: -5px;
}
.checkbox-toggle input:checked + label {
  background: var(--accent2Color);
}
.checkbox-toggle input:checked + label:after {
  left: 52%;
}

.checkbox {
  position: relative;
  user-select: none;
  margin-bottom: 10px;
}
.checkbox input {
  display: none;
}
.checkbox label {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500;
  padding-left: 35px;
}
.checkbox span.box {
  display: inline-block;
  width: 20px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--grayColor);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
}
.checkbox span.box:before, .checkbox span.box:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  border-radius: 40px;
  background: var(--backgroundColor);
  transition: all 0.3s ease;
}
.checkbox span.box:before {
  transform: rotate(45deg) translateY(-5px) translateX(10px) scale(0);
}
.checkbox span.box:after {
  height: 8px;
  transform: rotate(-45deg) translateY(10px) translateX(-4px) scale(0);
}
.checkbox input:checked + label span.box {
  background: var(--accent2Color);
  border-color: var(--accent2Color);
}
.checkbox input:checked + label span.box:before {
  transform: rotate(45deg) translateY(-5px) translateX(10px) scale(1);
}
.checkbox input:checked + label span.box:after {
  height: 8px;
  transform: rotate(-45deg) translateY(10px) translateX(-4px) scale(1);
}
.checkbox input:disabled:checked + span.box {
  background: var(--grayColor);
  border: var(--grayColor);
}
.checkbox input:disabled:checked ~ label:before, .checkbox input:disabled:checked ~ label:after {
  background: black;
}

/*radio buttons*/
.radio {
  margin: 10px 0;
}
.radio input {
  display: none;
}
.radio input:checked + label:after {
  transform: scale(1);
}
.radio label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-weight: 500;
}
.radio label:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid var(--grayColor);
  border-radius: 50%;
  left: 0;
  top: 0;
}
.radio label:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  background: var(--accent2Color);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.3s ease;
}

/*inputs*/
.input__wrapper {
  margin-bottom: 30px;
}

.label-form {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

input.input-form,
select,
textarea {
  height: 50px;
  font-size: 16px;
  border: 2px solid var(--neutralShade3);
  width: 100%;
  padding: 12px;
  font-family: "Poppins";
  border-radius: var(--borderRadius);
  color: var(--foregroundColor);
  background: var(--backgroundColor);
}
input.input-form:focus, input.input-form.active,
select:focus,
select.active,
textarea:focus,
textarea.active {
  outline: none;
  border-color: var(--primaryColor);
}
input.input-form:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  background: var(--neutralShade1);
  opacity: 0.6;
}

textarea {
  resize: vertical;
  min-height: 117px;
}

select {
  height: 45px;
  padding: 8px 12px;
  cursor: pointer;
}
select option {
  font-weight: 300;
}

.input__validator {
  position: relative;
}
.input__validator__status {
  position: absolute;
  border-radius: 50%;
  background: purple;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
}
.input__validator__status:before, .input__validator__status:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  border-radius: 40px;
  background: var(--backgroundColor);
}

.input-error input,
.input-error select,
.input-error textarea {
  border-color: var(--accent3Color);
}
.input-error .feedback-form {
  color: var(--accent3Shade3);
}
.input-error .input__validator__status {
  background: var(--accent3Color);
}
.input-error .input__validator__status:before {
  transform: rotate(45deg) translateY(-5.5px) translateX(13.5px);
}
.input-error .input__validator__status:after {
  transform: rotate(-45deg) translateY(13.5px) translateX(5.5px);
}

.input-success input,
.input-success select,
.input-success textarea {
  border-color: var(--accent2Color);
}
.input-success .feedback-form {
  color: var(--accent2Shade4);
}
.input-success .input__validator__status {
  background: var(--accent2Color);
}
.input-success .input__validator__status:before {
  transform: rotate(45deg) translateY(-6px) translateX(16px);
}
.input-success .input__validator__status:after {
  height: 7px;
  transform: rotate(-45deg) translateY(16px) translateX(-5px);
}

.feedback-form {
  margin-top: 5px;
  color: var(--neutralShade6);
}

a.link {
  display: inline;
  margin: 10px 30px 5px 0;
  border-bottom: 2px dashed;
  font-weight: 500;
  line-height: 2.5;
  cursor: pointer;
  color: var(--neutralShade5);
  text-decoration: none;
}
a.link:hover, a.link.hover {
  color: var(--neutralShade6);
  border-bottom: 2px solid;
}
a.link.primaryShade5 {
  color: var(--primaryShade5);
}
a.link.primary {
  color: var(--primaryColor);
}
a.link.primary:hover, a.link.primary.hover {
  color: var(--primaryShade5);
}
a.link.secondary {
  color: var(--secondaryColor);
}
a.link.secondary:hover, a.link.secondary.hover {
  color: var(--secondaryShade5);
}

/*buttons */
a.button,
input.button,
button {
  outline: none;
  text-align: center;
  display: inline-block;
  border: none;
  font: 500 16px/1 "Roboto", sans-serif;
  padding: 17px;
  cursor: pointer;
  border-radius: var(--borderRadius);
  background: var(--primaryColor);
  color: var(--backgroundColor);
  position: relative;
  top: 0;
  transition: 0.2s ease;
}
a.button.full-button,
input.button.full-button,
button.full-button {
  width: 100%;
}
a.button:hover, a.button.hover,
input.button:hover,
input.button.hover,
button:hover,
button.hover {
  outline: 0;
  transform: translateY(1px);
}
a.button:active, a.button.active,
input.button:active,
input.button.active,
button:active,
button.active {
  background: var(--primaryShade4);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 0;
}
a.button.disabled,
input.button.disabled,
button.disabled {
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}
a.button.medium,
input.button.medium,
button.medium {
  padding: 15px 18px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
a.button.medium.full-button,
input.button.medium.full-button,
button.medium.full-button {
  width: 100%;
}
a.button.small,
input.button.small,
button.small {
  padding: 10px 12px;
  width: auto;
  font-size: 14px;
  font-weight: 500;
}
a.button.small.full-button,
input.button.small.full-button,
button.small.full-button {
  width: 100%;
}
a.button.secondary,
input.button.secondary,
button.secondary {
  background: var(--secondaryColor);
}
a.button.secondary:active, a.button.secondary:focus, a.button.secondary.active,
input.button.secondary:active,
input.button.secondary:focus,
input.button.secondary.active,
button.secondary:active,
button.secondary:focus,
button.secondary.active {
  background: var(--secondaryShade4);
  outline: none;
}
a.button.accent,
input.button.accent,
button.accent {
  background: var(--accentColor);
}
a.button.accent:active, a.button.accent:focus, a.button.accent.active,
input.button.accent:active,
input.button.accent:focus,
input.button.accent.active,
button.accent:active,
button.accent:focus,
button.accent.active {
  background: var(--accentShade4);
}
a.button.accent2,
input.button.accent2,
button.accent2 {
  background: var(--accent2Color);
}
a.button.accent2:active, a.button.accent2:focus, a.button.accent2.active,
input.button.accent2:active,
input.button.accent2:focus,
input.button.accent2.active,
button.accent2:active,
button.accent2:focus,
button.accent2.active {
  background: var(--accent2Shade4);
}
a.button.accent3,
input.button.accent3,
button.accent3 {
  background: var(--accent3Color);
}
a.button.accent3:active, a.button.accent3:focus, a.button.accent3.active,
input.button.accent3:active,
input.button.accent3:focus,
input.button.accent3.active,
button.accent3:active,
button.accent3:focus,
button.accent3.active {
  background: var(--accent3Shade4);
}

/*badges*/
.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 10px 5px 0;
  line-height: 1;
}

/*tooltips*/
.tooltip {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 10;
}
.tooltip span {
  border-bottom: 1px dotted;
}
.tooltip:after {
  content: attr(data-tooltip);
  background: var(--neutralShade2);
  max-width: 90%;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  display: none;
  height: auto;
  font-size: 14px;
  padding: 10px;
  border-radius: var(--borderRadius);
  color: var(--foregroundColor);
  text-align: center;
}
.tooltip.dark:after {
  background: var(--neutralShade7);
  color: var(--backgroundColor);
}
.tooltip.top:after {
  bottom: 80%;
  transition: opacity 0.3s ease 0.3s, bottom 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.tooltip.top:hover:after, .tooltip.top.hovered:after {
  bottom: 130%;
  opacity: 1;
  display: block;
  min-width: fit-content;
}
.tooltip.right:after {
  left: 80%;
  transition: opacity 0.3s ease 0.3s, bottom 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.tooltip.right:hover:after, .tooltip.right.hovered:after {
  left: 130%;
  opacity: 1;
  display: block;
  min-width: fit-content;
}
.tooltip.bottom:after {
  top: 80%;
  transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.tooltip.bottom:hover:after, .tooltip.bottom.hovered:after {
  top: 130%;
  opacity: 1;
  display: block;
  min-width: fit-content;
}
.tooltip.tooltip-with-icon {
  display: inline-block;
  margin-left: 10px;
  width: auto;
  vertical-align: middle;
}
.tooltip.tooltip-with-icon span {
  border: none;
}
.tooltip.tooltip-with-icon:after {
  min-width: 100px;
  margin-left: -50px;
}

.alert {
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px;
  border-radius: var(--borderRadius);
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.alert:before, .alert:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  border-radius: 40px;
  right: 30px;
  top: 8px;
}
.alert:before {
  transform: rotate(45deg) translateY(-5.5px) translateX(13.5px);
}
.alert:after {
  transform: rotate(-45deg) translateY(13.5px) translateX(5.5px);
}

/*spinner*/
.spinner + label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primaryShade4);
}

.spinner-1,
.spinner-2 {
  text-align: center;
}

.spinner-1 .spinner {
  max-width: 50px;
  margin: auto;
  height: 20px;
  position: relative;
}
.spinner-1 .spinner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -10%;
  background: var(--primaryColor);
  animation: spinnerLeftRight 0.6s infinite;
}
.spinner-1 .spinner:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -10%;
  background: var(--primaryShade2);
  opacity: 1;
  animation: spinnerLeftRight 0.6s infinite 0.06s;
}

.spinner-2 .spinner {
  width: 90%;
  margin: auto;
  height: 10px;
  background: var(--neutralShade2);
  border-radius: 40px;
  position: relative;
}
.spinner-2 .spinner:before {
  content: "";
  border-radius: inherit;
  position: absolute;
  width: 10%;
  height: 100%;
  left: 0;
  background: var(--primaryColor);
  opacity: 1;
  animation: spinnerFill 5s infinite;
}

@keyframes spinnerLeftRight {
  0% {
    left: 85%;
  }
  50% {
    left: -10%;
  }
  100% {
    left: 85%;
  }
}
@keyframes spinnerFill {
  0% {
    width: 2%;
  }
  50%, 100% {
    width: 100%;
  }
}
/*typography*/
strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

h1 {
  font: 900 48px/1.2 "Roboto", sans-serif;
  margin-bottom: 10px;
}

h2 {
  font: 900 32px/1.2 "Roboto", sans-serif;
  margin: 0px;
}
h2 .logo {
  font-family: "Lato", sans-serif;
  margin: 0;
}

h3 {
  font: 900 24px/1.2 "Roboto", sans-serif;
  margin: 0px;
}

h4 {
  font: 900 20px/1.2 "Roboto", sans-serif;
  margin: 0px;
}

h5 {
  font: 500 18px/1.2 "Roboto", sans-serif;
  margin: 0px;
}

h6 {
  font: 500 16px/1.2 "Roboto", sans-serif;
  text-transform: uppercase;
}

.font-family-bold > * {
  font-weight: 900;
}

.font-family-medium > * {
  font-weight: 500;
}

.font-family-light > * {
  font-weight: 400;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  height: 66px;
  background: var(--backgroundColor);
  display: flex;
  align-items: center;
}
header.is-scrolling {
  box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
}

.header__nav--orvelay {
  position: fixed;
  z-index: 98;
  top: 0px;
}
.header__nav--orvelay::before, .header__nav--orvelay:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--neutralShade2);
  border-bottom-right-radius: 200%;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
}
.header__nav--orvelay::after {
  background: var(--backgroundColor);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header__nav--orvelay:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.header-wrapper {
  display: flex;
  width: 100%;
  z-index: 101;
  background: var(--backgroundColor);
  height: 100%;
}

.separator {
  height: 66px;
}

.header-lockup {
  display: flex;
  align-items: center;
  width: 30%;
}

.header-text {
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 0.6rem;
  font-size: 22.1px;
  text-rendering: optimizeLegibility;
  color: var(--foregroundColor2);
}

.header-nav {
  display: flex;
  flex: 1 auto;
  width: 70%;
  align-items: center;
}

.header-nav__navigation {
  display: flex;
  padding: 0 0 0 15px;
  margin-left: 0px;
  align-items: center;
  margin-right: 0.6rem;
  text-rendering: optimizeLegibility;
}
.header-nav__navigation a {
  padding: 12px;
  display: inline-block;
  outline: 0;
  font-size: 14px;
  font-weight: bold;
  outline: 0;
}
.header-nav__navigation a.active {
  border-bottom: 4px solid var(--primaryColor);
  color: var(--primaryColor);
}
.header-nav__navigation a.hover {
  color: red;
}

.header-nav__extras {
  flex: 1 auto;
  align-items: center;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}
.header-nav__extras a {
  margin: 10px;
}

.logo {
  display: flex;
  font: 35px/1 cursive;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  pointer-events: none;
}

a {
  text-decoration: none;
}

#hero {
  background: var(--backgroundColor);
}
#hero .hero-left__footer {
  background: var(--foregroundColor);
  color: var(--neutralShade0);
}
#hero .hero-right {
  color: var(--neutralShade0);
}
#hero .col {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}
#hero .col span {
  display: block;
  background-color: #fff;
  padding: 0 3px;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  border-radius: 3px;
}
#hero .code-block {
  background-color: #f7f7f9;
  margin-top: 10px;
  padding: 9px 14px;
  font-size: 14px;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
  color: var(--foregroundColor);
}
#hero .code-block span {
  display: block;
  margin-top: 10px;
}
#hero .code-block span.indent {
  padding-left: 10px;
}

.grid-cl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: centera;
  -ms-flex-align: center;
  align-items: center;
  padding: 7em 0;
}

.grid-cl__content {
  padding: 0 6vw;
  z-index: 1;
  width: 100%;
}

.decolinesx {
  max-width: 88vw;
  margin: 0 auto;
  width: 100%;
  position: absolute;
}

.decolinesx {
  display: grid;
  grid-template-columns: 1.6fr 1.8fr 2fr 2fr 0.8fr;
}

.decolin {
  border-left: 1px solid var(--neutralShade5);
  padding: 1em;
}

.one {
  grid-column: 1;
}

.two {
  grid-column: 2;
}

.three {
  grid-column: 3;
}

.four {
  grid-column: 4;
  border-right: 1px solid var(--neutralShade5);
}

.letter-effect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title {
  font-family: cursive;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.25vw;
  margin: 0;
  font-size: 10vw;
}

.bg-why {
  background-image: url("../img/fitness/4250573.jpg");
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgba(76, 77, 66, 0.68);
}

.title-why {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box-description {
  padding-top: 80px;
  padding-bottom: 60px;
}

.description-why {
  font-size: 20px;
  letter-spacing: normal;
  font-weight: bold;
  line-height: 1.4em;
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.title-plans {
  font-size: 65px;
  font-weight: bold;
}

.title-plan {
  margin-top: 140px;
}

.box-plans {
  padding-top: 50px;
  padding-bottom: 50px;
}

.media-plan {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.plan-block {
  width: 300px;
  margin: 0 auto;
}
.plan-block ul {
  margin-top: 35px;
  margin-bottom: 40px;
  margin-left: 15px;
}
.plan-block p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2rem;
}

@media (max-width: 599px) {
  .box-plans {
    padding-top: 30;
    padding-bottom: 0px;
  }
  .title-plan {
    margin-top: 80px;
  }
}
.box-about {
  margin-top: 100px;
  margin-bottom: 50px;
}

.description {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 1.6em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.profile {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 599px) {
  .profile {
    min-width: 300px;
    min-height: 300px;
    position: relative;
  }
}

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}