/*!
 * chota.css v0.9.2 | MIT License | https://github.com/jenil/chota
 */
 :root {
  --bg-color: #fff;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #333;
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 100%;
  --grid-gutter: 0;
  --font-size: 1.6rem;
  --font-color: #000;
  --font-family-sans: -apple-system, "BlinkMacSystemFont", "Avenir",
    "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover:not(.button) {
  opacity: 0.75;
}

button {
  font-family: inherit;
}

p {
  margin-top: 0;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}

td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}

thead {
  border-bottom: 2px solid var(--color-lightGrey);
}

tfoot {
  border-top: 2px solid var(--color-lightGrey);
}


.response-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  max-width: 100%;
}

fieldset {
  border: 1px solid var(--color-lightGrey);
}

iframe {
  border: 0;
}

.container {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 96%;
  padding: 0 calc(var(--grid-gutter) / 2);
}

.d-f,
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}

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

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/1)));
  flex: 0 0 calc((100% / (12/1)));
  max-width: calc((100% / (12/1)));
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/2)));
  flex: 0 0 calc((100% / (12/2)));
  max-width: calc((100% / (12/2)));
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/3)));
  flex: 0 0 calc((100% / (12/3)));
  max-width: calc((100% / (12/3)));
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/4)));
  flex: 0 0 calc((100% / (12/4)));
  max-width: calc((100% / (12/4)));
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/5)));
  flex: 0 0 calc((100% / (12/5)));
  max-width: calc((100% / (12/5)));
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/6)));
  flex: 0 0 calc((100% / (12/6)));
  max-width: calc((100% / (12/6)));
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/7)));
  flex: 0 0 calc((100% / (12/7)));
  max-width: calc((100% / (12/7)));
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/8)));
  flex: 0 0 calc((100% / (12/8)));
  max-width: calc((100% / (12/8)));
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/9)));
  flex: 0 0 calc((100% / (12/9)));
  max-width: calc((100% / (12/9)));
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/10)));
  flex: 0 0 calc((100% / (12/10)));
  max-width: calc((100% / (12/10)));
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / (12/11)));
  flex: 0 0 calc((100% / (12/11)));
  max-width: calc((100% / (12/11)));
}

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

@media screen and (max-width: 599px) {
  .container {
    width: 100%;
  }
 
}

@media screen and (min-width: 900px) {
  .col-1-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/1)));
    flex: 0 0 calc((100% / (12/1)));
    max-width: calc((100% / (12/1)));
  }

  .col-2-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/2)));
    flex: 0 0 calc((100% / (12/2)));
    max-width: calc((100% / (12/2)));
  }

  .col-3-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/3)));
    flex: 0 0 calc((100% / (12/3)));
    max-width: calc((100% / (12/3)));
  }

  .col-4-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/4)));
    flex: 0 0 calc((100% / (12/4)));
    max-width: calc((100% / (12/4)));
  }

  .col-5-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/5)));
    flex: 0 0 calc((100% / (12/5)));
    max-width: calc((100% / (12/5)));
  }

  .col-6-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/6)));
    flex: 0 0 calc((100% / (12/6)));
    max-width: calc((100% / (12/6)));
  }

  .col-7-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/7)));
    flex: 0 0 calc((100% / (12/7)));
    max-width: calc((100% / (12/7)));
  }

  .col-8-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/8)));
    flex: 0 0 calc((100% / (12/8)));
    max-width: calc((100% / (12/8)));
  }

  .col-9-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/9)));
    flex: 0 0 calc((100% / (12/9)));
    max-width: calc((100% / (12/9)));
  }

  .col-10-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/10)));
    flex: 0 0 calc((100% / (12/10)));
    max-width: calc((100% / (12/10)));
  }

  .col-11-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/11)));
    flex: 0 0 calc((100% / (12/11)));
    max-width: calc((100% / (12/11)));
  }

  .col-12-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/12)));
    flex: 0 0 calc((100% / (12/12)));
    max-width: calc((100% / (12/12)));
  }
}

@media screen and (min-width: 1200px) {
  .col-1-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/1)));
    flex: 0 0 calc((100% / (12/1)));
    max-width: calc((100% / (12/1)));
  }

  .col-2-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/2)));
    flex: 0 0 calc((100% / (12/2)));
    max-width: calc((100% / (12/2)));
  }

  .col-3-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/3)));
    flex: 0 0 calc((100% / (12/3)));
    max-width: calc((100% / (12/3)));
  }

  .col-4-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/4)));
    flex: 0 0 calc((100% / (12/4)));
    max-width: calc((100% / (12/4)));
  }

  .col-5-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/5)));
    flex: 0 0 calc((100% / (12/5)));
    max-width: calc((100% / (12/5)));
  }

  .col-6-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/6)));
    flex: 0 0 calc((100% / (12/6)));
    max-width: calc((100% / (12/6)));
  }

  .col-7-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/7)));
    flex: 0 0 calc((100% / (12/7)));
    max-width: calc((100% / (12/7)));
  }

  .col-8-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/8)));
    flex: 0 0 calc((100% / (12/8)));
    max-width: calc((100% / (12/8)));
  }

  .col-9-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/9)));
    flex: 0 0 calc((100% / (12/9)));
    max-width: calc((100% / (12/9)));
  }

  .col-10-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/10)));
    flex: 0 0 calc((100% / (12/10)));
    max-width: calc((100% / (12/10)));
  }

  .col-11-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/11)));
    flex: 0 0 calc((100% / (12/11)));
    max-width: calc((100% / (12/11)));
  }

  .col-12-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / (12/12)));
    flex: 0 0 calc((100% / (12/12)));
    max-width: calc((100% / (12/12)));
  }
}

fieldset {
  padding: 0.5rem 2rem;
}

legend {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}

input:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"]),
select,
textarea,
textarea[type="text"] {
  font-family: inherit;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border: 1px solid var(--color-lightGrey);
  font-size: 1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f3f3f6 no-repeat 100%;
  background-size: 1ex;
  background-origin: content-box;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}

.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  padding: 1rem 2.5rem;
  color: var(--color-darkGrey);
  background: var(--color-lightGrey);
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: var(--font-size);
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  cursor: pointer;
}

.button.primary,
.button.secondary,
.button.dark,
.button.error,
.button.success,
[type="submit"] {
  color: #fff;
  z-index: 1;
  /* hightlight from other button's border when grouped */
  background-color: #000;
  background-color: var(--color-primary);
}

.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  opacity: 0.8;
}

input:disabled,
input:disabled:hover,
button:disabled,
button:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
}


::-webkit-input-placeholder {
  color: #bdbfc4;
}

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

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

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

::placeholder {
  color: #bdbfc4;
}
 
.nav-center,
.nav-left,
.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.card {
  padding: 1rem 2rem;
  border-radius: 4px;
  background: var(--bg-color);
  -webkit-box-shadow: 0 1px 3px var(--color-grey);
  box-shadow: 0 1px 3px var(--color-grey);
}

.card p:last-child {
  margin: 0;
}

.card header>* {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs a {
  text-decoration: none;
}

.tabs>.dropdown>summary,
.tabs>a {
  padding: 1rem 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: var(--color-darkGrey);
  border-bottom: 2px solid var(--color-lightGrey);
  text-align: center;
}

.tabs>a[aria-current="page"],
.tabs>a.active,
.tabs>a:hover {
  opacity: 1;
  border-bottom: 2px solid var(--color-darkGrey);
}

.tabs>a[aria-current="page"],
.tabs>a.active {
  border-color: var(--color-primary);
}

.tabs.is-full a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

details.dropdown {
  position: relative;
  display: inline-block;
}

details.dropdown> :last-child {
  position: absolute;
  left: 0;
  white-space: nowrap;
}

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

/* Position & alignment */
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.is-full-screen {
  width: 100%;
  min-height: 100vh;
}

.is-full-width {
  width: 100% !important;
}

.is-full-height {
  height: 100% !important;
}

.is-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-horizontal-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.is-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

.is-paddingless {
  padding: 0 !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-pointer {
  cursor: pointer !important;
}

.is-rounded {
  border-radius: 100%;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.is-hidden {
  display: none !important;
}
nav.navigation {
  padding: 0;
}


@media screen and (max-width: 599px) {
  .hide-xs {
    display: none !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .hide-sm {
    display: none !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}

@media print {
  .hide-pr {
    display: none !important;
  }
}