* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}


a[href][class*="btn"] {
  text-decoration: none;
}


b,
strong {
  font-weight: 700;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}


.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.no-wrap {
  white-space: nowrap !important;
}

.bold-text {
  font-weight: 700 !important;
}

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

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

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

@media all and (max-width: 480px) {
  .text-sm-center {
    text-align: center;
  }
}

.text-40-bold {
  font-size: 40px;
  font-weight: 700;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave {
  opacity: 0;
}

.fade-days-enter-active,
.fade-filters-enter-active {
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.2, 0.5, 0.1, 1);
}

.fade-days-leave-active,
.fade-filters-leave-active {
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.5, 0, 0.7, 0.4);
}

.fade-days-enter,
.fade-days-leave-to,
.fade-filters-enter,
.fade-filters-leave-to {
  opacity: 0;
}

.fade-days-enter-active {
  transition-delay: calc(0.2s * var(--i));
}

.fade-days-leave-active {
  transition-delay: calc(0.2s * (var(--totalDays) - var(--i)));
}

.fade-days-enter {
  transform: translateY(-1em);
}

.fade-days-leave {
  transform: translateY(1em);
}

.fade-filters-enter-active {
  transition-delay: calc(0.025s * var(--f));
}

.fade-filters-leave-active {
  transition-delay: calc(0.025s * (var(--totalFilters) - var(--f)));
}

.fade-filters-enter {
  transform: translateX(-1em);
}

.fade-filters-leave {
  transform: translateX(1em);
}

@keyframes hidetopnav {
  0% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes showtopnav {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }
}

/* 
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
} */

* {
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-weight: 300;
}

:focus {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
}

body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

body.no-scroll.main {
  position: fixed;
  width: 100%;
}


main {
  position: relative;
}

.spacing-07 {
	padding-top: var(--spacing-07);
}

/* .container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
} */

.bg-img {
  background-repeat: no-repeat;
  overflow: hidden;
}

img.countryFlag {
  height: 12px;
  font-size: 5px;
}

/* .no-padding-top {
  padding-top: 0 !important;
} */

.p-bolder-blue-clr {
  color: #00ace0;
  font-weight: 600;
}


.underline-link {
  text-decoration: underline;
  font-weight: 400;
}

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

.red-text-color {
  color: red;
  font-weight: 400;
}

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

.customize-table {
  border: 1px solid #000;
}

.red-bolder-text {
  color: red;
  font-weight: bold;
}

.customize-table tr td {
  border: 1px solid #000;
  padding: 5px;
}

.med-grey {
  background-color: #eee !important;
}

.pos-rel {
  position: relative;
}

.pos-absl {
  position: absolute;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner {
  outline: 0;
}

.with-icon:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

.a11y-hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.a11y-hide:focus {
  width: auto;
  height: auto;
  clip: auto;
  position: static;
}

.product-cta-block {
  padding: 20px 0;
  text-align: center;
  display: flex;
}

.product-cta-block .cta-wrapper{
  margin-top: var(--spacing-04);
}

.product-cta-block p:empty {
  display: none;
}

.product-cta-block.row-block,
.product-cta-block .row-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.violator-block {
  padding: 35px 0;
}

.violator-block .row-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.product-cta-block .content {
  float: left;
  width: 100%;
}


@media (min-width: 596px) {
  .product-cta-block .content {
    width: calc(100% - 320px);
  }
}

.product-cta-block .content h6 {
  width: auto;
}

.product-cta-block h6 {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 20px;
}

.product-cta-block h3 {
  margin-bottom: 0;
}

/* .product-cta-block .cta-wrapper {
  margin-top: var(--spacing-04);
  align-items: center;
} */



.product-cta-block .multi-button a {
  display: block;
}

@media all and (min-width: 768px){
  .product-cta-block .cta-wrapper {
    flex-direction: row;
  }
  .product-cta-block .cta-wrapper a:not(:last-child) {
    margin-right: var(--spacing-04);
    margin-bottom: 0;
  }
}


@media (min-width:992px) {
  .product-cta-block .multi-button h6 {
    width: 50%;
  }

  .multi-button .button {
    display: flex;
  }


  .product-cta-block .cta-wrapper {
    margin-top: 0;
  }
}

.license-agreement-pages-heading::after {
  content: hidden;
}

/* .dark-blue {
  background: #4287D6;
} */

.get-started {
  padding: 30px 0;
  /* background-color: #ea2328; */
}

.get-started h4 {
  font-weight: 300;
}

.get-started .get-inner-content {
  width: 100%;
  text-align: center;
}

.get-started .row-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.get-started h3 {
  color: #fff;
  font-size: 20px;
  font-family: "HCo Gotham", Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.5;
}

.get-started .button {
  flex-shrink: 0;
}

@media (min-width: 596px) {

  .get-started h3 {
    font-size: 22px;
  }

  .get-started .button {
    margin-left: 30px;
  }
}

.get-started a.right {
  float: none;
  text-align: center;
  font-size: 14px;
  padding: 15px 20px;
  margin-top: 10px;
}

@media (min-width: 596px) {
  .get-started a.right {
    font-size: 15px;
    margin: 0;
  }
}

.get-started a.right.mobile-button-align {
  float: none;
  text-align: center;
}

.Light-theme {
  color: #000;
}

.Dark-theme {
  color: #fff;
}

.now-started {
  background: #EA2328;
  padding: 48px;
}

.now-started h4,
.now-started p {
  color: white;
}

.content-with-image p {
  font-size: 16px;
  font-weight: 400;
}

.switcher .selected,
.switcher .option {
  z-index: 99 !important;
}

.flex-1 {
  flex: 1;
}

.list-items li {
  display: list-item;
  list-style: disc;
}

.page-template-capella-trust .team-block .col-four {
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}