@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 
text23html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  min-height: 100vh;
  line-height: 1;
  word-wrap: break-word;
  overflow-x: hidden;
}
u {
  text-decoration: underline;
}
strong {
  color: inherit;
  font-weight: bolder;
}
em {
  font-style: italic;
}
code {
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: normal;
  text-indent: 0;
  letter-spacing: 0;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
}
mark {
  background-color: rgba(144, 144, 144, 0.25);
}
a {
  -moz-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  color: inherit;
  text-decoration: underline;
}
s {
  text-decoration: line-through;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-attachment: scroll;
  background-image: url("assets/images/bg.svg?v=7583b449");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1a1a21;
}
:root {
  --site-language-direction: ltr;
  --site-language-alignment: left;
}
html {
  font-size: 18pt;
}
#wrapper {
  -webkit-overflow-scrolling: touch;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 1rem 0 1rem;
}
#main {
  display: flex;
  position: relative;
  max-width: 100%;
  z-index: 1;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  background-color: transparent;
}
#main > .inner {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 0rem 0rem;
  max-width: 100%;
  width: 67rem;
}
#main > .inner > * {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
#main > .inner > :first-child {
  margin-top: 0 !important;
}
#main > .inner > :last-child {
  margin-bottom: 0 !important;
}
#main > .inner > .full {
  margin-left: calc(0rem);
  width: calc(100% + 0rem + 0.4725px);
  max-width: calc(100% + 0rem + 0.4725px);
}
#main > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#main > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#main > .inner > .full.screen {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  border-radius: 0 !important;
  left: 50%;
  right: auto;
  margin-left: -50vw;
}
body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
body.is-instant:after {
  display: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
h1,
h2,
h3,
p {
  direction: var(--site-language-direction);
}
h1 br + br,
h2 br + br,
h3 br + br,
p br + br {
  display: block;
  content: " ";
}
h1 .li,
h2 .li,
h3 .li,
p .li {
  display: list-item;
  padding-left: 0.5em;
  margin: 0.75em 0 0 1em;
}
#text23 br + br {
  margin-top: 0.975rem;
}
#text23 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1rem;
  width: calc(100% + 0.1rem);
  font-size: 1em;
  line-height: 1.625;
  font-weight: 600;
}
#text23 a {
  text-decoration: underline;
}
#text23 a:hover {
  text-decoration: none;
}
#text23 mark {
  background-color: transparent;
}
#text24 br + br {
  margin-top: 0.75rem;
}
#text24 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 4.375em;
  line-height: 1.25;
  font-weight: 700;
}
#text24 a {
  text-decoration: none;
}
#text24 a:hover {
  text-decoration: underline;
}
#text24 mark {
  color: #f5eded;
  background-color: transparent;
}
#text18 br + br {
  margin-top: 1.05rem;
}
#text18 {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1.375em;
  line-height: 1.75;
  font-weight: 400;
}
#text18 a {
  text-decoration: underline;
}
#text18 a:hover {
  text-decoration: none;
}
h1.style5,
h2.style5,
h3.style5,
p.style5 br + br {
  margin-top: 0.975rem;
}
h1.style5,
h2.style5,
h3.style5,
p.style5 {
  text-transform: uppercase;
  color: #7b7b8f;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1rem;
  width: calc(100% + 0.1rem);
  font-size: 1em;
  line-height: 1.625;
  font-weight: 600;
}
h1.style5 a,
h2.style5 a,
h3.style5 a,
p.style5 a {
  text-decoration: underline;
}
h1.style5 a:hover,
h2.style5 a:hover,
h3.style5 a:hover,
p.style5 a:hover {
  text-decoration: none;
}
h1.style5 mark,
h2.style5 mark,
h3.style5 mark,
p.style5 mark {
  color: #ffffff;
  background-color: transparent;
}
h1.style1,
h2.style1,
h3.style1,
p.style1 br + br {
  margin-top: 0.75rem;
}
h1.style1,
h2.style1,
h3.style1,
p.style1 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 4em;
  line-height: 1.25;
  font-weight: 700;
}
h1.style1 a,
h2.style1 a,
h3.style1 a,
p.style1 a {
  text-decoration: none;
}
h1.style1 a:hover,
h2.style1 a:hover,
h3.style1 a:hover,
p.style1 a:hover {
  text-decoration: underline;
}
h1.style1 mark,
h2.style1 mark,
h3.style1 mark,
p.style1 mark {
  color: #f5eded;
  background-color: transparent;
}
h1.style4,
h2.style4,
h3.style4,
p.style4 br + br {
  margin-top: 1.05rem;
}
h1.style4,
h2.style4,
h3.style4,
p.style4 {
  color: #7b7b8f;
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: 400;
}
h1.style4 a,
h2.style4 a,
h3.style4 a,
p.style4 a {
  text-decoration: underline;
}
h1.style4 a:hover,
h2.style4 a:hover,
h3.style4 a:hover,
p.style4 a:hover {
  text-decoration: none;
}
h1.style4 mark,
h2.style4 mark,
h3.style4 mark,
p.style4 mark {
  color: #ffffff;
  background-color: transparent;
}
h1.style3,
h2.style3,
h3.style3,
p.style3 br + br {
  margin-top: 0.9rem;
}
h1.style3,
h2.style3,
h3.style3,
p.style3 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 400;
}
h1.style3 a,
h2.style3 a,
h3.style3 a,
p.style3 a {
  text-decoration: underline;
}
h1.style3 a:hover,
h2.style3 a:hover,
h3.style3 a:hover,
p.style3 a:hover {
  text-decoration: none;
}
h1.style3 mark,
h2.style3 mark,
h3.style3 mark,
p.style3 mark {
  color: #815cff;
  background-color: transparent;
}
h1.style6,
h2.style6,
h3.style6,
p.style6 br + br {
  margin-top: 1.05rem;
}
h1.style6,
h2.style6,
h3.style6,
p.style6 {
  color: #7b7b8f;
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  line-height: 1.75;
  font-weight: 400;
}
h1.style6 a,
h2.style6 a,
h3.style6 a,
p.style6 a {
  text-decoration: underline;
}
h1.style6 a:hover,
h2.style6 a:hover,
h3.style6 a:hover,
p.style6 a:hover {
  text-decoration: none;
}
h1.style6 mark,
h2.style6 mark,
h3.style6 mark,
p.style6 mark {
  color: #ffffff;
  background-color: transparent;
}
h1.style2,
h2.style2,
h3.style2,
p.style2 br + br {
  margin-top: 0.9rem;
}
h1.style2,
h2.style2,
h3.style2,
p.style2 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 2.25em;
  line-height: 1.5;
  font-weight: 600;
}
h1.style2 a,
h2.style2 a,
h3.style2 a,
p.style2 a {
  text-decoration: underline;
}
h1.style2 a:hover,
h2.style2 a:hover,
h3.style2 a:hover,
p.style2 a:hover {
  text-decoration: none;
}
h1.style2 mark,
h2.style2 mark,
h3.style2 mark,
p.style2 mark {
  color: #815cff;
  background-color: transparent;
}
#text26 br + br {
  margin-top: 1.05rem;
}
#text26 {
  color: #7b7b8f;
  font-family: "Sora", sans-serif;
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: 600;
}
#text26 a {
  text-decoration: underline;
}
#text26 a:hover {
  text-decoration: none;
}
#text26 mark {
  color: #815cff;
  background-color: transparent;
}
#text06 br + br {
  margin-top: 0.75rem;
}
#text06 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 4em;
  line-height: 1.25;
  font-weight: 400;
}
#text06 a {
  text-decoration: none;
}
#text06 a:hover {
  text-decoration: underline;
}
#text06 mark {
  color: #f5eded;
  background-color: transparent;
}
#text29 br + br {
  margin-top: 1.05rem;
}
#text29 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: 600;
}
#text29 a {
  text-decoration: underline;
}
#text29 a:hover {
  text-decoration: none;
}
#text29 mark {
  color: #815cff;
  background-color: transparent;
}
#text05 br + br {
  margin-top: 0.75rem;
}
#text05 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 4em;
  line-height: 1.25;
  font-weight: 700;
}
#text05 a {
  text-decoration: none;
}
#text05 a:hover {
  text-decoration: underline;
}
#text05 mark {
  color: #f5eded;
  background-color: transparent;
}
.buttons {
  cursor: default;
  padding: 0;
  letter-spacing: 0;
}
.buttons li a {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
#buttons01 {
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
}
#buttons01 li {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 1.5rem);
  margin: 0.75rem;
}
#buttons01 li a {
  display: flex;
  width: auto;
  height: 3.75rem;
  line-height: 3.75rem;
  vertical-align: middle;
  padding: 0 1.875rem;
  font-size: 1.125em;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  border-radius: 2rem;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#buttons01 li a svg {
  display: block;
  -moz-transition: fill 0.25s ease;
  -webkit-transition: fill 0.25s ease;
  -ms-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
  width: 1em;
  min-width: 16px;
  height: 100%;
  fill: #ffffff;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: calc(-0.125em + 0rem);
  margin-left: 0.5em;
}
#buttons01 li a .label {
  direction: var(--site-language-direction);
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
  text-align: left;
}
#buttons01 .button {
  color: #ffffff;
  border: solid 3px #7b7b8f;
}
#buttons01 .button:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
#buttons01 .button:hover svg {
  fill: #ffffff !important;
}
#buttons04 {
  width: calc(100% + 1.125rem);
  margin-left: -0.5625rem;
}
#buttons04 li {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 1.125rem);
  margin: 0.5625rem;
}
#buttons04 li a {
  display: flex;
  width: auto;
  height: 3rem;
  line-height: 3rem;
  vertical-align: middle;
  padding: 0 1.5rem;
  font-size: 1.125em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 2rem;
  direction: var(--site-language-direction);
}
#buttons04 .button {
  background-color: #5b5b70;
  color: #1a1a21;
}
#buttons04 .button:hover {
  background-color: #636378 !important;
}
#buttons03 {
  width: calc(100% + 1.125rem);
  margin-left: -0.5625rem;
}
#buttons03 li {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 1.125rem);
  margin: 0.5625rem;
}
#buttons03 li a {
  display: flex;
  width: auto;
  height: 3.875rem;
  line-height: 3.875rem;
  vertical-align: middle;
  padding: 0 1.9375rem;
  font-size: 1.125em;
  font-family: "Sora", sans-serif;
  font-weight: 300;
  border-radius: 2rem;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#buttons03 li a svg {
  display: block;
  -moz-transition: fill 0.25s ease;
  -webkit-transition: fill 0.25s ease;
  -ms-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
  width: 1em;
  min-width: 16px;
  height: 100%;
  fill: #ffffff;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: calc(-0.125em + 0rem);
  margin-left: 0.5em;
}
#buttons03 li a .label {
  direction: var(--site-language-direction);
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
  text-align: left;
}
#buttons03 .button {
  background-color: #6746ed;
  color: #ffffff;
}
#buttons03 .button:hover {
  background-color: #6e4ef2 !important;
}
.container {
  position: relative;
}
.container > .wrapper {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}
.container > .wrapper > .inner {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}
#main .container.full:first-child > .wrapper {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#main .container.full:last-child > .wrapper {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#main .container.full:first-child > .wrapper > .inner {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#main .container.full:last-child > .wrapper > .inner {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container06 > .wrapper > .inner {
  padding: 0rem 6rem;
}
#container06 {
  display: flex;
  width: 100%;
  min-height: 100vh;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-attachment: fixed;
  background-image: linear-gradient(
    to top, rgba(170,
      251,
      193,
      0.961), rgba(28,
        175,
        67,
        0.961)),
    url("assets/images/container06.svg?v=7583b442");
  background-position: 0% 0%, center;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100rem;
}
#container06 > .wrapper {
  width: 100%;
  max-width: 53rem;
}
body.is-touch #container06 {
  background-attachment: scroll;
}
#container06.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container06.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container06.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container06.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container06.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 8.125rem;
}
#container06.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container06.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container06.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container06.columns > .wrapper > .inner > *:first-child {
  margin-left: -8.125rem;
}
#container06.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container06.default > .wrapper > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container06.default > .wrapper > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container06.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-4.0625rem);
  width: calc(100% + 8.125rem + 0.4725px);
  max-width: none;
}
#container06.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 10.0625rem + 0.4725px);
}
#container06.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 10.0625rem + 0.4725px);
}
#container06.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(0rem) !important;
}
#container06.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(0rem) !important;
}
#container06.columns > .wrapper > .inner > .full {
  align-self: stretch;
  min-height: 51rem;
}
#container06.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container06.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container06.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 0rem);
  border-radius: inherit;
}
#container06.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container06.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container12:not(:first-child) {
  margin-top: 7.5rem !important;
}
#container12 > .wrapper > .inner {
  text-align: left;
  padding: 0rem 6rem;
}
#container12 {
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
#container12 > .wrapper {
  width: 100%;
  max-width: 50rem;
}
#container12.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container12.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container12.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container12.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container12.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 6.375rem;
}
#container12.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container12.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container12.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container12.columns > .wrapper > .inner > *:first-child {
  margin-left: -6.375rem;
}
#container12.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container12.default > .wrapper > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container12.default > .wrapper > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container12.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-3.1875rem);
  width: calc(100% + 6.375rem + 0.4725px);
  max-width: none;
}
#container12.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 9.1875rem + 0.4725px);
}
#container12.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 9.1875rem + 0.4725px);
}
#container12.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(0rem) !important;
}
#container12.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(0rem) !important;
}
#container12.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container12.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container12.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container12.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 0rem);
  border-radius: inherit;
}
#container12.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container12.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container07:not(:first-child) {
  margin-top: 5rem !important;
}
#container07:not(:last-child) {
  margin-bottom: 5rem !important;
}
#container07 > .wrapper > .inner {
  text-align: left;
  padding: 0rem 6rem;
}
#container07 {
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
#container07 > .wrapper {
  width: 100%;
  max-width: 50rem;
}
#container07.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container07.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container07.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container07.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#container07.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 7rem;
}
#container07.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container07.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container07.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container07.columns > .wrapper > .inner > *:first-child {
  margin-left: -7rem;
}
#container07.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container07.default > .wrapper > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container07.default > .wrapper > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container07.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-3.5rem);
  width: calc(100% + 7rem + 0.4725px);
  max-width: none;
}
#container07.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 9.5rem + 0.4725px);
}
#container07.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 9.5rem + 0.4725px);
}
#container07.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(0rem) !important;
}
#container07.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(0rem) !important;
}
#container07.columns > .wrapper > .inner > div:first-child,
#container07.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}
#container07.columns > .wrapper > .inner > div:last-child,
#container07.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}
#container07.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container07.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container07.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container07.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 0rem);
  border-radius: inherit;
}
#container07.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container07.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container07 > .wrapper > .inner > :nth-child(1) {
  width: calc(50% + 3.5rem);
}
#container07 > .wrapper > .inner > :nth-child(2) {
  width: calc(50% + 3.5rem);
}
#container14:not(:first-child) {
  margin-top: 7.5rem !important;
}
#container14:not(:last-child) {
  margin-bottom: 6rem !important;
}
#container14 > .wrapper > .inner {
  text-align: left;
  padding: 0rem 6rem;
}
#container14 {
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
#container14 > .wrapper {
  width: 100%;
  max-width: 50rem;
}
#container14.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container14.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container14.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container14.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container14.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 6.375rem;
}
#container14.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container14.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container14.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container14.columns > .wrapper > .inner > *:first-child {
  margin-left: -6.375rem;
}
#container14.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container14.default > .wrapper > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container14.default > .wrapper > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container14.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-3.1875rem);
  width: calc(100% + 6.375rem + 0.4725px);
  max-width: none;
}
#container14.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 9.1875rem + 0.4725px);
}
#container14.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 9.1875rem + 0.4725px);
}
#container14.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(0rem) !important;
}
#container14.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(0rem) !important;
}
#container14.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container14.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container14.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container14.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 0rem);
  border-radius: inherit;
}
#container14.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container14.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container05:not(:last-child) {
  margin-bottom: 5rem !important;
}
#container05 > .wrapper > .inner {
  text-align: left;
  padding: 0rem 6rem;
}
#container05 {
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
#container05 > .wrapper {
  width: 100%;
  max-width: 100%;
}
#container05.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container05.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container05.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container05.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container05.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 6rem;
}
#container05.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container05.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container05.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container05.columns > .wrapper > .inner > *:first-child {
  margin-left: -6rem;
}
#container05.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container05.default > .wrapper > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container05.default > .wrapper > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container05.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-3rem);
  width: calc(100% + 6rem + 0.4725px);
  max-width: none;
}
#container05.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 9rem + 0.4725px);
}
#container05.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 9rem + 0.4725px);
}
#container05.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(0rem) !important;
}
#container05.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(0rem) !important;
}
#container05.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container05.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container05.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container05.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 0rem);
  border-radius: inherit;
}
#container05.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container05.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container05 > .wrapper > .inner > :nth-child(1) {
  width: calc(55% + 3rem);
}
#container05 > .wrapper > .inner > :nth-child(2) {
  width: calc(45% + 3rem);
}
#container03:not(:first-child) {
  margin-top: 7.25rem !important;
}
#container03:not(:last-child) {
  margin-bottom: 5rem !important;
}
#container03 > .wrapper > .inner {
  text-align: left;
  padding: 0rem 6rem;
}
#container03 {
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
#container03 > .wrapper {
  width: 100%;
  max-width: 50rem;
}
#container03.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container03.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container03.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container03.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container03.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 6.375rem;
}
#container03.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container03.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container03.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container03.columns > .wrapper > .inner > *:first-child {
  margin-left: -6.375rem;
}
#container03.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container03.default > .wrapper > .inner > .full:first-child {
  margin-top: 0rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container03.default > .wrapper > .inner > .full:last-child {
  margin-bottom: 0rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container03.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-3.1875rem);
  width: calc(100% + 6.375rem + 0.4725px);
  max-width: none;
}
#container03.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 9.1875rem + 0.4725px);
}
#container03.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 9.1875rem + 0.4725px);
}
#container03.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(0rem) !important;
}
#container03.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(0rem) !important;
}
#container03.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container03.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container03.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container03.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 0rem);
  border-radius: inherit;
}
#container03.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container03.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container29:not(:first-child) {
  margin-top: 0rem !important;
}
#container29 > .wrapper {
  display: inline-block;
  width: 99rem;
  background-attachment: fixed;
  background-color: #23232b;
  border-style: solid;
  border-color: #2c2c36;
  border-radius: 1rem;
  background-image: url("assets/images/container29.svg?v=7583b449");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
#container29 > .wrapper > .inner {
  text-align: left;
  padding: 5.5rem 5.5rem;
}
body.is-touch #container29 > .wrapper {
  background-attachment: scroll;
}
#container29.default > .wrapper > .inner > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container29.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container29.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container29.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container29.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 11rem;
}
#container29.columns > .wrapper > .inner > * > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
#container29.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container29.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container29.columns > .wrapper > .inner > *:first-child {
  margin-left: -11rem;
}
#container29.columns > .wrapper > .inner > *:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  margin-left: calc(-5.5rem - 0.5px);
  border-left: solid 1px #2c2c36;
  top: 5.5rem;
  height: calc(100% - 11rem);
}
#container29.columns > .wrapper > .inner > *:first-child:before {
  display: none;
}
#container29.default > .wrapper > .inner > .full {
  margin-left: calc(-5.5rem);
  width: calc(100% + 11rem + 0.4725px);
  max-width: none;
}
#container29.default > .wrapper > .inner > .full:first-child {
  margin-top: -5.5rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container29.default > .wrapper > .inner > .full:last-child {
  margin-bottom: -5.5rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container29.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-5.5rem + 0.5px);
  width: calc(100% + 11rem + 0.4725px - 1px);
  max-width: none;
}
#container29.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-5.5rem);
  width: calc(100% + 11rem + 0.4725px - 0.5px);
}
#container29.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 11rem + 0.4725px - 0.5px);
}
#container29.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(-5.5rem) !important;
}
#container29.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(-5.5rem) !important;
}
#container29.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container29.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container29.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container29.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 11rem);
  border-radius: inherit;
}
#container29.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container29.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
#container29 > .wrapper > .inner > :nth-child(1) {
  width: calc(50% + 5.5rem);
}
#container29 > .wrapper > .inner > :nth-child(2) {
  width: calc(50% + 5.5rem);
}
#container04 > .wrapper > .inner {
  text-align: center;
  padding: 6rem 6rem;
}
#container04 {
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
}
#container04 > .wrapper {
  width: 100%;
  max-width: 56rem;
}
#container04.default > .wrapper > .inner > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#container04.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
#container04.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
#container04.columns > .wrapper > .inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#container04.columns > .wrapper > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 0rem;
}
#container04.columns > .wrapper > .inner > * > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#container04.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
#container04.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
#container04.columns > .wrapper > .inner > *:first-child {
  margin-left: 0rem;
}
#container04.default > .wrapper > .inner > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 12rem + 0.4725px);
  max-width: none;
}
#container04.default > .wrapper > .inner > .full:first-child {
  margin-top: -6rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#container04.default > .wrapper > .inner > .full:last-child {
  margin-bottom: -6rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container04.columns > .wrapper > .inner > div > .full {
  margin-left: calc(-0rem);
  width: calc(100% + 0rem + 0.4725px);
  max-width: none;
}
#container04.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(-6rem);
  width: calc(100% + 6rem + 0.4725px);
}
#container04.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(100% + 6rem + 0.4725px);
}
#container04.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(-6rem) !important;
}
#container04.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(-6rem) !important;
}
#container04.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container04.columns > .wrapper > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
#container04.columns > .wrapper > .inner > .full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container04.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  height: calc(100% + 12rem);
  border-radius: inherit;
}
#container04.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#container04.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > *
  > * {
  height: 100%;
  border-radius: inherit;
}
.image {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.image a,
.image span {
  position: relative;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.image a img,
.image span img {
  display: block;
}
.image img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.image.full img {
  display: block;
}
.image.full:first-child img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.image.full:last-child img {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.image.full a,
.image.full span {
  display: block;
}
.image.style1:not(:first-child) {
  margin-top: 2rem !important;
}
.image.style1:not(:last-child) {
  margin-bottom: 2rem !important;
}
.image.style1 a,
.image.style1 span {
  border-radius: 1.125rem;
}
.image.style1 img {
  width: 3rem;
  border-radius: 1.125rem;
}
.image.style2:not(:first-child) {
  margin-top: 2rem !important;
}
.image.style2:not(:last-child) {
  margin-bottom: 2rem !important;
}
.image.style2 img {
  width: 100vw;
}
.list {
  display: block;
}
.list ul,
.list ol {
  display: inline-block;
  max-width: 100%;
  text-align: var(--site-language-alignment);
  vertical-align: middle;
}
.list ul li,
.list ol li {
  direction: var(--site-language-direction);
  display: flex;
  position: relative;
}
.list ul li:before,
.list ol li:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: relative;
  letter-spacing: 0 !important;
  font-variant: normal !important;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.list ul li p,
.list ol li p {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.list ul li:first-child,
.list ol li:first-child {
  margin-top: 0 !important;
}
#list02 {
  color: #7b7b8f;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 2;
  font-weight: 300;
}
#list02 mark {
  color: #c0c0cc;
  background-color: transparent;
}
#list02 a {
  color: #67657d;
  text-decoration: underline;
}
#list02 a:hover {
  text-decoration: none;
}
#list02 ul {
  width: 100rem;
}
#list02 ul li {
  margin-top: 0.25rem;
}
#list02 ul li p {
  padding: 0 0.625rem;
}
#list02 ul li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M2.6%2C20.8l1.5-1.5c0.2-0.2%2C0.5-0.2%2C0.7%2C0l11%2C11l21-21c0.2-0.2%2C0.5-0.2%2C0.7%2C0l1.5%2C1.5c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7L15.8%2C34.7%20L2.6%2C21.5C2.4%2C21.3%2C2.4%2C21%2C2.6%2C20.8z%22%20fill%3D%22%237B7B8F%22%20%2F%3E%3C%2Fsvg%3E");
  border-radius: 2rem;
  line-height: 2rem;
  height: 2rem;
  background-position: left 60%;
  background-size: contain;
  min-width: 1.03125rem;
}
#list03 {
  color: #7b7b8f;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 2;
  font-weight: 300;
}
#list03 mark {
  color: #c0c0cc;
  background-color: transparent;
}
#list03 a {
  color: #67657d;
  text-decoration: underline;
}
#list03 a:hover {
  text-decoration: none;
}
#list03 ul {
  width: 100rem;
}
#list03 ul li {
  margin-top: 0.25rem;
}
#list03 ul li p {
  padding: 0 0.625rem;
}
#list03 ul li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M2.6%2C20.8l1.5-1.5c0.2-0.2%2C0.5-0.2%2C0.7%2C0l11%2C11l21-21c0.2-0.2%2C0.5-0.2%2C0.7%2C0l1.5%2C1.5c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7L15.8%2C34.7%20L2.6%2C21.5C2.4%2C21.3%2C2.4%2C21%2C2.6%2C20.8z%22%20fill%3D%22%237B7B8F%22%20%2F%3E%3C%2Fsvg%3E");
  border-radius: 2rem;
  line-height: 2rem;
  height: 2rem;
  background-position: left 60%;
  background-size: contain;
  min-width: 1.03125rem;
}
@media (max-width: 1920px) {
  #main > .inner {
    width: 67rem;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 13pt;
  }
  #main > .inner {
    width: 67rem;
  }
  #container06 {
    background-attachment: scroll;
  }
  #container29 > .wrapper {
    background-attachment: scroll;
  }
}
@media (max-width: 1024px) {
  #main > .inner {
    width: 67rem;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 11pt;
  }
  #container05.columns > .wrapper > .inner {
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container05.columns > .wrapper > .inner > span {
    display: none;
  }
  #container05.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  #container05.columns > .wrapper > .inner > * {
    padding: 3rem 0 !important;
  }
  #container05.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  #container05.columns > .wrapper > .inner > div.after-spacer {
    padding-top: 0 !important;
  }
  #container05.columns > .wrapper > .inner > div.before-spacer {
    padding-bottom: 0 !important;
  }
  #container05.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-6rem);
    width: calc(100% + 12rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-6rem);
    width: calc(100% + 12rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-6rem);
    width: calc(100% + 12rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -3rem !important;
  }
  #container05.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -3rem !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container05.columns > .wrapper > .inner > div:first-of-type,
  #container05.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container05.columns > .wrapper > .inner > div:last-of-type,
  #container05.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container05.columns > .wrapper > .inner > div:first-of-type,
  #container05.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  #container05.columns > .wrapper > .inner > div:last-of-type,
  #container05.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container05.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 35rem;
  }
  #container05.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container05.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container05 > .wrapper > .inner > :nth-child(1) {
    width: 100% !important;
    min-height: 100% !important;
    text-align: inherit !important;
  }
  #container05 > .wrapper > .inner > :nth-child(2) {
    width: 100% !important;
    min-height: 100% !important;
    text-align: inherit !important;
  }
  #container29 > .wrapper > .inner {
    text-align: left !important;
  }
  #container29 > .wrapper > .inner h1,
  #container29 > .wrapper > .inner h2,
  #container29 > .wrapper > .inner h3,
  #container29 > .wrapper > .inner p {
    text-align: inherit !important;
  }
  #container29.columns > .wrapper > .inner {
    -moz-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container29.columns > .wrapper > .inner > span {
    display: none;
  }
  #container29.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
  #container29.columns > .wrapper > .inner > * {
    padding: 5.5rem 0 !important;
  }
  #container29.columns > .wrapper > .inner > *:before {
    top: auto !important;
    height: 0 !important;
    margin-left: 0 !important;
    border-top: solid 1px #2c2c36 !important;
    margin-top: calc(-5.5rem - 0.5px) !important;
    left: 5.5rem !important;
    width: calc(100% - 11rem) !important;
  }
  #container29.columns > .wrapper > .inner > *:last-child {
    padding-top: 0 !important;
  }
  #container29.columns > .wrapper > .inner > div.after-spacer {
    padding-bottom: 0 !important;
  }
  #container29.columns > .wrapper > .inner > div.before-spacer {
    padding-top: 0 !important;
  }
  #container29.columns > .wrapper > .inner > *:first-child:before {
    display: block !important;
  }
  #container29.columns > .wrapper > .inner > *:last-child:before {
    display: none !important;
  }
  #container29.columns > .wrapper > .inner > div.after-spacer:after {
    display: none !important;
  }
  #container29.columns > .wrapper > .inner > div.before-spacer:before {
    display: none !important;
  }
  #container29.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-5.5rem);
    width: calc(100% + 11rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-5.5rem);
    width: calc(100% + 11rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-5.5rem);
    width: calc(100% + 11rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(-5.5rem + 0.5px) !important;
  }
  #container29.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(-5.5rem + 0.5px) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    margin-top: calc(-5.5rem) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    margin-bottom: calc(-5.5rem) !important;
  }
  #container29.columns > .wrapper > .inner > div:last-of-type,
  #container29.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container29.columns > .wrapper > .inner > div:first-of-type,
  #container29.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container29.columns > .wrapper > .inner > div:last-of-type,
  #container29.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-right-radius: 0 !important;
  }
  #container29.columns > .wrapper > .inner > div:first-of-type,
  #container29.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: 0 !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container29.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 35rem;
  }
  #container29.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container29.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container29 > .wrapper > .inner > :nth-child(1) {
    width: 100% !important;
    min-height: 100% !important;
    text-align: inherit !important;
  }
  #container29 > .wrapper > .inner > :nth-child(2) {
    width: 100% !important;
    min-height: 100% !important;
    text-align: inherit !important;
  }
}
@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }
  #main > .inner {
    padding: 0rem 0rem;
  }
  #main > .inner > * {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  #main > .inner > .full {
    margin-left: calc(0rem);
    width: calc(100% + 0rem + 0.4725px);
    max-width: calc(100% + 0rem + 0.4725px);
  }
  #main > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #main > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #main > .inner > .full.screen {
    margin-left: -50vw;
  }
  #text23 {
    letter-spacing: 0.0875rem;
    width: calc(100% + 0.0875rem);
    font-size: 1em;
    line-height: 1.625;
  }
  #text24:not(:first-child) {
    margin-top: 0rem !important;
  }
  #text24:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  #text24 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 3.25em;
    line-height: 1.375;
  }
  #text18 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.75;
  }
  h1.style5,
  h2.style5,
  h3.style5,
  p.style5 {
    letter-spacing: 0.0875rem;
    width: calc(100% + 0.0875rem);
    font-size: 1em;
    line-height: 1.625;
  }
  h1.style1:not(:first-child),
  h2.style1:not(:first-child),
  h3.style1:not(:first-child),
  p.style1:not(:first-child) {
    margin-top: 0rem !important;
  }
  h1.style1:not(:last-child),
  h2.style1:not(:last-child),
  h3.style1:not(:last-child),
  p.style1:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  h1.style1,
  h2.style1,
  h3.style1,
  p.style1 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 3em;
    line-height: 1.25;
  }
  h1.style4,
  h2.style4,
  h3.style4,
  p.style4 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.75;
  }
  h1.style3,
  h2.style3,
  h3.style3,
  p.style3 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5;
  }
  h1.style6,
  h2.style6,
  h3.style6,
  p.style6 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.75;
  }
  h1.style2,
  h2.style2,
  h3.style2,
  p.style2 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.5;
  }
  #text26 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.75;
  }
  #text06 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 3.5em;
    line-height: 1.25;
  }
  #text29 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.75;
  }
  #text05 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 3.5em;
    line-height: 1.25;
  }
  #buttons01 li a {
    font-size: 1.125em;
    letter-spacing: 0rem;
  }
  #buttons01 li a svg {
    width: 1em;
  }
  #buttons04 li a {
    font-size: 1.125em;
    letter-spacing: 0rem;
  }
  #buttons03 li a {
    font-size: 1.125em;
    letter-spacing: 0rem;
  }
  #buttons03 li a svg {
    width: 1em;
  }
  #container06 > .wrapper > .inner {
    padding: 0rem 2.5rem;
  }
  #container06 > .wrapper {
    max-width: 100%;
  }
  #container06.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container06.columns > .wrapper > .inner {
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container06.columns > .wrapper > .inner > span {
    display: none;
  }
  #container06.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container06.columns > .wrapper > .inner > * {
    padding: 0.6875rem 0 !important;
  }
  #container06.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  #container06.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  #container06.columns > .wrapper > .inner > div.after-spacer {
    padding-top: 0 !important;
  }
  #container06.columns > .wrapper > .inner > div.before-spacer {
    padding-bottom: 0 !important;
  }
  #container06.default > .wrapper > .inner > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container06.default > .wrapper > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #container06.default > .wrapper > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #container06.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container06.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container06.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container06.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -0.6875rem !important;
  }
  #container06.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -0.6875rem !important;
  }
  #container06.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container06.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container06.columns > .wrapper > .inner > div:first-of-type,
  #container06.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container06.columns > .wrapper > .inner > div:last-of-type,
  #container06.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container06.columns > .wrapper > .inner > div:first-of-type,
  #container06.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  #container06.columns > .wrapper > .inner > div:last-of-type,
  #container06.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  #container06.columns > .wrapper > .inner > .full {
    min-height: 51rem;
  }
  #container06.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container06.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
  }
  #container06.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container06.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container12:not(:first-child) {
    margin-top: 5rem !important;
  }
  #container12 > .wrapper > .inner {
    padding: 0rem 2.5rem;
  }
  #container12 > .wrapper {
    max-width: 100%;
  }
  #container12.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container12.columns > .wrapper > .inner {
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container12.columns > .wrapper > .inner > span {
    display: none;
  }
  #container12.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container12.columns > .wrapper > .inner > * {
    padding: 1.375rem 0 !important;
  }
  #container12.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  #container12.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  #container12.columns > .wrapper > .inner > div.after-spacer {
    padding-top: 0 !important;
  }
  #container12.columns > .wrapper > .inner > div.before-spacer {
    padding-bottom: 0 !important;
  }
  #container12.default > .wrapper > .inner > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container12.default > .wrapper > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #container12.default > .wrapper > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #container12.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container12.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container12.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container12.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.375rem !important;
  }
  #container12.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.375rem !important;
  }
  #container12.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container12.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container12.columns > .wrapper > .inner > div:first-of-type,
  #container12.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container12.columns > .wrapper > .inner > div:last-of-type,
  #container12.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container12.columns > .wrapper > .inner > div:first-of-type,
  #container12.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  #container12.columns > .wrapper > .inner > div:last-of-type,
  #container12.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  #container12.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container12.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
  }
  #container12.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container12.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container07:not(:first-child) {
    margin-top: 4rem !important;
  }
  #container07:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  #container07 > .wrapper > .inner {
    text-align: left !important;
    padding: 0rem 2.5rem;
  }
  #container07 > .wrapper > .inner h1,
  #container07 > .wrapper > .inner h2,
  #container07 > .wrapper > .inner h3,
  #container07 > .wrapper > .inner p {
    text-align: inherit !important;
  }
  #container07 > .wrapper {
    max-width: 100%;
  }
  #container07.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container07.columns > .wrapper > .inner {
    -moz-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container07.columns > .wrapper > .inner > span {
    display: none;
  }
  #container07.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container07.columns > .wrapper > .inner > * {
    padding: 1.75rem 0 !important;
  }
  #container07.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
  #container07.columns > .wrapper > .inner > *:last-child {
    padding-top: 0 !important;
  }
  #container07.columns > .wrapper > .inner > div.after-spacer {
    padding-bottom: 0 !important;
  }
  #container07.columns > .wrapper > .inner > div.before-spacer {
    padding-top: 0 !important;
  }
  #container07.default > .wrapper > .inner > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container07.default > .wrapper > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #container07.default > .wrapper > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #container07.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container07.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container07.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container07.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.75rem !important;
  }
  #container07.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.75rem !important;
  }
  #container07.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container07.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container07.columns > .wrapper > .inner > div:last-of-type,
  #container07.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container07.columns > .wrapper > .inner > div:first-of-type,
  #container07.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container07.columns > .wrapper > .inner > div:last-of-type,
  #container07.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-right-radius: 0 !important;
  }
  #container07.columns > .wrapper > .inner > div:first-of-type,
  #container07.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: 0 !important;
  }
  #container07.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container07.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
  }
  #container07.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container07.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container07 > .wrapper > .inner > :nth-child(1) {
    width: 100% !important;
    min-height: 100% !important;
    text-align: inherit !important;
  }
  #container07 > .wrapper > .inner > :nth-child(2) {
    width: 100% !important;
    min-height: 100% !important;
    text-align: inherit !important;
  }
  #container14:not(:first-child) {
    margin-top: 6rem !important;
  }
  #container14:not(:last-child) {
    margin-bottom: 3rem !important;
  }
  #container14 > .wrapper > .inner {
    padding: 0rem 2.5rem;
  }
  #container14 > .wrapper {
    max-width: 100%;
  }
  #container14.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container14.columns > .wrapper > .inner {
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container14.columns > .wrapper > .inner > span {
    display: none;
  }
  #container14.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container14.columns > .wrapper > .inner > * {
    padding: 1.375rem 0 !important;
  }
  #container14.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  #container14.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  #container14.columns > .wrapper > .inner > div.after-spacer {
    padding-top: 0 !important;
  }
  #container14.columns > .wrapper > .inner > div.before-spacer {
    padding-bottom: 0 !important;
  }
  #container14.default > .wrapper > .inner > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container14.default > .wrapper > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #container14.default > .wrapper > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #container14.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container14.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container14.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container14.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.375rem !important;
  }
  #container14.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.375rem !important;
  }
  #container14.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container14.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container14.columns > .wrapper > .inner > div:first-of-type,
  #container14.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container14.columns > .wrapper > .inner > div:last-of-type,
  #container14.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container14.columns > .wrapper > .inner > div:first-of-type,
  #container14.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  #container14.columns > .wrapper > .inner > div:last-of-type,
  #container14.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  #container14.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container14.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
  }
  #container14.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container14.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container05:not(:last-child) {
    margin-bottom: 5rem !important;
  }
  #container05 > .wrapper > .inner {
    padding: 0rem 2.5rem;
  }
  #container05 > .wrapper {
    max-width: 100%;
  }
  #container05.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container05.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container05.columns > .wrapper > .inner > * {
    padding: 1.75rem 0 !important;
  }
  #container05.columns > .wrapper > .inner > *:first-child {
    margin-left: -3.5rem;
  }
  #container05.default > .wrapper > .inner > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container05.default > .wrapper > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #container05.default > .wrapper > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #container05.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.75rem !important;
  }
  #container05.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.75rem !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    max-height: none;
  }
  #container05 > .wrapper > .inner > :nth-child(1) {
    width: calc(55% + 1.75rem);
  }
  #container05 > .wrapper > .inner > :nth-child(2) {
    width: calc(45% + 1.75rem);
  }
  #container03:not(:first-child) {
    margin-top: 6rem !important;
  }
  #container03:not(:last-child) {
    margin-bottom: 4rem !important;
  }
  #container03 > .wrapper > .inner {
    padding: 0rem 2.5rem;
  }
  #container03 > .wrapper {
    max-width: 100%;
  }
  #container03.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container03.columns > .wrapper > .inner {
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -moz-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #container03.columns > .wrapper > .inner > span {
    display: none;
  }
  #container03.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container03.columns > .wrapper > .inner > * {
    padding: 1.375rem 0 !important;
  }
  #container03.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  #container03.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  #container03.columns > .wrapper > .inner > div.after-spacer {
    padding-top: 0 !important;
  }
  #container03.columns > .wrapper > .inner > div.before-spacer {
    padding-bottom: 0 !important;
  }
  #container03.default > .wrapper > .inner > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container03.default > .wrapper > .inner > .full:first-child {
    margin-top: 0rem !important;
  }
  #container03.default > .wrapper > .inner > .full:last-child {
    margin-bottom: 0rem !important;
  }
  #container03.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container03.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container03.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.5rem);
    width: calc(100% + 5rem + 0.4725px);
  }
  #container03.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.375rem !important;
  }
  #container03.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.375rem !important;
  }
  #container03.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(0rem) !important;
  }
  #container03.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(0rem) !important;
  }
  #container03.columns > .wrapper > .inner > div:first-of-type,
  #container03.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #container03.columns > .wrapper > .inner > div:last-of-type,
  #container03.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  #container03.columns > .wrapper > .inner > div:first-of-type,
  #container03.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  #container03.columns > .wrapper > .inner > div:last-of-type,
  #container03.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  #container03.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  #container03.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    position: relative;
    width: 100%;
    height: auto;
  }
  #container03.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > * {
    height: auto;
  }
  #container03.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > *
    > iframe {
    height: 100%;
  }
  #container29:not(:first-child) {
    margin-top: 0rem !important;
  }
  #container29:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  #container29 > .wrapper > .inner {
    padding: 3.5rem 3rem;
  }
  #container29.default > .wrapper > .inner > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container29.columns > .wrapper > .inner > * > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  #container29.columns > .wrapper > .inner > * {
    padding: 4.375rem 0 !important;
  }
  #container29.columns > .wrapper > .inner > *:first-child {
    margin-left: -8.75rem;
  }
  #container29.columns > .wrapper > .inner > *:before {
    margin-left: calc(-4.375rem - 0.5px);
    top: 3.5rem;
    height: calc(100% - 7rem);
    margin-top: calc(-4.375rem - 0.5px) !important;
    left: 3rem !important;
    width: calc(100% - 6rem) !important;
  }
  #container29.default > .wrapper > .inner > .full {
    margin-left: calc(-3rem);
    width: calc(100% + 6rem + 0.4725px);
  }
  #container29.default > .wrapper > .inner > .full:first-child {
    margin-top: -3.5rem !important;
  }
  #container29.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -3.5rem !important;
  }
  #container29.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-3rem);
    width: calc(100% + 6rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-3rem);
    width: calc(100% + 6rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-3rem);
    width: calc(100% + 6rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(-4.375rem + 0.5px) !important;
  }
  #container29.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(-4.375rem + 0.5px) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    margin-top: calc(-3.5rem) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    margin-bottom: calc(-3.5rem) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    max-height: none;
  }
  #container29 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + 4.37rem);
  }
  #container29 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + 4.37rem);
  }
  #container04:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  #container04 > .wrapper > .inner {
    padding: 3.375rem 2rem;
  }
  #container04 > .wrapper {
    max-width: 100%;
  }
  #container04.default > .wrapper > .inner > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  #container04.columns > .wrapper > .inner > * > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  #container04.columns > .wrapper > .inner > * {
    padding: 0 0 0 0rem;
  }
  #container04.columns > .wrapper > .inner > *:first-child {
    margin-left: 0rem;
  }
  #container04.default > .wrapper > .inner > .full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
  }
  #container04.default > .wrapper > .inner > .full:first-child {
    margin-top: -3.375rem !important;
  }
  #container04.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -3.375rem !important;
  }
  #container04.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-0rem);
    width: calc(100% + 0rem + 0.4725px);
  }
  #container04.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(-2rem);
    width: calc(100% + 2rem + 0.4725px);
  }
  #container04.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + 2rem + 0.4725px);
  }
  #container04.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(-3.375rem) !important;
  }
  #container04.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(-3.375rem) !important;
  }
  #container04.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: calc(100% + 6.75rem);
  }
  .image.style1:not(:first-child) {
    margin-top: 2rem !important;
  }
  .image.style1:not(:last-child) {
    margin-bottom: 2rem !important;
  }
  .image.style1 img {
    width: 3.5rem;
  }
  .image.style2:not(:first-child) {
    margin-top: 1.5rem !important;
  }
  .image.style2:not(:last-child) {
    margin-bottom: 1.5rem !important;
  }
  .image.style2 img {
    width: 100vw;
  }
  #list02 {
    letter-spacing: 0rem;
    font-size: 1em;
    line-height: 2;
  }
  #list02 ul li {
    margin-top: 0.25rem;
  }
  #list02 ul li p {
    padding: 0 0.625rem;
  }
  #list02 ul li:before {
    line-height: 2rem;
    height: 2rem;
    min-width: 1.03125rem;
  }
  #list03 {
    letter-spacing: 0rem;
    font-size: 1em;
    line-height: 2;
  }
  #list03 ul li {
    margin-top: 0.25rem;
  }
  #list03 ul li p {
    padding: 0 0.625rem;
  }
  #list03 ul li:before {
    line-height: 2rem;
    height: 2rem;
    min-width: 1.03125rem;
  }
}
@media (max-width: 480px) {
  #main > .inner > * {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  #buttons03 li a {
    width: 12rem;
  }
  #container06.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container06.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container12.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container12.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container07.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container07.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container14.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container14.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container05.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container05.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container03.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container03.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container29.default > .wrapper > .inner > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container29.columns > .wrapper > .inner > * > * {
    margin-top: 1.53125rem;
    margin-bottom: 1.53125rem;
  }
  #container04.default > .wrapper > .inner > * {
    margin-top: 0.65625rem;
    margin-bottom: 0.65625rem;
  }
  #container04.columns > .wrapper > .inner > * > * {
    margin-top: 0.65625rem;
    margin-bottom: 0.65625rem;
  }
}
@media (max-width: 360px) {
  #main > .inner {
    padding: 0rem 0rem;
  }
  #main > .inner > * {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  #main > .inner > .full {
    margin-left: calc(-0rem);
    width: calc(100% + 0rem + 0.4725px);
    max-width: calc(100% + 0rem + 0.4725px);
  }
  #main > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #main > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #main > .inner > .full.screen {
    margin-left: -50vw;
  }
  #text23 {
    font-size: 1em;
  }
  #text24 {
    font-size: 3.25em;
  }
  #text18 {
    font-size: 1em;
  }
  h1.style5,
  h2.style5,
  h3.style5,
  p.style5 {
    font-size: 1em;
  }
  h1.style1,
  h2.style1,
  h3.style1,
  p.style1 {
    font-size: 3em;
  }
  h1.style4,
  h2.style4,
  h3.style4,
  p.style4 {
    font-size: 1.125em;
  }
  h1.style3,
  h2.style3,
  h3.style3,
  p.style3 {
    font-size: 1.5em;
  }
  h1.style6,
  h2.style6,
  h3.style6,
  p.style6 {
    font-size: 1.125em;
  }
  h1.style2,
  h2.style2,
  h3.style2,
  p.style2 {
    font-size: 1.875em;
  }
  #text26 {
    font-size: 1.25em;
  }
  #text06 {
    font-size: 3.5em;
  }
  #text29 {
    font-size: 1.25em;
  }
  #text05 {
    font-size: 3.5em;
  }
  #buttons01 {
    width: calc(100% + 1.125rem);
    margin-left: -0.5625rem;
  }
  #buttons01 li {
    max-width: calc(100% - 1.125rem);
    margin: 0.5625rem;
  }
  #buttons04 {
    width: calc(100% + 0.84375rem);
    margin-left: -0.421875rem;
  }
  #buttons04 li {
    max-width: calc(100% - 0.84375rem);
    margin: 0.421875rem;
  }
  #buttons03 {
    width: calc(100% + 0.84375rem);
    margin-left: -0.421875rem;
  }
  #buttons03 li {
    max-width: calc(100% - 0.84375rem);
    margin: 0.421875rem;
  }
  #container06 > .wrapper > .inner {
    padding: 0rem 1.875rem;
  }
  #container06.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container06.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container06.default > .wrapper > .inner > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container06.default > .wrapper > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #container06.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #container06.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container06.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container06.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container06.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -0.6875rem !important;
  }
  #container06.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -0.6875rem !important;
  }
  #container06.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(-0rem) !important;
  }
  #container06.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(-0rem) !important;
  }
  #container06.columns > .wrapper > .inner > .full {
    min-height: 51rem;
  }
  #container12 > .wrapper > .inner {
    padding: 0rem 1.875rem;
  }
  #container12.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container12.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container12.default > .wrapper > .inner > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container12.default > .wrapper > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #container12.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #container12.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container12.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container12.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container12.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.375rem !important;
  }
  #container12.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.375rem !important;
  }
  #container12.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(-0rem) !important;
  }
  #container12.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(-0rem) !important;
  }
  #container07 > .wrapper > .inner {
    padding: 0rem 1.875rem;
  }
  #container07.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container07.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container07.default > .wrapper > .inner > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container07.default > .wrapper > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #container07.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #container07.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container07.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container07.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container07.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.75rem !important;
  }
  #container07.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.75rem !important;
  }
  #container07.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    margin-top: calc(-0rem) !important;
  }
  #container07.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    margin-bottom: calc(-0rem) !important;
  }
  #container14 > .wrapper > .inner {
    padding: 0rem 1.875rem;
  }
  #container14.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container14.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container14.default > .wrapper > .inner > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container14.default > .wrapper > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #container14.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #container14.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container14.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container14.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container14.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.375rem !important;
  }
  #container14.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.375rem !important;
  }
  #container14.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(-0rem) !important;
  }
  #container14.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(-0rem) !important;
  }
  #container05 > .wrapper > .inner {
    padding: 0rem 1.875rem;
  }
  #container05.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container05.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container05.default > .wrapper > .inner > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container05.default > .wrapper > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #container05.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #container05.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container05.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.75rem !important;
  }
  #container05.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.75rem !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(-0rem) !important;
  }
  #container05.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(-0rem) !important;
  }
  #container03 > .wrapper > .inner {
    padding: 0rem 1.875rem;
  }
  #container03.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container03.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container03.default > .wrapper > .inner > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container03.default > .wrapper > .inner > .full:first-child {
    margin-top: -0rem !important;
  }
  #container03.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -0rem !important;
  }
  #container03.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container03.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container03.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-1.875rem);
    width: calc(100% + 3.75rem + 0.4725px);
  }
  #container03.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: -1.375rem !important;
  }
  #container03.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: -1.375rem !important;
  }
  #container03.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(-0rem) !important;
  }
  #container03.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(-0rem) !important;
  }
  #container29 > .wrapper > .inner {
    padding: 2.625rem 2.25rem;
  }
  #container29.default > .wrapper > .inner > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container29.columns > .wrapper > .inner > * > * {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  #container29.columns > .wrapper > .inner > *:before {
    top: 2.625rem;
    height: calc(100% - 5.25rem);
    left: 2.25rem !important;
    width: calc(100% - 4.5rem) !important;
  }
  #container29.default > .wrapper > .inner > .full {
    margin-left: calc(-2.25rem);
    width: calc(100% + 4.5rem + 0.4725px);
  }
  #container29.default > .wrapper > .inner > .full:first-child {
    margin-top: -2.625rem !important;
  }
  #container29.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -2.625rem !important;
  }
  #container29.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-2.25rem);
    width: calc(100% + 4.5rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div:first-of-type > .full {
    margin-left: calc(-2.25rem);
    width: calc(100% + 4.5rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div:last-of-type > .full {
    margin-left: calc(-2.25rem);
    width: calc(100% + 4.5rem + 0.4725px);
  }
  #container29.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(-4.375rem + 0.5px) !important;
  }
  #container29.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(-4.375rem + 0.5px) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    margin-top: calc(-2.625rem) !important;
  }
  #container29.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    margin-bottom: calc(-2.625rem) !important;
  }
  #container04 > .wrapper > .inner {
    padding: 2.53125rem 1.5rem;
  }
  #container04.default > .wrapper > .inner > * {
    margin-top: 0.5625rem;
    margin-bottom: 0.5625rem;
  }
  #container04.columns > .wrapper > .inner > * > * {
    margin-top: 0.5625rem;
    margin-bottom: 0.5625rem;
  }
  #container04.default > .wrapper > .inner > .full {
    margin-left: calc(-1.5rem);
    width: calc(100% + 3rem + 0.4725px);
  }
  #container04.default > .wrapper > .inner > .full:first-child {
    margin-top: -2.53125rem !important;
  }
  #container04.default > .wrapper > .inner > .full:last-child {
    margin-bottom: -2.53125rem !important;
  }
  #container04.columns > .wrapper > .inner > div > .full {
    margin-left: calc(-0rem);
    width: calc(100% + 0rem + 0.4725px);
  }
  #container04.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(-1.5rem);
    width: calc(100% + 1.5rem + 0.4725px);
  }
  #container04.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + 1.5rem + 0.4725px);
  }
  #container04.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(-2.53125rem) !important;
  }
  #container04.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(-2.53125rem) !important;
  }
  #container04.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: calc(100% + 5.0625rem);
  }
  #list02 {
    font-size: 1em;
  }
  #list02 ul li p {
    padding: 0 0.625rem;
  }
  #list02 ul li:before {
    line-height: 2rem;
    height: 2rem;
    min-width: 1.03125rem;
  }
  #list03 {
    font-size: 1em;
  }
  #list03 ul li p {
    padding: 0 0.625rem;
  }
  #list03 ul li:before {
    line-height: 2rem;
    height: 2rem;
    min-width: 1.03125rem;
  }
}


a.btn-google{
  color:#fff
}
.btn{
  width: 200px;
  height: 50px;
  padding:10px 16px;
  margin:5px;
  font-size:18px;
  line-height:1.3333333;
  border-radius:12px;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  border:2px solid transparent;
  font-weight:500;
  text-decoration:none;
  display:inline-block
}
.btn:active:focus,.btn:focus{
  outline:0
}
.btn:focus,.btn:hover{
  color:#333;
  text-decoration:none;
  outline:0
}
.btn:active{
  outline:0;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-google{
  color:#fff;
  background-color:#111;
  border-color:#000;
  padding:15px 16px 5px 40px;
  position:relative;
  font-family: "Sora", sans-serif;
  font-weight:600
}
.btn-google:focus{
  color:#fff;
  background-color:#555;
  border-color:#000
}
.btn-google:active,.btn-google:hover{
  color:#fff;
  background-color:#555;
  border-color:#000;
}
.btn-google:before{
  content:"";
  background-image:url(https://4.bp.blogspot.com/-52U3eP2JDM4/WSkIT1vbUxI/AAAAAAAArQA/iF1BeARv2To-2FGQU7V6UbNPivuv_lccACLcB/s30/nexus2cee_ic_launcher_play_store_new-1.png);
  background-size:cover;
  background-repeat:no-repeat;
  width:34px;
  height:34px;
  position:absolute;
  left:13px;
  top:50%;
  margin-top:-15px
}
.btn-google:after{
  content:"Disponível no";
  position:absolute;
  top:3px;
  left:56px;
  font-size:13px;
  font-weight:400;
}

/* Card Central */

._center {
  margin: auto;
}

.belamed-container {
  width: 160px;
  background: white;
  border-radius: 12px;
  box-shadow: inset 0 0 1em rgb(167, 162, 162, 0.2), 0 0 1em black;
  display: flex;
  align-items: center;
  padding: 24px;
}
.belamed-container > img {
  width: 120px;
  display: block;
}
.belamed-container > .text-container {
  align-items: center;
}
/* Posicionamento em telefones paisagem e abaixo */
@media (max-width: 480px) {
  .tam-belamed {    
    margin-top:-100px !important;}
   }
  
  /* Posicionamento em tablet retrato */
  @media (max-width: 767px) {
  .tam-belamed {    
    margin-top:-100px !important;}
  }
  
  /* Posicionamento retrato a paisagem e desktop */
  @media (min-width: 768px) and (max-width: 979px) {
  .tam-belamed {    
    margin-top:-100px !important;}
  }
  
  /* Posicionamento em desktop */
  @media (min-width: 1200px) {
  .tam-belamed {
      margin-top:-20px !important;}
  }
.app-badge {
  height: 3rem;
}

a.btn-appstore{
  color:#fff
}
.btn-appstore{
  color:#fff;
  background-color:#111;
  border-color:#000;
  padding:15px 16px 5px 40px;
  position:relative;
  font-family: "Sora", sans-serif;
  font-weight:600
}
.btn-appstore:focus{
  color:#fff;
  background-color:#555;
  border-color:#000
}
.btn-appstore:active,.btn-appstore:hover{
  color:#fff;
  background-color:#555;
  border-color:#000;
}
.btn-appstore:before{
  content:"";
  background-image:url(https://qr.xfarmacia.com.br/css/apple2.svg);
  background-size:cover;
  background-repeat:no-repeat;
  width:24px;
  height:29.53px;
  position:absolute;
  left:13px;
  top:50%;
  margin-top:-15px
}
.btn-appstore:after{
  content:" Baixar na";
  position:absolute;
  top:3px;
  left:56px;
  font-size:13px;
  font-weight:400;
}