html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
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;
  box-sizing: inherit;
}
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,
input,
textarea,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
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;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
body {
  font-family: Helvetica, Arial, sans-serif;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
ul,
ol {
  display: block;
  padding-left: 40px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
input:-moz-ui-invalid {
  box-shadow: none;
}
input[type="input"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="input"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type="input"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
input[type="input"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9a9a9 !important;
}
input[type="input"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
input[type="input"].grey::-webkit-input-placeholder,
input[type="text"].grey::-webkit-input-placeholder,
input[type="password"].grey::-webkit-input-placeholder,
input[type="email"].grey::-webkit-input-placeholder,
input[type="search"].grey::-webkit-input-placeholder,
input[type="tel"].grey::-webkit-input-placeholder,
textarea.grey::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type="input"].grey::-moz-placeholder,
input[type="text"].grey::-moz-placeholder,
input[type="password"].grey::-moz-placeholder,
input[type="email"].grey::-moz-placeholder,
input[type="search"].grey::-moz-placeholder,
input[type="tel"].grey::-moz-placeholder,
textarea.grey::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
input[type="input"].grey:-ms-input-placeholder,
input[type="text"].grey:-ms-input-placeholder,
input[type="password"].grey:-ms-input-placeholder,
input[type="email"].grey:-ms-input-placeholder,
input[type="search"].grey:-ms-input-placeholder,
input[type="tel"].grey:-ms-input-placeholder,
textarea.grey:-ms-input-placeholder {
  color: #a9a9a9 !important;
}
input[type="input"].grey:-moz-placeholder,
input[type="text"].grey:-moz-placeholder,
input[type="password"].grey:-moz-placeholder,
input[type="email"].grey:-moz-placeholder,
input[type="search"].grey:-moz-placeholder,
input[type="tel"].grey:-moz-placeholder,
textarea.grey:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
input[type="input"].white::-webkit-input-placeholder,
input[type="text"].white::-webkit-input-placeholder,
input[type="password"].white::-webkit-input-placeholder,
input[type="email"].white::-webkit-input-placeholder,
input[type="search"].white::-webkit-input-placeholder,
input[type="tel"].white::-webkit-input-placeholder,
textarea.white::-webkit-input-placeholder {
  color: #fff;
}
input[type="input"].white::-moz-placeholder,
input[type="text"].white::-moz-placeholder,
input[type="password"].white::-moz-placeholder,
input[type="email"].white::-moz-placeholder,
input[type="search"].white::-moz-placeholder,
input[type="tel"].white::-moz-placeholder,
textarea.white::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="input"].white:-ms-input-placeholder,
input[type="text"].white:-ms-input-placeholder,
input[type="password"].white:-ms-input-placeholder,
input[type="email"].white:-ms-input-placeholder,
input[type="search"].white:-ms-input-placeholder,
input[type="tel"].white:-ms-input-placeholder,
textarea.white:-ms-input-placeholder {
  color: #fff !important;
}
input[type="input"].white:-moz-placeholder,
input[type="text"].white:-moz-placeholder,
input[type="password"].white:-moz-placeholder,
input[type="email"].white:-moz-placeholder,
input[type="search"].white:-moz-placeholder,
input[type="tel"].white:-moz-placeholder,
textarea.white:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="input"].black::-webkit-input-placeholder,
input[type="text"].black::-webkit-input-placeholder,
input[type="password"].black::-webkit-input-placeholder,
input[type="email"].black::-webkit-input-placeholder,
input[type="search"].black::-webkit-input-placeholder,
input[type="tel"].black::-webkit-input-placeholder,
textarea.black::-webkit-input-placeholder {
  color: #333;
}
input[type="input"].black::-moz-placeholder,
input[type="text"].black::-moz-placeholder,
input[type="password"].black::-moz-placeholder,
input[type="email"].black::-moz-placeholder,
input[type="search"].black::-moz-placeholder,
input[type="tel"].black::-moz-placeholder,
textarea.black::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="input"].black:-ms-input-placeholder,
input[type="text"].black:-ms-input-placeholder,
input[type="password"].black:-ms-input-placeholder,
input[type="email"].black:-ms-input-placeholder,
input[type="search"].black:-ms-input-placeholder,
input[type="tel"].black:-ms-input-placeholder,
textarea.black:-ms-input-placeholder {
  color: #333 !important;
}
input[type="input"].black:-moz-placeholder,
input[type="text"].black:-moz-placeholder,
input[type="password"].black:-moz-placeholder,
input[type="email"].black:-moz-placeholder,
input[type="search"].black:-moz-placeholder,
input[type="tel"].black:-moz-placeholder,
textarea.black:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="input"].blue::-webkit-input-placeholder,
input[type="text"].blue::-webkit-input-placeholder,
input[type="password"].blue::-webkit-input-placeholder,
input[type="email"].blue::-webkit-input-placeholder,
input[type="search"].blue::-webkit-input-placeholder,
input[type="tel"].blue::-webkit-input-placeholder,
textarea.blue::-webkit-input-placeholder {
  color: #60aef7;
}
input[type="input"].blue::-moz-placeholder,
input[type="text"].blue::-moz-placeholder,
input[type="password"].blue::-moz-placeholder,
input[type="email"].blue::-moz-placeholder,
input[type="search"].blue::-moz-placeholder,
input[type="tel"].blue::-moz-placeholder,
textarea.blue::-moz-placeholder {
  color: #60aef7;
  opacity: 1;
}
input[type="input"].blue:-ms-input-placeholder,
input[type="text"].blue:-ms-input-placeholder,
input[type="password"].blue:-ms-input-placeholder,
input[type="email"].blue:-ms-input-placeholder,
input[type="search"].blue:-ms-input-placeholder,
input[type="tel"].blue:-ms-input-placeholder,
textarea.blue:-ms-input-placeholder {
  color: #60aef7 !important;
}
input[type="input"].blue:-moz-placeholder,
input[type="text"].blue:-moz-placeholder,
input[type="password"].blue:-moz-placeholder,
input[type="email"].blue:-moz-placeholder,
input[type="search"].blue:-moz-placeholder,
input[type="tel"].blue:-moz-placeholder,
textarea.blue:-moz-placeholder {
  color: #60aef7;
  opacity: 1;
}
input[type="input"].green::-webkit-input-placeholder,
input[type="text"].green::-webkit-input-placeholder,
input[type="password"].green::-webkit-input-placeholder,
input[type="email"].green::-webkit-input-placeholder,
input[type="search"].green::-webkit-input-placeholder,
input[type="tel"].green::-webkit-input-placeholder,
textarea.green::-webkit-input-placeholder {
  color: #69c765;
}
input[type="input"].green::-moz-placeholder,
input[type="text"].green::-moz-placeholder,
input[type="password"].green::-moz-placeholder,
input[type="email"].green::-moz-placeholder,
input[type="search"].green::-moz-placeholder,
input[type="tel"].green::-moz-placeholder,
textarea.green::-moz-placeholder {
  color: #69c765;
  opacity: 1;
}
input[type="input"].green:-ms-input-placeholder,
input[type="text"].green:-ms-input-placeholder,
input[type="password"].green:-ms-input-placeholder,
input[type="email"].green:-ms-input-placeholder,
input[type="search"].green:-ms-input-placeholder,
input[type="tel"].green:-ms-input-placeholder,
textarea.green:-ms-input-placeholder {
  color: #69c765;
}
input[type="input"].green:-moz-placeholder,
input[type="text"].green:-moz-placeholder,
input[type="password"].green:-moz-placeholder,
input[type="email"].green:-moz-placeholder,
input[type="search"].green:-moz-placeholder,
input[type="tel"].green:-moz-placeholder,
textarea.green:-moz-placeholder {
  color: #69c765;
  opacity: 1;
}
input[type="input"].red::-webkit-input-placeholder,
input[type="text"].red::-webkit-input-placeholder,
input[type="password"].red::-webkit-input-placeholder,
input[type="email"].red::-webkit-input-placeholder,
input[type="search"].red::-webkit-input-placeholder,
input[type="tel"].red::-webkit-input-placeholder,
textarea.red::-webkit-input-placeholder {
  color: #ff8585;
}
input[type="input"].red::-moz-placeholder,
input[type="text"].red::-moz-placeholder,
input[type="password"].red::-moz-placeholder,
input[type="email"].red::-moz-placeholder,
input[type="search"].red::-moz-placeholder,
input[type="tel"].red::-moz-placeholder,
textarea.red::-moz-placeholder {
  color: #ff8585;
  opacity: 1;
}
input[type="input"].red:-ms-input-placeholder,
input[type="text"].red:-ms-input-placeholder,
input[type="password"].red:-ms-input-placeholder,
input[type="email"].red:-ms-input-placeholder,
input[type="search"].red:-ms-input-placeholder,
input[type="tel"].red:-ms-input-placeholder,
textarea.red:-ms-input-placeholder {
  color: #ff8585 !important;
}
input[type="input"].red:-moz-placeholder,
input[type="text"].red:-moz-placeholder,
input[type="password"].red:-moz-placeholder,
input[type="email"].red:-moz-placeholder,
input[type="search"].red:-moz-placeholder,
input[type="tel"].red:-moz-placeholder,
textarea.red:-moz-placeholder {
  color: #ff8585;
  opacity: 1;
}
textarea {
  resize: none;
}
.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}
:root {
  --font_default: "Lato";
  --color_primary_default: rgba(2, 5, 211, 1);
  --color_primary_default_rgb: 2, 5, 211;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255, 255, 255;
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9, 23, 71;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255, 255, 255;
  --color_background_default: rgba(255, 255, 255, 0);
  --color_background_default_rgb: 255, 255, 255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255, 0, 0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23, 219, 78;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250, 181, 21;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
div.bubble-element,
a.bubble-element {
  overflow: hidden;
}
div.bubble-element.main-page,
div.bubble-element.CustomElement,
div.bubble-element.FloatingGroup,
div.bubble-element.Group,
div.bubble-element.Popup,
div.bubble-element.group-item,
a.bubble-element.main-page,
a.bubble-element.CustomElement,
a.bubble-element.FloatingGroup,
a.bubble-element.Group,
a.bubble-element.Popup,
a.bubble-element.group-item {
  overflow: visible;
}
.bubble-element.Icon {
  padding: 0;
  text-align: center;
  background: 0 0;
  border: none;
  cursor: inherit;
  overflow: hidden;
}
.bubble-element.Button {
  padding: 0;
  border: none;
  cursor: inherit;
  background: 0 0;
  text-align: left;
}
.bubble-element.Button.flex-aligned-button {
  display: flex;
}
.bubble-element.Icon svg[data-icon-set],
.bubble-element.Button svg[data-icon-set] {
  fill: currentColor;
}
.bubble-element.Icon svg[data-icon-set="feather"],
.bubble-element.Button svg[data-icon-set="feather"] {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.bubble-element.Input {
  border: none;
  background-color: transparent;
  padding: 0;
}
.bubble-element.Page {
  z-index: 1;
}
.bubble-element.Link {
  white-space: pre-wrap;
  text-decoration: none;
}
.bubble-element.DateInput input {
  padding: 0;
}
.bubble-element.Image {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.bubble-legacy-image {
  display: block;
}
img.hidden-image-for-caching {
  display: none;
  left: -9000px;
  top: 9000px;
}
@media all and (min--moz-device-pixel-ratio: 0) {
  option {
    font-family: sans-serif;
  }
}
*:focus {
  outline: 0 dotted transparent;
}
*:focus:active {
  outline: 0 dotted transparent !important;
}
.bubble-element.clickable-element {
  outline: 0 dotted transparent;
  touch-action: manipulation;
}
.bubble-element.clickable-element.show-outline {
  outline: 1px dotted grey;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder {
  -webkit-text-fill-color: currentcolor;
  opacity: 1;
}
.FloatingGroup,
.CustomElement.floating-group {
  -webkit-transform: translateZ(0);
}
input[type="checkbox"]:focus {
  outline: 1px dotted #c4c4c4;
}
.bubble-element.PoweredByBubble:hover {
  text-decoration: none;
}
.bubble-element.Text {
  overflow-wrap: break-word;
}
input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.stripe-checkout-greyout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.6);
}

.bubble-r-line {
  clear: both;
  position: relative;
  pointer-events: none;
}
.bubble-r-line > * {
  pointer-events: auto;
}
.bubble-r-line > .bubble-r-box,
.bubble-r-line > .bubble-r-line {
  pointer-events: none;
}
.bubble-r-line .bubble-r-box {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.bubble-r-line .bubble-r-box > * {
  pointer-events: auto;
}
.bubble-r-line .bubble-r-box > .bubble-r-box,
.bubble-r-line .bubble-r-box > .bubble-r-line {
  pointer-events: none;
}
.bubble-r-line .bubble-r-box.debug {
  pointer-events: auto;
  box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.6);
}
.bubble-r-line.debug {
  pointer-events: auto;
  box-shadow: 0 0 0 1px rgba(140, 140, 140, 0.7);
}
.bubble-r-line:after {
  content: " ";
  display: block;
  clear: both;
}
.bubble-r-container {
  overflow: hidden;
}
.bubble-r-container.fixed > .bubble-element {
  position: absolute;
}
.bubble-r-container.relative > .bubble-element,
.bubble-r-container.flex > .bubble-element {
  position: relative;
}
.bubble-r-container.relative {
  display: grid;
  grid-template-areas: "stack";
  grid-template-rows: 100%;
  grid-template-columns: 100%;
}
.bubble-r-container.relative > .bubble-element {
  grid-area: stack;
}
.bubble-r-container.flex {
  display: flex;
  align-content: stretch;
}
.bubble-r-container.flex.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.bubble-r-container.flex.column {
  flex-direction: column;
  flex-wrap: nowrap;
}
.bubble-r-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.bubble-r-container-wrapper > .bubble-r-container {
  position: relative;
  z-index: 0;
  max-width: 100%;
  flex-grow: 1;
  height: initial;
  overflow: inherit;
}
.bubble-table {
  display: flex;
  flex-wrap: nowrap;
}
.bubble-cross-axis {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.bubble-rg {
  display: grid;
  justify-items: stretch;
}
.bubble-rg > .bubble-element.group-item {
  position: relative;
}
.bubble-rg.masonry > .bubble-element.group-item {
  height: max-content;
}
.bubble-rg-flex-row {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bubble-rg-flex-row > .bubble-element.group-item {
  position: relative;
}
.bubble-r-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bubble-element {
  position: relative;
  box-sizing: border-box;
}
html[dir="rtl"] .bubble-r-container {
  direction: ltr;
}
html[dir="rtl"] .bubble-r-container > *:not(.bubble-r-container) {
  direction: rtl;
}
.bubble-legacy-table > * {
  display: none;
}
.bubble-legacy-table > .incompatible-message {
  display: inline-block;
  text-align: center;
}
.bubble-legacy-table:before {
  font-family: fontawesome;
  content: "\f071";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  margin-top: 30px;
}

/* Inner container to animate */
.marquee {
  display: inline-flex;
  animation: scroll 15s linear infinite;
}

/* Style for the images */
.marquee img {
  width: 225px; /* Adjust image size as needed */
  margin: 0 10px; /* Add space between images */
}

/* Keyframes for the scroll effect */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-70%);
  }
}

.hover-effect:hover {
  color: #ffca05 !important;
}
