html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
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;
}

img {
  vertical-align: middle;
}

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;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 41px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.bricks--page {
  width: 100%;
}

.bricks--section {
  width: 100%;
}

.bricks--section>div {
  margin-left: auto;
  margin-right: auto;
}

.bricks--row {
  display: flex;
  flex-flow: column nowrap;
}

.bricks--column>div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bricks--component-box {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bricks--row {
    flex-flow: row nowrap;
  }
}

.bricks-form {
  height: auto;
  width: 100%;
}

.bricks-form__fieldset {
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.bricks-form__field {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.bricks-form__field--hidden {
  display: none;
}

.bricks-form__label {
  position: relative !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.4em;
  line-height: 1.25;
  vertical-align: middle;
}

.bricks-form__input {
  display: block;
  width: 100%;
  padding: 0 0.5em;
  line-height: 1.42857;
}

.bricks-form__input.error {
  border: 1px solid red !important;
}

.bricks-form__field__option .bricks-form__label {
  padding-left: 1.33em;
  margin-bottom: 0.2em;
}

.bricks-form__field__option .bricks-form__label input[type="checkbox"],
.bricks-form__field__option .bricks-form__label input[type="radio"] {
  margin: 0px 0px 0px -1.33em;
}

.bricks-form__submit {
  position: relative;
}




.bricks--component-video div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  line-height: 0;
  box-sizing: border-box;
}

.bricks--component-video div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.bricks--component-text {
  color: #333;
  line-height: 1.42;
  overflow: hidden;
  word-wrap: break-word;
}

.bricks--component-text a {
  color: #31a2ff;
  text-decoration: none;
}

.bricks--component-text sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.bricks--component-text sub {
  bottom: -0.25em;
}

.bricks--component-text sup {
  top: -0.5em;
}

.bricks--component-text ol,
.bricks--component-text ul {
  padding-left: 1.5em;
}

.bricks--component-text ol>li,
.bricks--component-text ul>li {
  list-style-type: none;
}

.bricks--component-text ul>li::before {
  content: '\2022';
}

.bricks--component-text li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.bricks--component-text li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.bricks--component-text li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.bricks--component-text ol li:not(.ql-direction-rtl),
.bricks--component-text ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.bricks--component-text ol li.ql-direction-rtl,
.bricks--component-text ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.bricks--component-text ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.bricks--component-text ol li:before {
  content: counter(list-0, decimal) '. ';
}

.bricks--component-text ol li.ql-indent-1 {
  counter-increment: list-1;
}

.bricks--component-text ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.bricks--component-text ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.bricks--component-text ol li.ql-indent-2 {
  counter-increment: list-2;
}

.bricks--component-text ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.bricks--component-text ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.bricks--component-text ol li.ql-indent-3 {
  counter-increment: list-3;
}

.bricks--component-text ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.bricks--component-text ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.bricks--component-text ol li.ql-indent-4 {
  counter-increment: list-4;
}

.bricks--component-text ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.bricks--component-text ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.bricks--component-text ol li.ql-indent-5 {
  counter-increment: list-5;
}

.bricks--component-text ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.bricks--component-text ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.bricks--component-text ol li.ql-indent-6 {
  counter-increment: list-6;
}

.bricks--component-text ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.bricks--component-text ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.bricks--component-text ol li.ql-indent-7 {
  counter-increment: list-7;
}

.bricks--component-text ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.bricks--component-text ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.bricks--component-text ol li.ql-indent-8 {
  counter-increment: list-8;
}

.bricks--component-text ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.bricks--component-text ol li.ql-indent-8 {
  counter-reset: list-9;
}

.bricks--component-text ol li.ql-indent-9 {
  counter-increment: list-9;
}

.bricks--component-text ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.bricks--component-text .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.bricks--component-text li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.bricks--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.bricks--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.bricks--component-text .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.bricks--component-text li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.bricks--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.bricks--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.bricks--component-text .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.bricks--component-text li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.bricks--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.bricks--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.bricks--component-text .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.bricks--component-text li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.bricks--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.bricks--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.bricks--component-text .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.bricks--component-text li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.bricks--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.bricks--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.bricks--component-text .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.bricks--component-text li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.bricks--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.bricks--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.bricks--component-text .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.bricks--component-text li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.bricks--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.bricks--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.bricks--component-text .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.bricks--component-text li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.bricks--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.bricks--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.bricks--component-text .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.bricks--component-text li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.bricks--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.bricks--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.bricks--component-text .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}


.bricks--section>div {
  max-width: 990px;
}



.choices {
  position: relative;
}

.rd-choices {
  margin-bottom: 24px;
  font-size: 16px;
  background-color: #FFF;
  height: 38px;
}

[class^="rdstation-popup-position"]:not(.floating-button) .choices {
  height: 45px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.rd-is-disabled .rd-choices__inner,
.choices.rd-is-disabled .rd-choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}

.choices.rd-is-disabled .rd-choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .rd-choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .rd-choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*="select-one"] .rd-choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*="select-one"] .rd-choices__button:hover,
.choices[data-type*="select-one"] .rd-choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .rd-choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].rd-is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .rd-choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .rd-choices__inner,
.choices[data-type*="text"] .rd-choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .rd-choices__button,
.choices[data-type*="text"] .rd-choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*="select-multiple"] .rd-choices__button:hover,
.choices[data-type*="select-multiple"] .rd-choices__button:focus,
.choices[data-type*="text"] .rd-choices__button:hover,
.choices[data-type*="text"] .rd-choices__button:focus {
  opacity: 1;
}

/* .rd-choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    overflow: hidden;
  } */

.rd-choices__inner {
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 38px;
  border: 1px solid #5897fb;
}

.rd-is-focused .rd-choices__inner,
.rd-is-open .rd-choices__inner {
  border-color: #5897fb !important;
}

.rd-is-open .rd-choices__inner {
  border-radius: 2.5px 2.5px 0 0 !important;
  border-bottom: none !important;
}

.rd-is-flipped.rd-is-open .rd-choices__inner {
  border-radius: 0 0 2.5px 2.5px !important;
  border-bottom: 1px solid #5897fb !important;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.rd-choices__list {
  padding: 4px !important;
}

.rd-choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
  line-height: 28px !important;
}

[class^="rdstation-popup-position"]:not(.floating-button) .rd-choices__list--single {
  line-height: 35px !important;
}

[dir="rtl"] .rd-choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.rd-choices__list--single .rd-choices__item {
  width: 100%;
}

.rd-choices__list--multiple {
  display: inline;
}

.rd-choices__list--multiple .rd-choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}

.rd-choices__list--multiple .rd-choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .rd-choices__list--multiple .rd-choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.rd-choices__list--multiple .rd-choices__item.rd-is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.rd-is-disabled .rd-choices__list--multiple .rd-choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
}

.rd-choices__list--dropdown {
  display: none;
  z-index: 999999 !important;
  background-color: #FFFFFF;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  border-bottom: 1px solid #cacaca !important;
  border-left: 1px solid #cacaca !important;
  border-right: 1px solid #cacaca !important;
}

.rd-choices__list--dropdown.rd-is-active {
  display: block;
  border-bottom: 1px solid #5897fb !important;
  border-left: 1px solid #5897fb !important;
  border-right: 1px solid #5897fb !important;
  margin-top: -1px !important;
}

.rd-is-open .rd-choices__list--dropdown {
  border-color: #b7b7b7;
}

.rd-is-flipped .rd-choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px !important;
  border-radius: .25rem .25rem 0 0;
  border-top: 1px solid #5897fb !important;
  border-bottom: none !important;
}

.rd-choices__list--dropdown .rd-choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.rd-choices__list--dropdown .rd-choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
  padding: 5px !important;
}

[dir="rtl"] .rd-choices__list--dropdown .rd-choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .rd-choices__list--dropdown .rd-choices__item--selectable {
    padding-right: 100px;
  }

  .rd-choices__list--dropdown .rd-choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir="rtl"] .rd-choices__list--dropdown .rd-choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .rd-choices__list--dropdown .rd-choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.rd-choices__list--dropdown .rd-choices__item--selectable.rd-is-highlighted {
  background-color: #3875d7 !important;
  color: #fff !important;
}

.rd-choices__list--dropdown .rd-choices__item--selectable.rd-is-highlighted:after {
  opacity: .5;
}

.rd-choices__item {
  cursor: default;
}

.rd-choices__item img {
  width: 26px;
  display: unset;
}

.rd-choices__item--selectable {
  cursor: pointer;
}

.rd-choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  padding: 10px;
}

.rd-choices__heading {
  font-size: 12px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.rd-choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.rd-choices__button:focus {
  outline: none;
}

.rd-choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  border: 1px solid #aaa !important;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  margin-top: 6px;
  height: 28px !important;
}

.rd-choices__input:focus {
  outline: 0;
}

[dir="rtl"] .rd-choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.rd-choices__placeholder {
  opacity: .5;
}

.rd-choices__input.is-hidden,
.choices[data-type*="select-one"] .rd-choices__input.is-hidden,
.choices[data-type*="select-multiple"] .rd-choices__input.is-hidden {
  display: none !important;
}



#rd-section-m7xbojv5>div:not(.bricks--row) {
  min-height: 0px;
}

#rd-row-m7xbojv6 {
  min-height: 50px;
}

#rd-row-m7xbojv6 .bricks--column>div {
  min-height: 50px;
}

@media (max-width: 480px) {
  #rd-row-m7xbojv6.bricks--row {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  #rd-row-m7xbojv6.bricks--row.rd-row {
    min-height: auto;
  }
}



#rd-image-m9vporyn a,
#rd-image-m9vporyn img {
  width: 330px;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
  border-bottom-style: none;
  border-color: #000000;
  border-left-style: none;
  border-radius: 0px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  #rd-image-m9vporyn {
    align-self: center;
  }
}
 #rd-section-joq3m2lv {
          background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/812860/1747856840/$x42y9gsoqx9), linear-gradient(to bottom, rgba(74, 144, 226, 0) 0%, rgba(74, 144, 226, 0) 100%);
          background-position-x: 50%;
          background-position-y: 0%;
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: scroll;
          border-bottom-style: none;
          border-color: #BBBBBB;
          border-left-style: none;
          border-radius: 0px;
          border-right-style: none;
          border-top-style: none;
          border-width: 200px;
        }

        #rd-section-joq3m2lv>div:not(.bricks--row) {
          min-height: 0px;
        }



           #rd-row-joq3m2lw {
            min-height: 336px;
          }

          #rd-row-joq3m2lw .bricks--column>div {
            min-height: 336px;
          }

          @media (max-width: 480px) {
            #rd-row-joq3m2lw.bricks--row {
              min-height: auto;
            }
          }

          @media screen and (max-width: 767px) {
            #rd-row-joq3m2lw.bricks--row.rd-row {
              min-height: auto;
            }
          }

            #rd-column-joq3m2m1 {
              flex: 12 0 0;
            }

            #rd-column-joq3m2m1>div {

              background-color: transparent;

              justify-content: center;
              padding-top: 0px;
              padding-right: 30px;
              padding-bottom: 0px;
              padding-left: 15px;
            }

            @media screen and (max-width: 767px) {
              #rd-column-joq3m2m1>div {
                min-height: auto !important;
              }
            }




            @media (max-width: 480px) {
              #rd-column-joq3m2m1>div {
                padding-top: 0px;
                padding-right: 15px;
                padding-bottom: 0px;
                padding-left: 15px;
              }
            }

              #rd-image-ma2s0jwa {
                  margin-top: 10px;
                  margin-bottom: 10px;
                  align-self: center;
                  max-width: 320px;
                }

                #rd-image-ma2s0jwa a,
                #rd-image-ma2s0jwa img {
                  width: 320px;
                  max-width: 100%;
                  height: auto;
                  border-bottom-style: none;
                  border-color: #000000;
                  border-left-style: none;
                  border-radius: 0px;
                  border-right-style: none;
                  border-top-style: none;
                  border-width: 1px;
                }

                @media screen and (max-width: 767px) {
                  #rd-image-ma2s0jwa {
                    align-self: center;
                  }
                }


                 .boxitens span {
                    color: #FE5D14;
                    font-weight: 800;
                    font-size: 20px;
                    line-height: 1;
                  }


                  .boxitens hr {
                    width: 100%;
                    height: 5px;
                    border: 0px;
                    border-top: 1px solid #1F376E;
                    background-color: #1F376E;
                    color: #1F376E;
                  }

                  #boxform {
                    background-color: white;
                    box-shadow: 0px 0px 8px rgb(0 0 0 / 55%);

                  }

                  #rd-section-joq3m2lv {
                    padding-bottom: 30px !important;
                    padding-top: 30px !important;
                  }

                  .mesage h1 {
                    font-size: 16px;
                    text-align: left;
                    font-weight: 700 !important;
                  }

                  .mesage p {
                    text-align: left !important;
                    font-size: 16px;
                  }


                  .isDisabled {
                    cursor: not-allowed;
                    opacity: 0.5;
                    pointer-events: none;
                    cursor: default;
                  }


                  #acount {
                    color: white;
                    padding: 20px;
                    text-decoration: none;
                    background-image: linear-gradient(to bottom, #14b812, #069012);
                  }


                     #rd-section-jspxq9mi {

          background-color: #123d70;

          border-bottom-style: none;
          border-color: #000000;
          border-left-style: none;
          border-radius: 0px;
          border-right-style: none;
          border-top-style: none;
          border-width: 1px;
        }

        #rd-section-jspxq9mi>div:not(.bricks--row) {
          min-height: 0px;
        }




        @media (max-width: 480px) {
          #rd-section-jspxq9mi {
            border-bottom-style: none;
            border-color: #000000;
            border-left-style: none;
            border-radius: 0px;
            border-right-style: none;
            border-top-style: none;
            border-width: 1px;
          }
        }

        #rd-section-jspxq9mi>div:not(.bricks--row) {
          min-height: 0px;
        }


          #rd-row-jspxq9mj {
            min-height: 168px;
          }

          #rd-row-jspxq9mj .bricks--column>div {
            min-height: 168px;
          }

          @media (max-width: 480px) {
            #rd-row-jspxq9mj.bricks--row {
              min-height: auto;
            }
          }

          @media screen and (max-width: 767px) {
            #rd-row-jspxq9mj.bricks--row.rd-row {
              min-height: auto;
            }
          }



           #rd-column-jspxqpc1 {
              flex: 12 0 0;
            }

            #rd-column-jspxqpc1>div {

              background-color: transparent;

              justify-content: center;
              padding-top: 0px;
              padding-right: 30px;
              padding-bottom: 0px;
              padding-left: 30px;
            }

            @media screen and (max-width: 767px) {
              #rd-column-jspxqpc1>div {
                min-height: auto !important;
              }
            }




            @media (max-width: 480px) {
              #rd-column-jspxqpc1>div {
                padding-top: 0px;
                padding-right: 30px;
                padding-bottom: 0px;
                padding-left: 30px;
              }
            }


            #rd-image-jsc6jlpa {
                  margin-top: 0px;
                  margin-bottom: 0px;
                  align-self: center;
                  max-width: 305px;
                }

                #rd-image-jsc6jlpa a,
                #rd-image-jsc6jlpa img {
                  width: 305px;
                  max-width: 100%;
                  height: auto;
                  border-bottom-style: none;
                  border-color: #000000;
                  border-left-style: none;
                  border-radius: 0px;
                  border-right-style: none;
                  border-top-style: none;
                  border-width: 1px;
                }

                @media screen and (max-width: 767px) {
                  #rd-image-jsc6jlpa {
                    align-self: center;
                  }
                }




                @media (max-width: 480px) {
                  #rd-image-jsc6jlpa {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    align-self: center;
                    max-width: 311px;
                  }

                  #rd-image-jsc6jlpa a,
                  #rd-image-jsc6jlpa img {
                    width: 311px;
                    max-width: 100%;
                    height: auto;
                    border-bottom-style: none;
                    border-color: #000000;
                    border-left-style: none;
                    border-radius: 0px;
                    border-right-style: none;
                    border-top-style: none;
                    border-width: 1px;
                  }
                }
 #rd-text-m7p6hmiy {
                  display: block;
                  border-bottom-style: none;
                  border-color: #000000;
                  border-left-style: none;
                  border-radius: 0px;
                  border-right-style: none;
                  border-top-style: none;
                  border-width: 1px;
                  min-height: auto-45px;
                  max-width: 462px;
                  margin-top: 10px;
                  margin-bottom: 0px;
                  align-self: center;
                  width: 100%;
                  word-break: break-word;
                }




                #rd-text-m7p6hmiy.mobile {
                  display: none;
                }

                @media (max-width: 480px) {
                  #rd-text-m7p6hmiy {
                    display: none;
                  }

                  #rd-text-m7p6hmiy.mobile {
                    display: block;
                    max-width: 462px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                  }
                }


                 .rd-button {

      color: white;
      background-image: linear-gradient(90deg, #FD7E14 0%, #FB3F3F 100%) !important;
      border-radius: 50px 50px 50px 50px !important;
      padding: 25px !important;

    }



    @media (max-width: 680px) {
      #rd-row-lw9913hn {
        margin: 40px 0px;
      }

      #rd-text-joq3m2lz h1 {
        text-align: center;
      }

      #rd-text-jsc3t6q1 p {
        text-align: center !important;
      }
    }

    #rd-row-lw9aeyx4 {
      max-width: 400px;
    }

    #rd-column-lw9aeyx5 {
      max-width: 400px;
    }

    #rd-image-lw9af5h3 {
      margin: 0px 30px;
    }

    #rd-column-lw9aeyx5 div {
      border-radius: 50px 50px 0px 0px;
    }


    #rd-text-lweyueua p {
      background-image: url("https://cooperlink.com.br/wp-content/uploads/2024/06/iconlogo.png");
      background-repeat: no-repeat;
      background-size: 30px;
      padding-left: 40px;
      min-height: 40px;
    }

    #rd-column-lwez3k46 p {
      background-image: url("https://cooperlink.com.br/wp-content/uploads/2024/06/iconlogo.png");
      background-repeat: no-repeat;
      background-size: 30px;
      padding-left: 40px;
      min-height: 40px;
    }

    #rd-column-lweyqxpt p {
      background-image: url("https://cooperlink.com.br/wp-content/uploads/2024/06/iconlogo.png");
      background-repeat: no-repeat;
      background-size: 30px;
      padding-left: 40px;
      min-height: 40px;
    }

    #rd-section-lwf02m0k {

      text-align: center;
      margin: 0 auto;
    }

    #rd-section-lwf02m0k div {
      max-width: 100px;
      margin: 0 auto;
    }




    #rd-section-jsc2ibrl {

      background-attachment: fixed;
    }


    #rd-section-lweyqxpr {
      background-attachment: fixed;
      background-size: cover;

    }


    #rd-section-lw9aeyx3 {
      background-size: cover;
      background-attachment: fixed;
    }



    #rd-section-lxn9q7rw {
      display: none;
    }

    #rd-column-lxku486b {
      background-image: url("https://cooperlink.com.br/wp-content/uploads/2024/06/one-1.png");
      background-repeat: no-repeat;
      padding-left: 100px;
      background-position-y: 5px;
    }

    #rd-column-lwf00mc0 {
      background-image: url("https://cooperlink.com.br/wp-content/uploads/2024/06/two.png");
      background-repeat: no-repeat;
      padding-left: 100px;
      background-position-y: 5px;
    }

    #rd-column-lxku4b4z {
      background-image: url("https://cooperlink.com.br/wp-content/uploads/2024/06/tree.png");
      background-repeat: no-repeat;
      padding-left: 100px;
      background-position-y: 5px;
    }


    @media (max-width: 680px) {
      #rd-text-lxku3nay {
        text-align: center;
      }

      #rd-column-lxku486b {
        margin-left: 10px;
      }

      #rd-column-lwf00mc0 {
        margin-left: 10px;
      }

      #rd-column-lxku4b4z {
        margin-left: 10px;
      }

      #rd-section-lxn9q7rw {
        display: block;
      }
    }

    #rd-image-m7jeqfa5 {
      position: relative;
      z-index: 9999;
      margin-top: 20px;
    }

    #boxform {
      display: flex;
      flex-direction: column;
      max-width: 300px;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 40px;
      padding: 20px;
      border-radius: 30px;
      margin-bottom: 20px;
    }

    #boxform h1 {
      font-weight: 800;
    }

    .forms {
      margin: 10px 0px;
      height: 40px;
      border-radius: 20px;
      border-color: #CCC;
      border-style: solid;
      border-width: 1px;
      width: 100%;
      padding: 0px 16px 0px 16px;
    }

    #catBtn {
      height: 50px;
      border-radius: 50px;
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      background-color: #F16028;
      color: white;
      border-style: none;
      height: 40px;
      font-weight: 700;
    }



    #catBtnplan {
      height: 50px;
      border-radius: 50px;
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      background-color: #F16028;
      color: white;
      border-style: none;
      height: 40px;
      font-weight: 700;
    }


    #catBtnplan2 {
      height: 50px;
      border-radius: 50px;
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      background-color: #F16028;
      color: white;
      border-style: none;
      height: 40px;
      font-weight: 700;
    }



    .boxplan {
      background-color: white;
      padding: 20px;
      border-radius: 30px;
      margin-bottom: 40px;
      box-shadow: 0px 0px 8px rgb(0 0 0 / 55%);
    }