@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Thin.woff2) format("woff2"),
    url(../fonts/CeraPro-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-BoldItalic.woff2) format("woff2"),
    url(../fonts/CeraPro-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Light.woff2) format("woff2"),
    url(../fonts/CeraPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-RegularItalic.woff2) format("woff2"),
    url(../fonts/CeraPro-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Bold.woff2) format("woff2"),
    url(../fonts/CeraPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Black.woff2) format("woff2"),
    url(../fonts/CeraPro-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-LightItalic.woff2) format("woff2"),
    url(../fonts/CeraPro-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-ThinItalic.woff2) format("woff2"),
    url(../fonts/CeraPro-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Medium.woff2) format("woff2"),
    url(../fonts/CeraPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Regular.woff2) format("woff2"),
    url(../fonts/CeraPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-MediumItalic.woff2) format("woff2"),
    url(../fonts/CeraPro-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-BlackItalic.woff2) format("woff2"),
    url(../fonts/CeraPro-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon/icomoon.eot);
  src: url(../fonts/icomoon/icomoon.eot?#iefix) format("embedded-opentype"),
    url(../fonts/icomoon/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon/icomoon.woff) format("woff"),
    url(../fonts/icomoon/icomoon.svg?#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
  content: "\e905";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-lightning:before {
  content: "\e902";
}

.icon-star:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
  color: #66b8ef;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 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: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: 0 0;
  color: #eebc13;
}

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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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;
  -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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

legend,
td,
th {
  padding: 0;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -ms-overflow-style: scrollbar;
  font-size: var(--rem-base);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: constant(safe-area-inset);
  padding: env(safe-area-inset);
}

::after,
::before,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.mt-11,
.my-11 {
  margin-top: 11rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 11rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 11rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 11rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.mt-12,
.my-12 {
  margin-top: 12rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 12rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 12rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 12rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.mt-13,
.my-13 {
  margin-top: 13rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 13rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 13rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 13rem !important;
}

.m-14 {
  margin: 14rem !important;
}

.mt-14,
.my-14 {
  margin-top: 14rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 14rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 14rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 14rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.mt-15,
.my-15 {
  margin-top: 15rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 15rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 15rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.mt-20,
.my-20 {
  margin-top: 20rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 20rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 20rem !important;
}

.m-25 {
  margin: 25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 25rem !important;
}

.m-30 {
  margin: 30rem !important;
}

.mt-30,
.my-30 {
  margin-top: 30rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 30rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 30rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7,
.py-7 {
  padding-top: 7rem !important;
}

.pr-7,
.px-7 {
  padding-right: 7rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}

.pl-7,
.px-7 {
  padding-left: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.pt-11,
.py-11 {
  padding-top: 11rem !important;
}

.pr-11,
.px-11 {
  padding-right: 11rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 11rem !important;
}

.pl-11,
.px-11 {
  padding-left: 11rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.pt-12,
.py-12 {
  padding-top: 12rem !important;
}

.pr-12,
.px-12 {
  padding-right: 12rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 12rem !important;
}

.pl-12,
.px-12 {
  padding-left: 12rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.pt-13,
.py-13 {
  padding-top: 13rem !important;
}

.pr-13,
.px-13 {
  padding-right: 13rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 13rem !important;
}

.pl-13,
.px-13 {
  padding-left: 13rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.pt-14,
.py-14 {
  padding-top: 14rem !important;
}

.pr-14,
.px-14 {
  padding-right: 14rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 14rem !important;
}

.pl-14,
.px-14 {
  padding-left: 14rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.pt-15,
.py-15 {
  padding-top: 15rem !important;
}

.pr-15,
.px-15 {
  padding-right: 15rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15rem !important;
}

.pl-15,
.px-15 {
  padding-left: 15rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.pt-20,
.py-20 {
  padding-top: 20rem !important;
}

.pr-20,
.px-20 {
  padding-right: 20rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20rem !important;
}

.pl-20,
.px-20 {
  padding-left: 20rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 25rem !important;
}

.p-30 {
  padding: 30rem !important;
}

.pt-30,
.py-30 {
  padding-top: 30rem !important;
}

.pr-30,
.px-30 {
  padding-right: 30rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30rem !important;
}

.pl-30,
.px-30 {
  padding-left: 30rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

.m-n3 {
  margin: -3rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}

.m-n5 {
  margin: -5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}

.m-n11 {
  margin: -11rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -11rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -11rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -11rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -11rem !important;
}

.m-n12 {
  margin: -12rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -12rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -12rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -12rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -12rem !important;
}

.m-n13 {
  margin: -13rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -13rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -13rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -13rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -13rem !important;
}

.m-n14 {
  margin: -14rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -14rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -14rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -14rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -14rem !important;
}

.m-n15 {
  margin: -15rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15rem !important;
}

.m-n20 {
  margin: -20rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20rem !important;
}

.m-n25 {
  margin: -25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -25rem !important;
}

.m-n30 {
  margin: -30rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.btn,
.forminator-button-submit {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: middle;
  border-style: solid;
  -webkit-transition: all var(--animation-duration)
    var(--animation-timing-function);
  -o-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
  font-weight: 700;
  letter-spacing: 1.63px;
  padding: var(--btn-y) var(--btn-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.1;
}

.btn:hover,
.forminator-button-submit:hover {
  color: #fff;
  background-color: #d25000;
  border-color: #d25000;
  text-decoration: none;
  opacity: 0.9;
}

.btn-white.forminator-button-submit,
.btn.btn-white {
  color: #181e22;
  background-color: #fff;
  border-color: #fff;
}

.btn,
.btn-dark.forminator-button-submit:hover,
.btn-white.forminator-button-submit:hover,
.btn.btn-dark:hover,
.btn.btn-white:hover,
.forminator-button-submit {
  color: #fff;
  background-color: #d25000;
  border-color: #d25000;
}

.btn-dark.forminator-button-submit,
.btn.btn-dark {
  color: #fff;
  background-color: #181e22;
  border-color: #181e22;
}

.btn-hover-dark.forminator-button-submit:hover,
.btn.btn-hover-dark:hover {
  background-color: #181e22;
  border-color: #181e22;
}

.btn-text-normal.forminator-button-submit,
.btn.btn-text-normal {
  text-transform: none;
  letter-spacing: 0.5px;
}

.btn .icon,
.forminator-button-submit .icon {
  padding: 0 5px;
  font-size: 12px;
}

.btn-lg,
.btn-sm {
  padding: var(--btn-lg-y) var(--btn-lg-x);
  font-size: var(--btn-lg-fz);
  border-radius: var(--btn-lg-r);
  border-width: var(--btn-lg-b);
  line-height: 1.2;
}

.btn-sm {
  text-transform: none;
  letter-spacing: 0;
  padding: var(--btn-sm-y) var(--btn-sm-x);
  font-size: var(--btn-sm-fz);
  border-radius: var(--btn-sm-r);
  border-width: var(--btn-sm-b);
}

.btn-link,
.btn-link:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link {
  color: #d25000;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all var(--animation-duration)
    var(--animation-timing-function);
  -o-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
  position: relative;
  padding-right: 20px;
}

.btn-link::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  bottom: 2px;
  right: 0;
  margin-top: 1px;
  font-size: 12px;
}

.btn-link:hover {
  opacity: 0.9;
  text-decoration: none;
}

.btn-back,
label {
  display: block;
  font-weight: 700;
}

.btn-back {
  font-size: 14px;
  margin-bottom: 10px;
}

.btn-back .icon {
  display: inline-block;
  padding-left: 5px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 12px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 15px;
}

.img-full img,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

#search_block p:after,
#search_block:after,
.commentlist .comment-author:after,
.entry:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
.search-form:after,
.widget:after {
  content: "";
  display: block;
  clear: both;
}

fieldset,
form {
  border: 0;
  display: block;
  padding: 0;
  margin: 0 0 var(--vertical-rhythm) 0;
  color: var(--color-secondary);
}

label {
  font-size: var(--label-fz);
  line-height: 1.2;
  color: var(--label-color);
  margin: 0 0 8px;
}

label a {
  text-decoration: underline;
}

label a:hover {
  text-decoration: none;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  max-width: 100%;
  width: 100%;
}

input[type="date"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: normal;
  color: var(--input-color);
  background-color: var(--input-bg-color);
  border-color: var(--input-border-color);
  border-style: solid;
  border-width: 1px;
  text-align: left;
  -webkit-appearance: none;
  outline: 0;
}

input[type="file"] {
  width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-width: 1px;
  border-style: solid;
  border-color: var(--input-focus-border-color);
}

input[type="date"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type="date"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input[type="date"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input[type="date"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

textarea {
  resize: none;
  vertical-align: top;
  width: 100%;
  height: 250px;
}

button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.2;
  color: #fff;
  background-color: #d25000;
  border-color: #d25000;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #d25000;
  border-color: #d25000;
  opacity: 0.9;
}

input[type="reset"] {
  margin-bottom: 13px;
}

iframe,
input[type="file"] {
  max-width: 100%;
}

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

.forminator-error-message {
  display: block;
  padding: 5px var(--input-x);
  font-size: var(--label-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: normal;
  background-color: var(--error-bg-color);
  margin-top: 5px;
}

.forminator-error,
.forminator-error-message,
.forminator-required {
  color: var(--error-color);
}

.forminator-description {
  font-size: var(--label-fz);
  color: var(--label-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.forminator-description span {
  margin-left: auto;
}

.forminator-response-message:not(:last-child) {
  margin-bottom: var(--vertical-rhythm);
}

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

.forminator-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(var(--form-col-gutter) * -1) var(--form-row-margin);
}

.forminator-row:last-child {
  margin-bottom: 0;
}

.forminator-col {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 var(--form-col-gutter);
}

.forminator-col.forminator-col-4 .forminator-row[data-multiple="true"] {
  display: block;
}

.forminator-col.forminator-col-4
  .forminator-row[data-multiple="true"]
  .forminator-col:not(:last-child) {
  margin-bottom: var(--form-row-margin);
}

.forminator-input {
  width: 100%;
  display: block;
  max-width: unset;
  min-width: unset;
}

.forminator-input-with-icon,
.forminator-input-with-suffix {
  position: relative;
}

.forminator-input-with-icon .forminator-icon-calendar {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 15px;
  line-height: 1;
  color: var(--input-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forminator-input-with-icon .forminator-icon-calendar:before,
.forminator-uploaded-file--delete .forminator-icon-close:before {
  display: inline-block;
  vertical-align: top;
}

.forminator-input-with-icon .forminator-datepicker {
  padding-left: 35px;
}

.forminator-input-with-suffix .forminator-input {
  padding-right: 60px;
}

.forminator-input-with-suffix .forminator-suffix {
  font-size: var(--label-fz);
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intl-tel-input.forminator-phone,
.jcf-checkbox.jcf-checked span,
.jcf-radio.jcf-checked span {
  display: block;
}

.forminator-checkbox,
.forminator-option,
.forminator-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.forminator-checkbox-inline,
.forminator-option-inline,
.forminator-radio-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.forminator-checkbox-inline:not(:last-child),
.forminator-option-inline:not(:last-child),
.forminator-radio-inline:not(:last-child) {
  margin-right: 1em;
}

.forminator-checkbox .jcf-checkbox,
.forminator-checkbox .jcf-radio,
.forminator-option .jcf-checkbox,
.forminator-option .jcf-radio,
.forminator-radio .jcf-checkbox,
.forminator-radio .jcf-radio {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.forminator-checkbox span,
.forminator-option span,
.forminator-radio span {
  pointer-events: all;
}

.forminator-multiselect {
  padding: 8px;
  border: 1px solid var(--input-border-color);
}

.forminator-multiselect .forminator-option {
  font-weight: 400;
  padding: var(--btn-y) calc(var(--input-x) - 8px);
  font-size: var(--btn-fz);
  border-width: var(--btn-b);
  line-height: normal;
  color: var(--input-color);
  background-color: var(--input-bg-color);
  border-color: var(--input-border-color);
  pointer-events: all;
  border-radius: var(--input-radius);
}

.forminator-multiselect .forminator-option:last-of-type {
  margin-bottom: 0;
}

.forminator-multiselect .forminator-option.jcf-label-active {
  color: #fff;
  background-color: var(--color-brand);
}

.forminator-multiselect .jcf-checkbox {
  display: none;
}

.forminator-signature {
  position: relative;
  font-size: var(--btn-fz);
  background-color: var(--input-bg-color);
  border: 1px solid var(--input-border-color);
  border-radius: var(--input-radius);
  padding: var(--btn-y) var(--input-x);
}

.forminator-signature .forminator-signature--container + div {
  position: absolute !important;
  top: 7px;
  right: 7px;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.forminator-signature .forminator-signature--container + div img {
  width: auto;
  height: auto;
}

.forminator-calendar {
  border: 1px solid var(--form-theme-color);
  border-radius: var(--input-radius);
  background-color: #fbfbfb;
  overflow: hidden;
}

.forminator-calendar .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  padding: 10px;
}

.forminator-calendar .ui-datepicker-next,
.forminator-calendar .ui-datepicker-prev {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  background-color: var(--form-theme-color);
  border-radius: var(--input-radius);
  cursor: pointer;
}

.forminator-calendar .ui-datepicker-next .ui-icon,
.forminator-calendar .ui-datepicker-prev .ui-icon {
  font-size: 0;
  line-height: 0;
}

.forminator-calendar .ui-datepicker-next .ui-icon:before,
.forminator-calendar .ui-datepicker-prev .ui-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 13px;
  background-size: 100% auto;
  margin: -6.5px 0 0 -3.5px;
}

.forminator-calendar .ui-datepicker-prev {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.forminator-calendar .ui-datepicker-prev .ui-icon:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3Mi40LDUwNS4yYzkuMS05LjEsOS4xLTIzLjgsMC0zMi45TDU2LjEsMjU2TDI3Mi40LDM5LjdjOS4xLTkuMSw5LjEtMjMuOCwwLTMyLjljLTkuMS05LjEtMjMuOC05LjEtMzIuOSwwCglMNi44LDIzOS41QzIuNCwyNDMuOSwwLDI0OS44LDAsMjU2YzAsNi4yLDIuNSwxMi4xLDYuOCwxNi41bDIzMi43LDIzMi43QzI0OC42LDUxNC4zLDI2My4zLDUxNC4zLDI3Mi40LDUwNS4yeiIvPgo8L3N2Zz4K);
}

.forminator-calendar .ui-datepicker-next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.forminator-calendar .ui-datepicker-next .ui-icon:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCw2LjhjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45TDIyMy4xLDI1Nkw2LjgsNDcyLjNjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45czIzLjgsOS4xLDMyLjksMGwyMzIuNy0yMzIuNwoJYzQuNC00LjQsNi44LTEwLjMsNi44LTE2LjVzLTIuNS0xMi4xLTYuOC0xNi41TDM5LjcsNi44QzMwLjYtMi4zLDE1LjktMi4zLDYuOCw2Ljh6Ii8+Cjwvc3ZnPgo=);
}

.forminator-calendar .ui-datepicker-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  margin: 0 -5px;
}

.forminator-calendar .ui-datepicker-month,
.forminator-calendar .ui-datepicker-year {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: var(--input-color);
  border: 1px solid var(--form-theme-color);
  border-radius: var(--input-radius);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: normal;
  height: 28px;
  padding: 0 5px;
  margin: 0 5px;
}

.forminator-calendar .ui-datepicker-calendar {
  font-size: 13px;
  margin-bottom: 0;
}

.forminator-calendar .ui-datepicker-calendar thead {
  background-color: #f8f8f8;
}

.forminator-calendar .ui-datepicker-calendar tbody {
  background-color: #fdfdfd;
}

.forminator-calendar .ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 15px;
}

.forminator-calendar .ui-datepicker-calendar tbody tr:last-child td {
  padding-bottom: 15px;
}

.forminator-calendar .ui-datepicker-calendar td,
.forminator-calendar .ui-datepicker-calendar th {
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 5px;
}

.forminator-calendar .ui-datepicker-calendar td:first-child,
.forminator-calendar .ui-datepicker-calendar th:first-child {
  padding-left: 10px;
}

.forminator-calendar .ui-datepicker-calendar td:last-child,
.forminator-calendar .ui-datepicker-calendar th:last-child {
  padding-right: 10px;
}

.forminator-calendar .ui-datepicker-calendar td {
  font-size: 1em;
}

.forminator-calendar .ui-datepicker-calendar th {
  font-size: 0.92em;
  color: #333;
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #777;
  padding: 2px;
  border-radius: var(--input-radius);
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-active {
  color: #fff;
  background-color: var(--form-theme-color);
  border-color: var(--form-theme-color);
}

.forminator-calendar
  .ui-datepicker-calendar
  .ui-state-default.ui-state-highlight {
  border-color: var(--form-theme-color);
  color: var(--form-theme-color);
}

.forminator-uploaded-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0;
  margin: -10px;
}

.forminator-uploaded-file {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  padding: 10px;
}

.forminator-uploaded-file--content {
  position: relative;
}

.forminator-uploaded-file--size,
.forminator-uploaded-file--title {
  word-break: break-all;
  margin-bottom: 0.5em;
}

.forminator-uploaded-file--size {
  font-size: var(--label-fz);
}

#content .row-col .post-content .entry-content p:last-child,
#content .row-post .post-content .entry-content p:last-child,
.forminator-uploaded-file--size:last-child,
.forminator-uploaded-file--title:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.forminator-uploaded-file--title {
  font-weight: 700;
  font-size: var(--label-fz);
}

.forminator-uploaded-file--size {
  font-size: calc(var(--label-fz) * 0.9);
}

.forminator-uploaded-file--delete {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 100%;
  overflow: hidden;
  background-color: transparent;
}

.forminator-uploaded-file--delete .forminator-icon-close {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.forminator-img-preview {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.jcf-checkbox,
.jcf-radio,
.jcf-select {
  display: inline-block;
  position: relative;
  border: 1px solid var(--input-border-color);
}

.jcf-checkbox {
  vertical-align: middle;
  overflow: hidden;
  cursor: default;
  background: var(--input-bg-color);
  margin: 0 0.5em 4px 0;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--checkbox-size);
  flex: 0 0 var(--checkbox-size);
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -5px;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jcf-checkbox.jcf-checked {
  border-color: var(--form-theme-color);
  background-color: var(--form-theme-color);
}

.jcf-radio,
.jcf-select {
  background: #fff;
}

.jcf-radio {
  vertical-align: middle;
  overflow: hidden;
  cursor: default;
  border-radius: 50%;
  margin: 0 0.5em 4px 0;
  height: var(--radio-size);
  width: var(--radio-size);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--radio-size);
  flex: 0 0 var(--radio-size);
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: var(--form-theme-color);
  border-radius: 100%;
}

.jcf-checkbox input[type="checkbox"],
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-select {
  vertical-align: top;
  min-width: 0;
  width: 100%;
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--input-radius);
  border-width: var(--btn-b);
  line-height: 1.2;
  padding-right: 24px;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  min-height: 1.2em;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 20px;
  bottom: 0;
  right: 10px;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 13px;
  height: 7px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyNzkuM3B4IiB2aWV3Qm94PSIwIDAgNTEyIDI3OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgMjc5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUwNS4yLDYuOGMtOS4xLTkuMS0yMy44LTkuMS0zMi45LDBMMjU2LDIyMy4xTDM5LjcsNi44Yy05LjEtOS4xLTIzLjgtOS4xLTMyLjksMGMtOS4xLDkuMS05LjEsMjMuOCwwLDMyLjlsMjMyLjcsMjMyLjcKCWM0LjQsNC40LDEwLjMsNi44LDE2LjUsNi44czEyLjEtMi41LDE2LjUtNi44TDUwNS4yLDM5LjdDNTE0LjMsMzAuNiw1MTQuMywxNS45LDUwNS4yLDYuOHoiLz4KPC9zdmc+Cg==);
  background-size: 100% auto;
  margin-top: -3.5px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid var(--input-border-color);
}

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

.jcf-list,
img {
  vertical-align: top;
}

.jcf-list {
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px var(--input-x);
  color: var(--input-color);
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
  background: #e6e6e6;
  color: #000;
}

body {
  color: var(--base-text-color);
  font: var(--font-size-base) / var(--line-height-base) "Cera Pro", "Arial",
    "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cera Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
}

.h a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
.header.header-white .login-bar a:hover,
a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--base-link-color);
}

.h1,
h1 {
  font-size: var(--h1);
  margin: 0 0 0.3em;
}

.h2,
h2 {
  font-size: var(--h2);
  margin: 0 0 0.4em;
}

.h3,
h3 {
  font-size: var(--h3);
  margin: 0 0 0.5em;
}

.h4,
h4 {
  font-size: var(--h4);
  margin: 0 0 0.6em;
}

.h5,
h5 {
  font-size: var(--h5);
  margin: 0 0 0.7em;
}

.h6,
h6 {
  font-size: var(--h6);
  margin: 0 0 0.8em;
}

ol,
p,
ul {
  margin-top: 0;
}

p {
  margin-bottom: 1.2em;
}

a {
  text-decoration: none;
  -webkit-transition: all var(--animation-duration)
    var(--animation-timing-function);
  -o-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
}

a:hover {
  color: var(--color-brand-dark);
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  padding-left: 0;
}

ol,
ol li,
ul,
ul li {
  list-style: none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
  --line-height-li: var(--line-height-base, 1.2);
  font-size: var(--font-size-base);
  margin: 0 0 1.5em 1.5em;
  color: var(--base-text-color);
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
  line-height: var(--line-height-li);
  padding-left: 20px;
  position: relative;
}

#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ol.list-style li + li,
ul.list-style li + li {
  margin-top: 10px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
  margin-bottom: 0;
  margin-top: 10px;
}

#sidebar ul:not([class]) > li,
.entry ul:not([class]) > li,
ul.list-style > li {
  padding-left: 25px;
}

#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(0.5em * var(--line-height-li));
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: currentColor;
  border-radius: 50%;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
  counter-reset: list;
}

#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
  padding-left: 22px;
}

#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.2em;
}

table th {
  text-align: left;
}

table td + td,
table th + th {
  text-align: center;
}

table td,
table th {
  font-size: var(--font-size-base);
  color: var(--base-text-color);
  padding: 10px 15px;
  border-bottom: 1px solid #979797;
}

pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

blockquote {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  background: 0 0;
}

blockquote,
dl {
  margin: 0 0 1.2em;
}

dl dt {
  float: left;
  clear: left;
  font-weight: 700;
  padding: 10px 5px;
}

dl dd {
  margin-left: 0;
  padding: 10px 0;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.grid._row {
  margin-left: calc(var(--grid-gutter) * -1);
  margin-right: calc(var(--grid-gutter) * -1);
}

.grid._no-gutter [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.grid._grid-lg._row {
  margin-left: -20px;
  margin-right: -20px;
}

.grid._grid-lg [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

.grid._grid-xlg._row {
  margin-left: -25px;
  margin-right: -25px;
}

.grid._grid-xlg [class*="col"] {
  padding: 25px;
}

.grid [class*="col"] {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-left: var(--grid-gutter);
  padding-right: var(--grid-gutter);
  padding-top: var(--grid-gutter);
  padding-bottom: var(--grid-gutter);
}

.grid .col-1,
.grid .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.grid .col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.grid .col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.grid .col-5,
.grid .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.grid .col-7,
.grid .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.grid .col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.grid .col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.grid .col-11,
.grid .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  max-height: 1000000px;
}

.resize-active {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
}

.container,
html #branda-cookie-notice .cookie-notice-container {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(1180px + var(--gutter) * 2);
}

.container._lg,
html #branda-cookie-notice ._lg.cookie-notice-container {
  max-width: calc(1280px + var(--gutter) * 2);
}

.container._md,
html #branda-cookie-notice ._md.cookie-notice-container {
  max-width: calc(1070px + var(--gutter) * 2);
}

.container._sm,
html #branda-cookie-notice ._sm.cookie-notice-container {
  max-width: calc(1000px + var(--gutter) * 2);
}

.container._xsm,
html #branda-cookie-notice ._xsm.cookie-notice-container {
  max-width: calc(840px + var(--gutter) * 2);
}

body,
html {
  height: 100%;
}

.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 82px;
}

.footer,
.header,
.main {
  min-width: 0;
}

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

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

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

.b-text-sm {
  font-size: 16px;
  line-height: 1.8;
}

.b-text-md {
  font-size: 18px;
}

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

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

.sub-line {
  width: 86px;
  height: 6px;
  display: block;
  background-color: var(--base-link-color);
  margin-bottom: 5px;
}

.color-white,
.header.header-white .nav li > ul a {
  color: #fff;
}

.text-red {
  color: var(--color-red);
}

.text-blue {
  color: var(--color-blue);
}

.text-green {
  color: var(--color-green);
}

.text-purple {
  color: var(--color-purple);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-red-dark {
  color: var(--color-red-dark);
}

.text-yellow-dark {
  color: var(--color-yellow-dark);
}

.text-blue-dark {
  color: var(--color-blue-dark);
}

.bg-secondary {
  background-color: var(--bg-secondary-color);
}

.bg-main {
  background-color: var(--bg-main-color);
}

.bg-light {
  background-color: var(--bg-light-color);
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
  -webkit-transition: all var(--animation-duration)
    var(--animation-timing-function);
  -o-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
}

a.bg-overlay:hover:before {
  opacity: 0.1;
}

.bg-white:before {
  background-color: #fff;
}

.bg-blue-dark,
.bg-blue-dark:before {
  background-color: var(--color-blue-dark);
}

.bg-yellow-dark,
.bg-yellow-dark:before {
  background-color: var(--color-yellow-dark);
}

.bg-red-dark,
.bg-red-dark:before {
  background-color: var(--color-red-dark);
}

.bg-yellow,
.bg-yellow:before {
  background-color: var(--color-yellow);
}

.bg-purple,
.bg-purple:before {
  background-color: var(--color-purple);
}

.bg-green,
.bg-green:before {
  background-color: var(--color-green);
}

.bg-blue,
.bg-blue:before {
  background-color: var(--color-blue);
}

.bg-red,
.bg-red:before {
  background-color: var(--color-red);
}

.bg-orange {
  background-color: var(--color-orange);
}

.block-decor {
  width: 248px;
  height: 355px;
  background-color: #ffede2;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: -1;
}

.block-decor._right {
  right: -24px;
  left: inherit;
}

.block-decor._red {
  background-color: var(--color-red);
  opacity: 0.19;
}

.block-decor._gray {
  background-color: #404c53;
}

.block-decor._bottom-right {
  top: inherit;
  left: inherit;
  bottom: -24px;
  right: -24px;
}

.col-entry {
  max-width: 840px;
  margin: 0 auto;
}

.col-entry .entry {
  padding-bottom: 5rem;
  max-width: 700px;
  margin: 0 auto;
}

.header-menu-wrapper {
  color: var(--base-text-color);
  position: relative;
  padding: 20px 0;
  z-index: 2;
  background-color: #181e22;
}

.header-menu-wrapper .container,
.header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 100;
}

.header .container,
.header html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header .cookie-notice-container {
  max-width: 1380px;
}

.header .logo {
  max-width: 140px;
  position: relative;
  z-index: 10;
}

.header .logo a {
  display: block;
}

.header.header-white .header-menu-wrapper {
  background: 0 0;
}

.header.header-white .login-bar a,
.header.header-white .nav a {
  color: #181e22;
}

.header.header-white .login-bar .btn,
.header.header-white .login-bar .forminator-button-submit {
  color: #fff !important;
}

.header.header-white .nav-opener span,
.header.header-white .nav-opener:after,
.header.header-white .nav-opener:before {
  background-color: #000;
}

.login-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
  font-size: 14px;
}

.login-bar > li {
  padding: 0 15px;
}

.login-bar a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-nav a:hover,
.list-articles li:hover a,
.login-bar a:hover {
  color: var(--base-link-color);
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-grid._row {
  margin: 0 -15px;
}

.footer-grid [class*="col"] {
  padding: 0 15px;
}

.footer-grid .col-md {
  width: 30%;
}

.footer-grid .col-sm {
  width: 20%;
}

.footer-holder {
  padding: 6rem 0;
}

.footer-nav {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.footer-nav li {
  padding: 8px 0;
}

.footer-nav a {
  color: var(--color-brand);
}

.footer-nav h3 {
  font-size: 15px;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 1px;
}

.footer-bottom {
  background-color: var(--bg-main-color);
  padding: 20px 0;
  font-size: 10px;
}

.footer-bottom .container,
.footer-bottom html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .footer-bottom .cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.79);
}

.footer-bottom a:hover,
.footer-bottom_nav a:hover {
  text-decoration: underline;
}

.b-subscribe,
.footer-bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom_nav {
  margin: 0 -15px;
}

.footer-bottom_nav li {
  padding: 5px 15px;
}

.b-subscribe {
  background-color: #f0f6fb;
  padding: 2.8rem 7.5rem 3rem;
  border-radius: 0 60px 0 60px;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 1.28;
}

.b-subscribe-col {
  width: 50%;
  padding: 15px;
}

.b-subscribe p {
  margin: 0;
}

.nav-opener {
  display: none;
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 10;
  background-color: transparent;
  outline: 0;
  border: 0;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1.5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener span {
  top: 50%;
}

.nav-opener:before {
  content: "";
  top: 15%;
}

.nav-opener:after {
  content: "";
  top: 85%;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-drop {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-active {
  overflow: hidden;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.nav-active .nav-opener:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 0 30px;
}

.nav li,
.nav ul {
  padding: 0;
  margin: 0;
}

.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.nav li {
  position: relative;
}

.nav li:after,
.nav li:before {
  display: none;
}

.nav a .sub-arrow,
.nav li > ul {
  position: absolute;
  display: none;
}

.nav li > ul {
  padding: 7px 0;
  background-color: #d25000;
  margin-top: 15px !important;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.nav a,
.nav li > ul a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
}

.nav li > ul a {
  color: #fff;
  padding: 7px 15px;
}

.nav li > ul .current-menu-item a,
.nav li > ul a:hover {
  background-color: #181e22;
}

.nav li > ul .sub-arrow {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent var(--base-text-color);
}

.nav li.nav-sm-reverse > ul:before {
  left: auto;
  right: 17px;
}

.nav a {
  position: relative;
  padding: 3px 15px;
}

.current-menu-item > a,
.nav a.highlighted,
.nav a:hover {
  color: var(--base-link-color) !important;
}

.nav a.has-submenu {
  padding-right: 25px;
}

.nav a .sub-arrow {
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin: 0;
  border-width: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid dashed dashed;
  border-color: var(--base-text-color) transparent transparent transparent;
}

.current-menu-item > a {
  opacity: 1;
}

.widget {
  margin-bottom: var(--vertical-rhythm);
}

.widget select {
  min-width: inherit;
  width: 100%;
}

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar td,
#wp-calendar th {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: 0 0;
}

.comment-form p {
  overflow: hidden;
  padding: 0 12px 24px;
  margin: 0;
}

.comment-form label {
  display: block;
  padding: 0 0 5px;
  font-weight: 700;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
  background: 0 0;
  border: 1px solid #e2e2e2;
  outline: 0;
}

.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus {
  border: 1px solid #2b2e38;
}

.comment-form textarea {
  width: 100%;
  margin: 0;
  height: 115px;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  background: #2b2e38;
  border: 1px solid #2b2e38;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 11px;
}

.comment-form input[type="submit"]:hover {
  background: 0 0;
  color: #2b2e38;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33.3%;
  float: left;
}

.post-password-form label {
  display: block;
}

#search_block,
.post-password-form,
.search-form {
  margin: 0 0 1.2em;
}

#search_block input,
.post-password-form input,
.search-form input {
  float: left;
}

#search_block input[type="password"],
#search_block input[type="search"],
#search_block input[type="text"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
.search-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="text"] {
  border-radius: 5px;
  margin: 0 4px 0 0;
  width: 144px;
  min-width: auto;
}

#search_block [type="submit"],
.post-password-form [type="submit"],
.search-form [type="submit"] {
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.2;
  color: #fff;
  background-color: #d25000;
  border-color: #d25000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}

#search_block [type="submit"]:hover,
.post-password-form [type="submit"]:hover,
.search-form [type="submit"]:hover {
  color: #fff;
  background-color: #d25000;
  border-color: #d25000;
  opacity: 0.9;
}

.search-form,
.search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commentlist {
  margin: 0 0 var(--vertical-rhythm);
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 var(--vertical-rhythm) 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

#respond,
.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: var(--vertical-rhythm);
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

#calendar_wrap table a {
  font-size: inherit;
}

.navigation,
.navigation-comments,
.pagination {
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--secondary-color);
  width: 100%;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation,
.navigation .page-numbers,
.navigation-comments,
.navigation-comments .page-numbers,
.pagination,
.pagination .page-numbers {
  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;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
  padding: 10px;
  color: #637b8c;
  border-radius: 3px;
  margin: 0 8px;
  font-size: 18px;
  background-color: #fff;
}

#sidebar .widget ul li .date:hover,
#sidebar .widget ul li .url:hover,
.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .next a:active,
.navigation .next a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation .prev a:active,
.navigation .prev a:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .next a:active,
.navigation-comments .next a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .prev a:active,
.navigation-comments .prev a:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .next a:active,
.pagination .next a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .prev a:active,
.pagination .prev a:hover {
  color: var(--color-brand-dark);
}

.navigation .page-numbers span,
.navigation-comments .page-numbers span,
.pagination .page-numbers span {
  line-height: 0.9;
  height: 16px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
  font-weight: 500;
}

#content .row-col .post-img a,
#content .row-post .post-img a,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.pagination .next,
.pagination .prev {
  display: block;
}

.navigation .al.disabled,
.navigation .ar.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
  pointer-events: none;
}

.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a {
  color: var(--color-brand);
}

.navigation .al a span,
.navigation .ar a span,
.navigation .next a span,
.navigation .prev a span,
.navigation-comments .al a span,
.navigation-comments .ar a span,
.navigation-comments .next a span,
.navigation-comments .prev a span,
.pagination .al a span,
.pagination .ar a span,
.pagination .next a span,
.pagination .prev a span {
  line-height: 1.4;
}

.navigation-single {
  margin-bottom: var(--vertical-rhythm);
}

.navigation-single .next,
.navigation-single .prev {
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.navigation-single .prev {
  float: left;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  max-width: 100%;
  text-align: center;
}

.wp-caption,
.wp-caption.alignnone,
code,
pre {
  margin: 0 0 1.2em;
}

.wp-caption img {
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px;
  border-radius: 8px;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
  margin: 0 auto 20px;
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
}

img.no-margin {
  margin: 0;
}

.aligncenter {
  margin: 5px auto 20px;
}

img.alignleft,
img.alignright {
  border-radius: 8px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

img.wp-smiley {
  padding: 0;
  border: 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignnone,
.posts-list .entry p,
.title h1,
a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: var(--vertical-rhythm);
}

.wp-caption .wp-caption-text {
  padding: 0;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.24;
  margin: 0 0 12px;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
  height: auto;
}

.al,
.ar {
  max-width: 50%;
}

.al,
.navigation .next {
  float: left;
  padding-right: 10px;
}

.al a,
.ar a,
.navigation .next a,
.navigation .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.al a span,
.navigation .next a span {
  margin-right: 5px;
}

.ar,
.navigation .prev {
  float: right;
  padding-left: 10px;
}

.ar a,
.navigation .prev a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.ar a span,
.navigation .prev a span {
  margin-left: 5px;
}

.posts-list .post {
  margin: 0 0 60px;
}

.title,
blockquote cite {
  text-transform: uppercase;
}

.title {
  margin-bottom: 1.2em;
}

.post .postmetadata,
.post .title {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px;
}

.center {
  text-align: center;
}

#sidebar .widget ul li:before,
.hidden,
blockquote p + p:after,
blockquote p + p:before,
blockquote q + p:after,
blockquote q + p:before,
code br {
  display: none;
}

code,
pre {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 15px 20px;
  display: block;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

code {
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

abbr,
acronym,
span.caps {
  cursor: help;
}

abbr,
acronym {
  border-bottom: 1px dashed #dfcfba;
}

blockquote cite {
  display: block;
  font-size: 10px;
  opacity: 0.43;
  letter-spacing: 1.3px;
  padding-top: 20px;
  font-style: normal;
}

blockquote p:before,
q:before {
  content: open-quote;
}

blockquote p:after,
q:after {
  content: close-quote;
}

sub,
sup {
  position: relative;
  top: -5px;
}

sub {
  top: 5px;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

.comments {
  clear: both;
}

#respond {
  margin: 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: 400;
}

#comments,
#reply-title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 28px;
  color: var(--secondary-color);
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.5em;
}

.commentlist .comment {
  padding: 1.2em 0 0 2em;
}

.commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author,
.main-heading h2 {
  margin-bottom: 0.5em;
}

.commentlist .comment-author b {
  font-size: 19px;
  line-height: 1.5;
  color: var(--secondary-color);
}

.commentlist .comment-content {
  font-family: inherit;
  line-height: 1.4;
  color: var(--base-text-color);
  padding-left: 67px;
  margin-top: -26px;
}

.commentlist .comment-metadata {
  margin-bottom: 2em;
  margin-top: -30px;
  padding-left: 67px;
  text-decoration: underline;
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body,
.commentlist #respond {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--secondary-color);
  padding-left: 67px;
  margin-top: -5px;
}

.comment-body .reply a {
  color: inherit;
}

.comment-body .reply a:hover {
  opacity: 0.7;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.breadcrumb {
  padding-bottom: 20px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #d93c3c;
}

html div.wpcf7-response-output {
  border: 2px solid #398f14;
  padding: 5px 15px;
  margin: 5px 0;
}

html div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: red;
}

.error input:not([type="submit"]) {
  border-color: red !important;
}

.widget .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-item img {
  -webkit-transition: -webkit-filter var(--animation-duration) ease-in;
  -o-transition: filter var(--animation-duration) ease-in;
  transition: filter var(--animation-duration) ease-in;
  transition: filter var(--animation-duration) ease-in,
    -webkit-filter var(--animation-duration) ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.comment-form .comment-form-cookies-consent {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  width: auto;
  margin: 4px 10px 0 0;
}

#content {
  padding: 40px 0 20px;
  overflow: hidden;
}

#content .content-holder {
  margin: 0 267px 0 0;
  padding: 0 40px 0 0;
}

#content .row-col,
#content .row-post,
.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .row-post {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

#content .row-post .post {
  width: 50%;
  margin: 0 0 55px;
  padding: 0 20px;
}

#content .row-post .post-img {
  margin-bottom: 14px;
  overflow: hidden;
}

#content .row-col .post-img a:hover img,
#content .row-post .post-img a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#content .row-col .post-img img,
#content .row-post .post-img img {
  width: 100%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#content .row-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content .row-col .post {
  margin: 0 0 40px;
  width: 100%;
}

#content .row-col .post-img {
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 20px;
  max-width: 376px;
  float: left;
}

#content .entry-content strong {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  color: var(--secondary-color);
  margin-bottom: 16px;
  display: inline-block;
}

#content .entry-category {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

#content .entry-title h1,
#content .entry-title h3 {
  margin-bottom: 3px;
}

#content .meta {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

#content strong {
  display: inline-block;
}

#sidebar {
  float: right;
  background: #f9f9f9;
  width: 267px;
  margin: 40px 0 0 40px;
  padding: 27px 25px;
}

#sidebar .widget {
  margin-bottom: 45px;
}

#sidebar .widget:last-child,
#sidebar .widget:last-child ul,
.column-topic .col-topic:last-child {
  margin-bottom: 0;
}

#sidebar .widget h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 21px;
}

#sidebar .widget ul li {
  font-size: 18px;
  line-height: 26px;
  padding-left: 0;
}

#sidebar .widget ul li a {
  color: #2b2e38;
}

#sidebar .widget ul li a:hover {
  color: #4c5263;
}

#sidebar .widget ul li .date {
  font-family: inherit;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  color: #637b8c;
}

#sidebar .widget ul li .url {
  color: #637b8c;
}

#sidebar .widget_recent_posts ul li a,
.box-tools_img a {
  display: block;
}

#sidebar .widget h3,
#sidebar .widget_recent_comments ul li {
  font-size: 16px;
  line-height: 23px;
}

#sidebar .widget_search input[type="search"] {
  width: 110px;
}

.block {
  width: 100%;
  background: #f9f9f9;
  float: left;
  padding: 0 20px;
}

.block form {
  margin: 0 -12px;
}

.block #respond {
  width: 100%;
  margin: 0;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 1em 2em;
  text-align: left;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.content-area {
  padding-top: 20px;
}

.form-allowed-tags code {
  white-space: pre-line;
}

.hentry > img {
  margin-bottom: 16px;
}

.page-site-header {
  margin-top: 40px;
  position: relative;
}

.page-site-header:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}

.page-site-header img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.entry {
  width: 100%;
  line-height: 1.89;
}

html
  #branda-cookie-notice
  .cookie-notice-container
  .branda-cn-container
  .branda-cn-column:first-child {
  padding-left: 5px;
}

html
  #branda-cookie-notice
  .cookie-notice-container
  .branda-cn-container
  .branda-cn-column:last-child {
  padding-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

hr {
  border-top: 1px solid #d8d8d8;
  border-bottom: 0;
}

.wp-img {
  margin-bottom: -80px !important;
}

.wp-img.alignleft {
  margin: 0 0 0 -100px;
}

.wp-img.alignright {
  margin: 0 -100px 0 0;
}

.section-intro .container,
.section-intro html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .section-intro .cookie-notice-container {
  max-width: 1080px;
}

.row-info {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 8rem;
}

.arrow-mark {
  position: absolute;
  bottom: 30px;
  left: -15px;
}

.column-topic,
.logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
  opacity: 0.2;
}

.logos-list > li {
  padding: 0 10px;
}

.logos-list img {
  height: 24px;
}

.column-topic {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -70px;
  font-size: 16px;
  line-height: 1.778em;
}

.column-topic .col-topic {
  width: 50%;
  padding: 0 70px;
}

.column-topic .col-topic._lg {
  width: 55%;
}

.column-topic .col-topic._sm {
  width: 45%;
}

.column-topic.column-topic-md {
  margin: 0 -50px;
}

.column-topic.column-topic-md .col-topic {
  padding: 0 50px;
}

.featured {
  text-align: center;
  padding-bottom: 6rem;
  font-size: 16px;
  font-weight: 500;
}

.featured img {
  opacity: 0.8;
}

.section-intro-product {
  margin: 0 0 170px;
  position: relative;
}

.section-intro-product .container,
.section-intro-product html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .section-intro-product .cookie-notice-container {
  position: relative;
  z-index: 1;
}

.section-intro-product .img-decor {
  text-align: center;
  padding: 5rem 0 0;
  margin-bottom: -300px;
}

.section-intro-product .column-decor-left {
  left: -15%;
  bottom: -30%;
}

.section-intro-product .column-decor-right {
  right: -8%;
  bottom: -9%;
}

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

.column-decor-left {
  position: absolute;
}

.column-decor-right {
  position: absolute;
  z-index: 1;
}

.testimonials-content {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 6rem 0;
}

.testimonials-content hr {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testimonials-content_author {
  font-size: 16px;
  padding-top: 3rem;
}

.testimonials-content_author img {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 8px;
}

.testimonials-content p {
  margin-bottom: 0;
}

.section-intro-b-product {
  margin-bottom: -6rem;
  position: relative;
}

.section-intro-b-product .img-decor {
  margin-top: -260px;
  margin-bottom: 5rem;
}

.section-intro-b-product .column-decor-left {
  left: -20%;
  top: 20px;
}

.section-intro-b-product .column-decor-right {
  right: -20%;
  top: -10%;
}

.block-price {
  text-align: center;
  font-size: 16px;
}

.block-price_top {
  margin-bottom: 5rem;
  font-size: 18px;
  font-weight: 500;
}

.block-price_top p,
.heading-articles p {
  opacity: 0.8;
}

.block-price .h1 {
  font-size: 3.9rem;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.block-price .h1 mark {
  color: inherit;
  position: relative;
}

.block-price .h1 mark:before {
  content: "";
  background: url(../img/top-decor.svg) no-repeat;
  width: 176px;
  height: 59px;
  position: absolute;
  left: -28px;
  bottom: -36px;
}

.block-price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 auto 2.5rem;
  max-width: 920px;
}

.block-price_list > li {
  width: 50%;
  padding: 10px 35px;
  position: relative;
}

.block-price_list > li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url(../img/ico-check.svg) no-repeat;
}

.block-price .testimonials-content {
  max-width: 570px;
  margin: 0 auto;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.block-price .testimonials-content_author {
  font-size: 13px;
  padding-top: 1em;
}

.block-price .testimonials-content_author p {
  font-weight: 400;
}

.block-price .btn-block {
  padding: 4.5rem 0 0;
}

.btn-now {
  min-width: 320px;
}

.about-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -15px;
  padding: 0 30px;
}

.about-column .about-col {
  width: 50%;
  padding: 0 15px;
}

.about-column .personal-info._right {
  right: -60px;
}

.about-column.about-column-one {
  padding: 0;
}

.about-column.about-column-one .about-personal {
  max-width: 480px;
}

.about-column.about-column-one .personal-info_block {
  -webkit-box-shadow: 0 5px 52px rgba(22, 26, 29, 0.5);
  box-shadow: 0 5px 52px rgba(22, 26, 29, 0.5);
}

.about-personal {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 9rem;
  max-width: 600px;
}

.about-personal h3 {
  font-size: 27px;
  margin-bottom: 1em;
}

.about-personal h5 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.main-heading {
  max-width: 900px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}

.heading-articles h2 {
  margin: 0;
}

.heading-articles .btn,
.heading-articles .forminator-button-submit {
  min-width: 250px;
}

.date {
  opacity: 0.7;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.top-heading {
  margin-bottom: 4rem;
}

.top-heading-sub {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--base-link-color);
}

.main-title {
  font-size: 11.9rem;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 9rem;
}

.sub-ttl {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  opacity: 0.44;
  display: block;
}

.sub-md,
.sub-sm {
  display: block;
  font-weight: 700;
  color: var(--base-link-color);
  margin-bottom: 17px;
  font-size: 16px;
}

.sub-sm {
  font-size: 10px;
  margin-bottom: 10px;
}

.head {
  position: relative;
}

.title-slogan {
  font-size: 8.5rem;
  line-height: 1.1;
  font-weight: 900;
}

.h1-lg {
  font-size: 6rem;
}

.txt {
  opacity: 0.79;
}

.txt-sub {
  color: #556773;
}

.txt-decor {
  position: absolute;
  right: 68px;
  bottom: -34px;
}

.main-label {
  border-radius: 6px;
  background-color: #ebf3fb;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 18px;
}

.main-label span {
  color: #d25000;
}

.main-label.main-label-dark {
  background-color: #080b0d;
  color: #d0d0d0;
}

.box-tools {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 15px 13px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.78;
  height: 100%;
}

.box-tools_img {
  background-color: #f2f6fa;
  border-radius: 8px;
  padding: 15px;
  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;
  min-height: 163px;
  overflow: hidden;
  position: relative;
}

.box-tools_label {
  font-size: 9px;
  border-radius: 9px;
  background-color: #181e22;
  color: #fff;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding: 1px 6px;
}

.box-tools_holder {
  position: absolute;
  bottom: 9px;
  left: 9px;
  right: 9px;
  z-index: 2;
}

.box-tools_content {
  padding: 20px 17px;
}

.box-tools_txt {
  margin-bottom: 10px;
  min-height: 15px;
}

.box-illustration p,
.box-tools_txt p {
  margin-bottom: 0;
}

.box-tools_title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.box-tools._articles .box-tools_img {
  padding: 0;
  min-height: 185px;
}

.box-tools._articles .box-tools_img img,
.testimonials-content_author img {
  -o-object-fit: cover;
  object-fit: cover;
}

.box-tools._articles .box-tools_content {
  padding: 15px 10px 0;
}

.box-tools._sm .box-tools_img {
  padding: 0;
  min-height: 170px;
}

.box-tools._sm .box-tools_content {
  padding: 15px 0 0;
}

.box-tools._sm .box-tools_title {
  font-size: 16px;
}

.box-topic {
  background-color: #fff;
  -webkit-box-shadow: 5px 34px 46px rgba(142, 161, 193, 0.19);
  box-shadow: 5px 34px 46px rgba(142, 161, 193, 0.19);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.box-topic-top {
  min-height: 84px;
  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;
  padding: 15px;
}

.box-topic-top_red {
  background-color: rgba(255, 72, 85, 0.12);
}

.box-topic-top_blue {
  background-color: rgba(48, 154, 255, 0.12);
}

.box-topic-top_lime {
  background-color: rgba(129, 173, 48, 0.12);
}

.box-topic-top_purple {
  background-color: rgba(91, 69, 255, 0.12);
}

.box-topic-top_d-blue {
  background-color: rgba(14, 83, 217, 0.12);
}

.box-topic-top_orange {
  background-color: rgba(255, 135, 47, 0.12);
}

.box-topic-top_pink {
  background-color: rgba(228, 43, 137, 0.12);
}

.box-topic-top_yellow {
  background-color: rgba(245, 180, 0, 0.12);
}

.box-topic-content {
  padding: 14px 26px;
}

.box-topic h6 {
  font-weight: 500;
  line-height: 1.556em;
}

.box-articles {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  background-color: #fff;
  padding: 25px 25px 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.667em;
}

.box-articles_ttl {
  font-size: 21px;
  margin-bottom: 20px;
}

.box-articles .txt {
  opacity: 1;
  color: #45515a;
}

.box-articles_info {
  padding: 15px 20px 0 0;
}

.box-articles_img {
  width: 254px;
  height: 170px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.box-articles_img img,
.box-stories:before,
.box-tools._articles .box-tools_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-articles_img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.latest-articles_items {
  margin-bottom: 4.5rem;
}

.box-illustration {
  background-color: #fff;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  height: 100%;
}

.box-illustration_img {
  min-height: 120px;
}

.box-stories {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background: 0 0;
}

.box-stories.bg-white {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.box-stories:before {
  content: "";
  z-index: -1;
  opacity: 0.08;
}

.box-stories_img {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
  position: relative;
}

.box-stories_img img {
  border-radius: 50%;
}

.box-stories_content {
  padding-bottom: 10px;
}

.box-stories_name {
  margin-bottom: 20px;
}

.box-stories_name .name,
.box-stories_name .sub-name {
  display: block;
}

.box-stories_name .name {
  font-weight: 700;
}

.box-stories_name .sub-name {
  opacity: 0.7;
  font-size: 13px;
  font-style: normal;
}

.box-stories .rating-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-stories .circle-quote {
  position: absolute;
  bottom: 0;
  right: 0;
}

.circle-quote,
.grid-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.circle-quote {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.grid-stories {
  margin: 0 -25px;
}

.grid-stories .grid-col {
  padding: 0 25px 50px;
  display: inline-block;
}

.box-product {
  background-color: #fff;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  padding: 35px 40px;
  font-size: 16px;
}

.box-product_img,
.box-product_top {
  margin-bottom: 20px;
}

.box-product_top p {
  margin-bottom: 0;
  opacity: 0.6;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

.box-product_top strong {
  font-weight: 900;
}

.box-product_content {
  padding-bottom: 15px;
}

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

.box-product_bottom .btn,
.box-product_bottom .forminator-button-submit {
  margin-right: 10px;
}

.box-product_title {
  font-size: 20px;
}

.box-product ul > li {
  padding: 10px 0 10px 30px;
}

.box-podcast {
  -webkit-box-shadow: var(--box-shadow-sm);
  box-shadow: var(--box-shadow-sm);
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.box-podcast-img {
  width: 200px;
  height: 172px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.box-podcast-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-podcast-content {
  padding: 0 30px;
}

.box-podcast_ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.list-personal {
  margin: 0 0 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}

.list-personal li:nth-child(even) {
  padding-top: 7.5rem;
}

.list-personal_img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.list-personal_img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -30px;
}

.block-info .block-signature {
  max-width: 360px;
}

.block-info h2 {
  margin-bottom: 4rem;
  line-height: 1.2;
}

.block-info_col {
  width: 50%;
  padding: 0 30px;
}

.block-info_img {
  position: relative;
  max-width: 521px;
}

.block-info_img img {
  width: 100%;
}

.block-info_txt {
  max-width: 360px;
  font-size: 16px;
}

.block-info a {
  text-decoration: underline;
}

.btn-holder,
.list-avatar {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-avatar li {
  margin-left: -10px;
}

.list-avatar img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.btn-holder {
  margin: 0 -20px;
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}

.btn-holder .c-holder {
  padding: 0 20px;
}

.list-articles {
  margin-bottom: 0;
  padding-left: 24px;
}

.list-articles li {
  margin-bottom: 14px;
}

.list-articles li:hover::marker {
  color: var(--base-link-color);
}

.list-articles a {
  color: var(--base-text-color);
}

.list-articles a:hover {
  color: var(--base-link-color);
}

.list-articles_title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.list-articles_meta {
  color: var(--base-text-color);
  opacity: 0.5;
  font-size: 12px;
  display: block;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.block-advices,
.list-check > li {
  position: relative;
}

.block-signature {
  background-color: var(--bg-main-color);
  padding: 20px 30px 30px;
  border-radius: 0 0 0 30px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 13px;
  line-height: 1.8;
  max-width: 345px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.block-signature._absolute {
  position: absolute;
  bottom: -55px;
  right: -45px;
}

.block-signature._absolute._add {
  bottom: -115px;
}

.block-signature._absolute._left {
  right: inherit;
  left: -65px;
}

.block-signature._absolute.absolute_lg._left {
  right: inherit;
  left: -100px;
  bottom: -110px;
}

.block-signature_title {
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block-signature-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-signature_name {
  width: 100%;
  font-weight: 700;
  margin-bottom: 7px;
}

.block-signature_sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.79);
}

.list-check {
  padding-left: 10px;
}

.list-check > li {
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

.list-check > li:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: 1px;
  font-size: 10px;
  color: #eebc13;
}

.list-check a {
  color: #fff;
  text-decoration: underline;
}

.list-check a:hover {
  text-decoration: none;
}

.list-check._red > li:before {
  color: var(--color-red);
}

.list-c li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.list-c li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
}

.list-c.list-yes li:before {
  width: 17px;
  height: 13px;
  background: url(../img/ico-check.svg) no-repeat;
}

.list-c.list-no li:before {
  width: 12px;
  height: 12px;
  background: url(../img/ico-cross.svg) no-repeat;
}

.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eebc13;
  margin-bottom: 5px;
}

.rating-list > li {
  padding-right: 1px;
}

.block-podcast,
.block-podcast:after {
  background-color: var(--bg-main-color);
}

.block-podcast {
  border-radius: 20px;
  padding: 30px 100px 80px 157px;
  position: relative;
  color: #fff;
}

.block-podcast:after {
  content: "";
  position: absolute;
  bottom: 70px;
  right: -2px;
  border-radius: 0 20px 20px;
  height: 39px;
  width: 64%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.block-podcast:before {
  content: "";
  position: absolute;
  bottom: -62px;
  left: 12px;
  background-color: #fff;
  height: 118px;
  width: 100%;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.block-podcast_txt {
  padding: 5rem 0 3rem;
}

.img-podcast {
  max-width: 428px;
  position: relative;
  z-index: 1;
  margin: -50px 0 -50px auto;
}

.img-podcast img {
  width: 100%;
}

.img-podcast .block-decor {
  width: 201px;
  height: 262px;
}

.bg-strip {
  position: absolute;
  bottom: 30px;
  left: -170px;
}

.hosted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 10px 0;
}

.hosted_img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
}

.hosted_img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hosted_content {
  padding-left: 10px;
}

.hosted span {
  opacity: 0.7;
}

.hosted p {
  margin: 0;
}

.block-message {
  border-radius: 25px;
  background-color: #fdf6e0;
  padding: 33px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.block-message_holder {
  max-width: 800px;
  margin: 0 auto;
}

.block-message p {
  margin: 0 0 15px;
}

.block-module {
  padding: 5.5rem 6rem 5rem;
  background-color: #fff;
  border-radius: 24px;
}

.block-module-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 6rem;
}

.block-module-row:last-child {
  padding-bottom: 0;
}

.block-module_l {
  width: 30%;
  font-size: 14px;
  padding-right: 80px;
}

.block-module_r {
  width: 70%;
}

.list-module {
  margin: 0 -14px -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-module > li {
  width: 33.33%;
  padding: 0 14px;
  margin-bottom: 25px;
}

.list-module_img {
  margin-bottom: 7px;
}

.list-module_img a {
  display: block;
}

.list-module_img img {
  border-radius: 2px;
  width: 100%;
}

.list-module_ttl {
  font-size: 12px;
  font-weight: 500;
}

.block-resources {
  font-size: 14px;
}

.block-resources_img {
  margin-bottom: 15px;
}

.block-resources_img img {
  width: 100%;
}

.block-resources h6 {
  margin-bottom: 10px;
}

.personal-info {
  max-width: 575px;
  position: relative;
}

.personal-info_block {
  background-color: var(--bg-main-color);
  padding: 20px 35px 35px;
  width: 360px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 13px;
  line-height: 1.85;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  margin: -135px 0 0 195px;
  position: relative;
  z-index: 1;
}

.personal-info_sub {
  display: block;
  margin-bottom: 7px;
  color: var(--base-link-color);
  font-weight: 700;
}

.personal-info_img {
  position: relative;
  width: 281px;
  height: 300px;
}

.personal-info_img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.personal-info h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.personal-info .block-decor {
  width: 248px;
  height: 300px;
}

.personal-info._right .personal-info_block {
  margin: -46% 0 0;
}

.personal-info._right .personal-info_img {
  margin: 0 0 0 auto;
}

.page-pagination,
.page-pagination .page-number {
  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;
}

.page-pagination {
  padding: 30px 0 0;
}

.page-pagination .page-number {
  width: 39px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 8px;
  color: rgba(24, 30, 34, 0.5);
  font-size: 18px;
}

.page-pagination .page-number.current {
  color: #181e22;
}

.page-pagination a.page-number:hover {
  background-color: var(--base-link-color);
  color: #fff;
}

.page-pagination .page-next,
.page-pagination .page-prev {
  width: 34px;
  height: 44px;
  display: block;
}

.page-pagination .page-prev {
  background: url(../img/arrow-prev.svg) no-repeat;
}

.page-pagination .page-next {
  background: url(../img/arrow-next.svg) no-repeat;
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

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

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 1rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 1rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 1rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 1rem !important;
  }

  .m-xs-2 {
    margin: 2rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 2rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 2rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 2rem !important;
  }

  .m-xs-3 {
    margin: 3rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 3rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 3rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 3rem !important;
  }

  .m-xs-4 {
    margin: 4rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 4rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 4rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 4rem !important;
  }

  .m-xs-5 {
    margin: 5rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 5rem !important;
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 5rem !important;
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 5rem !important;
  }

  .m-xs-6 {
    margin: 6rem !important;
  }

  .mt-xs-6,
  .my-xs-6 {
    margin-top: 6rem !important;
  }

  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 6rem !important;
  }

  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 6rem !important;
  }

  .m-xs-7 {
    margin: 7rem !important;
  }

  .mt-xs-7,
  .my-xs-7 {
    margin-top: 7rem !important;
  }

  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 7rem !important;
  }

  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 7rem !important;
  }

  .m-xs-8 {
    margin: 8rem !important;
  }

  .mt-xs-8,
  .my-xs-8 {
    margin-top: 8rem !important;
  }

  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 8rem !important;
  }

  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 8rem !important;
  }

  .m-xs-9 {
    margin: 9rem !important;
  }

  .mt-xs-9,
  .my-xs-9 {
    margin-top: 9rem !important;
  }

  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 9rem !important;
  }

  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 9rem !important;
  }

  .m-xs-10 {
    margin: 10rem !important;
  }

  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10rem !important;
  }

  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 10rem !important;
  }

  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 10rem !important;
  }

  .m-xs-11 {
    margin: 11rem !important;
  }

  .mt-xs-11,
  .my-xs-11 {
    margin-top: 11rem !important;
  }

  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 11rem !important;
  }

  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 11rem !important;
  }

  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 11rem !important;
  }

  .m-xs-12 {
    margin: 12rem !important;
  }

  .mt-xs-12,
  .my-xs-12 {
    margin-top: 12rem !important;
  }

  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 12rem !important;
  }

  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 12rem !important;
  }

  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 12rem !important;
  }

  .m-xs-13 {
    margin: 13rem !important;
  }

  .mt-xs-13,
  .my-xs-13 {
    margin-top: 13rem !important;
  }

  .mr-xs-13,
  .mx-xs-13 {
    margin-right: 13rem !important;
  }

  .mb-xs-13,
  .my-xs-13 {
    margin-bottom: 13rem !important;
  }

  .ml-xs-13,
  .mx-xs-13 {
    margin-left: 13rem !important;
  }

  .m-xs-14 {
    margin: 14rem !important;
  }

  .mt-xs-14,
  .my-xs-14 {
    margin-top: 14rem !important;
  }

  .mr-xs-14,
  .mx-xs-14 {
    margin-right: 14rem !important;
  }

  .mb-xs-14,
  .my-xs-14 {
    margin-bottom: 14rem !important;
  }

  .ml-xs-14,
  .mx-xs-14 {
    margin-left: 14rem !important;
  }

  .m-xs-15 {
    margin: 15rem !important;
  }

  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15rem !important;
  }

  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 15rem !important;
  }

  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 15rem !important;
  }

  .m-xs-20 {
    margin: 20rem !important;
  }

  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20rem !important;
  }

  .mr-xs-20,
  .mx-xs-20 {
    margin-right: 20rem !important;
  }

  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xs-20,
  .mx-xs-20 {
    margin-left: 20rem !important;
  }

  .m-xs-25 {
    margin: 25rem !important;
  }

  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25rem !important;
  }

  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 25rem !important;
  }

  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25rem !important;
  }

  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 25rem !important;
  }

  .m-xs-30 {
    margin: 30rem !important;
  }

  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30rem !important;
  }

  .mr-xs-30,
  .mx-xs-30 {
    margin-right: 30rem !important;
  }

  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30rem !important;
  }

  .ml-xs-30,
  .mx-xs-30 {
    margin-left: 30rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 1rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 1rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 1rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 1rem !important;
  }

  .p-xs-2 {
    padding: 2rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 2rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 2rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 2rem !important;
  }

  .p-xs-3 {
    padding: 3rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 3rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 3rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 3rem !important;
  }

  .p-xs-4 {
    padding: 4rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 4rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 4rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 4rem !important;
  }

  .p-xs-5 {
    padding: 5rem !important;
  }

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 5rem !important;
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 5rem !important;
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 5rem !important;
  }

  .p-xs-6 {
    padding: 6rem !important;
  }

  .pt-xs-6,
  .py-xs-6 {
    padding-top: 6rem !important;
  }

  .pr-xs-6,
  .px-xs-6 {
    padding-right: 6rem !important;
  }

  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xs-6,
  .px-xs-6 {
    padding-left: 6rem !important;
  }

  .p-xs-7 {
    padding: 7rem !important;
  }

  .pt-xs-7,
  .py-xs-7 {
    padding-top: 7rem !important;
  }

  .pr-xs-7,
  .px-xs-7 {
    padding-right: 7rem !important;
  }

  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xs-7,
  .px-xs-7 {
    padding-left: 7rem !important;
  }

  .p-xs-8 {
    padding: 8rem !important;
  }

  .pt-xs-8,
  .py-xs-8 {
    padding-top: 8rem !important;
  }

  .pr-xs-8,
  .px-xs-8 {
    padding-right: 8rem !important;
  }

  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xs-8,
  .px-xs-8 {
    padding-left: 8rem !important;
  }

  .p-xs-9 {
    padding: 9rem !important;
  }

  .pt-xs-9,
  .py-xs-9 {
    padding-top: 9rem !important;
  }

  .pr-xs-9,
  .px-xs-9 {
    padding-right: 9rem !important;
  }

  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xs-9,
  .px-xs-9 {
    padding-left: 9rem !important;
  }

  .p-xs-10 {
    padding: 10rem !important;
  }

  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10rem !important;
  }

  .pr-xs-10,
  .px-xs-10 {
    padding-right: 10rem !important;
  }

  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xs-10,
  .px-xs-10 {
    padding-left: 10rem !important;
  }

  .p-xs-11 {
    padding: 11rem !important;
  }

  .pt-xs-11,
  .py-xs-11 {
    padding-top: 11rem !important;
  }

  .pr-xs-11,
  .px-xs-11 {
    padding-right: 11rem !important;
  }

  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 11rem !important;
  }

  .pl-xs-11,
  .px-xs-11 {
    padding-left: 11rem !important;
  }

  .p-xs-12 {
    padding: 12rem !important;
  }

  .pt-xs-12,
  .py-xs-12 {
    padding-top: 12rem !important;
  }

  .pr-xs-12,
  .px-xs-12 {
    padding-right: 12rem !important;
  }

  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 12rem !important;
  }

  .pl-xs-12,
  .px-xs-12 {
    padding-left: 12rem !important;
  }

  .p-xs-13 {
    padding: 13rem !important;
  }

  .pt-xs-13,
  .py-xs-13 {
    padding-top: 13rem !important;
  }

  .pr-xs-13,
  .px-xs-13 {
    padding-right: 13rem !important;
  }

  .pb-xs-13,
  .py-xs-13 {
    padding-bottom: 13rem !important;
  }

  .pl-xs-13,
  .px-xs-13 {
    padding-left: 13rem !important;
  }

  .p-xs-14 {
    padding: 14rem !important;
  }

  .pt-xs-14,
  .py-xs-14 {
    padding-top: 14rem !important;
  }

  .pr-xs-14,
  .px-xs-14 {
    padding-right: 14rem !important;
  }

  .pb-xs-14,
  .py-xs-14 {
    padding-bottom: 14rem !important;
  }

  .pl-xs-14,
  .px-xs-14 {
    padding-left: 14rem !important;
  }

  .p-xs-15 {
    padding: 15rem !important;
  }

  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15rem !important;
  }

  .pr-xs-15,
  .px-xs-15 {
    padding-right: 15rem !important;
  }

  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xs-15,
  .px-xs-15 {
    padding-left: 15rem !important;
  }

  .p-xs-20 {
    padding: 20rem !important;
  }

  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20rem !important;
  }

  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20rem !important;
  }

  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20rem !important;
  }

  .p-xs-25 {
    padding: 25rem !important;
  }

  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25rem !important;
  }

  .pr-xs-25,
  .px-xs-25 {
    padding-right: 25rem !important;
  }

  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25rem !important;
  }

  .pl-xs-25,
  .px-xs-25 {
    padding-left: 25rem !important;
  }

  .p-xs-30 {
    padding: 30rem !important;
  }

  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30rem !important;
  }

  .pr-xs-30,
  .px-xs-30 {
    padding-right: 30rem !important;
  }

  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30rem !important;
  }

  .pl-xs-30,
  .px-xs-30 {
    padding-left: 30rem !important;
  }

  .m-xs-n1 {
    margin: -1rem !important;
  }

  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -1rem !important;
  }

  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -1rem !important;
  }

  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -1rem !important;
  }

  .m-xs-n2 {
    margin: -2rem !important;
  }

  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -2rem !important;
  }

  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -2rem !important;
  }

  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -2rem !important;
  }

  .m-xs-n3 {
    margin: -3rem !important;
  }

  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -3rem !important;
  }

  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -3rem !important;
  }

  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -3rem !important;
  }

  .m-xs-n4 {
    margin: -4rem !important;
  }

  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -4rem !important;
  }

  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -4rem !important;
  }

  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -4rem !important;
  }

  .m-xs-n5 {
    margin: -5rem !important;
  }

  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -5rem !important;
  }

  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -5rem !important;
  }

  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -5rem !important;
  }

  .m-xs-n6 {
    margin: -6rem !important;
  }

  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -6rem !important;
  }

  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -6rem !important;
  }

  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -6rem !important;
  }

  .m-xs-n7 {
    margin: -7rem !important;
  }

  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -7rem !important;
  }

  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -7rem !important;
  }

  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -7rem !important;
  }

  .m-xs-n8 {
    margin: -8rem !important;
  }

  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -8rem !important;
  }

  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -8rem !important;
  }

  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -8rem !important;
  }

  .m-xs-n9 {
    margin: -9rem !important;
  }

  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -9rem !important;
  }

  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -9rem !important;
  }

  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -9rem !important;
  }

  .m-xs-n10 {
    margin: -10rem !important;
  }

  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -10rem !important;
  }

  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -10rem !important;
  }

  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -10rem !important;
  }

  .m-xs-n11 {
    margin: -11rem !important;
  }

  .mt-xs-n11,
  .my-xs-n11 {
    margin-top: -11rem !important;
  }

  .mr-xs-n11,
  .mx-xs-n11 {
    margin-right: -11rem !important;
  }

  .mb-xs-n11,
  .my-xs-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-xs-n11,
  .mx-xs-n11 {
    margin-left: -11rem !important;
  }

  .m-xs-n12 {
    margin: -12rem !important;
  }

  .mt-xs-n12,
  .my-xs-n12 {
    margin-top: -12rem !important;
  }

  .mr-xs-n12,
  .mx-xs-n12 {
    margin-right: -12rem !important;
  }

  .mb-xs-n12,
  .my-xs-n12 {
    margin-bottom: -12rem !important;
  }

  .ml-xs-n12,
  .mx-xs-n12 {
    margin-left: -12rem !important;
  }

  .m-xs-n13 {
    margin: -13rem !important;
  }

  .mt-xs-n13,
  .my-xs-n13 {
    margin-top: -13rem !important;
  }

  .mr-xs-n13,
  .mx-xs-n13 {
    margin-right: -13rem !important;
  }

  .mb-xs-n13,
  .my-xs-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-xs-n13,
  .mx-xs-n13 {
    margin-left: -13rem !important;
  }

  .m-xs-n14 {
    margin: -14rem !important;
  }

  .mt-xs-n14,
  .my-xs-n14 {
    margin-top: -14rem !important;
  }

  .mr-xs-n14,
  .mx-xs-n14 {
    margin-right: -14rem !important;
  }

  .mb-xs-n14,
  .my-xs-n14 {
    margin-bottom: -14rem !important;
  }

  .ml-xs-n14,
  .mx-xs-n14 {
    margin-left: -14rem !important;
  }

  .m-xs-n15 {
    margin: -15rem !important;
  }

  .mt-xs-n15,
  .my-xs-n15 {
    margin-top: -15rem !important;
  }

  .mr-xs-n15,
  .mx-xs-n15 {
    margin-right: -15rem !important;
  }

  .mb-xs-n15,
  .my-xs-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-xs-n15,
  .mx-xs-n15 {
    margin-left: -15rem !important;
  }

  .m-xs-n20 {
    margin: -20rem !important;
  }

  .mt-xs-n20,
  .my-xs-n20 {
    margin-top: -20rem !important;
  }

  .mr-xs-n20,
  .mx-xs-n20 {
    margin-right: -20rem !important;
  }

  .mb-xs-n20,
  .my-xs-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-xs-n20,
  .mx-xs-n20 {
    margin-left: -20rem !important;
  }

  .m-xs-n25 {
    margin: -25rem !important;
  }

  .mt-xs-n25,
  .my-xs-n25 {
    margin-top: -25rem !important;
  }

  .mr-xs-n25,
  .mx-xs-n25 {
    margin-right: -25rem !important;
  }

  .mb-xs-n25,
  .my-xs-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-xs-n25,
  .mx-xs-n25 {
    margin-left: -25rem !important;
  }

  .m-xs-n30 {
    margin: -30rem !important;
  }

  .mt-xs-n30,
  .my-xs-n30 {
    margin-top: -30rem !important;
  }

  .mr-xs-n30,
  .mx-xs-n30 {
    margin-right: -30rem !important;
  }

  .mb-xs-n30,
  .my-xs-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-xs-n30,
  .mx-xs-n30 {
    margin-left: -30rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }

  .grid .col-xs-1,
  .grid .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid .col-xs-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .grid .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid .col-xs-5,
  .grid .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid .col-xs-7,
  .grid .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid .col-xs-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .grid .col-xs-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid .col-xs-11,
  .grid .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 30em) {
  .gallery {
    margin: 0 -0.5em;
  }

  .gallery-item {
    padding: 0 0.5em 1.8em;
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media (min-width: 667px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }

  .m-sm-3 {
    margin: 3rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }

  .m-sm-4 {
    margin: 4rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }

  .m-sm-5 {
    margin: 5rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }

  .m-sm-6 {
    margin: 6rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }

  .m-sm-11 {
    margin: 11rem !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11rem !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11rem !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11rem !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11rem !important;
  }

  .m-sm-12 {
    margin: 12rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12rem !important;
  }

  .m-sm-13 {
    margin: 13rem !important;
  }

  .mt-sm-13,
  .my-sm-13 {
    margin-top: 13rem !important;
  }

  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 13rem !important;
  }

  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 13rem !important;
  }

  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 13rem !important;
  }

  .m-sm-14 {
    margin: 14rem !important;
  }

  .mt-sm-14,
  .my-sm-14 {
    margin-top: 14rem !important;
  }

  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 14rem !important;
  }

  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 14rem !important;
  }

  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 14rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15rem !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15rem !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15rem !important;
  }

  .m-sm-20 {
    margin: 20rem !important;
  }

  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20rem !important;
  }

  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20rem !important;
  }

  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20rem !important;
  }

  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20rem !important;
  }

  .m-sm-25 {
    margin: 25rem !important;
  }

  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25rem !important;
  }

  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25rem !important;
  }

  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25rem !important;
  }

  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25rem !important;
  }

  .m-sm-30 {
    margin: 30rem !important;
  }

  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30rem !important;
  }

  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30rem !important;
  }

  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30rem !important;
  }

  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }

  .p-sm-4 {
    padding: 4rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }

  .p-sm-5 {
    padding: 5rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }

  .p-sm-11 {
    padding: 11rem !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11rem !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11rem !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11rem !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11rem !important;
  }

  .p-sm-12 {
    padding: 12rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12rem !important;
  }

  .p-sm-13 {
    padding: 13rem !important;
  }

  .pt-sm-13,
  .py-sm-13 {
    padding-top: 13rem !important;
  }

  .pr-sm-13,
  .px-sm-13 {
    padding-right: 13rem !important;
  }

  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 13rem !important;
  }

  .pl-sm-13,
  .px-sm-13 {
    padding-left: 13rem !important;
  }

  .p-sm-14 {
    padding: 14rem !important;
  }

  .pt-sm-14,
  .py-sm-14 {
    padding-top: 14rem !important;
  }

  .pr-sm-14,
  .px-sm-14 {
    padding-right: 14rem !important;
  }

  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 14rem !important;
  }

  .pl-sm-14,
  .px-sm-14 {
    padding-left: 14rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15rem !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15rem !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15rem !important;
  }

  .p-sm-20 {
    padding: 20rem !important;
  }

  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20rem !important;
  }

  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20rem !important;
  }

  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20rem !important;
  }

  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20rem !important;
  }

  .p-sm-25 {
    padding: 25rem !important;
  }

  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25rem !important;
  }

  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25rem !important;
  }

  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25rem !important;
  }

  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25rem !important;
  }

  .p-sm-30 {
    padding: 30rem !important;
  }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30rem !important;
  }

  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30rem !important;
  }

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30rem !important;
  }

  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }

  .m-sm-n2 {
    margin: -2rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }

  .m-sm-n3 {
    margin: -3rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }

  .m-sm-n4 {
    margin: -4rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }

  .m-sm-n5 {
    margin: -5rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }

  .m-sm-n6 {
    margin: -6rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }

  .m-sm-n7 {
    margin: -7rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }

  .m-sm-n10 {
    margin: -10rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10rem !important;
  }

  .m-sm-n11 {
    margin: -11rem !important;
  }

  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11rem !important;
  }

  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11rem !important;
  }

  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11rem !important;
  }

  .m-sm-n12 {
    margin: -12rem !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12rem !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12rem !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12rem !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12rem !important;
  }

  .m-sm-n13 {
    margin: -13rem !important;
  }

  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -13rem !important;
  }

  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -13rem !important;
  }

  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -13rem !important;
  }

  .m-sm-n14 {
    margin: -14rem !important;
  }

  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -14rem !important;
  }

  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -14rem !important;
  }

  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -14rem !important;
  }

  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -14rem !important;
  }

  .m-sm-n15 {
    margin: -15rem !important;
  }

  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15rem !important;
  }

  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15rem !important;
  }

  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15rem !important;
  }

  .m-sm-n20 {
    margin: -20rem !important;
  }

  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20rem !important;
  }

  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20rem !important;
  }

  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20rem !important;
  }

  .m-sm-n25 {
    margin: -25rem !important;
  }

  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25rem !important;
  }

  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25rem !important;
  }

  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25rem !important;
  }

  .m-sm-n30 {
    margin: -30rem !important;
  }

  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30rem !important;
  }

  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30rem !important;
  }

  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  .grid .col-sm-1,
  .grid .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .grid .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid .col-sm-5,
  .grid .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid .col-sm-7,
  .grid .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .grid .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid .col-sm-11,
  .grid .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }

  .m-md-11 {
    margin: 11rem !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 11rem !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 11rem !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11rem !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 11rem !important;
  }

  .m-md-12 {
    margin: 12rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 12rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 12rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 12rem !important;
  }

  .m-md-13 {
    margin: 13rem !important;
  }

  .mt-md-13,
  .my-md-13 {
    margin-top: 13rem !important;
  }

  .mr-md-13,
  .mx-md-13 {
    margin-right: 13rem !important;
  }

  .mb-md-13,
  .my-md-13 {
    margin-bottom: 13rem !important;
  }

  .ml-md-13,
  .mx-md-13 {
    margin-left: 13rem !important;
  }

  .m-md-14 {
    margin: 14rem !important;
  }

  .mt-md-14,
  .my-md-14 {
    margin-top: 14rem !important;
  }

  .mr-md-14,
  .mx-md-14 {
    margin-right: 14rem !important;
  }

  .mb-md-14,
  .my-md-14 {
    margin-bottom: 14rem !important;
  }

  .ml-md-14,
  .mx-md-14 {
    margin-left: 14rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 15rem !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 15rem !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15rem !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 15rem !important;
  }

  .m-md-20 {
    margin: 20rem !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 20rem !important;
  }

  .mr-md-20,
  .mx-md-20 {
    margin-right: 20rem !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20rem !important;
  }

  .ml-md-20,
  .mx-md-20 {
    margin-left: 20rem !important;
  }

  .m-md-25 {
    margin: 25rem !important;
  }

  .mt-md-25,
  .my-md-25 {
    margin-top: 25rem !important;
  }

  .mr-md-25,
  .mx-md-25 {
    margin-right: 25rem !important;
  }

  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25rem !important;
  }

  .ml-md-25,
  .mx-md-25 {
    margin-left: 25rem !important;
  }

  .m-md-30 {
    margin: 30rem !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 30rem !important;
  }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 30rem !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30rem !important;
  }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 30rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }

  .p-md-11 {
    padding: 11rem !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 11rem !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 11rem !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11rem !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 11rem !important;
  }

  .p-md-12 {
    padding: 12rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 12rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 12rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 12rem !important;
  }

  .p-md-13 {
    padding: 13rem !important;
  }

  .pt-md-13,
  .py-md-13 {
    padding-top: 13rem !important;
  }

  .pr-md-13,
  .px-md-13 {
    padding-right: 13rem !important;
  }

  .pb-md-13,
  .py-md-13 {
    padding-bottom: 13rem !important;
  }

  .pl-md-13,
  .px-md-13 {
    padding-left: 13rem !important;
  }

  .p-md-14 {
    padding: 14rem !important;
  }

  .pt-md-14,
  .py-md-14 {
    padding-top: 14rem !important;
  }

  .pr-md-14,
  .px-md-14 {
    padding-right: 14rem !important;
  }

  .pb-md-14,
  .py-md-14 {
    padding-bottom: 14rem !important;
  }

  .pl-md-14,
  .px-md-14 {
    padding-left: 14rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 15rem !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 15rem !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15rem !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 15rem !important;
  }

  .p-md-20 {
    padding: 20rem !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 20rem !important;
  }

  .pr-md-20,
  .px-md-20 {
    padding-right: 20rem !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20rem !important;
  }

  .pl-md-20,
  .px-md-20 {
    padding-left: 20rem !important;
  }

  .p-md-25 {
    padding: 25rem !important;
  }

  .pt-md-25,
  .py-md-25 {
    padding-top: 25rem !important;
  }

  .pr-md-25,
  .px-md-25 {
    padding-right: 25rem !important;
  }

  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25rem !important;
  }

  .pl-md-25,
  .px-md-25 {
    padding-left: 25rem !important;
  }

  .p-md-30 {
    padding: 30rem !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 30rem !important;
  }

  .pr-md-30,
  .px-md-30 {
    padding-right: 30rem !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30rem !important;
  }

  .pl-md-30,
  .px-md-30 {
    padding-left: 30rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }

  .m-md-n2 {
    margin: -2rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }

  .m-md-n3 {
    margin: -3rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }

  .m-md-n4 {
    margin: -4rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }

  .m-md-n5 {
    margin: -5rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }

  .m-md-n6 {
    margin: -6rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }

  .m-md-n7 {
    margin: -7rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }

  .m-md-n10 {
    margin: -10rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10rem !important;
  }

  .m-md-n11 {
    margin: -11rem !important;
  }

  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11rem !important;
  }

  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11rem !important;
  }

  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11rem !important;
  }

  .m-md-n12 {
    margin: -12rem !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12rem !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12rem !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12rem !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12rem !important;
  }

  .m-md-n13 {
    margin: -13rem !important;
  }

  .mt-md-n13,
  .my-md-n13 {
    margin-top: -13rem !important;
  }

  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -13rem !important;
  }

  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -13rem !important;
  }

  .m-md-n14 {
    margin: -14rem !important;
  }

  .mt-md-n14,
  .my-md-n14 {
    margin-top: -14rem !important;
  }

  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -14rem !important;
  }

  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -14rem !important;
  }

  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -14rem !important;
  }

  .m-md-n15 {
    margin: -15rem !important;
  }

  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15rem !important;
  }

  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15rem !important;
  }

  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15rem !important;
  }

  .m-md-n20 {
    margin: -20rem !important;
  }

  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20rem !important;
  }

  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20rem !important;
  }

  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20rem !important;
  }

  .m-md-n25 {
    margin: -25rem !important;
  }

  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25rem !important;
  }

  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25rem !important;
  }

  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25rem !important;
  }

  .m-md-n30 {
    margin: -30rem !important;
  }

  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30rem !important;
  }

  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30rem !important;
  }

  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .grid .col-md-1,
  .grid .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .grid .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid .col-md-5,
  .grid .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid .col-md-7,
  .grid .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .grid .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid .col-md-11,
  .grid .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

@media (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (min-width: 1024px) {
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }

  .m-lg-5 {
    margin: 5rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }

  .m-lg-11 {
    margin: 11rem !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11rem !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11rem !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11rem !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11rem !important;
  }

  .m-lg-12 {
    margin: 12rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12rem !important;
  }

  .m-lg-13 {
    margin: 13rem !important;
  }

  .mt-lg-13,
  .my-lg-13 {
    margin-top: 13rem !important;
  }

  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 13rem !important;
  }

  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 13rem !important;
  }

  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 13rem !important;
  }

  .m-lg-14 {
    margin: 14rem !important;
  }

  .mt-lg-14,
  .my-lg-14 {
    margin-top: 14rem !important;
  }

  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 14rem !important;
  }

  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 14rem !important;
  }

  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 14rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15rem !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15rem !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15rem !important;
  }

  .m-lg-20 {
    margin: 20rem !important;
  }

  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20rem !important;
  }

  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20rem !important;
  }

  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20rem !important;
  }

  .m-lg-25 {
    margin: 25rem !important;
  }

  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25rem !important;
  }

  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25rem !important;
  }

  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25rem !important;
  }

  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25rem !important;
  }

  .m-lg-30 {
    margin: 30rem !important;
  }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30rem !important;
  }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30rem !important;
  }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30rem !important;
  }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }

  .p-lg-5 {
    padding: 5rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }

  .p-lg-11 {
    padding: 11rem !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11rem !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11rem !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11rem !important;
  }

  .p-lg-12 {
    padding: 12rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12rem !important;
  }

  .p-lg-13 {
    padding: 13rem !important;
  }

  .pt-lg-13,
  .py-lg-13 {
    padding-top: 13rem !important;
  }

  .pr-lg-13,
  .px-lg-13 {
    padding-right: 13rem !important;
  }

  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pl-lg-13,
  .px-lg-13 {
    padding-left: 13rem !important;
  }

  .p-lg-14 {
    padding: 14rem !important;
  }

  .pt-lg-14,
  .py-lg-14 {
    padding-top: 14rem !important;
  }

  .pr-lg-14,
  .px-lg-14 {
    padding-right: 14rem !important;
  }

  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pl-lg-14,
  .px-lg-14 {
    padding-left: 14rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15rem !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15rem !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15rem !important;
  }

  .p-lg-20 {
    padding: 20rem !important;
  }

  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20rem !important;
  }

  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20rem !important;
  }

  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20rem !important;
  }

  .p-lg-25 {
    padding: 25rem !important;
  }

  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25rem !important;
  }

  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25rem !important;
  }

  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25rem !important;
  }

  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25rem !important;
  }

  .p-lg-30 {
    padding: 30rem !important;
  }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30rem !important;
  }

  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30rem !important;
  }

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30rem !important;
  }

  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }

  .m-lg-n3 {
    margin: -3rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }

  .m-lg-n4 {
    margin: -4rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }

  .m-lg-n5 {
    margin: -5rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }

  .m-lg-n6 {
    margin: -6rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }

  .m-lg-n7 {
    margin: -7rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }

  .m-lg-n10 {
    margin: -10rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }

  .m-lg-n11 {
    margin: -11rem !important;
  }

  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11rem !important;
  }

  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11rem !important;
  }

  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11rem !important;
  }

  .m-lg-n12 {
    margin: -12rem !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12rem !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12rem !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12rem !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12rem !important;
  }

  .m-lg-n13 {
    margin: -13rem !important;
  }

  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -13rem !important;
  }

  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -13rem !important;
  }

  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -13rem !important;
  }

  .m-lg-n14 {
    margin: -14rem !important;
  }

  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -14rem !important;
  }

  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -14rem !important;
  }

  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -14rem !important;
  }

  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -14rem !important;
  }

  .m-lg-n15 {
    margin: -15rem !important;
  }

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15rem !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15rem !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15rem !important;
  }

  .m-lg-n20 {
    margin: -20rem !important;
  }

  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20rem !important;
  }

  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20rem !important;
  }

  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20rem !important;
  }

  .m-lg-n25 {
    margin: -25rem !important;
  }

  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25rem !important;
  }

  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25rem !important;
  }

  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25rem !important;
  }

  .m-lg-n30 {
    margin: -30rem !important;
  }

  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30rem !important;
  }

  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30rem !important;
  }

  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }

  .m-xl-11 {
    margin: 11rem !important;
  }

  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11rem !important;
  }

  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11rem !important;
  }

  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11rem !important;
  }

  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11rem !important;
  }

  .m-xl-12 {
    margin: 12rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12rem !important;
  }

  .m-xl-13 {
    margin: 13rem !important;
  }

  .mt-xl-13,
  .my-xl-13 {
    margin-top: 13rem !important;
  }

  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 13rem !important;
  }

  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 13rem !important;
  }

  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 13rem !important;
  }

  .m-xl-14 {
    margin: 14rem !important;
  }

  .mt-xl-14,
  .my-xl-14 {
    margin-top: 14rem !important;
  }

  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 14rem !important;
  }

  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 14rem !important;
  }

  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 14rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15rem !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15rem !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15rem !important;
  }

  .m-xl-20 {
    margin: 20rem !important;
  }

  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20rem !important;
  }

  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20rem !important;
  }

  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20rem !important;
  }

  .m-xl-25 {
    margin: 25rem !important;
  }

  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25rem !important;
  }

  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25rem !important;
  }

  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25rem !important;
  }

  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25rem !important;
  }

  .m-xl-30 {
    margin: 30rem !important;
  }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30rem !important;
  }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30rem !important;
  }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30rem !important;
  }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }

  .p-xl-11 {
    padding: 11rem !important;
  }

  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11rem !important;
  }

  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11rem !important;
  }

  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11rem !important;
  }

  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11rem !important;
  }

  .p-xl-12 {
    padding: 12rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12rem !important;
  }

  .p-xl-13 {
    padding: 13rem !important;
  }

  .pt-xl-13,
  .py-xl-13 {
    padding-top: 13rem !important;
  }

  .pr-xl-13,
  .px-xl-13 {
    padding-right: 13rem !important;
  }

  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 13rem !important;
  }

  .pl-xl-13,
  .px-xl-13 {
    padding-left: 13rem !important;
  }

  .p-xl-14 {
    padding: 14rem !important;
  }

  .pt-xl-14,
  .py-xl-14 {
    padding-top: 14rem !important;
  }

  .pr-xl-14,
  .px-xl-14 {
    padding-right: 14rem !important;
  }

  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 14rem !important;
  }

  .pl-xl-14,
  .px-xl-14 {
    padding-left: 14rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15rem !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15rem !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15rem !important;
  }

  .p-xl-20 {
    padding: 20rem !important;
  }

  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20rem !important;
  }

  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20rem !important;
  }

  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20rem !important;
  }

  .p-xl-25 {
    padding: 25rem !important;
  }

  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25rem !important;
  }

  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25rem !important;
  }

  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25rem !important;
  }

  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25rem !important;
  }

  .p-xl-30 {
    padding: 30rem !important;
  }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30rem !important;
  }

  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30rem !important;
  }

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30rem !important;
  }

  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }

  .m-xl-n3 {
    margin: -3rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }

  .m-xl-n4 {
    margin: -4rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }

  .m-xl-n5 {
    margin: -5rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }

  .m-xl-n6 {
    margin: -6rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }

  .m-xl-n7 {
    margin: -7rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }

  .m-xl-n10 {
    margin: -10rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10rem !important;
  }

  .m-xl-n11 {
    margin: -11rem !important;
  }

  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11rem !important;
  }

  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11rem !important;
  }

  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11rem !important;
  }

  .m-xl-n12 {
    margin: -12rem !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12rem !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12rem !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12rem !important;
  }

  .m-xl-n13 {
    margin: -13rem !important;
  }

  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -13rem !important;
  }

  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -13rem !important;
  }

  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -13rem !important;
  }

  .m-xl-n14 {
    margin: -14rem !important;
  }

  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -14rem !important;
  }

  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -14rem !important;
  }

  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -14rem !important;
  }

  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -14rem !important;
  }

  .m-xl-n15 {
    margin: -15rem !important;
  }

  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15rem !important;
  }

  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15rem !important;
  }

  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15rem !important;
  }

  .m-xl-n20 {
    margin: -20rem !important;
  }

  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20rem !important;
  }

  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20rem !important;
  }

  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20rem !important;
  }

  .m-xl-n25 {
    margin: -25rem !important;
  }

  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25rem !important;
  }

  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25rem !important;
  }

  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25rem !important;
  }

  .m-xl-n30 {
    margin: -30rem !important;
  }

  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30rem !important;
  }

  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30rem !important;
  }

  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .grid .col-lg-1,
  .grid .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .grid .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid .col-lg-5,
  .grid .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid .col-lg-7,
  .grid .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .grid .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid .col-lg-11,
  .grid .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1366px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (max-width: 1679px) {
  .section-intro-product .column-decor-left {
    left: -28%;
    bottom: -31%;
  }

  .section-intro-product .column-decor-right {
    right: -16%;
    bottom: -23%;
  }

  .section-intro-b-product .column-decor-left {
    left: -30%;
    top: 20px;
  }

  .section-intro-b-product .column-decor-right {
    right: -25%;
    top: 5%;
  }
}

@media (max-width: 1199px) {
  .arrow-mark {
    bottom: 10px;
  }

  .column-topic .col-topic,
  .column-topic.column-topic-md .col-topic {
    padding: 0 30px;
  }

  .column-topic,
  .column-topic.column-topic-md {
    margin: 0 -30px;
  }

  .section-intro-product .img-decor {
    margin-bottom: -200px;
  }

  .column-decor-left,
  .column-decor-right {
    width: 350px;
  }

  .section-intro-b-product .img-decor {
    margin-top: -150px;
  }

  .about-column {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-title {
    font-size: 10rem;
    line-height: 1;
    margin-bottom: 7rem;
  }

  .txt-decor {
    right: 8%;
  }

  .block-signature._absolute {
    right: -10px;
  }

  .block-podcast {
    padding: 30px 55px;
    min-height: auto;
  }

  .block-podcast:after,
  .block-podcast:before {
    display: none;
  }

  .personal-info._right .personal-info_block,
  .personal-info._right .personal-info_img,
  .personal-info_block {
    margin: 0;
  }
}

@media (max-width: 1080px) {
  #sidebar {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: calc(var(--rem-base) - 1.5px);
  }

  .personal-info_block {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .grid._grid-lg [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid._grid-xlg {
    margin-left: -15px;
    margin-right: -15px;
  }

  .grid._grid-xlg [class*="col"] {
    padding: 15px;
  }

  .block-decor {
    top: -12px;
    left: -12px;
  }

  .block-decor._right {
    right: -12px;
  }

  .block-decor._bottom-right {
    bottom: -12px;
    right: -12px;
  }

  .header-menu-wrapper:before,
  .header.header-white .header-menu-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181e22;
    z-index: 5;
  }

  .header.header-white .header-menu-wrapper:before {
    background-color: #fff;
  }

  .header.header-white .nav-drop {
    background-color: #fff;
  }

  .login-bar,
  .nav a .sub-arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .login-bar {
    font-size: 16px;
  }

  .footer-grid .col-md,
  .footer-grid .col-sm {
    width: 50%;
  }

  .footer-nav h3 {
    margin-bottom: 1rem;
    padding-top: 15px;
  }

  .footer-bottom .container,
  .footer-bottom html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .footer-bottom .cookie-notice-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-subscribe {
    padding: 2.8rem 3rem 3rem;
  }

  .nav ul,
  .nav-active .nav-drop,
  .nav-opener {
    display: block;
  }

  .nav-drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    padding: 80px 0;
    background-color: #181e22;
  }

  .nav-active .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 0;
  }

  .nav ul {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .nav li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }

  .nav a {
    padding: 8px 15px;
  }

  .nav a.highlighted .sub-arrow:before {
    content: "-";
  }

  .nav a .sub-arrow {
    width: 20px;
    height: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
  }

  .nav a .sub-arrow:before {
    content: "+";
    color: #000;
  }

  .comment-form input:not([type="submit"]),
  .comment-form textarea {
    width: 100%;
  }

  img.alignleft,
  img.alignright {
    max-width: 50%;
  }

  .divider {
    height: 40px;
  }

  #wpadminbar {
    display: none !important;
  }

  :root {
    margin-top: 0 !important;
  }

  .admin-bar .main-header {
    margin-top: 0 !important;
  }

  .wp-img {
    margin-bottom: -30px !important;
  }

  .wp-img.alignleft,
  .wp-img.alignright {
    margin: 0 auto;
  }

  .row-info {
    padding-left: 0;
  }

  .arrow-mark {
    display: none;
  }

  .grid-intro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-decor-left,
  .column-decor-right,
  .main-heading br {
    display: none;
  }

  .testimonials-content {
    font-size: 18px;
  }

  .about-column .about-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-column .personal-info._right {
    right: 0;
  }

  .about-column.about-column-one .about-personal,
  .about-personal {
    max-width: 100%;
  }

  .main-title {
    margin-bottom: 4rem;
  }

  .main-title,
  .title-slogan {
    font-size: 6rem;
  }

  .txt-decor {
    display: none;
  }

  .main-label {
    font-size: 14px;
    letter-spacing: 0;
  }

  .box-tools_content {
    padding: 20px 0 0;
  }

  .grid-stories {
    margin: 0 -15px;
  }

  .grid-stories .grid-col {
    padding: 0 15px 30px;
  }

  .box-product {
    padding: 30px 15px;
  }

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

  .box-podcast-img {
    width: 100%;
    height: 172px;
  }

  .box-podcast-content {
    padding: 15px 0;
  }

  .block-signature._absolute {
    position: relative;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .block-podcast_txt {
    padding-top: 0;
  }

  .img-podcast {
    margin: 0;
    max-width: 100%;
  }

  .block-module {
    padding: 30px;
  }

  .block-module_l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .block-module_r {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  #content .row-post {
    margin: 0 -10px;
  }

  #content .row-post .post {
    padding: 0 10px;
  }

  .block {
    padding-bottom: 30px;
  }

  #content,
  #sidebar {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  #content {
    padding: 20px 0;
  }

  #sidebar {
    padding: 20px;
  }

  #wp-calendar {
    max-width: 320px;
  }

  .page-site-header {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main > .container,
  html #branda-cookie-notice .main > .cookie-notice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(var(--rem-base) - 2px);
  }

  .header-menu-wrapper .container,
  .header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #calendar_wrap table td,
  #calendar_wrap table th {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .forminator-row {
    display: block;
  }

  .forminator-col:not(:last-child) {
    margin-bottom: var(--form-row-margin);
  }

  .widget ul {
    padding-left: 0;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    padding: 8px 15px;
    margin: 0 3px;
    font-size: 16px;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }

  .posts-list .post {
    margin: 0 0 20px;
  }

  .commentlist {
    margin-left: 0;
  }

  .commentlist .comment {
    padding: 0;
  }

  .divider {
    display: none;
  }

  .column-topic .col-topic {
    width: 100% !important;
    margin: 0 0 50px;
  }

  .box-articles_ttl {
    font-size: 18px;
  }

  #sidebar,
  .block-info_col,
  .block-price_list > li {
    width: 100%;
  }

  .block-info .block-signature,
  .block-info_img {
    max-width: 100%;
  }

  .block-info_txt {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .block-signature {
    max-width: 100%;
  }

  .block-podcast {
    padding: 30px;
  }

  .img-podcast .block-decor {
    display: none;
  }

  .block-module {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .list-module > li {
    width: 50%;
  }

  .list-module_ttl {
    font-size: 14px;
  }

  .page-pagination .page-number {
    font-size: 16px;
    margin: 0 4px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 667px) {
  html {
    font-size: calc(var(--rem-base) - 2.5px);
  }

  table th {
    padding: 10px 5px;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers,
  table td {
    padding: 7px 5px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    float: none;
  }

  img.alignright {
    float: right;
    margin: 0 0 10px var(--vertical-rhythm);
  }

  img.alignleft {
    float: left;
    margin: 0 var(--vertical-rhythm) 10px 0;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 0 auto 10px;
  }

  #content .row-post {
    margin: 0;
  }

  #content .row-post .post {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }

  #content .row-col .post {
    margin: 0 0 20px;
  }

  #content .row-col .post-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #content .meta {
    margin: 0 0 15px;
  }

  input[type="reset"] + input[type="submit"] {
    margin-top: 10px;
  }
}

@media (max-width: 666px) {
  .b-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #wp-calendar,
  .b-subscribe-col,
  .footer-grid .col-md,
  .footer-grid .col-sm {
    width: 100%;
  }

  .comment-body .reply {
    padding-bottom: 0;
  }

  .parent.comment .comment {
    margin-left: 5%;
  }

  .b-subscribe-col,
  .heading-articles .text-right {
    text-align: center;
  }

  .box-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 13px;
  }

  .box-articles_info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px 0 0;
  }

  .box-articles_img {
    width: 100%;
  }
}

@media (max-width: 567px) {
  html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .forminator-uploaded-file {
    width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .list-module > li {
    width: 100%;
  }
}

@media (max-width: 375px) {
  html {
    overflow-x: hidden;
    font-size: calc(var(--rem-base) - 3px);
  }

  #calendar_wrap table td,
  #calendar_wrap table th {
    font-size: 14px;
  }

  .product-thumb {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  figure.alignleft {
    float: none;
  }

  figure.alignright {
    float: none;
    margin-left: 0;
  }
}

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

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
