:root {
  --blue: #2188ab;
  --green: #12a94b;
  --white: #ffffff;
  --gray: #000033;
  --primary: #2188ab;
  --secondary: #000033;
  --success: #12a94b;
  --info: #000033;
  --warning: #000033;
  --danger: #000033;
  --light: #ffffff;
  --dark: #000033;
  --gray: #707070;
  --green: #12a94b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1920px;
  --font-family-sans-serif: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
  --font-family-monospace: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2188ab;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #15556b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000033;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 800;
  color: inherit;
}

h1,
.h1 {
  font-size: 35px;
  line-height: 1.314;
}
@media (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 3.4375rem;
    line-height: 1.36;
  }
}

h2,
.h2 {
  font-size: 35px;
}
@media (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 3.4375rem;
    line-height: 1.36;
  }
}

h3,
.h3 {
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}

h4,
.h4 {
  font-size: 26px;
}
@media (max-width: 1199.98px) {
  h4,
  .h4 {
    font-size: 1rem;
    line-height: 1.625;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

p,
.p {
  font-size: 1rem;
}

.hero-subheading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.615;
  font-size: 1.5rem;
  line-height: 1.875;
}
@media (max-width: 991.98px) {
  .hero-subheading {
    font-size: 1rem;
    line-height: 2;
  }
}

.lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.615;
}
@media (min-width: 1920px) {
  .lead {
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .lead {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.plead {
  font-size: 1.5rem;
  line-height: 1.54;
}
@media (max-width: 991.98px) {
  .plead {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.caption {
  font-size: 0.75rem;
  font-style: italic;
}

code {
  background-color: rgba(196, 196, 196, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 3px;
  font-family: monospace;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.italic {
  font-style: italic;
}

ul,
ol {
  margin-left: 0;
  padding-left: 18px;
}

a {
  color: #12a94b;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: S #41ba6e;
}
a.danger {
  color: #ec3333;
}
a.danger:hover {
  color: #f17070;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-styled-custom {
  padding-left: 0;
  list-style: none;
}

.list-styled-custom-item {
  position: relative;
  padding-left: 15px;
}
.list-styled-custom-item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #12a94b;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-block-item {
  list-style-type: none;
}

.list-num {
  counter-reset: listnumcounter 0;
}

.list-num-item {
  counter-increment: listnumcounter 1;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.list-num-item:before {
  content: counter(listnumcounter);
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.75rem;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: absolute;
  top: -3px;
  left: 0;
}
.list-num-item.num-highlight {
  padding-left: 20px;
}
.list-num-item.num-highlight:before {
  content: counter(listnumcounter) ".";
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: inherit;
  margin-right: 0;
  border: none;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: left;
  color: #12a94b;
}
.list-num-item.active::before {
  background-color: #12a94b;
  color: white;
}

.list-check-item {
  position: relative;
  padding-left: 8px;
}
.list-check-item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  background-image: url("/images/2018/check.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .list-check-item:before {
    background-image: url("/images/2018/check@2x.png");
  }
}
.list-check-item.check-small {
  padding-left: 15px;
}
.list-check-item.check-small:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: 100%;
  background-image: url("/images/2018/check.png");
  position: absolute;
  left: 0;
  top: 6px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .list-check-item.check-small:before {
    background-image: url("/images/2018/check@2x.png");
  }
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  margin-top: 1.875rem;
  padding: 0 1rem 0 2rem;
  position: relative;
  margin: 0 auto;
}
.blockquote:before {
  content: '"';
  color: #12a94b;
  font-size: 48px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 26px;
}
.blockquote:after {
  content: '"';
  color: #12a94b;
}
.blockquote.n-style {
  text-align: left;
  font-style: normal;
  margin-bottom: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #000033;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 600 !important;
}

.bolder {
  font-weight: 700 !important;
}

.heavy {
  font-weight: 800 !important;
}

.line-height-1 {
  line-height: 1;
}

.pricing sup {
  font-size: 0.9375rem;
  font-weight: 800;
  top: -12px;
  right: 4px;
}

.pricing .price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.pricing .cents {
  font-size: 1.4375rem;
  font-weight: 800;
  line-height: 1;
}

.pricing .duration {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1;
}

.lead-num {
  display: inline-block;
  line-height: 0.7;
  margin-bottom: 0;
}

.trans-hover:hover {
  text-decoration: none;
  transform: scale(1.1);
  transform-origin: left;
}

.has-step-num {
  position: relative;
  padding-left: 66px;
  min-height: 60px;
  padding-top: 8px;
}
@media (max-width: 1919.98px) {
  .has-step-num {
    font-size: 1.625rem;
    padding-top: 4px;
  }
}
.has-step-num.num-double {
  padding-left: 80px;
}

.step-num {
  background-color: #12a94b;
  color: #fff;
  font-weight: 700;
  font-size: inherit;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.code-block {
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  overflow-x: auto;
  border-radius: 5px;
}
.code-block .cb-lead {
  margin-left: 2rem;
}
.code-block ol {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
  width: 100%;
  margin-right: 1rem;
}
.code-block ol:before {
  content: "";
  display: block;
  background-color: #e9e9e9;
  border: 1px soild #e4e4e4;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
}
.code-block ol li {
  position: relative;
  padding-left: 15px;
  color: #b5b5b5;
}
.code-block ol li p {
  margin-bottom: 0;
  color: #5d5d5d;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #000033;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #000033;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header .container {
  position: initial;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header .container-fluid {
  position: initial;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .c,
.no-gutters > [class*="c-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .no-lr-gutters > .c:first-child,
  .no-lr-gutters > [class*="c-"]:first-child {
    padding-left: 0;
  }
  .no-lr-gutters > .c:last-child,
  .no-lr-gutters > [class*="c-"]:last-child {
    padding-right: 0;
  }
}

.c-1,
.c-2,
.c-3,
.c-4,
.c-5,
.c-6,
.c-7,
.c-8,
.c-9,
.c-10,
.c-11,
.c-12,
.c,
.c-auto,
.c-sm-1,
.c-sm-2,
.c-sm-3,
.c-sm-4,
.c-sm-5,
.c-sm-6,
.c-sm-7,
.c-sm-8,
.c-sm-9,
.c-sm-10,
.c-sm-11,
.c-sm-12,
.c-sm,
.c-sm-auto,
.c-md-1,
.c-md-2,
.c-md-3,
.c-md-4,
.c-md-5,
.c-md-6,
.c-md-7,
.c-md-8,
.c-md-9,
.c-md-10,
.c-md-11,
.c-md-12,
.c-md,
.c-md-auto,
.c-lg-1,
.c-lg-2,
.c-lg-3,
.c-lg-4,
.c-lg-5,
.c-lg-6,
.c-lg-7,
.c-lg-8,
.c-lg-9,
.c-lg-10,
.c-lg-11,
.c-lg-12,
.c-lg,
.c-lg-auto,
.c-xl-1,
.c-xl-2,
.c-xl-3,
.c-xl-4,
.c-xl-5,
.c-xl-6,
.c-xl-7,
.c-xl-8,
.c-xl-9,
.c-xl-10,
.c-xl-11,
.c-xl-12,
.c-xl,
.c-xl-auto,
.c-xxl-1,
.c-xxl-2,
.c-xxl-3,
.c-xxl-4,
.c-xxl-5,
.c-xxl-6,
.c-xxl-7,
.c-xxl-8,
.c-xxl-9,
.c-xxl-10,
.c-xxl-11,
.c-xxl-12,
.c-xxl,
.c-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.c {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .c-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .c-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .c-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .c-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1920px) {
  .c-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  table-layout: fixed;
}
.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}
.table thead th {
  vertical-align: middle;
  background-color: #2188ab;
  color: #ffffff;
  padding: 24px;
  font-weight: 600;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.table thead th:last-child {
  border-right: none;
}
.table thead td {
  vertical-align: middle;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.table thead td:last-child {
  border-right: none;
}
.table tbody tr {
  background-color: #ffffff;
}
.table tbody tr td {
  text-align: center;
  font-weight: 600;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
}
.table tbody tr td:last-child {
  border-right: none;
}
.table tbody th {
  vertical-align: middle;
  background-color: #ebebeb;
  color: #5d5d5d;
  border-top: 1px solid #ffffff;
  font-weight: 600;
  text-align: center;
}
.table tbody th.has-tooltip {
  padding-right: 30px;
}
.table tbody span {
  word-break: break-word;
}
.table tbody p {
  margin-bottom: 0;
  vertical-align: middle;
  display: inline;
}
.table tbody + tbody {
  border-top: 2px solid #ffffff;
}
.table .table {
  background-color: #ffffff;
}
.table tfoot tr {
  text-align: center;
}
.table tfoot tr td {
  position: relative;
}
.table tfoot tr .btn {
  display: block;
}
.table tfoot tr .btn.btn-link-plain {
  padding: 0;
}
@media (max-width: 1919.98px) {
  .table tfoot tr .btn.btn-link-plain {
    padding: 22px 20px;
  }
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-bordered {
  border: 1px solid #ffffff;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ffffff;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(33, 136, 171, 0.05);
}

.table-shadow thead {
  box-shadow: rgba(0, 0, 0, 0.16) 4px 3px 6px;
}

.table-shadow tbody {
  box-shadow: rgba(0, 0, 0, 0.16) 4px 3px 6px;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1dee7;
}

.table-hover .table-primary:hover {
  background-color: #afd4e0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #afd4e0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8c6;
}

.table-hover .table-secondary:hover {
  background-color: #aaaabb;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #aaaabb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bde7cd;
}

.table-hover .table-success:hover {
  background-color: #aae0bf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aae0bf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8b8c6;
}

.table-hover .table-info:hover {
  background-color: #aaaabb;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #aaaabb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #b8b8c6;
}

.table-hover .table-warning:hover {
  background-color: #aaaabb;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #aaaabb;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #b8b8c6;
}

.table-hover .table-danger:hover {
  background-color: #aaaabb;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #aaaabb;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8c6;
}

.table-hover .table-dark:hover {
  background-color: #aaaabb;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #aaaabb;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d7d7d7;
}

.table-hover .table-gray:hover {
  background-color: #cacaca;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #cacaca;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #bde7cd;
}

.table-hover .table-green:hover {
  background-color: #aae0bf;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #aae0bf;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #000033;
  border-color: #000059;
}

.table .thead-light th {
  color: #000033;
  background-color: #000033;
  border-color: #ffffff;
}

.table-dark {
  color: #ffffff;
  background-color: #000033;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #000059;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(33, 136, 171, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(33, 136, 171, 0.05);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

i.tlight {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
i.tlight.off {
  background-color: #ebebeb;
}

.pricing-table .pricing {
  font-size: 26px;
  font-weight: 800;
}

.pricing-table .hours {
  font-size: 1.0625rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  color: #5d5d5d;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #5d5d5d;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #5d5d5d;
  background-color: transparent;
  border-color: #12a94b;
  outline: 0;
}
.form-control::placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #5d5d5d;
  opacity: 1;
}

.form-control-leg {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #5d5d5d;
  background-color: #ebebeb;
  background-clip: padding-box;
}
.form-control-leg:focus {
  color: #5d5d5d;
  background-color: transparent;
  border-color: #12a94b;
  outline: 0;
}

select.form-control {
  -webkit-appearance: none;
}
select.form-control:focus::-ms-value {
  color: #5d5d5d;
  background-color: transparent;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

label {
  color: rgba(141, 142, 142, 0.58);
  font-weight: 700;
  position: absolute;
  left: 5px;
  margin-bottom: 0;
  top: 0;
  transform: translateY(12px);
  cursor: text;
  transition: transform 0.1s ease-out;
}
label.active:not(.custom-formcontrol-label) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
  color: #5d5d5d;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #5d5d5d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.9375rem + 2px);
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control,
textarea.form-control-leg {
  height: auto;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .c,
.form-row > [class*="c-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #000033;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #12a94b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(18, 169, 75, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #12a94b;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #12a94b;
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #12a94b;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #12a94b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #4eec8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #17d75f;
}

.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(18, 169, 75, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #12a94b;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #000033;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 0, 51, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #000033;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #000033;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #000033;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #000033;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #0000b3;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #000066;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 51, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #000033;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.has-error .form-control {
  border-color: red;
}

.has-error label {
  color: red;
}

.error {
  font-size: 14px;
  color: red;
}
.error p {
  margin-bottom: 0;
}

.custom-formcontrol-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-input-labelp {
  font-size: 0.8125rem;
  line-height: 1;
}

.custom-formcontrol-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-formcontrol-overlay {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #5d5d5d;
}
.custom-formcontrol-overlay:after {
  content: "";
  position: absolute;
}
.formcontrol-checkbox .custom-formcontrol-overlay:after {
  left: 0px;
  top: -9px;
  width: 24px;
  height: 24px;
}
.formcontrol-radio .custom-formcontrol-overlay:after {
  left: 0px;
  top: -9px;
  width: 24px;
  height: 24px;
}
.custom-formcontrol-input:checked ~ .custom-formcontrol-overlay::after {
  background-size: 100%;
  background-image: url("/images/2019/check-mark.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .custom-formcontrol-input:checked ~ .custom-formcontrol-overlay::after {
    background-image: url("/images/2019/check-mark.png");
  }
}
.custom-formcontrol-input:hover ~ .custom-formcontrol-overlay,
.custom-formcontrol-input:focus ~ .custom-formcontrol-overlay {
  border-color: #12a94b;
}
.custom-formcontrol-label:hover
  .custom-formcontrol-input:not([disabled]):checked
  ~ .custom-formcontrol-overlay,
.custom-formcontrol-label
  .custom-formcontrol-input:checked:focus
  ~ .custom-formcontrol-overlay {
  border-color: #12a94b;
}
.custom-formcontrol-label
  .custom-formcontrol-input:disabled
  ~ .custom-formcontrol-overlay {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.custom-formcontrol-select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.custom-formcontrol-select label {
  left: 0;
  pointer-events: none;
}
.custom-formcontrol-select .custom-formcontrol-select-input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 6px 15px 6px 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #333;
  color: rgba(141, 142, 142, 0.58);
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-formcontrol-select .custom-formcontrol-select-input::-ms-expand {
  display: none;
}
.custom-formcontrol-select .custom-formcontrol-select-input:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.custom-formcontrol-select .custom-formcontrol-icon {
  position: absolute;
  top: 22px;
  right: 5px;
  width: 14px;
  height: 8px;
  pointer-events: none;
  background-image: url("/images/2019/drop-down.png");
  background-size: 100%;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .custom-formcontrol-select .custom-formcontrol-icon {
    background-image: url("/images/2019/drop-down.png");
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .btn {
    max-width: 100%;
  }
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #2188ab;
  border-color: #2188ab;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1b6f8b;
  border-color: #196680;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #2188ab;
  border-color: #2188ab;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #196680;
  border-color: #175e76;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #00000d;
  border-color: black;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #0e863c;
  border-color: #0d7b37;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #0d7b37;
  border-color: #0c6f31;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #00000d;
  border-color: black;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #00000d;
  border-color: black;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #00000d;
  border-color: black;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-light {
  color: #000033;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #000033;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000033;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #000033;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #00000d;
  border-color: black;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-gray {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-gray:hover {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #575757;
}
.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #575757;
  border-color: #505050;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

.btn-green {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #0e863c;
  border-color: #0d7b37;
}
.btn-green:focus,
.btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #0d7b37;
  border-color: #0c6f31;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}

.btn-outline-primary {
  color: #2188ab;
  background-color: transparent;
  background-image: none;
  border-color: #2188ab;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #2188ab;
  border-color: #2188ab;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2188ab;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2188ab;
  border-color: #2188ab;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-primary {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-secondary {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #000033;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-secondary {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-success {
  color: #12a94b;
  background-color: transparent;
  background-image: none;
  border-color: #12a94b;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #12a94b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-success {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-info {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #000033;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-info {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-warning {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #000033;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-warning {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-danger {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #000033;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-danger {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-light:hover {
  color: #000033;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #000033;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-light {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-dark {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000033;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-dark {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-gray {
  color: #707070;
  background-color: transparent;
  background-image: none;
  border-color: #707070;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #707070;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-gray {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-outline-green {
  color: #12a94b;
  background-color: transparent;
  background-image: none;
  border-color: #12a94b;
  border-width: 2px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-width: 3px;
}
.btn-outline-green:hover {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #12a94b;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: #12a94b;
  border-color: #12a94b;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
@media (min-width: 1200px) {
  .btn-outline-green {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    border-width: 4px;
  }
}

.btn-grad-light {
  background: white;
  background: linear-gradient(180deg, white 0%, white 0%, #d8d8d8 100%);
  color: #114456;
  border: none;
}
.btn-grad-light:hover {
  background: #114456;
  color: #ffffff;
}

.btn-grad-primary {
  background: black;
  background: linear-gradient(180deg, black 0%, #12a94b 0%, #148f42 100%);
  border: none;
  color: #ffffff;
  line-height: 1;
}
.btn-grad-primary:hover {
  color: #ffffff;
  background: #255436;
  background: linear-gradient(180deg, #255436 0%, #12a94b 0%, #255436 100%);
}

.btn-grad-primary-light {
  background: black;
  background: linear-gradient(180deg, black 0%, #12a94b 0%, #79d59c 100%);
  border: none;
  color: #ffffff;
  line-height: 1;
}
.btn-grad-primary-light:hover {
  color: #ffffff;
  background: #255436;
  background: linear-gradient(180deg, #255436 0%, #12a94b 0%, #255436 100%);
}

.btn-grad-db {
  background: #255436;
  background: linear-gradient(
    180deg,
    rgba(37, 84, 54, 0.85) 0%,
    rgba(3, 3, 48, 0.85) 0%,
    rgba(21, 40, 102, 0.85) 20%,
    rgba(33, 136, 171, 0.85) 100%
  );
  border: none;
  color: #ffffff;
  line-height: 1;
}
.btn-grad-db:hover {
  color: #ffffff;
  background: #255436;
  background: linear-gradient(
    180deg,
    rgba(37, 84, 54, 0.85) 0%,
    rgba(3, 3, 48, 0.85) 0%,
    rgba(21, 40, 102, 0.85) 20%,
    rgba(33, 136, 171, 0.85) 100%
  );
}

.btn-medium {
  padding: 15px 30px;
}

.btn-link {
  font-weight: 400;
  color: #2188ab;
  background-color: transparent;
}
.btn-link:hover {
  color: #15556b;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #5d5d5d;
  pointer-events: none;
}

.btn-link-plain {
  font-weight: 400;
  background-color: transparent;
}
.btn-link-plain:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-link-plain:focus,
.btn-link-plain.focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link-plain:disabled,
.btn-link-plain.disabled {
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.3125rem 0.625rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-sm-outline {
  border-width: 1px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.wp-block-button__link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .wp-block-button__link {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-button__link {
    transition: none;
  }
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  text-decoration: none;
}
.wp-block-button__link:focus,
.wp-block-button__link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.wp-block-button__link.disabled,
.wp-block-button__link:disabled {
  opacity: 0.65;
}
.wp-block-button__link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .wp-block-button__link {
    max-width: 100%;
  }
}

.is-style-outline-light .wp-block-button__link {
  border: 2px solid #fff;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: none;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-radius: 3px;
  font-weight: 400;
}
.is-style-outline-light .wp-block-button__link:hover {
  background-color: #2188ab !important;
  text-decoration: none;
}

.is-style-grad-light .wp-block-button__link {
  border: none;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: none;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #114456;
  background: linear-gradient(180deg, #fff 0, #fff 0, #d8d8d8 100%);
  border-radius: 3px;
  font-weight: 400;
}
.is-style-grad-light .wp-block-button__link:hover {
  background: #2188ab !important;
  text-decoration: none;
  color: #fff;
}

.is-style-button-success .wp-block-button__link {
  color: #fff;
  background-color: #12a94b;
  border-color: #12a94b;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.is-style-button-success .wp-block-button__link:not(:disabled) {
  cursor: pointer;
}
.is-style-button-success .wp-block-button__link:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.is-style-button-success .wp-block-button__link:hover {
  color: #fff;
  background-color: #0e863c;
  border-color: #0d7b37;
  text-decoration: none;
}

.is-style-sucuri-primary .wp-block-button__link {
  color: #fff;
  background-color: #2188ab;
  border-color: #2188ab;
}
.is-style-sucuri-primary .wp-block-button__link:hover {
  color: #fff;
  background-color: #1b6f8b;
  border-color: #196680;
  text-decoration: none;
}

.is-style-link-tealblue .wp-block-button__link {
  color: #2188ab !important;
  text-decoration: none;
  font-weight: 700;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  font-size: 1rem;
}

.is-style-link-sidebar .wp-block-button__link {
  font-size: 0.8125rem;
  color: #5d5d5d;
  text-decoration: none;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}
.is-style-link-sidebar .wp-block-button__link:hover {
  text-decoration: none;
  color: #12a94b;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  text-align: center;
  white-space: nowrap;
  background-color: #000033;
  border: 1px solid #5d5d5d;
  border-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.9375rem + 2px);
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #2188ab;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #94d5ea;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #000033;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #000033;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #000033;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2188ab;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #2188ab;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(33, 136, 171, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(33, 136, 171, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2188ab;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(33, 136, 171, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #5d5d5d;
  vertical-align: middle;
  background: transparent
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000033' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #5d5d5d;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #12a94b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.custom-select:focus::-ms-value {
  color: #5d5d5d;
  background-color: transparent;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #000033;
  background-color: #000033;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.9375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #12a94b;
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #12a94b;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #5d5d5d;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #5d5d5d;
  background-color: transparent;
  border: 1px solid #5d5d5d;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #5d5d5d;
  content: "Browse";
  background-color: #000033;
  border-left: 1px solid #5d5d5d;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(33, 136, 171, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2188ab;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #94d5ea;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #000033;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2188ab;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #94d5ea;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #000033;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2188ab;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #94d5ea;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #000033;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #000033;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav.nav-inline {
  justify-content: flex-start;
}
.nav.nav-inline .nav-item :first-child {
  padding-left: 0;
}
.nav.nav-inline .nav-item:not(:first-child) {
  padding-left: 1rem;
}

.nav-item {
  color: #d5d5d5;
}
.nav-item.active {
  font-weight: 800;
}

.breadcrumb-list .nav-item {
  position: relative;
  font-weight: normal;
}
.breadcrumb-list .nav-item .nav-link {
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb-list .nav-item .nav-link:hover {
  color: #12a94b;
}
.breadcrumb-list .nav-item .nav-link:hover::after {
  color: #d5d5d5;
}
.breadcrumb-list .nav-item.active a {
  font-weight: 700;
}
.breadcrumb-list .nav-item:not(:last-child) .nav-link::after {
  content: ">";
  top: 8px;
  display: inline;
  right: 0;
  position: absolute;
}

.nav-link {
  color: #d5d5d5;
  padding: 0.5rem 2rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #000033;
}

.nav-tabs {
  border-bottom: 1px solid #000033;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #000033 #000033 #000033;
}
.nav-tabs .nav-link.disabled {
  color: #000033;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000033;
  background-color: #ffffff;
  border-color: #000033 #000033 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #2188ab;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-bar {
  position: relative;
  padding: 0;
}
.nav-bar::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991.98px) {
  .nav-bar.pro-sol {
    min-width: 200px;
  }
}
.nav-bar .nav {
  float: left;
}
@media (max-width: 767.98px) {
  .nav-bar .nav {
    width: 100%;
  }
}
.nav-bar .nav li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  float: left;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li {
    width: 100%;
  }
}
.nav-bar .nav li a {
  color: #808080;
  padding: 15px 8px;
  float: left;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li a {
    width: 100%;
    float: left;
  }
}
.nav-bar .nav li a:hover {
  color: #fff;
}
.nav-bar .nav li a.u-attack {
  background-color: #619f42;
  color: #fff;
  padding: 15px 25px;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  .nav-bar .nav li a.u-attack {
    padding: 15px 10px;
  }
}
.nav-bar .nav li a.u-attack:hover {
  background-color: #478237;
}
.nav-bar .nav li a.login {
  background-color: #636466;
  color: #fff;
  padding: 15px 20px;
  line-height: 25px;
}
.nav-bar .nav li a.login:hover {
  background-color: #222;
}
@media (max-width: 991.98px) {
  .nav-bar .nav li a.login {
    padding: 15px 14px;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown a {
    width: 100%;
    float: left;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: #619f42;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar {
  display: none;
  width: 202px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  float: left;
  position: absolute;
  top: 55px;
}
.nav-bar .nav li.dropdown .inner-nav-bar.prod {
  left: -85px;
  width: 241px;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar.prod {
    width: 100%;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar.sol {
  left: 11px;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua {
  width: 398px;
  text-align: center;
  padding: 0;
  left: -90px;
  box-shadow: 0px 1px 2px #333;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a {
  display: block;
  float: left;
  width: 50%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar.ua a {
    width: 100%;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a:nth-child(2) {
  border-right: 1px solid #333;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a p {
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  color: #333;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a p.lead {
  font-weight: 400;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 10px 0;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a:hover {
  background-color: #ebebeb;
  color: #808080;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a:hover .lead {
  background-color: #619f42;
  color: #fff;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua .pointer {
  left: 186px;
  border-bottom: 7px solid #333;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar.ua {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar {
    position: relative;
    width: 100%;
    display: block;
    left: auto !important;
    top: auto !important;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar .pointer {
  position: absolute;
  top: -19px;
  left: 46%;
  width: 0px;
  height: 0px;
  border: 12px solid transparent;
  border-bottom: 7px solid #fff;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar .pointer {
    display: none;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar ul {
  float: left;
  width: 100%;
}
.nav-bar .nav li.dropdown .inner-nav-bar ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-bar .nav li.dropdown .inner-nav-bar ul li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar ul li {
    padding: 0 60px;
    background-color: #222;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar ul li a {
  padding: 30px 15px;
  display: block;
  width: 100%;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
.nav-bar .nav li.dropdown .inner-nav-bar ul li a:hover {
  color: #619f42;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar ul li a {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0;
    border-top: 1px solid #333;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar {
    background-color: #333;
    padding: 0;
  }
}
.nav-bar .nav li.dropdown:hover .inner-nav-bar {
  display: block;
}
.nav-bar .nav.lang-toggle {
  cursor: pointer;
  width: 47px;
  height: 55px;
  background-color: #333;
}
@media (max-width: 767.98px) {
  .nav-bar .nav.lang-toggle {
    position: absolute;
    top: -55px;
    left: 10px;
  }
}
.nav-bar .nav.lang-toggle li {
  display: block;
  float: left;
}
.nav-bar .nav.lang-toggle li.default {
  width: 25px;
  height: 25px;
  margin-top: 18px;
  background-image: url("/images/icons/16-lang-icon.png");
  background-size: 100%;
  position: relative;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-bar .nav.lang-toggle li.default {
    background-image: url("/images/icons/16-lang-icon.png");
  }
}
.nav-bar .nav.lang-toggle li.default::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: -15px;
  top: 8px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #808080;
}
.nav-bar .nav.lang-toggle .dropdown {
  position: absolute;
  display: none;
  width: 125px;
  left: -9px;
  top: 24px;
  background-color: #fff;
  z-index: 99;
}
.nav-bar .nav.lang-toggle .dropdown li {
  float: left;
  display: block;
  width: 100%;
}
.nav-bar .nav.lang-toggle .dropdown li a {
  padding: 4px;
  width: 100%;
}
.nav-bar .nav.lang-toggle .dropdown li a:hover {
  color: #808080;
  background-color: #ebebeb;
}
.nav-bar .nav.lang-toggle .dropdown li .flag {
  width: 25px;
  height: 22px;
  float: left;
  margin-right: 2px;
  background-image: url("/images/icons/16-lang-icon.png");
  background-size: 100%;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-bar .nav.lang-toggle .dropdown li .flag {
    background-image: url("/images/icons/16-lang-icon.png");
  }
}
.nav-bar .nav.lang-toggle .dropdown li.eng span {
  background-position: 0 1px;
}
.nav-bar .nav.lang-toggle .dropdown li.spani .flag {
  background-position: 0 -92px;
}
.nav-bar .nav.lang-toggle .dropdown li.porto .flag {
  background-position: 0 -45px;
}
.nav-bar .nav.lang-toggle:hover {
  background-color: #222;
}
.nav-bar .nav.lang-toggle:hover .dropdown {
  display: block;
}

@media (max-width: 767.98px) {
  .tp-side-nav {
    padding-left: 2rem;
  }
}

.tp-side-nav .s-nav {
  padding-left: 2rem;
}
.tp-side-nav .s-nav li {
  font-weight: 600;
  color: #619f42;
}
.tp-side-nav .s-nav li a {
  text-decoration: none;
  color: #619f42;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item {
  font-weight: 400;
  color: #808080;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item a {
  color: #333;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item a:hover {
  cursor: pointer;
  color: #619f42;
}

.fl-nav-container {
  max-width: 300px;
  position: fixed;
  top: 20vh;
  background-color: #86bfeb;
  z-index: 999;
  animation: all 0.2s linear;
}
@media (max-width: 991.98px) {
  .fl-nav-container {
    display: none;
  }
}
.fl-nav-container .fl-nav-body {
  overflow: hidden;
  animation: all 0.2s linear;
}
.fl-nav-container .fln-lead {
  padding-left: 0.5rem;
}
.fl-nav-container .fln-lead p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}
.fl-nav-container .fln-lead a.close {
  width: 33px;
  background-color: #ebebeb;
  color: #86bfeb;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.125rem;
}
.fl-nav-container .fl-nav {
  padding-bottom: 1rem;
}
.fl-nav-container .fl-nav li {
  list-style: none;
  background-color: #4ba0e1;
  margin-bottom: 1px;
  animation: all 0.2s linear;
  display: block;
  font-weight: 600;
}
.fl-nav-container .fl-nav li.t-nav {
  height: 40px;
  overflow: hidden;
}
.fl-nav-container .fl-nav li.t-nav a:hover {
  cursor: pointer;
}
.fl-nav-container .fl-nav li .i-nav li {
  font-size: 12px;
}
.fl-nav-container .fl-nav li.active .i-nav {
  display: block;
}
.fl-nav-container .fl-nav li.active .i-nav li {
  margin-top: 0;
  background-color: #86bfeb;
  font-weight: 400;
}
.fl-nav-container .fl-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}
.fl-nav-container .nav-toggle {
  position: absolute;
  bottom: -76px;
  left: -22px;
}
.fl-nav-container .nav-toggle a.ntag-icon {
  width: 41px;
  height: 41px;
  display: block;
  background-color: #4ba0e1;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px 0;
}
.fl-nav-container .nav-toggle a.ntag-icon .bgr-bar {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 4px auto;
}
.fl-nav-container .nav-toggle p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #000033;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #000033;
  text-decoration: none;
  background-color: #000033;
}
.list-group-item-action:active {
  color: #5d5d5d;
  background-color: #000033;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #000033;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #2188ab;
  border-color: #2188ab;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #114759;
  background-color: #c1dee7;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #114759;
  background-color: #afd4e0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #114759;
  border-color: #114759;
}

.list-group-item-secondary {
  color: #00001b;
  background-color: #b8b8c6;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-success {
  color: #095827;
  background-color: #bde7cd;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #095827;
  background-color: #aae0bf;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #095827;
  border-color: #095827;
}

.list-group-item-info {
  color: #00001b;
  background-color: #b8b8c6;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-warning {
  color: #00001b;
  background-color: #b8b8c6;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-danger {
  color: #00001b;
  background-color: #b8b8c6;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #00001b;
  background-color: #b8b8c6;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-gray {
  color: #3a3a3a;
  background-color: #d7d7d7;
}
.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #3a3a3a;
  background-color: #cacaca;
}
.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.list-group-item-green {
  color: #095827;
  background-color: #bde7cd;
}
.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #095827;
  background-color: #aae0bf;
}
.list-group-item-green.list-group-item-action.active {
  color: #ffffff;
  background-color: #095827;
  border-color: #095827;
}

.close {
  float: right;
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff !important;
  text-shadow: 0 1px 0 #ffffff;
  width: 26px;
  height: 26px;
  margin: -13px -13px auto auto;
  background-color: #2188ab;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  text-align: center;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ebebeb;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.icon.icon-sm {
  width: 25px;
  height: 25px;
}

.icon.icon-smh {
  width: 32px;
  height: 26px;
}

.icon.icon-md {
  width: 45px;
  height: 45px;
}

.icon.icon-inline-block {
  display: inline-block;
}

.icon.check:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2018/check.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.check:before {
    background-image: url("/images/2018/check@2x.png");
  }
}

.icon.chevron-down:before {
  content: "";
  width: 47px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2018/chevron-down-blue.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.chevron-down:before {
    background-image: url("/images/2018/chevron-down-blue.png");
  }
}

.icon.chevron-down.success:before {
  background-image: url("/images/2018/chevron-down-green.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.chevron-down.success:before {
    background-image: url("/images/2018/chevron-down-green.png");
  }
}

.icon.chevron-up:before {
  content: "";
  width: 47px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2018/chevron-up-blue.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.chevron-up:before {
    background-image: url("/images/2018/chevron-up-blue.png");
  }
}

.icon.select-down:before {
  content: "";
  width: 5px;
  height: 3px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2018/18-sucuri-select-arrow-down-icon.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.select-down:before {
    background-image: url("/images/2018/18-sucuri-select-arrow-down-icon@2.png");
  }
}

.icon.plus {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2018/18-sucuri-plus-icon.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.plus {
    background-image: url("/images/2018/18-sucuri-plus-icon@2.png");
  }
}

.icon.contact-icon {
  width: 82px;
  height: 63px;
  display: block;
  background-image: url("/images/2018/18-sucuri-contact-footer.png");
  background-position: 0 0;
  background-size: 328px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.contact-icon {
    background-image: url("/images/2018/18-sucuri-contact-footer@2.png");
  }
}
.icon.contact-icon.email-icon {
  background-position: 0 0;
}
.icon.contact-icon.ticket-icon {
  background-position: -82px 0;
}
.icon.contact-icon.phone-icon {
  background-position: -164px 0;
}
.icon.contact-icon.chat-icon {
  background-position: -246px 0;
}

.icon.bfeatures-icon {
  width: 228px;
  height: 154px;
  display: block;
  background-image: url("/images/2018/18-sucuri-features-band-sprite.png");
  background-size: 912px;
  background-position: 0 0;
  margin: 0 auto;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.bfeatures-icon {
    background-image: url("/images/2018/18-sucuri-features-band-sprite@2.png");
  }
}
.icon.bfeatures-icon.waf-prot-icon {
  background-position: 0 0;
}
.icon.bfeatures-icon.monit-icon {
  background-position: -228px 0;
}
.icon.bfeatures-icon.inc-res-icon {
  background-position: -456px 0;
}
.icon.bfeatures-icon.perf-boost-icon {
  background-position: -684px 0;
}

.icon.play {
  width: 57px;
  height: 57px;
  display: block;
  background-image: url("/images/2018/18-sucuri-agency-callout-sprite.png");
  background-size: 271px;
  background-position: 0 -45px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.play {
    background-image: url("/images/2018/18-sucuri-agency-callout-sprite@2.png");
  }
}

.icon.icon-mmd {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -45px 0;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-mmd {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-arwe {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: 0 0;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-arwe {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-pybr {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -135px 0;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-pybr {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-bfvd {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -180px 0;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-bfvd {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-pycp {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -225px 0;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-pycp {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-softc {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -90px 0;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-softc {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-dedsup {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: 0 -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-dedsup {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-dedsup {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: 0 -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-dedsup {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-esup {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -32px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-esup {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-flmn {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -64px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-flmn {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-bddosa {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -96px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-bddosa {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-psfh {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -128px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-psfh {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-adhc {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-size: 320px;
  background-position: -192px -45px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-adhc {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-smsc {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -224px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-smsc {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-fwperf {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -256px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-fwperf {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-ceres {
  background-image: url("/images/2018/18-sucuri-agency-page-icons.png");
  background-position: -288px -45px;
  background-size: 320px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-ceres {
    background-image: url("/images/2018/18-sucuri-agency-page-icons@2x.png");
  }
}

.icon.icon-adp {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: 0 0;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-adp {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-abbm {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -45px 0;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-abbm {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-wafp {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -90px 0;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-wafp {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-hsm {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -135px 0;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-hsm {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-eir {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -180px 0;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-eir {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-epwc {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -225px 0;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-epwc {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-dedsup-a {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: 0 -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-dedsup-a {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-fam {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -32px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-fam {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-bddosa-a {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -64px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-bddosa-a {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-psfh-a {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -96px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-psfh-a {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-intmon {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -128px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-intmon {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-smscint {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -160px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-smscint {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-contsca {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -192px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-contsca {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-fwperf-a {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -224px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-fwperf-a {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-ceres-a {
  background-image: url("/images/2018/19-sucuri-enterprise-page-icons.png");
  background-position: -256px -45px;
  background-size: 288px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-ceres-a {
    background-image: url("/images/2018/19-sucuri-enterprise-page-icons@2.png");
  }
}

.icon.icon-platform {
  background-image: url("/images/2019/19-sucuri-referral-page-icons.png");
  background-position: 0 -80px;
  background-size: 240px;
  width: 65px;
  height: 65px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-platform {
    background-image: url("/images/2019/19-sucuri-referral-page-icons@2.png");
  }
}

.icon.icon-firewall {
  background-image: url("/images/2019/19-sucuri-referral-page-icons.png");
  background-position: -65px -80px;
  background-size: 240px;
  width: 65px;
  height: 65px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-firewall {
    background-image: url("/images/2019/19-sucuri-referral-page-icons@2.png");
  }
}

.icon.icon-agency {
  background-image: url("/images/2019/19-sucuri-referral-page-icons.png");
  background-position: -130px -80px;
  background-size: 240px;
  width: 65px;
  height: 65px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-agency {
    background-image: url("/images/2019/19-sucuri-referral-page-icons@2.png");
  }
}

.icon.icon-high-margin-discounts {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: 0 0;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-high-margin-discounts {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-solutions-to-help {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -135px 0;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-solutions-to-help {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-high-recognized-customer {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -180px 0;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-high-recognized-customer {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-high-full-api-integration {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -45px 0;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-high-full-api-integration {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-increased-revenue-and-upsell {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -90px 0;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-increased-revenue-and-upsell {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-high-onboarding-and-training {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -225px 0;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-high-onboarding-and-training {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-customer-experience {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: 0 -45px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-customer-experience {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-no-pricing-ambiguity {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -32px -45px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-no-pricing-ambiguity {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-high-partner-earnings {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -64px -45px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-high-partner-earnings {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-extended-security-team {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -96px -45px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-extended-security-team {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-api-integration {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -128px -45px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-api-integration {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-simple-deployment {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -160px -45px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-simple-deployment {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-dedicated-support {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: 0 -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-dedicated-support {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-easy-set-up {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -32px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-easy-set-up {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-flexible-account-management {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -64px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-flexible-account-management {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-sales-enablement {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -96px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-sales-enablement {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-ddos-mitigation {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -128px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-ddos-mitigation {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-cloud-based-firewall {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -160px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-cloud-based-firewall {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-adhoc-cleanup {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -192px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-adhoc-cleanup {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-security-monitoring-and-scanning {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -224px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-security-monitoring-and-scanning {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-incident-response {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -256px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-incident-response {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-custom-sla {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -288px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-custom-sla {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-global-cdn {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -320px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-global-cdn {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-cutting-edge-network {
  background-image: url("/images/2019/19-sucuri-partnership-page-icons.png");
  background-position: -352px -71px;
  background-size: 384px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-cutting-edge-network {
    background-image: url("/images/2019/19-sucuri-partnership-page-icons@2.png");
  }
}

.icon.icon-ihp {
  background-image: url("/images/2018/19-sucuri-immediate-help-icons.png");
  background-size: 220px;
  background-position: 0 0;
  width: 32px;
  height: 24px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-ihp {
    background-image: url("/images/2018/19-sucuri-immediate-help-icons@2.png");
  }
}
.icon.icon-ihp.icon-fwp-w {
  background-position: 0 0;
}
.icon.icon-ihp.icon-cm-w {
  background-position: -30px 0px;
}
.icon.icon-ihp.icon-po-w {
  background-position: -64px 0;
}
.icon.icon-ihp.icon-uls-w {
  background-position: -96px 0;
}

.icon.social-icon-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("/images/2018/18-sucuri-guide-icon-sprite.png");
  background-size: 160px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.social-icon-b {
    background-image: url("/images/2018/18-sucuri-guide-icon-sprite@2.png");
  }
}
.icon.social-icon-b.fb {
  background-position: 0 0;
}
.icon.social-icon-b.tw {
  background-position: -24px 0;
}
.icon.social-icon-b.in {
  background-position: -48px 0;
}
.icon.social-icon-b.em {
  background-position: -72px 0;
}
.icon.social-icon-b:hover {
  background-position-y: -24px;
  cursor: pointer;
}

.icon.icon-caution {
  width: 30px;
  height: 26px;
  display: inline-block;
  background-image: url("/images/2018/18-sucuri-guide-icon-sprite.png");
  background-size: 160px;
  background-position: 0 -114px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-caution {
    background-image: url("/images/2018/18-sucuri-guide-icon-sprite@2.png");
  }
}

.icon.icon-arrow-right {
  width: 20px;
  height: 40px;
  display: block;
  background-image: url("/images/2018/18-sucuri-guide-nav-arrow.png");
  background-size: 20px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-arrow-right {
    background-image: url("/images/2018/18-sucuri-guide-nav-arrow.png");
  }
}

.icon.wpg-bkps-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/images/2018/18-sucuri-guide-icon-sprite.png");
  background-size: 160px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.wpg-bkps-icon {
    background-image: url("/images/2018/18-sucuri-guide-icon-sprite@2.png");
  }
}
.icon.wpg-bkps-icon.loc {
  background-position: 0 -48px;
}
.icon.wpg-bkps-icon.auto {
  background-position: -32px -48px;
}
.icon.wpg-bkps-icon.redud {
  background-position: -64px -48px;
}
.icon.wpg-bkps-icon.testn {
  background-position: -96px -48px;
}
.icon.wpg-bkps-icon.fltyps {
  background-position: -128px -48px;
}

.icon.wpg-fw-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/images/2018/18-sucuri-guide-icon-sprite.png");
  background-size: 160px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.wpg-fw-icon {
    background-image: url("/images/2018/18-sucuri-guide-icon-sprite@2.png");
  }
}
.icon.wpg-fw-icon.pafh {
  background-position: 0 -80px;
}
.icon.wpg-fw-icon.vsu {
  background-position: -32px -80px;
}
.icon.wpg-fw-icon.bbfa {
  background-position: -64px -80px;
}
.icon.wpg-fw-icon.mddsa {
  background-position: -96px -80px;
}
.icon.wpg-fw-icon.perfo {
  background-position: -128px -80px;
}

.icon.icon-rwm {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-rwm {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-rbs {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -32px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-rbs {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-rss {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -64px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-rss {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-pfa {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -96px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-pfa {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-uys {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: 0 -26px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-uys {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-rap {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -32px -26px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-rap {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-cngps {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -64px -26px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-cngps {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-cnfmon {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -96px -26px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-cnfmon {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-mwb {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -128px -26px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-mwb {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-awc {
  background-image: url("/images/2019/19-sucuri-response-page-icons.png");
  background-size: 192px;
  background-position: -160px -26px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-awc {
    background-image: url("/images/2019/19-sucuri-response-page-icons@2.png");
  }
}

.icon.icon-wso {
  background-image: url("/images/2019/19-sucuri-performance-page-icons.png");
  background-size: 128px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-wso {
    background-image: url("/images/2019/19-sucuri-performance-page-icons@2.png");
  }
}

.icon.icon-rwu {
  background-image: url("/images/2019/19-sucuri-performance-page-icons.png");
  background-size: 128px;
  background-position: -32px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-rwu {
    background-image: url("/images/2019/19-sucuri-performance-page-icons@2.png");
  }
}

.icon.icon-mco {
  background-image: url("/images/2019/19-sucuri-performance-page-icons.png");
  background-size: 128px;
  background-position: -64px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-mco {
    background-image: url("/images/2019/19-sucuri-performance-page-icons@2.png");
  }
}

.icon.icon-haar {
  background-image: url("/images/2019/19-sucuri-performance-page-icons.png");
  background-size: 128px;
  background-position: -96px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-haar {
    background-image: url("/images/2019/19-sucuri-performance-page-icons@2.png");
  }
}

.icon.icon-mahp {
  background-image: url("/images/2019/19-sucuri-protection-page-icons.png");
  background-size: 128px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-mahp {
    background-image: url("/images/2019/19-sucuri-protection-page-icons@2.png");
  }
}

.icon.icon-dam {
  background-image: url("/images/2019/19-sucuri-protection-page-icons.png");
  background-size: 128px;
  background-position: -32px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-dam {
    background-image: url("/images/2019/19-sucuri-protection-page-icons@2.png");
  }
}

.icon.icon-zdep {
  background-image: url("/images/2019/19-sucuri-protection-page-icons.png");
  background-size: 128px;
  background-position: -64px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-zdep {
    background-image: url("/images/2019/19-sucuri-protection-page-icons@2.png");
  }
}

.icon.icon-bfap {
  background-image: url("/images/2019/19-sucuri-protection-page-icons.png");
  background-size: 128px;
  background-position: -96px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-bfap {
    background-image: url("/images/2019/19-sucuri-protection-page-icons@2.png");
  }
}

.icon.icon-wms {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-wms {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.icon.icon-wsss {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: -32px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-wsss {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.icon.icon-blcls {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: -64px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-blcls {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.icon.icon-dnsm {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: -96px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-dnsm {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.icon.icon-sslcm {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: -128px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-sslcm {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.icon.icon-seoss {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: -160px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-seoss {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.icon.icon-wum {
  background-image: url("/images/2019/19-sucuri-detection-page-icons.png");
  background-size: 224px;
  background-position: -192px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .icon.icon-wum {
    background-image: url("/images/2019/19-sucuri-detection-page-icons@2.png");
  }
}

.has-icon {
  position: relative;
  padding-left: 60px;
}
.has-icon::before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  margin-right: 15px;
  background-image: url("/images/2018/18-sucuri-agency-callout-sprite.png");
  background-size: 271px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .has-icon::before {
    background-image: url("/images/2018/18-sucuri-agency-callout-sprite@2.png");
  }
}
@media (max-width: 991.98px) {
  .has-icon::before {
    top: 2px;
  }
}
.has-icon.icon-faster::before {
  background-position: 0 -457px;
}
.has-icon.icon-config::before {
  background-position: 0 -457px;
}
.has-icon.icon-mmd::before {
  background-position: 0 0;
}
.has-icon.icon-bftvd::before {
  background-position: -45px 0;
}
.has-icon.icon-pybr::before {
  background-position: -90px 0;
}
.has-icon.icon-aorwe::before {
  background-position: -135px 0;
}
.has-icon.icon-pycp::before {
  background-position: -180px 0;
}
.has-icon.icon-softc::before {
  background-position: -225px 0;
}

.icon-list .icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-list p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .icon-list p {
    word-break: break-word;
    white-space: normal;
    width: calc(100% - 70px);
  }
}

.icon-list .il-body {
  display: inline-block;
}
.icon-list .il-body p {
  margin-left: 0;
  display: block;
}
@media (max-width: 575.98px) {
  .icon-list .il-body p {
    word-break: break-word;
    white-space: normal;
    width: auto;
  }
}

.icon-list.list-display-s p {
  font-size: 14px;
}

.has-plus-icon {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
}
.has-plus-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.partners-benefits .icon {
  position: absolute;
  float: none;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2188ab !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #196680 !important;
}

.bg-secondary {
  background-color: #000033 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

.bg-success {
  background-color: #12a94b !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0d7b37 !important;
}

.bg-info {
  background-color: #000033 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: black !important;
}

.bg-warning {
  background-color: #000033 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: black !important;
}

.bg-danger {
  background-color: #000033 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: black !important;
}

.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #000033 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-gray {
  background-color: #707070 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #575757 !important;
}

.bg-green {
  background-color: #12a94b !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #0d7b37 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-green {
  background-color: #12a94b !important;
}

.bg-tealblue {
  background-color: #2188ab !important;
}

.bg-tealblue {
  background-color: #2188ab !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-grad-b {
  background: #030330;
  background: linear-gradient(180deg, #030330 0%, #152866 20%, #2188ab 100%);
}

.bg-grad-db {
  background: #255436;
  background: linear-gradient(
    180deg,
    rgba(37, 84, 54, 0.85) 0%,
    rgba(3, 3, 48, 0.85) 0%,
    rgba(21, 40, 102, 0.85) 20%,
    rgba(33, 136, 171, 0.85) 100%
  );
}

.bg-grad-bhero {
  background: #255436;
  background: linear-gradient(
    180deg,
    #255436 0%,
    #3d7eb5 0%,
    #3d7eb5 0%,
    #194f7c 67%,
    #0e406a 100%
  );
  color: #fff;
}

.bg-grad-bbanner {
  background: #255436;
  background: linear-gradient(
    180deg,
    #255436 0%,
    #3d7eb5 0%,
    #2188ab 0%,
    #248aac 26%,
    #5aa8c1 100%
  );
  color: #fff;
}

.bg-opac-blue {
  background-color: #eff7f9;
}

.bg-gray {
  background-color: #707070 !important;
}

.bg-gray-b {
  background-color: #a2a2a2 !important;
}

.box-shadow {
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
}

.bg-img-right {
  position: relative;
}
.bg-img-right::before {
  content: "";
  width: 50%;
  width: calc(50% - 30px);
  height: 100%;
  position: absolute;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .bg-img-right::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bg-img-right .container {
    max-width: 100%;
  }
}
.bg-img-right.img-support::before {
  background-image: url("/images/2018/18-sucuri-support-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-right.img-support::before {
    background-image: url("/images/2018/18-sucuri-support-image@2.jpg");
  }
}
.bg-img-right.img-support-a::before {
  background-image: url("/images/2018/18-sucuri-enterprise-support-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-right.img-support-a::before {
    background-image: url("/images/2018/18-sucuri-enterprise-support-image@2.jpg");
  }
}
.bg-img-right.img-monitoring::before {
  background-image: url("/images/2018/18-sucuri-monitoring-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-right.img-monitoring::before {
    background-image: url("/images/2018/18-sucuri-monitoring-image@2.jpg");
  }
}
.bg-img-right.img-monitoring-a::before {
  background-image: url("/images/2018/18-sucuri-enterprise-monitoring-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-right.img-monitoring-a::before {
    background-image: url("/images/2018/18-sucuri-enterprise-monitoring-image@2.jpg");
  }
}
.bg-img-right.img-performance-b::before {
  background-image: url("/images/2019/18-sucuri-performance-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-right.img-performance-b::before {
    background-image: url("/images/2019/18-sucuri-performance-image@2.jpg");
  }
}

.bg-img-left {
  position: relative;
}
.bg-img-left::after {
  content: "";
  width: 50%;
  width: calc(50% - 30px);
  height: 100%;
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .bg-img-left::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bg-img-left .container {
    max-width: 100%;
  }
}
.bg-img-left.img-protection::after {
  background-image: url("/images/2018/18-sucuri-protection-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-left.img-protection::after {
    background-image: url("/images/2018/18-sucuri-protection-image@2.jpg");
  }
}
.bg-img-left.img-protection-a::after {
  background-image: url("/images/2018/18-sucuri-enterprise-protection-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-left.img-protection-a::after {
    background-image: url("/images/2018/18-sucuri-enterprise-protection-image@2.jpg");
  }
}
.bg-img-left.img-performance::after {
  background-image: url("/images/2018/18-sucuri-performance-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-left.img-performance::after {
    background-image: url("/images/2018/18-sucuri-performance-image@2.jpg");
  }
}
.bg-img-left.img-performance-a::after {
  background-image: url("/images/2018/18-sucuri-enterprise-performance-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-left.img-performance-a::after {
    background-image: url("/images/2018/18-sucuri-enterprise-performance-image@2.jpg");
  }
}
.bg-img-left.img-response::after {
  background-image: url("/images/2019/19-sucuri-response-image.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .bg-img-left.img-response::after {
    background-image: url("/images/2019/19-sucuri-response-image@2.jpg");
  }
}

.border {
  border: 1px solid #ebebeb !important;
}

.border-top {
  border-top: 1px solid #ebebeb !important;
}

.border-right {
  border-right: 1px solid #ebebeb !important;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb !important;
}

.border-left {
  border-left: 1px solid #ebebeb !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2188ab !important;
}

.border-secondary {
  border-color: #000033 !important;
}

.border-success {
  border-color: #12a94b !important;
}

.border-info {
  border-color: #000033 !important;
}

.border-warning {
  border-color: #000033 !important;
}

.border-danger {
  border-color: #000033 !important;
}

.border-light {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #000033 !important;
}

.border-gray {
  border-color: #707070 !important;
}

.border-green {
  border-color: #12a94b !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-green {
  border-color: #12a94b !important;
}

.border-danger {
  border-color: #ec3333 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1920px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.16) !important;
}

.shadow {
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.16) !important;
}

.shadow-lg {
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.16) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-35 {
  margin: 35px !important;
}

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

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

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

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

.m-40 {
  margin: 40px !important;
}

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

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

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

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

.m-50 {
  margin: 50px !important;
}

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

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

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

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

.m-60 {
  margin: 60px !important;
}

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

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

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

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

.m-80 {
  margin: 80px !important;
}

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

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

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

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

.m-90 {
  margin: 90px !important;
}

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

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

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

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

.m-100 {
  margin: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-35 {
  padding: 35px !important;
}

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

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

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

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

.p-40 {
  padding: 40px !important;
}

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

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

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

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

.p-50 {
  padding: 50px !important;
}

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

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

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

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

.p-60 {
  padding: 60px !important;
}

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

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

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

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

.p-80 {
  padding: 80px !important;
}

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

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

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

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

.p-90 {
  padding: 90px !important;
}

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

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

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

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

.p-100 {
  padding: 100px !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-5 {
    margin: 5px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20px !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 25px !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 25px !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 25px !important;
  }
  .m-xxl-30 {
    margin: 30px !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30px !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30px !important;
  }
  .m-xxl-35 {
    margin: 35px !important;
  }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 35px !important;
  }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 35px !important;
  }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 35px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 50px !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 50px !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 50px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 60px !important;
  }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 60px !important;
  }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 60px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 90px !important;
  }
  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 90px !important;
  }
  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 90px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important;
  }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-5 {
    padding: 5px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10px !important;
  }
  .p-xxl-15 {
    padding: 15px !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20px !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20px !important;
  }
  .p-xxl-25 {
    padding: 25px !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 25px !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 25px !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 25px !important;
  }
  .p-xxl-30 {
    padding: 30px !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30px !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30px !important;
  }
  .p-xxl-35 {
    padding: 35px !important;
  }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 35px !important;
  }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 35px !important;
  }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 35px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }
  .p-xxl-50 {
    padding: 50px !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 50px !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 50px !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 50px !important;
  }
  .p-xxl-60 {
    padding: 60px !important;
  }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 60px !important;
  }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 60px !important;
  }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 60px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }
  .p-xxl-90 {
    padding: 90px !important;
  }
  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 90px !important;
  }
  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 90px !important;
  }
  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 90px !important;
  }
  .p-xxl-100 {
    padding: 100px !important;
  }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important;
  }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.font-10 {
  font-size: 10px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-85 {
  font-size: 85px !important;
}

.font-100 {
  font-size: 100px !important;
}

.font-300 {
  font-size: 300px !important;
}

@media (min-width: 576px) {
  .font-sm-10 {
    font-size: 10px !important;
  }
  .font-sm-14 {
    font-size: 14px !important;
  }
  .font-sm-16 {
    font-size: 16px !important;
  }
  .font-sm-25 {
    font-size: 25px !important;
  }
  .font-sm-26 {
    font-size: 26px !important;
  }
  .font-sm-17 {
    font-size: 17px !important;
  }
  .font-sm-30 {
    font-size: 30px !important;
  }
  .font-sm-32 {
    font-size: 32px !important;
  }
  .font-sm-50 {
    font-size: 50px !important;
  }
  .font-sm-85 {
    font-size: 85px !important;
  }
  .font-sm-100 {
    font-size: 100px !important;
  }
  .font-sm-300 {
    font-size: 300px !important;
  }
}

@media (min-width: 768px) {
  .font-md-10 {
    font-size: 10px !important;
  }
  .font-md-14 {
    font-size: 14px !important;
  }
  .font-md-16 {
    font-size: 16px !important;
  }
  .font-md-25 {
    font-size: 25px !important;
  }
  .font-md-26 {
    font-size: 26px !important;
  }
  .font-md-17 {
    font-size: 17px !important;
  }
  .font-md-30 {
    font-size: 30px !important;
  }
  .font-md-32 {
    font-size: 32px !important;
  }
  .font-md-50 {
    font-size: 50px !important;
  }
  .font-md-85 {
    font-size: 85px !important;
  }
  .font-md-100 {
    font-size: 100px !important;
  }
  .font-md-300 {
    font-size: 300px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-10 {
    font-size: 10px !important;
  }
  .font-lg-14 {
    font-size: 14px !important;
  }
  .font-lg-16 {
    font-size: 16px !important;
  }
  .font-lg-25 {
    font-size: 25px !important;
  }
  .font-lg-26 {
    font-size: 26px !important;
  }
  .font-lg-17 {
    font-size: 17px !important;
  }
  .font-lg-30 {
    font-size: 30px !important;
  }
  .font-lg-32 {
    font-size: 32px !important;
  }
  .font-lg-50 {
    font-size: 50px !important;
  }
  .font-lg-85 {
    font-size: 85px !important;
  }
  .font-lg-100 {
    font-size: 100px !important;
  }
  .font-lg-300 {
    font-size: 300px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-10 {
    font-size: 10px !important;
  }
  .font-xl-14 {
    font-size: 14px !important;
  }
  .font-xl-16 {
    font-size: 16px !important;
  }
  .font-xl-25 {
    font-size: 25px !important;
  }
  .font-xl-26 {
    font-size: 26px !important;
  }
  .font-xl-17 {
    font-size: 17px !important;
  }
  .font-xl-30 {
    font-size: 30px !important;
  }
  .font-xl-32 {
    font-size: 32px !important;
  }
  .font-xl-50 {
    font-size: 50px !important;
  }
  .font-xl-85 {
    font-size: 85px !important;
  }
  .font-xl-100 {
    font-size: 100px !important;
  }
  .font-xl-300 {
    font-size: 300px !important;
  }
}

@media (min-width: 1920px) {
  .font-xxl-10 {
    font-size: 10px !important;
  }
  .font-xxl-14 {
    font-size: 14px !important;
  }
  .font-xxl-16 {
    font-size: 16px !important;
  }
  .font-xxl-25 {
    font-size: 25px !important;
  }
  .font-xxl-26 {
    font-size: 26px !important;
  }
  .font-xxl-17 {
    font-size: 17px !important;
  }
  .font-xxl-30 {
    font-size: 30px !important;
  }
  .font-xxl-32 {
    font-size: 32px !important;
  }
  .font-xxl-50 {
    font-size: 50px !important;
  }
  .font-xxl-85 {
    font-size: 85px !important;
  }
  .font-xxl-100 {
    font-size: 100px !important;
  }
  .font-xxl-300 {
    font-size: 300px !important;
  }
}

.lh-1_5 {
  line-height: 1.5 !important;
}

.lh-1_7 {
  line-height: 1.7 !important;
}

@media (min-width: 576px) {
  .lh-sm-1_5 {
    line-height: 1.5 !important;
  }
  .lh-sm-1_7 {
    line-height: 1.7 !important;
  }
}

@media (min-width: 768px) {
  .lh-md-1_5 {
    line-height: 1.5 !important;
  }
  .lh-md-1_7 {
    line-height: 1.7 !important;
  }
}

@media (min-width: 992px) {
  .lh-lg-1_5 {
    line-height: 1.5 !important;
  }
  .lh-lg-1_7 {
    line-height: 1.7 !important;
  }
}

@media (min-width: 1200px) {
  .lh-xl-1_5 {
    line-height: 1.5 !important;
  }
  .lh-xl-1_7 {
    line-height: 1.7 !important;
  }
}

@media (min-width: 1920px) {
  .lh-xxl-1_5 {
    line-height: 1.5 !important;
  }
  .lh-xxl-1_7 {
    line-height: 1.7 !important;
  }
}

.text-monospace {
  font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #2188ab !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #196680 !important;
}

.text-secondary {
  color: #000033 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #12a94b !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #0d7b37 !important;
}

.text-info {
  color: #000033 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: black !important;
}

.text-warning {
  color: #000033 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: black !important;
}

.text-danger {
  color: #000033 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: black !important;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #e6e6e6 !important;
}

.text-dark {
  color: #000033 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-gray {
  color: #707070 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #575757 !important;
}

.text-green {
  color: #12a94b !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #0d7b37 !important;
}

.text-body {
  color: #5d5d5d !important;
}

.text-muted {
  color: #000033 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.no-hover-underline:hover {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.white {
  color: #ffffff !important;
}

.gray {
  color: #000033 !important;
}

.text-gray {
  color: #5d5d5d !important;
}

.green {
  color: #12a94b !important;
}

.danger {
  color: #ec3333;
}

.tealblue {
  color: #2188ab !important;
}

.has-green-color {
  color: #12a94b;
}

.has-green-background-color {
  background-color: #12a94b;
}

.has-secondary-green-color {
  color: #41ba6e;
}

.has-secondary-green-background-color {
  background-color: #41ba6e;
}

.has-tertiary-green-color {
  color: #94d8ad;
}

.has-tertiary-green-background-color {
  background-color: #94d8ad;
}

.has-blue-color {
  color: #2188ab;
}

.has-blue-background-color {
  background-color: #2188ab;
}

.has-secondary-blue-color {
  color: #6eb1c8;
}

.has-secondary-blue-background-color {
  background-color: #6eb1c8;
}

.has-tertiary-blue-color {
  color: #9ac9d8;
}

.has-tertiary-blue-background-color {
  background-color: #9ac9d8;
}

.has-teal-color {
  color: #2d7a6d;
}

.has-teal-background-color {
  background-color: #2d7a6d;
}

.has-secondary-teal-color {
  color: #76a8a0;
}

.has-secondary-teal-background-color {
  background-color: #76a8a0;
}

.has-tertiary-teal-color {
  color: #a0c3bd;
}

.has-tertiary-teal-background-color {
  background-color: #a0c3bd;
}

.has-darkblue-color {
  color: #114456;
}

.has-darkblue-background-color {
  background-color: #114456;
}

.has-secondary-darkblue-color {
  color: #61829d;
}

.has-secondary-darkblue-background-color {
  background-color: #61829d;
}

.has-tertiary-darkblue-color {
  color: #91a8bb;
}

.has-tertiary-darkblue-background-color {
  background-color: #91a8bb;
}

.has-red-color {
  color: #ec3333;
}

.has-red-background-color {
  background-color: #ec3333;
}

.has-secondary-red-color {
  color: #f17070;
}

.has-secondary-red-background-color {
  background-color: #f17070;
}

.has-tertiary-red-color {
  color: #f5a2a2;
}

.has-tertiary-red-background-color {
  background-color: #f5a2a2;
}

.has-yellow-color {
  color: #f6da23;
}

.has-yellow-background-color {
  background-color: #f6da23;
}

.has-secondary-yellow-color {
  color: #f9e66f;
}

.has-secondary-yellow-background-color {
  background-color: #f9e66f;
}

.has-tertiary-yellow-color {
  color: #faee9b;
}

.has-tertiary-yellow-background-color {
  background-color: #faee9b;
}

.has-gray-color {
  color: #000033;
}

.has-gray-background-color {
  background-color: #000033;
}

.has-secondary-gray-color {
  color: #959595;
}

.has-secondary-gray-background-color {
  background-color: #959595;
}

.has-tertiary-gray-color {
  color: #b5b5b5;
}

.has-tertiary-gray-background-color {
  background-color: #b5b5b5;
}

.has-form-gray-color {
  color: #d3d3d3;
}

.has-form-gray-background-color {
  background-color: #d3d3d3;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: none;
}

@keyframes mobile-nav {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@keyframes mobile-nav-hide {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.2s;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hide {
  display: none;
}

#header {
  font-size: 15px;
}
#header a {
  font-weight: normal;
}
#header a.login {
  color: #fff;
}
#header .container {
  max-width: 940px;
}
#header .row {
  display: block !important;
}
#header .row:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991.98px) {
  #header .row .sucuri-logo {
    padding-right: 8px;
  }
}
#header .row .nav-bar .nav {
  padding: 0;
  margin-bottom: 0;
}
#header .row .nav-bar .nav .dropdown .inner-nav-bar ul {
  padding-left: 0;
}
#header .row .nav-bar.pro-sol .dropdown:first-child a {
  padding-left: 30px;
}
#header .row .nav-bar.ua-lg .dropdown .u-attack {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  #header .row .nav-bar.ua-lg .dropdown .u-attack {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .row .nav-bar.plt .login a {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  #header.header-b .top-nav-wrapper {
    float: right;
  }
}
#header.header-b .top-nav-wrapper.active {
  animation: mobile-nav 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
  display: block;
}
#header.header-b .top-nav-wrapper.inactive {
  animation: mobile-nav-hide 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  left: 100%;
}

footer {
  background-color: #414042;
}
.lp-sc-a footer {
  background-color: #eeeeee;
}
@media (max-width: 767.98px) {
  footer {
    text-align: center;
    display: none;
  }
}
footer .container {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  max-width: 940px;
}
@media (max-width: 767.98px) {
  footer .list-block-item {
    border-top: none !important;
  }
}
@media (max-width: 767.98px) {
  footer .list-inline-item {
    border-top: none !important;
    width: auto;
  }
}
footer a {
  text-decoration: none;
}
footer .btn {
  font-size: 15px;
}
footer li.list-block-item:not(:first-child) {
  margin-top: 0;
}
footer li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  float: left;
  width: 100%;
}
footer li a:hover {
  color: #12a94b;
  font-weight: 400;
}
.lp-sc-a footer li a {
  color: #000033;
}
footer li p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.lp-sc-a footer li p {
  color: #000033;
}
footer .btn {
  color: #fff;
  background: #609f43;
  padding: 10px 18px;
  display: inline-block;
  font-size: 1rem;
  border: none;
  border-radius: 0.5625rem;
  line-height: 1.2;
  cursor: pointer;
}
footer .btn.login {
  width: 144px;
  padding: 10px 12px;
  font-size: 0.75rem;
}
footer .footer-heading p {
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
}
footer .social-icon {
  width: 30px;
  height: 30px;
  display: block;
}
footer i.facebook {
  background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-facebook-sprite.png");
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  footer i.facebook {
    background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-facebook-sprite@2.png");
  }
}
footer i.facebook:hover {
  background-position: 0 30px;
}
footer i.twitter {
  background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-twitter-sprite.png");
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  footer i.twitter {
    background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-twitter-sprite@2.png");
  }
}
footer i.twitter:hover {
  background-position: 0 30px;
}
footer i.linkedin {
  background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-linkedin-sprite.png");
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  footer i.linkedin {
    background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-linkedin-sprite@2.png");
  }
}
footer i.linkedin:hover {
  background-position: 0 30px;
}
footer i.instagram {
  background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-instagram-sprite.png");
  background-size: 100%;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  footer i.instagram {
    background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/15-footer-instagram-sprite@2.png");
  }
}
footer i.instagram:hover {
  background-position: 0 30px;
}
footer .chat-widget-wrapper a {
  color: #fff;
}

.copyright p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  color: #ffffff !important;
}

.footer-logo {
  width: 148px;
  height: 50px;
  background-image: url("/wp-content/themes/sucuriwp/assets/images/15-footer-logo.png");
  background-size: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .footer-logo {
    background-image: url("/wp-content/themes/sucuriwp/assets/images/15-footer-logo@2.png");
  }
}

.footer-social-icons {
  margin-top: 1rem;
}
.footer-social-icons .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}

.footer-b {
  float: left;
  width: 100%;
  margin-top: 2rem;
}
.footer-b .list-inline {
  line-height: 1;
}
.footer-b li a {
  color: #ffffff;
  font-size: 10px;
  float: left;
}

.phone-banner {
  background-color: #94bf81;
  padding: 2px 13px;
  width: 155px;
  margin-left: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.lightbox {
  display: none;
}
.lightbox.video-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
  padding-top: 80px;
}
.lightbox.video-wrapper .container {
  max-width: 940px;
}
.lightbox.video-wrapper .lightbox-container {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 4px;
  position: relative;
}
.lightbox.video-wrapper .lightbox-container h4 {
  font-size: 1rem;
  font-weight: 600;
}
.lightbox.video-wrapper .social-share {
  left: -35px;
  position: absolute;
  top: 40px;
}
.lightbox.slides-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.lightbox.slides-wrapper .lightbox-container {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.lightbox.slides-wrapper .lightbox-container h4 {
  font-size: 1rem;
  font-weight: 600;
}
.lightbox.slides-wrapper .social-share {
  left: -35px;
  position: absolute;
  top: 40px;
}
.lightbox .close {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #12a94b;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -8px;
  top: -24px;
  cursor: pointer;
  font-weight: bold;
}
.lightbox.content-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.lightbox.content-wrapper .lightbox-container {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 4px;
  position: relative;
  margin-top: 4rem;
}
.lightbox.content-wrapper .lightbox-container .lead {
  text-align: left;
}
.lightbox.content-wrapper .lightbox-container .lead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #414042;
}
.lightbox.content-wrapper .lightbox-container .lead p {
  font-size: 0.9375rem;
}
.lightbox.content-wrapper .lightbox-container p.heading {
  color: #414042;
}
.lightbox.content-wrapper .lightbox-container .list-block .list-block-item {
  font-size: 0.9375rem;
}
.lightbox.content-wrapper .close {
  position: absolute;
  top: -47px;
  right: -63px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .lightbox.content-wrapper .close {
    right: -52px;
  }
}
.lightbox.content-wrapper .cont-btm-cta-wrapper {
  margin-top: 4rem;
}
.lightbox.content-wrapper .cont-btm-cta-wrapper h3 {
  font-weight: 600;
}

.social-share {
  width: 35px;
  top: 30%;
  position: fixed;
}
.social-share .list-block {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.social-share .list-block li {
  width: 35px;
  margin: 0 auto;
  height: 35px;
  list-style: none;
  text-align: center;
  animation: all 2s linear;
}
@media (max-width: 767.98px) {
  .social-share .list-block li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.social-share .list-block li.fb {
  background-color: #3b579d;
}
.social-share .list-block li.twitter {
  background-color: #2aa9e0;
}
.social-share .list-block li.linkedin {
  background-color: #0274b3;
}
.social-share .list-block li.email {
  background-color: #609f43;
}
.social-share .list-block li img {
  height: 100%;
}
.social-share .list-block li:hover {
  animation: social-hover 0.2s linear;
  width: 45px;
}

.s-lightbox {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  overflow-y: auto;
  z-index: 9999999999999;
}
.s-lightbox .container {
  max-width: 95%;
  width: max-content;
}
.s-lightbox .lightbox-content {
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.s-lightbox .lightbox-content .close {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 16px;
  background-color: #12a94b;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .s-lightbox .lightbox-content .close {
    right: 0;
  }
}
.s-lightbox .lightbox-content .content-wrapper {
  display: inline-block;
  position: relative;
  border: 6px solid #ebebeb;
  min-width: 200px;
  min-height: 300px;
  background-color: #fff;
  transition: all 0.2s linear;
}
.s-lightbox .lightbox-content .content-wrapper p.loading {
  line-height: 250px;
}
.s-lightbox .lightbox-content img {
  max-width: 100%;
  display: block;
}
.s-lightbox.showup {
  display: block;
}
.s-lightbox.lbhsfrm .content-wrapper {
  border: 4px;
}

.nav-bar {
  position: relative;
  padding: 0;
}
.nav-bar::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991.98px) {
  .nav-bar.pro-sol {
    min-width: 200px;
  }
}
.nav-bar .nav {
  float: left;
}
@media (max-width: 767.98px) {
  .nav-bar .nav {
    width: 100%;
  }
}
.nav-bar .nav li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  float: left;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li {
    width: 100%;
  }
}
.nav-bar .nav li a {
  color: #ffffff;
  padding: 15px 8px;
  float: left;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li a {
    width: 100%;
    float: left;
  }
}
.nav-bar .nav li a:hover {
  color: #fff;
}
.nav-bar .nav li a.u-attack {
  background-color: #478237;
  color: #fff;
  padding: 15px 25px;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  .nav-bar .nav li a.u-attack {
    padding: 15px 10px;
  }
}
.nav-bar .nav li a.u-attack:hover {
  background-color: #478237;
}
.nav-bar .nav li a.login {
  background-color: #636466;
  color: #fff;
  padding: 15px 20px;
  line-height: 25px;
}
.nav-bar .nav li a.login:hover {
  background-color: #222;
}
@media (max-width: 991.98px) {
  .nav-bar .nav li a.login {
    padding: 15px 14px;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown a {
    width: 100%;
    float: left;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: #619f42;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar {
  display: none;
  width: 202px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  float: left;
  position: absolute;
  top: 55px;
}
.nav-bar .nav li.dropdown .inner-nav-bar.prod {
  left: -85px;
  width: 241px;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar.prod {
    width: 100%;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar.sol {
  left: 11px;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua {
  width: 398px;
  text-align: center;
  padding: 0;
  left: -90px;
  box-shadow: 0px 1px 2px #333;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a {
  display: block;
  float: left;
  width: 50%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar.ua a {
    width: 100%;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a:nth-child(2) {
  border-right: 1px solid #333;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a p {
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  color: #333;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a p.lead {
  font-weight: 400;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 10px 0;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a:hover {
  background-color: #ebebeb;
  color: #808080;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua a:hover .lead {
  background-color: #619f42;
  color: #fff;
}
.nav-bar .nav li.dropdown .inner-nav-bar.ua .pointer {
  left: 186px;
  border-bottom: 7px solid #333;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar.ua {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar {
    position: relative;
    width: 100%;
    display: block;
    left: auto !important;
    top: auto !important;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar .pointer {
  position: absolute;
  top: -19px;
  left: 46%;
  width: 0px;
  height: 0px;
  border: 12px solid transparent;
  border-bottom: 7px solid #fff;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar .pointer {
    display: none;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar ul {
  float: left;
  width: 100%;
}
.nav-bar .nav li.dropdown .inner-nav-bar ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .nav-bar .nav li.dropdown .inner-nav-bar ul li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar ul li {
    padding: 0 60px;
    background-color: #222;
  }
}
.nav-bar .nav li.dropdown .inner-nav-bar ul li a {
  padding: 30px 15px;
  display: block;
  width: 100%;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
.nav-bar .nav li.dropdown .inner-nav-bar ul li a:hover {
  color: #619f42;
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar ul li a {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0;
    border-top: 1px solid #333;
  }
}
@media (max-width: 767.98px) {
  .nav-bar .nav li.dropdown .inner-nav-bar {
    background-color: #333;
    padding: 0;
  }
}
.nav-bar .nav li.dropdown:hover .inner-nav-bar {
  display: block;
}
.nav-bar .nav.lang-toggle {
  cursor: pointer;
  width: 47px;
  height: 55px;
  background-color: #333;
}
@media (max-width: 767.98px) {
  .nav-bar .nav.lang-toggle {
    position: absolute;
    top: -55px;
    left: 10px;
  }
}
.nav-bar .nav.lang-toggle li {
  display: block;
  float: left;
}
.nav-bar .nav.lang-toggle li.default {
  width: 25px;
  height: 25px;
  margin-top: 18px;
  background-image: url("/images/icons/16-lang-icon.png");
  background-size: 100%;
  position: relative;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-bar .nav.lang-toggle li.default {
    background-image: url("/images/icons/16-lang-icon.png");
  }
}
.nav-bar .nav.lang-toggle li.default::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: -15px;
  top: 8px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #808080;
}
.nav-bar .nav.lang-toggle .dropdown {
  position: absolute;
  display: none;
  width: 125px;
  left: -9px;
  top: 24px;
  background-color: #fff;
  z-index: 99;
}
.nav-bar .nav.lang-toggle .dropdown li {
  float: left;
  display: block;
  width: 100%;
}
.nav-bar .nav.lang-toggle .dropdown li a {
  padding: 4px;
  width: 100%;
}
.nav-bar .nav.lang-toggle .dropdown li a:hover {
  color: #808080;
  background-color: #ebebeb;
}
.nav-bar .nav.lang-toggle .dropdown li .flag {
  width: 25px;
  height: 22px;
  float: left;
  margin-right: 2px;
  background-image: url("/images/icons/16-lang-icon.png");
  background-size: 100%;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-bar .nav.lang-toggle .dropdown li .flag {
    background-image: url("/images/icons/16-lang-icon.png");
  }
}
.nav-bar .nav.lang-toggle .dropdown li.eng span {
  background-position: 0 1px;
}
.nav-bar .nav.lang-toggle .dropdown li.spani .flag {
  background-position: 0 -92px;
}
.nav-bar .nav.lang-toggle .dropdown li.porto .flag {
  background-position: 0 -45px;
}
.nav-bar .nav.lang-toggle:hover {
  background-color: #222;
}
.nav-bar .nav.lang-toggle:hover .dropdown {
  display: block;
}

@media (max-width: 767.98px) {
  .tp-side-nav {
    padding-left: 2rem;
  }
}

.tp-side-nav .s-nav {
  padding-left: 2rem;
}
.tp-side-nav .s-nav li {
  font-weight: 600;
  color: #619f42;
}
.tp-side-nav .s-nav li a {
  text-decoration: none;
  color: #619f42;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item {
  font-weight: 400;
  color: #808080;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item a {
  color: #333;
}
.tp-side-nav .s-nav li .inner-nav .list-block-item a:hover {
  cursor: pointer;
  color: #619f42;
}

.fl-nav-container {
  max-width: 300px;
  position: fixed;
  top: 20vh;
  background-color: #86bfeb;
  z-index: 999;
  animation: all 0.2s linear;
}
@media (max-width: 991.98px) {
  .fl-nav-container {
    display: none;
  }
}
.fl-nav-container .fl-nav-body {
  overflow: hidden;
  animation: all 0.2s linear;
}
.fl-nav-container .fln-lead {
  padding-left: 0.5rem;
}
.fl-nav-container .fln-lead p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}
.fl-nav-container .fln-lead a.close {
  width: 33px;
  background-color: #ebebeb;
  color: #86bfeb;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.125rem;
}
.fl-nav-container .fl-nav {
  padding-bottom: 1rem;
}
.fl-nav-container .fl-nav li {
  list-style: none;
  background-color: #4ba0e1;
  margin-bottom: 1px;
  animation: all 0.2s linear;
  display: block;
  font-weight: 600;
}
.fl-nav-container .fl-nav li.t-nav {
  height: 40px;
  overflow: hidden;
}
.fl-nav-container .fl-nav li.t-nav a:hover {
  cursor: pointer;
}
.fl-nav-container .fl-nav li .i-nav li {
  font-size: 12px;
}
.fl-nav-container .fl-nav li.active .i-nav {
  display: block;
}
.fl-nav-container .fl-nav li.active .i-nav li {
  margin-top: 0;
  background-color: #86bfeb;
  font-weight: 400;
}
.fl-nav-container .fl-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
}
.fl-nav-container .nav-toggle {
  position: absolute;
  bottom: -76px;
  left: -22px;
}
.fl-nav-container .nav-toggle a.ntag-icon {
  width: 41px;
  height: 41px;
  display: block;
  background-color: #4ba0e1;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px 0;
}
.fl-nav-container .nav-toggle a.ntag-icon .bgr-bar {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 4px auto;
}
.fl-nav-container .nav-toggle p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.2;
}

#header {
  height: 55px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #333;
  float: left;
}
#header .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  #header .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #header {
    float: none;
    padding-top: 12px;
    height: auto;
  }
}
#header a {
  text-decoration: none;
}
.lp-sc-a #header {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #header.nav-active {
    height: 100%;
    overflow: auto;
  }
}

.sucuri-logo {
  padding: 0;
}
@media (max-width: 767.98px) {
  .sucuri-logo {
    padding-bottom: 15px;
  }
}
.sucuri-logo a {
  width: 116px;
  height: 28px;
  display: block;
  margin-top: 14px;
  background-image: url("/wp-content/themes/sucuriwp/assets/images/main-logo.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .sucuri-logo a {
    background-image: url("/wp-content/themes/sucuriwp/assets/images/main-logo.png");
  }
}
@media (max-width: 767.98px) {
  .sucuri-logo a {
    margin: 0 auto;
  }
}
.lp-sc-a .sucuri-logo a {
  width: 160px;
  height: 25px;
  background-image: url("/images/17-sucuri-sitecheck-logo.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lp-sc-a .sucuri-logo a {
    background-image: url("/images/17-sucuri-sitecheck-logo@2.png");
  }
}

@media (max-width: 767.98px) {
  .top-nav-wrapper {
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    left: 100%;
    display: none;
  }
}

.top-nav-wrapper.active {
  animation: mobile-nav 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
  display: block;
}

.top-nav-wrapper.inactive {
  animation: mobile-nav-hide 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  left: 100%;
}

#toggle-main-menu-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #toggle-main-menu-mobile {
    display: block;
    position: absolute;
    background-image: url("/images/menu-bars.gif");
    background-size: initial;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 6px;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 99;
  }
}
@media only screen and (max-width: 767.98px) and (min-resolution: 192dpi),
  only screen and (max-width: 767.98px) and (min-resolution: 2dppx),
  (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767.98px) and (min-resolution: 192dpi) {
  #toggle-main-menu-mobile {
    background-image: url("/images/menu-bars.gif");
  }
}

#toggle-user-menu-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #toggle-user-menu-mobile {
    display: block;
    position: absolute;
    background-image: url("/images/menu-user.png");
    background-size: initial;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) and (min-resolution: 192dpi),
  only screen and (max-width: 767.98px) and (min-resolution: 2dppx),
  (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 767.98px) and (min-resolution: 192dpi) {
  #toggle-user-menu-mobile {
    background-image: url("/images/menu-user.png");
  }
}

.tlinks-wrapper {
  float: right;
}
@media (max-width: 767.98px) {
  .tlinks-wrapper {
    float: none;
  }
}

.phone {
  float: left;
  width: 146px;
}
@media (max-width: 767.98px) {
  .phone {
    width: 100%;
    text-align: center;
    background-color: #222;
  }
}
.phone a {
  color: #808080;
  padding: 17px 8px;
  font-size: 12px;
  display: block;
}
@media (max-width: 991.98px) {
  .phone a {
    padding: 15px 4px;
  }
}
.phone a:hover {
  color: #fff;
}
.phone a:before {
  content: "";
  width: 15px;
  height: 16px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  background-image: url("/images/i-phone.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .phone a:before {
    background-image: url("/images/i-phone.png");
  }
}
@media (max-width: 767.98px) {
  .phone a {
    display: inline-block;
  }
}

.login-nav {
  float: left;
}
@media (max-width: 767.98px) {
  .login-nav {
    width: 100%;
    text-align: center;
    background-color: #222;
  }
}
.login-nav a {
  color: #808080;
  padding: 17px 8px;
  font-size: 12px;
  display: block;
}
@media (max-width: 991.98px) {
  .login-nav a {
    padding: 15px 4px;
  }
}
.login-nav a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .login-nav a {
    display: inline-block;
  }
}

.ua-lg {
  margin-left: 0;
  margin-right: 15px;
  width: 285px;
}
@media (max-width: 991.98px) {
  .ua-lg {
    margin-left: 0;
    margin-right: 0;
    width: 244px;
  }
}
@media (max-width: 767.98px) {
  .ua-lg {
    display: none;
  }
}

.homepage .new-design #header .ua-lg .nav {
  margin-left: 59px;
}

.kb-home .new-design #header .ua-lg .nav {
  margin-left: 59px;
}

.labs-home #header .ua-lg .nav {
  margin-left: 59px;
}

.header-social {
  width: 89px;
  float: right;
}
@media (max-width: 991.98px) {
  .header-social {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-social {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-social {
    width: 100%;
    margin: 0 auto;
    background-color: #222;
    float: left;
    display: block;
  }
}
.header-social .list-inline {
  width: 100%;
  display: block;
  float: left;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .header-social .list-inline {
    text-align: center;
  }
}
.header-social .list-inline .list-inline-item {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 0;
}
.header-social .list-inline .list-inline-item:not(:last-child) {
  margin-right: 7px;
}
.header-social .list-inline .list-inline-item a {
  float: left;
}
@media (max-width: 767.98px) {
  .header-social .list-inline .list-inline-item a {
    float: none;
  }
}
.header-social .list-inline .list-inline-item .social-icon {
  width: 25px;
  height: 25px;
  background-size: 100%;
}
.header-social .list-inline .list-inline-item .social-icon:hover {
  background-position: 0 25px;
}
@media (max-width: 767.98px) {
  .header-social .list-inline .list-inline-item {
    display: inline-block;
    border-top: 0;
    padding: 0;
    float: none;
  }
}

.nav-a a:hover {
  cursor: pointer;
}

.nav-a .ua-lg {
  width: auto;
}
@media (max-width: 991.98px) {
  .nav-a .ua-lg {
    width: 25%;
    text-align: center;
  }
  .nav-a .ua-lg .nav {
    float: none;
    margin: 0 auto;
  }
  .nav-a .ua-lg .nav .dropdown {
    float: none;
  }
}

.nav-a .login {
  float: left;
}
.nav-a .login a {
  padding: 15px;
}
.nav-a .login a:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .nav-a .login a {
    padding: 15px 50px;
  }
}

.nav-a .phone {
  width: auto;
}
@media (max-width: 991.98px) {
  .nav-a .phone {
    display: none;
  }
}
.nav-a .phone a {
  padding: 17px 2px;
}

@media (max-width: 767.98px) {
  .nav-a .plt {
    position: absolute;
    top: 0;
  }
  .nav-a .plt .phone {
    display: none;
  }
  .nav-a .plt .login {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .nav-a .lang-toggle-wrapper {
    position: absolute;
    right: 0;
  }
}

.nav-a .nav li.dropdown .inner-nav-bar {
  width: 260px;
  border: 1px solid #ebebeb;
  border-top: none;
}
@media (max-width: 767.98px) {
  .nav-a .nav li.dropdown .inner-nav-bar {
    width: 100% !important;
    border: none;
  }
}
.nav-a .nav li.dropdown .inner-nav-bar.prod {
  left: -69px;
  width: 243px;
}
.nav-a .nav li.dropdown .inner-nav-bar.sol {
  left: 21px;
  width: 271px;
}
@media (max-width: 991.98px) {
  .nav-a .nav li.dropdown .inner-nav-bar.sol {
    left: 0px;
  }
}
.nav-a .nav li.dropdown .inner-nav-bar.sol .pointer {
  left: 44%;
}
.nav-a .nav li.dropdown .inner-nav-bar.partn {
  left: 121px;
}
.nav-a .nav li.dropdown .inner-nav-bar ul li a {
  padding: 15px;
}
.nav-a .nav li.dropdown .inner-nav-bar ul li a strong {
  display: block;
  line-height: 1.6;
}

.nav-a .nav li.dropdown a {
  padding: 15px 20px;
}
@media (max-width: 991.98px) {
  .nav-a .nav li.dropdown a {
    padding: 15px 10px;
  }
}
@media (max-width: 767.98px) {
  .nav-a .nav li.dropdown a {
    font-size: 17px;
    font-weight: 800;
  }
}

.nav-a .nav.lang-toggle {
  width: auto;
  height: 55px;
}
.nav-a .nav.lang-toggle:hover {
  background-color: #333;
}
.nav-a .nav.lang-toggle:hover .inner-nav-bar {
  display: block;
  width: 210px;
}
@media (max-width: 767.98px) {
  .nav-a .nav.lang-toggle:hover .inner-nav-bar {
    width: 90px;
  }
}
.nav-a .nav.lang-toggle:hover .inner-nav-bar ul li a:hover {
  background-color: #fff;
  cursor: pointer;
}
.nav-a .nav.lang-toggle li.default {
  background-image: none;
  width: 30px;
  height: 30px;
  background-color: #636466;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 14px;
}
.nav-a .nav.lang-toggle li.default:after {
  display: none;
}
.nav-a .nav.lang-toggle li.default:hover {
  background-color: #222;
  cursor: pointer;
}
.nav-a .nav.lang-toggle li.default span {
  color: #fff;
}
.nav-a .nav.lang-toggle .dropdown {
  right: 0;
  top: 0;
  left: auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .nav-a .nav.lang-toggle .dropdown {
    left: -10px;
    top: 54px;
    width: 90px;
  }
}
.nav-a .nav.lang-toggle .dropdown .inner-nav-bar ul li {
  padding: 0;
}
@media (max-width: 767.98px) {
  .nav-a .nav.lang-toggle .dropdown .inner-nav-bar ul li a {
    background-color: #333;
  }
}

.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.prod {
  left: -93px;
  width: 259px;
}

.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.sol {
  left: 18px;
  width: 290px;
}

.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.partn {
  left: 145px;
}

.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.resources {
  left: 302px;
}

.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.ua {
  left: -120px;
}

.nav-a.tmp-md .pro-sol .nav .dropdown a {
  padding: 15px 30px;
}
@media (max-width: 991.98px) {
  .nav-a.tmp-md .pro-sol .nav .dropdown a {
    padding: 15px 10px;
  }
}

.nav-a.tmp-md .pro-sol .nav .dropdown:first-child a {
  padding-left: 5px;
}

.nav-a.tmp-md .login {
  margin-left: 0.5rem;
}
@media (max-width: 991.98px) {
  .nav-a.tmp-md .login a {
    padding: 15px 10px;
  }
}

.nav-a.tmp-md .ua-lg {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .nav-a.tmp-md .ua-lg {
    width: 16.66667%;
  }
}
.nav-a.tmp-md .ua-lg .u-attack {
  font-size: 14px;
  padding: 15px 8px;
}

.nav-a.tmp-md .lang-toggle {
  float: right;
}

.nav-a.tmp-md .dropdown .inner-nav-bar.resources {
  left: 256px;
  width: 200px;
}

.nav-a.tmp-md .dropdown .inner-nav-bar.ua {
  left: -116px;
}

.header-b .sucuri-logo {
  display: inline-block;
  float: left;
  padding-right: 2.625rem;
}
@media (max-width: 767.98px) {
  .header-b .sucuri-logo {
    float: none;
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-b .sucuri-logo {
    padding-right: 1rem;
  }
}

.header-b .top-nav-wrapper {
  display: inline-block;
  float: left;
}
.header-b .top-nav-wrapper .nav-bar {
  display: inline-block;
  float: left;
}
@media (max-width: 767.98px) {
  .header-b .top-nav-wrapper .nav-bar {
    display: block;
  }
}
.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown:first-child a {
  padding-left: 2rem;
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown:first-child a {
    padding-left: 1rem;
  }
}
.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.prod {
  left: -79px;
  width: 284px;
}
.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.sol {
  left: 42px;
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.sol {
    left: 0px;
  }
}
.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.partn {
  left: 171px;
}
.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.resources {
  left: 316px;
}
@media (max-width: 991.98px) {
  .header-b
    .top-nav-wrapper
    .nav-bar.pro-sol
    .dropdown
    .inner-nav-bar.resources {
    left: 195px;
  }
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.ua-lg {
    width: auto;
  }
}
.header-b .top-nav-wrapper .nav-bar.ua-lg .dropdown .u-attack {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.ua-lg .dropdown .u-attack {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .header-b .top-nav-wrapper .nav-bar.ua-lg {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.plt {
    padding-right: 1rem;
  }
}
.header-b .top-nav-wrapper .nav-bar.plt .login {
  margin-left: 0;
  display: inline-block;
  float: left;
}
.header-b .top-nav-wrapper .nav-bar.plt .login a {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.plt .login a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header-b .top-nav-wrapper .nav-bar.plt .login {
    display: none;
  }
}
.header-b .top-nav-wrapper .nav-bar.plt .lang-toggle-wrapper {
  display: inline-block;
  float: right;
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  .header-b .top-nav-wrapper .nav-bar.plt .lang-toggle-wrapper {
    position: relative;
    margin-left: 17px;
  }
}
@media (max-width: 767.98px) {
  .header-b .top-nav-wrapper .nav-bar.plt .lang-toggle-wrapper {
    float: none;
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .header-b .top-nav-wrapper .nav-bar.plt {
    float: none;
  }
}

.lp #header {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp #header.scroll {
  background-color: #fff;
  box-shadow: 1px 1px 2px #888888;
}

.lp .sucuri-logo a {
  background-image: url("/images/main-logo-dark.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lp .sucuri-logo a {
    background-image: url("/images/main-logo-dark.png");
  }
}

.lp .phone {
  float: right;
}
@media (max-width: 767.98px) {
  .lp .phone {
    background-color: #fff;
  }
}
.lp .phone a {
  font-weight: 600;
}
.lp .phone a:hover {
  color: #333;
}
.lp .phone a:before {
  background-image: url("/images/i-phone-dark.png");
}

.chat-widget-wrapper {
  display: none;
  width: 270px;
  height: 62px;
  position: fixed;
  bottom: 58px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
  animation: slideInUp 0.3s linear;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .chat-widget-wrapper {
    bottom: 75px;
  }
}

.chat-widget-container {
  position: relative;
  padding: 10px;
  background-color: #619f42;
  border-radius: 4px;
}
.chat-widget-container .chat-widget-text p {
  margin: 0 auto;
  color: #fff;
}
.chat-widget-container .chat-widget-text p.heading {
  font-weight: 600;
}

.chat-widget-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -4px;
  right: 20px;
  background-color: #619f42;
  border: 4px solid #619f42;
  border-radius: 50%;
}
.chat-widget-avatar img {
  max-width: 100%;
}

.chat-box-container {
  position: absolute;
  width: 300px;
  height: 0;
  background-color: #1f8ceb;
  bottom: 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: -1;
}
.chat-box-container.show {
  bottom: 72px;
  height: 300px;
}

.cookie-policy-banner {
  bottom: 0;
  position: fixed;
  z-index: 999999;
  width: 100%;
}
.cookie-policy-banner .container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  position: relative;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ebebeb;
}
.cookie-policy-banner .cb-close {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 0;
  font-weight: 900;
  font-size: 11px;
  cursor: pointer;
}
.cookie-policy-banner .cb-lead p {
  font-size: 18px;
  line-height: 1.2;
}
.cookie-policy-banner .cb-lead a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  .cookie-policy-banner .cb-lead {
    margin-bottom: 15px;
  }
}
.cookie-policy-banner a {
  color: #5d5d5d !important;
}
.cookie-policy-banner p {
  font-size: 14px;
}
.cookie-policy-banner p:not(.highlight) {
  color: #5d5d5d !important;
}
.cookie-policy-banner .btn:nth-child(2) {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.cookie-policy-banner .tealiumMo2TriggerButton {
  border: none;
  margin-left: 0;
  width: auto;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
}

.hero {
  margin-top: 55px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero.home {
  padding-top: 100px;
  padding-bottom: 240px;
  background: #030330;
  background: linear-gradient(180deg, #030330 0%, #152866 20%, #2188ab 100%);
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .hero.home {
    padding-bottom: 100px;
  }
}
.hero.home h1 {
  margin-bottom: 69px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hero.home h1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .hero.home h1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.hero.home .lead {
  margin-bottom: 60px;
  line-height: 45px;
}
.hero.home .btn {
  font-size: 1.6875rem;
}
.hero.home .btn:first-child {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .hero.home .btn {
    width: auto;
  }
  .hero.home .btn:nth-child(2) {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hero.home .btn {
    width: 100%;
  }
  .hero.home .btn:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.hero.home-a-c {
  background-color: #0e406a;
  color: #fff;
}
@media (min-width: 576px) {
  .hero.home-a-c .container {
    padding-bottom: 200px !important;
  }
}
.hero.home-a-c h1 {
  line-height: 75px;
  font-weight: 700;
  font-size: 2.5rem;
}
.hero.home-a-c p {
  color: #fff;
  text-align: left;
  margin-top: 50px;
  font-size: 1.16rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero.home-a-c .btn {
  font-size: 1.6875rem;
  border-radius: 3px;
}
.hero.home-a-c .btn:first-child {
  margin-right: 30px;
}
.hero.home-a-c .btn.btn-grad-light,
.hero.home-a-c .btn.btn-outline-light {
  padding-left: 18px;
  padding-right: 18px;
  transition: none;
  line-height: 1.2;
}
.hero.home-a-c .btn.btn-grad-light:hover,
.hero.home-a-c .btn.btn-outline-light:hover {
  color: #ffffff;
  background: #2188ab !important;
}
.hero.home-a-c .btn.btn-outline-light {
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 381px) {
  .hero.home-a-c .hcta-cont a:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero.home-a-c .btn {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero.home-a-c .btn {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1919px) {
  .hero.home-a-c h1 {
    font-size: 2.1875rem;
    line-height: 46px;
  }
  .hero.home-a-c p {
    font-size: 1.25rem;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hero.home-a-c .btn:first-child {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .hero.home-a-c .img-fluid {
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: 8.33333% !important;
  }
  .hero.home-a-c p {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .hero.home-a-c .btn {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.home-a-c .img-fluid {
    margin-top: -59px;
    margin-bottom: -81px;
    position: relative;
    left: 70px;
  }
  .hero.home-a-c h1 {
    font-size: 1.875rem;
  }
  .hero.home-a-c .btn {
    font-size: 1.3rem;
  }
  .hero.home-a-c .btn:first-child {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .hero.home-a-c .img-fluid {
    margin-top: -66px;
    margin-bottom: -88px;
    position: relative;
    margin-left: 0;
  }
  .hero.home-a-c h1 {
    font-size: 2.5rem;
  }
  .hero.home-a-c .lead {
    font-size: 1.5rem;
    line-height: 48px;
  }
  .hero.home-a-c .btn {
    font-size: 1.6875rem;
  }
}
.hero.agency-enterprise {
  background-image: url("/images/2018/18-sucuri-agency-enterprise-hero-bg.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-enterprise {
    background-image: url("/images/2018/18-sucuri-agency-enterprise-hero-bg@2.png");
  }
}
.hero.agency-enterprise .hero-content {
  background-image: url("/images/2018/18-sucuri-agency-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-enterprise .hero-content {
    background-image: url("/images/2018/18-sucuri-agency-hero@2.jpg");
  }
}
.hero.agency-enterprise-a {
  background-image: url("/images/2018/18-sucuri-agency-enterprise-hero-bg.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-enterprise-a {
    background-image: url("/images/2018/18-sucuri-agency-enterprise-hero-bg@2.png");
  }
}
.hero.agency-enterprise-a .hero-content {
  background-image: url("/images/2018/18-sucuri-enterprise-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-enterprise-a .hero-content {
    background-image: url("/images/2018/18-sucuri-enterprise-hero@2.jpg");
  }
}
.hero.agency-enterprise-b .hero-content {
  background-image: url("/images/2018/18-sucuri-agency-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.agency-enterprise-b .hero-content {
    background-image: url("/images/2018/18-sucuri-agency-hero@2.jpg");
  }
}
.hero.agency-enterprise-b .hero-form form {
  border-bottom: 1px solid #ebebeb;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.hero.referral-signup {
  background-image: url("/images/2019/19-sucuri-firewall-trial-hero.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.referral-signup {
    background-image: url("/images/2019/19-sucuri-firewall-trial-hero@2.jpg");
  }
}
.hero.referral-signup .hero-content {
  background-image: url("/images/2019/19-sucuri-firewall-trial-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.referral-signup .hero-content {
    background-image: url("/images/2019/19-sucuri-firewall-trial-hero@2.jpg");
  }
}
.hero.partners .hero-content {
  background-image: url("/images/2019/19-sucuri-partnership-hero.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.partners .hero-content {
    background-image: url("/images/2019/19-sucuri-partnership-hero@2.jpg");
  }
}
.hero.partners .hero-content .hero-subheading {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero.partners .hero-content h1 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .hero.partners .hero-content .hero-subheading {
    line-height: 1.875;
  }
}
@media (min-width: 1920px) {
  .hero.partners .hero-content h1 {
    font-size: 3.4375rem;
  }
  .hero.partners .hero-content .hero-subheading {
    font-size: 1.5rem;
  }
}
.hero.help-now {
  background-image: url("/images/2018/18-sucuri-immediate-help-background1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.help-now {
    background-image: url("/images/2018/18-sucuri-immediate-help-background1@2.jpg");
  }
}
.hero.help-now .hero-content {
  background-image: url("https://sucuri.net/wp-content/uploads/2019/08/18-sucuri-immedaite-help-hero-b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 647px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.help-now .hero-content {
    background-image: url("https://sucuri.net/wp-content/uploads/2019/08/18-sucuri-immedaite-help-hero-b@2.jpg");
  }
}
@media (min-width: 1920px) {
  .hero.help-now .hero-content {
    width: 964px;
  }
  .hero.help-now .hero-content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .hero.help-now .hero-content {
    width: 483px;
  }
  .hero.help-now .hero-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .hero.help-now .price-banner-cont {
    margin-top: -30px;
  }
}
.hero.help-now .price-banner {
  width: 282px;
}
.hero.help-now .price-banner:hover {
  transform: scale(1.1);
  cursor: pointer;
  color: #5d5d5d;
}
@media (min-width: 1920px) {
  .hero.help-now .price-banner {
    width: 381px;
  }
  .hero.help-now .price-banner .hpb-header p {
    font-size: 1.5rem;
  }
  .hero.help-now .price-banner .hoursfeat .num {
    font-size: 6.25rem;
  }
  .hero.help-now .price-banner .pricing .price {
    font-size: 3.375rem;
  }
  .hero.help-now .price-banner .pricing .cents {
    font-size: 2.4375rem;
  }
  .hero.help-now .price-banner .pricing .duration {
    font-size: 2.4375rem;
  }
}
@media (max-width: 991.98px) {
  .hero.help-now .price-banner {
    width: 237px;
  }
  .hero.help-now .price-banner .hpb-header p {
    font-size: 1rem;
  }
  .hero.help-now .price-banner .hoursfeat .num {
    font-size: 4.125rem;
  }
  .hero.help-now .price-banner .pricing .price {
    font-size: 2.1875rem;
  }
  .hero.help-now .price-banner .pricing .cents {
    font-size: 1.5625rem;
  }
  .hero.help-now .price-banner .pricing .duration {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .hero.help-now .price-banner {
    width: 100%;
  }
  .hero.help-now .price-banner .hpb-header p {
    font-size: 0.875rem;
  }
  .hero.help-now .price-banner .hoursfeat .num {
    font-size: 4.125rem;
  }
  .hero.help-now .price-banner .pricing .price {
    font-size: 2.1875rem;
  }
  .hero.help-now .price-banner .pricing .cents {
    font-size: 1.5625rem;
  }
  .hero.help-now .price-banner .pricing .duration {
    font-size: 1.5625rem;
  }
}
.hero.referral {
  background-image: url("/images/2019/19-sucuri-agency-referral-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.referral {
    background-image: url("/images/2019/19-sucuri-agency-referral-hero-bg@2x.png");
  }
}
.hero.referral .hero-content {
  background-image: url("/images/2019/19-sucuri-referral-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 647px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.referral .hero-content {
    background-image: url("/images/2019/19-sucuri-referral-hero@2.jpg");
  }
}
.hero.referral .hero-content h3 {
  font-size: 1.0625rem;
}
@media (min-width: 1200px) {
  .hero.referral .hero-content h1 {
    font-size: 2.1875rem;
  }
  .hero.referral .hero-content h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .hero.referral .hero-content h1 {
    font-size: 3.4375rem;
  }
  .hero.referral .hero-content h3 {
    font-size: 1.5rem;
  }
}
.hero.referral .price-banner {
  margin-top: -30px;
  width: 100%;
}
.hero.referral .price-banner:hover {
  transform: scale(1.1);
  cursor: pointer;
  color: #5d5d5d;
}
.hero.referral .price-banner .pricing sup {
  font-size: 0.9375rem;
  top: -1.4em;
}
.hero.referral .price-banner .pricing .price {
  font-size: 2.8125rem;
}
@media (min-width: 992px) {
  .hero.referral .price-banner .pricing sup {
    font-size: 1.375rem;
    top: -1.1em;
  }
  .hero.referral .price-banner .pricing .price {
    font-size: 3.375rem;
  }
}
@media (min-width: 1920px) {
  .hero.referral .price-banner .pricing sup {
    font-size: 1.8125rem;
  }
  .hero.referral .price-banner .pricing .price {
    font-size: 4.5rem;
  }
}
.hero.site-map {
  background-image: url("/images/2019/19-sucuri-sitemap-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.site-map {
    background-image: url("/images/2019/19-sucuri-sitemap-hero@2.jpg");
  }
}
.hero.feature {
  padding-bottom: 215px;
  background-image: url("/images/2019/19-sucuri-website-malware-removal-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.feature {
    background-image: url("/images/2019/19-sucuri-website-malware-removal-hero@2.jpg");
  }
}
@media (max-width: 991.98px) {
  .hero.feature {
    padding-bottom: 255px;
  }
  .hero.feature h1 {
    font-size: 2.3125rem;
  }
  .hero.feature p {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .hero.feature {
    padding-bottom: 100px;
  }
}
.hero.feature.feature-wmr {
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.16);
}
.hero.feature.feature-perf {
  background-image: url("/images/2019/19-sucuri-performance-hero.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.feature.feature-perf {
    background-image: url("/images/2019/19-sucuri-performance-hero@2.jpg");
  }
}
.hero.feature.feature-protc {
  background-image: url("/images/2019/19-sucuri-protection-hero.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.feature.feature-protc {
    background-image: url("/images/2019/19-sucuri-protection-hero@2.jpg");
  }
}
.hero.feature.feature-detectc {
  background-image: url("/images/2019/19-sucuri-detection-hero.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.feature.feature-detectc {
    background-image: url("/images/2019/19-sucuri-detection-hero@2.jpg");
  }
}
.hero.seo {
  background-image: url("/images/2018/18-sucuri-agency-enterprise-hero-bg.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.seo {
    background-image: url("/images/2018/18-sucuri-agency-enterprise-hero-bg@2.png");
  }
}
.hero.seo .hero-content {
  background-image: url("/images/2018/18-sucuri-agency-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .hero.seo .hero-content {
    background-image: url("/images/2018/18-sucuri-agency-hero@2.jpg");
  }
}

.aslides-container {
  overflow: hidden;
  position: relative;
}
.aslides-container .aslides-wrapper {
  position: absolute;
  transition: all 0.3s ease-out;
  left: 0;
}
.aslides-container .aslide {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  float: left;
}
.aslides-container .aslide p a {
  color: #4ba0e1;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .aslides-container .aslide {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.aslides-container .aslide-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
  float: left;
}
@media (min-width: 576px) {
  .aslides-container .aslide-pagination {
    float: left;
  }
}
@media (max-width: 767.98px) {
  .aslides-container .aslide-pagination {
    left: 0;
  }
}
.aslides-container .aslide-pagination .list-pagination {
  text-align: center;
}
.aslides-container .aslide-pagination .list-pagination .list-pagination-item {
  display: inline-block;
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .aslides-container
    .aslide-pagination
    .list-pagination
    .list-pagination-item:not(:first-child) {
    margin-left: 20px;
  }
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .aslides-container
    .aslide-pagination
    .list-pagination
    .list-pagination-item:not(:last-child) {
    margin-left: 20px;
  }
}
.aslides-container .aslide-pagination .list-pagination .list-pagination-item a {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .aslides-container
    .aslide-pagination
    .list-pagination
    .list-pagination-item
    a {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .aslides-container
    .aslide-pagination
    .list-pagination
    .list-pagination-item
    a {
    width: 10px;
    height: 10px;
  }
}
.aslides-container
  .aslide-pagination
  .list-pagination
  .list-pagination-item.current
  a {
  background-color: #12a94b;
}
.aslides-container .aslides-nav a {
  width: 40px;
  height: 40px;
  background-image: url("/images/sprites/17-sucuri-a-testimonial-sprite.png");
  background-size: 80px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .aslides-container .aslides-nav a {
    background-image: url("/images/sprites/17-sucuri-a-testimonial-sprite@2.png");
  }
}
.aslides-container .aslides-nav a:hover {
  background-position: 0 -40px;
}
.aslides-container .aslides-nav a.next {
  right: 0;
  top: 45%;
}
.aslides-container .aslides-nav a.prev {
  left: 0;
  top: 45%;
}

.custom-slider-nav .custom-slider-nav-item {
  cursor: pointer;
}
.custom-slider-nav .custom-slider-nav-item.active {
  color: #12a94b;
}

body {
  -webkit-font-smoothing: antialiased;
}

#s-affli {
  display: none;
}

footer {
  position: relative;
  z-index: 1000;
}

.grecaptcha-badge {
  right: -600px !important;
}

.feat-banner {
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  margin-top: -101px;
}
@media (max-width: 575.98px) {
  .feat-banner {
    margin-top: 0;
    box-shadow: none;
    border: none;
  }
}
.feat-banner h4 {
  color: #12a94b;
}
.feat-banner.feat-banner-conte {
  margin-left: 6px;
  margin-right: 6px;
}

.bfeat {
  text-align: center;
}
.bfeat .bf-header {
  margin-bottom: 24px;
}
.bfeat .bf-body h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.bfeat .bf-body p {
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .bfeat:not(:last-child) {
    margin-bottom: 30px;
  }
}

.home-c-icon.bfeatures-icon {
  width: 60px;
  height: 60px;
  display: block;
  background-image: url("/images/2018/19-sucuri-homepage-page-icons.png");
  background-size: 480px;
  background-position: 0 0;
  margin: 0 auto;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .home-c-icon.bfeatures-icon {
    background-image: url("/images/2018/19-sucuri-homepage-page-icons@2.png");
  }
}
.home-c-icon.bfeatures-icon.waf-prot-icon {
  background-position: 0 0;
  background-size: cover;
}
.home-c-icon.bfeatures-icon.monit-icon {
  background-position: -60px 0;
  background-size: cover;
}
.home-c-icon.bfeatures-icon.inc-res-icon {
  background-position: -120px 0;
  background-size: cover;
}
.home-c-icon.bfeatures-icon.perf-boost-icon {
  background-position: -180px 0;
  background-size: cover;
}

.wsp-ws-cont {
  background-size: 80%;
  background-position: 300% 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2018/18-sucuri-dashboard-preview-final-2.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .wsp-ws-cont {
    background-image: url("/images/2018/18-sucuri-dashboard-preview-final-2@2.png");
  }
}
@media (max-width: 767.98px) {
  .wsp-ws-cont {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .wsp-ws-cont {
    background-size: 55%;
    background-position: 120% 110px;
  }
}
@media (min-width: 1920px) {
  .wsp-ws-cont {
    background-size: contain;
    background-position: 100% 110px;
  }
}
.wsp-ws-cont h4 {
  color: #000;
}
.wsp-ws-cont .bf-footer a:hover {
  color: #12a94b;
  transform: scale(1.1);
}

.whys-cont h2 {
  color: #000;
  line-height: 35px;
  font-size: 1.25rem;
  font-weight: 600;
}

.whys-cont p {
  color: #333;
  font-size: 1.25rem;
  line-height: 34px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .whys-cont {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 1200px) {
  .whys-cont h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .whys-cont h2 {
    font-size: 2.75rem;
    line-height: 44px;
  }
  .whys-cont p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.homepage-call-out .sites-cleaned {
  width: 110.64px;
  height: 56.765px;
}
@media (min-width: 1200px) {
  .homepage-call-out .sites-cleaned {
    width: 221.28px;
    height: 113.53px;
  }
}
.homepage-call-out .sites-cleaned .cls-1,
.homepage-call-out .sites-cleaned .cls-2,
.homepage-call-out .sites-cleaned .cls-4 {
  isolation: isolate;
}
.homepage-call-out .sites-cleaned .cls-2 {
  font-size: 58px;
  fill: #14a94b;
}
.homepage-call-out .sites-cleaned .cls-2,
.homepage-call-out .sites-cleaned .cls-4 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .sites-cleaned .cls-3 {
  fill: #519fd7;
}
.homepage-call-out .sites-cleaned .cls-4 {
  font-size: 15px;
  fill: #10416a;
}

.homepage-call-out .support {
  width: 126.605px;
  height: 57.705px;
}
@media (min-width: 1200px) {
  .homepage-call-out .support {
    width: 253.21px;
    height: 115.41px;
  }
}
.homepage-call-out .support .cls-1,
.homepage-call-out .support .cls-2,
.homepage-call-out .support .cls-3 {
  isolation: isolate;
}
.homepage-call-out .support .cls-2 {
  font-size: 59px;
}
.homepage-call-out .support .cls-2,
.homepage-call-out .support .cls-4 {
  fill: #14a94b;
}
.homepage-call-out .support .cls-2,
.homepage-call-out .support .cls-3 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .support .cls-3 {
  font-size: 15px;
  fill: #10416a;
}
.homepage-call-out .support .cls-5 {
  fill: #519fd7;
}

.homepage-call-out .page-views {
  width: 120.63px;
  height: 49.665px;
}
@media (min-width: 1200px) {
  .homepage-call-out .page-views {
    width: 241.26px;
    height: 99.33px;
  }
}
.homepage-call-out .page-views .cls-1 {
  fill: #519fd7;
}
.homepage-call-out .page-views .cls-2,
.homepage-call-out .page-views .cls-3,
.homepage-call-out .page-views .cls-4,
.homepage-call-out .page-views .cls-5,
.homepage-call-out .page-views .cls-6 {
  isolation: isolate;
}
.homepage-call-out .page-views .cls-3 {
  font-size: 35.78px;
}
.homepage-call-out .page-views .cls-3,
.homepage-call-out .page-views .cls-4,
.homepage-call-out .page-views .cls-6,
.homepage-call-out .page-views .cls-7 {
  fill: #14a94b;
}
.homepage-call-out .page-views .cls-3,
.homepage-call-out .page-views .cls-4,
.homepage-call-out .page-views .cls-5 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .page-views .cls-4 {
  font-size: 19.34px;
}
.homepage-call-out .page-views .cls-5,
.homepage-call-out .page-views .cls-6 {
  font-size: 16px;
}
.homepage-call-out .page-views .cls-5 {
  fill: #10416a;
}
.homepage-call-out .page-views .cls-6 {
  font-family: OpenSans-Extrabold, Open Sans;
  font-weight: 800;
}

.homepage-call-out .speed-incrase {
  width: 90.57px;
  height: 53.88px;
}
@media (min-width: 1200px) {
  .homepage-call-out .speed-incrase {
    width: 181.14px;
    height: 107.76px;
  }
}
.homepage-call-out .speed-incrase .cls-1,
.homepage-call-out .speed-incrase .cls-2,
.homepage-call-out .speed-incrase .cls-3 {
  isolation: isolate;
}
.homepage-call-out .speed-incrase .cls-2 {
  font-size: 15px;
  fill: #10416a;
}
.homepage-call-out .speed-incrase .cls-2,
.homepage-call-out .speed-incrase .cls-3 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .speed-incrase .cls-3 {
  font-size: 33.79px;
}
.homepage-call-out .speed-incrase .cls-3,
.homepage-call-out .speed-incrase .cls-5 {
  fill: #14a94b;
}
.homepage-call-out .speed-incrase .cls-4 {
  fill: #519fd7;
}

.statsb-cont {
  background-color: rgba(33, 136, 171, 0.07);
}
.statsb-cont .c-lg-3:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.statsb-cont .c-lg-3 svg {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .statsb-cont .c-lg-3 {
    margin-top: 60px;
  }
}

.tt-logo-wrapper .row {
  height: 100%;
}

@media (max-width: 991.98px) {
  .tt-logo-wrapper {
    background-color: rgba(33, 136, 171, 0.07);
  }
}

@media (max-width: 991.98px) {
  .tt-logo-cont {
    padding: 20px;
  }
  .tt-logo-cont i {
    margin: 0 auto;
  }
}

.bg-split {
  position: relative;
}
@media (min-width: 992px) {
  .bg-split:before {
    content: "";
    width: 50%;
    display: block;
    background-color: #2188ab;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .bg-split::after {
    content: "";
    width: 50%;
    display: block;
    background-color: #eff7f9;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 1199.98px) {
  .bg-split .container {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .form-cont-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form-cont {
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  border-right: 5px solid #12a94b;
  border-bottom: 5px solid #12a94b;
}

@media (max-width: 767.98px) {
  .testimonials-cont-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .testimonials-wrapper {
    background-color: #2188ab;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.testimonial .testimonial-body p {
  font-size: 1.1875rem;
}
.testimonial .testimonial-body p.tuser-info {
  font-size: 1.0625rem;
  color: #ffffff;
  font-weight: 600;
}
.testimonial .testimonial-body p .avatar {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  background-size: 810px;
  background-image: url("/images/2018/18-sucuri-homepage-testimonial-assets.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .testimonial .testimonial-body p .avatar {
    background-image: url("/images/2018/18-sucuri-homepage-testimonial-assets@2.png");
  }
}
.testimonial .testimonial-body p .avatar.savii {
  background-position: 0 -146px;
}
.testimonial .testimonial-body p .avatar.bigspring {
  background-position: -37px -146px;
}
.testimonial .testimonial-body p .avatar.yoast {
  background-position: -76px -146px;
}
.testimonial .testimonial-body p .avatar.everywhere {
  background-position: -114px -146px;
}
.testimonial .testimonial-body p .avatar.tfdigital {
  background-position: -152px -146px;
}
.testimonial .testimonial-body p .avatar.wpbarista {
  background-position: -228px -146px;
}

.testimonial .testimonial-header span.testimonial-logo {
  width: 293px;
  height: 97px;
  display: block;
  margin: 0 auto;
  background-size: 810px;
  background-image: url("/images/2018/18-sucuri-homepage-testimonial-assets.png");
  background-position: 0 -188px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .testimonial .testimonial-header span.testimonial-logo {
    background-image: url("/images/2018/18-sucuri-homepage-testimonial-assets@2.png");
  }
}
.testimonial .testimonial-header span.testimonial-logo.savii {
  background-position: 0 -188px;
}
.testimonial .testimonial-header span.testimonial-logo.bigspring {
  background-position: -293px -188px;
}
.testimonial .testimonial-header span.testimonial-logo.yoast {
  background-position: 0 -282px;
}
.testimonial .testimonial-header span.testimonial-logo.everywhere {
  background-position: -293px -282px;
}
.testimonial .testimonial-header span.testimonial-logo.tfdigital {
  background-position: 0 -378px;
}
.testimonial .testimonial-header span.testimonial-logo.wpbarista {
  background-position: -293px -378px;
}

.testimonial-pagination .list-pagination {
  text-align: center;
}

.testimonial-pagination .list-pagination-item a {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.prcn-cont tbody tr th {
  width: 250px;
}

.prcn-cont tbody tr td {
  width: 229px;
}

.prcn-cont tfoot tr th {
  width: 250px;
}

.prcn-cont tfoot tr td {
  width: 229px;
}

@media (max-width: 1199.98px) {
  .prcn-cont:not(.variant-c) {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .prcn-cont.variant-c {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .prcn-cont {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .prcn-cont .pricing-table-cont {
    padding-top: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .pricing-table-cont {
    overflow-x: scroll;
  }
}

@media (max-width: 1199.98px) {
  .variant-c .pricing-table-cont {
    overflow-x: hidden;
  }
}

.hero-ptable-cont .table .pt-banner {
  font-size: 1.0625rem;
  padding: 12px;
}

@media (max-width: 1199.98px) {
  .hero-ptable-cont .table .tfoot-info-cont {
    height: 202px;
  }
}

.hero-ptable-cont .table thead tr th {
  width: 257px;
  font-size: 26px;
}
.hero-ptable-cont .table thead tr th:first-child {
  width: 450px;
}

.hero-ptable-cont .table tbody tr th {
  text-align: left;
  width: 450px;
}

.hero-ptable-cont .table tbody tr td {
  width: 257px;
}

@media (max-width: 1919.98px) {
  .hero-ptable-cont .table thead tr th {
    width: 170px;
    font-size: 1.25rem;
  }
  .hero-ptable-cont .table thead tr th:first-child {
    width: 300px;
  }
  .hero-ptable-cont .table tbody tr th {
    text-align: left;
    width: 300px;
    font-size: 0.875rem;
  }
  .hero-ptable-cont .table tbody tr td {
    width: 170px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-ptable-cont .table thead tr th {
    width: 170px;
    font-size: 1.25rem;
  }
  .hero-ptable-cont .table thead tr th:first-child {
    width: 300px;
  }
  .hero-ptable-cont .table tbody tr th {
    text-align: left;
    width: 300px;
    font-size: 0.875rem;
  }
  .hero-ptable-cont .table tbody tr td {
    width: 170px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .hero-ptable-cont .table thead tr th {
    width: 170px;
    font-size: 1.25rem;
  }
  .hero-ptable-cont .table thead tr th:first-child {
    width: 206px;
  }
  .hero-ptable-cont .table tbody tr th {
    text-align: left;
    width: 206px;
    font-size: 0.875rem;
  }
  .hero-ptable-cont .table tbody tr td {
    width: 170px;
    font-size: 0.875rem;
  }
}

.btm-ptable-cont .table thead tr th {
  width: 257px;
  font-size: 26px;
}
.btm-ptable-cont .table thead tr th:first-child {
  width: 450px;
}

.btm-ptable-cont .table tbody tr th {
  text-align: left;
  width: 450px;
}

.btm-ptable-cont .table tbody tr td {
  width: 257px;
}

@media (max-width: 1919.98px) {
  .btm-ptable-cont .table thead tr th {
    width: 170px;
    font-size: 1.25rem;
  }
  .btm-ptable-cont .table thead tr th:first-child {
    width: 370px;
  }
  .btm-ptable-cont .table tbody tr th {
    text-align: left;
    width: 370px;
    font-size: 0.875rem;
  }
  .btm-ptable-cont .table tbody tr td {
    width: 170px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .btm-ptable-cont .variant-a thead tr th:not(:first-child) {
    width: 100% !important;
  }
}

.cnts-row {
  color: #ffffff;
}
.cnts-row .list-inline-item {
  text-align: center;
}
.cnts-row .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.cnts-row .list-inline-item a {
  color: #ffffff;
  text-decoration: none;
}
.cnts-row .list-inline-item a:hover {
  text-decoration: none;
}
.cnts-row .list-inline-item a:hover .icon {
  opacity: 0.55;
}
@media (min-width: 576px) {
  .cnts-row .list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .cnts-row .list-inline-item:not(:last-child) {
    margin-right: 90px;
  }
}
@media (max-width: 575.98px) {
  .cnts-row .list-inline-item {
    width: 100%;
    margin-right: 0;
  }
  .cnts-row .list-inline-item i {
    margin: 0 auto;
  }
}

.cnts-cont ul {
  margin-bottom: 0;
}
.cnts-cont ul p {
  margin-bottom: 0;
  font-weight: 600;
}

.tfoot-info-cont {
  display: block;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
  height: 138px;
}
@media (max-width: 1199.98px) {
  .tfoot-info-cont {
    height: 338px;
  }
}
.tfoot-info-cont p {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #114456;
  display: none;
}
.tfoot-info-cont a.btn-link-plain {
  color: #2188ab;
}
.tfoot-info-cont .tfoot-info {
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid transparent;
  transition: all 0.2s linear;
}
.tfoot-info-cont.active .tfoot-info {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 1px solid #ebebeb;
}
.tfoot-info-cont.active .tfoot-info p {
  display: block;
}

.cust-logo {
  width: 162px;
  height: 49px;
  display: block;
  background-image: url("/images/2018/18-sucuri-homepage-testimonial-assets.png");
  background-size: 810px;
  background-position: 0 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .cust-logo {
    background-image: url("/images/2018/18-sucuri-homepage-testimonial-assets@2.png");
  }
}
.cust-logo.godaddy {
  background-position: 0 0;
}
.cust-logo.mediatemple {
  background-position: -162px 0;
}
.cust-logo.yoast {
  background-position: -324px 0;
}
.cust-logo.cart66 {
  background-position: -486px 0;
}
.cust-logo.crossfit {
  background-position: -648px 0;
}
.cust-logo.wpbeginner {
  background-position: 0 -49px;
}
.cust-logo.rainmaker {
  background-position: -162px -49px;
}
.cust-logo.nyu {
  background-position: -320px -49px;
}
.cust-logo.harpercollins {
  background-position: -486px -49px;
}
.cust-logo.ithemes {
  background-position: -648px -49px;
}
.cust-logo.miamiuniversity {
  background-position: 0 -98px;
}
.cust-logo.wpengine {
  background-position: -162px -98px;
}

.customers.sean-jackson {
  background-image: url("/images/2018/18-sucuri-enterprise-testimonial-rainmaker.png");
  display: none;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background-size: contain;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .customers.sean-jackson {
    background-image: url("/images/2018/18-sucuri-enterprise-testimonial-rainmaker@2.png");
  }
}

.sucuri-band-cleaned .cls-1,
.sucuri-band-cleaned .cls-2,
.sucuri-band-cleaned .cls-4 {
  isolation: isolate;
}

.sucuri-band-cleaned .cls-2 {
  font-size: 58px;
  fill: #16a94a;
}

.sucuri-band-cleaned .cls-2,
.sucuri-band-cleaned .cls-4 {
  font-weight: 700;
}

.sucuri-band-cleaned .cls-3 {
  fill: #519fd7;
}

.sucuri-band-cleaned .cls-4 {
  font-size: 15px;
  fill: #0d426b;
}

.sucuri-band .st0 {
  fill: #16a94a;
}

.sucuri-band .st2 {
  font-size: 58px;
}

.sucuri-band .st3 {
  fill: #519fd7;
}

.sucuri-band .st4 {
  fill: #0d426b;
}

.sucuri-band .st5 {
  font-size: 15px;
}

.sucuri-band .st6 {
  font-size: 59px;
}

.sucuri-band .st7 {
  opacity: 0.25;
  fill: none;
  stroke: #808080;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.sucuri-band .st8 {
  font-size: 37px;
}

.sucuri-band .st9 {
  font-size: 20px;
}

.sucuri-band .st10 {
  font-size: 16px;
}

.sucuri-band .st11 {
  font-weight: 900;
}

.sucuri-band .st12 {
  font-size: 35px;
}

.sucuri-band-lg .st0 {
  fill: #16a94a;
}

.sucuri-band-lg .st2 {
  font-size: 58px;
}

.sucuri-band-lg .st3 {
  fill: #519fd7;
}

.sucuri-band-lg .st4 {
  fill: #0d426b;
}

.sucuri-band-lg .st5 {
  font-size: 15px;
}

.sucuri-band-lg .st6 {
  font-size: 37px;
}

.sucuri-band-lg .st7 {
  font-size: 20px;
}

.sucuri-band-lg .st8 {
  font-size: 16px;
}

.sucuri-band-lg .st9 {
  font-weight: 900;
}

.sucuri-band-lg .st10 {
  font-size: 35px;
}

.sucuri-band-lg .st11 {
  font-size: 59px;
}

.sucuri-band-lg .st12 {
  opacity: 0.25;
  fill: none;
  stroke: #808080;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.sucuri-enterprise-agency .st0 {
  fill: none;
  stroke: #2388ab;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.sucuri-enterprise-agency .st1 {
  fill: none;
  stroke: #2388ab;
  stroke-width: 3;
}

.sucuri-enterprise-agency .st2 {
  fill: #12a94b;
}

.sucuri-enterprise-agency .st3 {
  fill: #ffffff;
  stroke: #ebebeb;
}

.sucuri-enterprise-agency .st4 {
  fill: #2388ab;
}

.sucuri-enterprise-agency .st5 {
  fill: none;
  stroke: #2388ab;
  stroke-miterlimit: 10;
}

.sucuri-enterprise-agency .st6 {
  fill: url(#Ellipse_49_1_);
}

.sucuri-enterprise-agency .st7 {
  fill: none;
  stroke: #2388ab;
  stroke-width: 4.291;
  stroke-miterlimit: 10;
}

.sucuri-enterprise-agency .st8 {
  fill: #0e406a;
}

.sucuri-enterprise-agency .st9 {
  font-weight: 600;
}

.sucuri-enterprise-agency .st10 {
  font-size: 15px;
}

.sucuri-enterprise-agency .st11 {
  fill: #0e88a7;
}

.feedback-widget-cont {
  width: 248px;
  position: fixed;
  right: 30px;
  top: 10vh;
  background-color: #ebebeb;
  color: #114456;
  box-shadow: rgba(0, 0, 0, 0.16) 5px 6px 25px;
  border: 1px solid rgba(128, 128, 128, 0.6);
  border-radius: 3px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .feedback-widget-cont {
    display: none;
  }
}
.feedback-widget-cont:hover {
  opacity: 1;
}
.feedback-widget-cont .widget-body {
  width: 100%;
  display: block;
  padding: 20px 15px 0 15px;
}
.feedback-widget-cont .widget-footer {
  width: 100%;
  display: block;
}
.feedback-widget-cont .widget-footer .btn {
  background-color: #2188ab;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
  font-weight: 600;
}

.message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: left;
}
.message.success {
  display: flex;
  background-color: #fff;
}
.message p {
  margin: auto;
  margin-left: 30px;
  color: #114456;
}

.ptable-banner {
  background-color: #ffffff;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
}
.ptable-banner .ptable-banner-pre-header {
  padding: 12px;
}
.ptable-banner .ptable-banner-pre-header p {
  font-size: 1.0625rem;
}
.ptable-banner .ptable-banner-header {
  background-color: #2188ab;
  color: #ffffff;
  text-align: center;
  padding: 24px;
}
.ptable-banner .ptable-banner-body {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptable-banner .ptable-banner-footer {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .ptable-banner.agency .ptable-banner-pre-header {
    display: none;
  }
}
.ptable-banner.enterprise {
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .ptable-banner.enterprise {
    margin-top: 79px;
  }
}

.tooltip-anchor {
  float: right;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("/images/sprites/18-sucuri-question-plus-sprite.png");
  background-size: 34px;
  background-position: 0 0;
  margin-right: -23px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .tooltip-anchor {
    background-image: url("/images/sprites/18-sucuri-question-plus-sprite@2.png");
  }
}
.tooltip-anchor:hover {
  cursor: pointer;
  background-position: 0 17px;
}
.tooltip-anchor:hover .tooltip-cont {
  display: block;
}
@media (max-width: 767.98px) {
  .tooltip-anchor {
    display: none;
  }
}

.tooltip-cont {
  display: none;
  position: absolute;
  width: 300px;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
  top: -17px;
  padding: 7px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.tooltip-cont p {
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip-cont a {
  color: #12a94b;
  font-weight: 600;
}

.expand-anchor {
  margin-left: 30px;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("/images/sprites/18-sucuri-question-plus-sprite.png");
  background-size: 34px;
  background-position: -17px 0;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .expand-anchor {
    background-image: url("/images/sprites/18-sucuri-question-plus-sprite@2.png");
  }
}

.video-anchor.agency {
  width: 100%;
  max-width: 923px;
  height: 457px;
  display: block;
  position: relative;
  background-image: url("/images/2018/18-sucuri-agency-preview-video.png");
  background-position: bottom left;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .video-anchor.agency {
    background-image: url("/images/2018/18-sucuri-agency-preview-video.png");
  }
}
.video-anchor.agency span {
  color: #5d5d5d;
  width: 428px;
  display: block;
  float: right;
  text-align: right;
  font-size: 1.75rem;
}
.video-anchor.agency .icon {
  float: right;
  clear: both;
}
.video-anchor.agency .anchor-content {
  position: absolute;
  top: 95px;
  right: 60px;
}
.video-anchor.agency .anchor-content p {
  font-size: 1.75rem;
  color: #5d5d5d;
  text-align: right;
  max-width: 337px;
}
@media (max-width: 1919.98px) {
  .video-anchor.agency .anchor-content p {
    font-size: 1.5rem;
    max-width: 348px;
  }
}

@media (max-width: 767.98px) {
  .feat-list-cont .list-block-item {
    min-height: 48px;
    width: 285px;
  }
}

.whs-video-cont {
  background-image: url("/images/2018/18-sucuri-agency-video-image.jpg");
  background-position: top right;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .whs-video-cont {
    background-image: url("/images/2018/18-sucuri-agency-video-image.jpg");
  }
}
.whs-video-cont .video-anchor:hover {
  opacity: 0.8;
}

.testimonials-lead {
  font-size: 1.75rem;
  font-weight: 800;
  color: #abbfce;
}

.testimonials-main-cont {
  background-image: url("/images/2018/18-sucuri-testimonials-picture-1.jpg");
  background-position: top right;
  background-size: auto 100%;
  background-color: #0e406a;
  background-repeat: no-repeat;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .testimonials-main-cont {
    background-image: url("/images/2018/18-sucuri-testimonials-picture-1@2.jpg");
  }
}
@media (max-width: 1919.98px) {
  .testimonials-main-cont {
    background-position: 77% 0;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-main-cont {
    background-position: 34% 0;
  }
}
@media (max-width: 991.98px) {
  .testimonials-main-cont {
    background-position: 55% 0;
  }
}

.banner-imgbg {
  background-position: top center;
  background-size: cover;
  text-decoration: none;
}
.banner-imgbg.banner-htdwswyc {
  background-image: url("/images/2018/18-sucuri-resource-discuss-website-security-with-clients.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg.banner-htdwswyc {
    background-image: url("/images/2018/18-sucuri-resource-discuss-website-security-with-clients.jpg");
  }
}
.banner-imgbg.banner-wsa {
  background-image: url("/images/2018/18-sucuri-webinar-secuirty-for-agencies.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg.banner-wsa {
    background-image: url("/images/2018/18-sucuri-webinar-secuirty-for-agencies.jpg");
  }
}
.banner-imgbg.banner-ecpcs {
  background-image: url("/images/2018/18-sucuri-resrouce-email-protect-customer-sites.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg.banner-ecpcs {
    background-image: url("/images/2018/18-sucuri-resrouce-email-protect-customer-sites.jpg");
  }
}
.banner-imgbg.banner-gpws {
  background-image: url("/images/2018/18-sucuri-resource-guide-agency-website-protection.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg.banner-gpws {
    background-image: url("/images/2018/18-sucuri-resource-guide-agency-website-protection.jpg");
  }
}
.banner-imgbg:hover {
  text-decoration: none;
  opacity: 0.8;
}

.banner-imgbg-a {
  background-position: top center;
  background-size: cover;
  text-decoration: none;
}
.banner-imgbg-a.banner-swp {
  background-image: url("/images/2018/18-sucuri-resource-technical-whitepaper.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg-a.banner-swp {
    background-image: url("/images/2018/18-sucuri-resource-technical-whitepaper@2.jpg");
  }
}
.banner-imgbg-a.banner-wwo {
  background-image: url("/images/2018/18-sucuri-resource-webinar-cwaf-for-enterprise-organizations.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg-a.banner-wwo {
    background-image: url("/images/2018/18-sucuri-resource-webinar-cwaf-for-enterprise-organizations@2.jpg");
  }
}
.banner-imgbg-a.banner-eses {
  background-image: url("/images/2018/18-sucuri-resource-ebook-enterprise-service-level-agreement.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg-a.banner-eses {
    background-image: url("/images/2018/18-sucuri-resource-ebook-enterprise-service-level-agreement@2.jpg");
  }
}
.banner-imgbg-a.banner-gwda {
  background-image: url("/images/2018/18-sucuri-resource-guide-ddos.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-imgbg-a.banner-gwda {
    background-image: url("/images/2018/18-sucuri-resource-guide-ddos@2.jpg");
  }
}
.banner-imgbg-a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.addres-cont h2 {
  font-size: 2.375rem;
  line-height: 1.421;
}
@media (max-width: 1199.98px) {
  .addres-cont h2 {
    font-size: 2.125rem;
    line-height: 1.765;
  }
}

.addres-cont p.lead {
  font-size: 1.625rem;
  line-height: 1.615;
}
@media (max-width: 1199.98px) {
  .addres-cont p.lead {
    font-size: 0.9375rem;
    line-height: 1.625;
  }
}

.addres-cont .banner-imgbg:not(.banner-htdwswyc) {
  width: 364px;
}
@media (max-width: 767.98px) {
  .addres-cont .banner-imgbg:not(.banner-htdwswyc) {
    width: 100%;
    margin: 0 auto;
  }
}

.htable {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .htable {
    width: 810px;
  }
}
.htable .title-label-clmn {
  width: 450px;
  border-top: 4px solid transparent;
}
@media (max-width: 1919.98px) {
  .htable .title-label-clmn {
    width: 317px;
  }
}
@media (max-width: 1199.98px) {
  .htable .title-label-clmn {
    width: 445px;
  }
}
@media (max-width: 991.98px) {
  .htable .title-label-clmn {
    width: 338px;
  }
}
@media (max-width: 1919.98px) {
  .variant-c .htable .title-label-clmn {
    width: 316px;
  }
}
@media (max-width: 1199.98px) {
  .variant-c .htable .title-label-clmn {
    width: 216px;
  }
}
@media (max-width: 991.98px) {
  .variant-c .htable .title-label-clmn {
    width: 252px;
  }
}
.htable .title-label-clmn .th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ebebeb;
  color: #5d5d5d;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
}
.htable .title-label-clmn .th .tooltip-anchor {
  margin-right: 0;
  flex-shrink: 0;
}
.htable .title-label-clmn .th .tooltip-anchor p {
  line-height: 1.4;
}
.htable .title-label-clmn .th p {
  line-height: 1;
  text-align: left;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .htable .title-label-clmn .th p {
    font-size: 1rem;
  }
}
@media (max-width: 1919.98px) {
  .htable .title-label-clmn .th p {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199.98px) {
  .htable .title-label-clmn .th p {
    line-height: 1.5;
  }
}
.htable .basic-clmn {
  width: 257px;
  border-top: 4px solid transparent;
}
@media (max-width: 1919.98px) {
  .htable .basic-clmn {
    width: 179px;
  }
}
@media (max-width: 1199.98px) {
  .htable .basic-clmn {
    width: 251px;
  }
}
@media (max-width: 991.98px) {
  .htable .basic-clmn {
    width: 191px;
  }
}
.variant-c .htable .basic-clmn {
  width: 187px;
}
@media (min-width: 1920px) {
  .variant-c .htable .basic-clmn {
    width: 264px;
  }
}
@media (max-width: 1199.98px) {
  .variant-c .htable .basic-clmn {
    width: 190px;
  }
}
.htable .pro-clmn {
  width: 257px;
  border: 4px solid #fff;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
@media (max-width: 1919.98px) {
  .htable .pro-clmn {
    width: 179px;
  }
}
@media (max-width: 1199.98px) {
  .htable .pro-clmn {
    width: 251px;
  }
}
@media (max-width: 991.98px) {
  .htable .pro-clmn {
    width: 191px;
  }
}
.variant-c .htable .pro-clmn {
  width: 187px;
}
@media (min-width: 1920px) {
  .variant-c .htable .pro-clmn {
    width: 264px;
  }
}
@media (max-width: 1199.98px) {
  .variant-c .htable .pro-clmn {
    width: 190px;
  }
}
.htable .pro-clmn .tfoot-info-cont .btn-link-plain {
  color: #12a94b;
}
.htable .business-clmn {
  width: 257px;
  border-top: 4px solid transparent;
}
@media (max-width: 1919.98px) {
  .htable .business-clmn {
    width: 179px;
  }
}
@media (max-width: 1199.98px) {
  .htable .business-clmn {
    width: 251px;
  }
}
@media (max-width: 991.98px) {
  .htable .business-clmn {
    width: 191px;
  }
}
.variant-c .htable .business-clmn {
  width: 187px;
}
@media (min-width: 1920px) {
  .variant-c .htable .business-clmn {
    width: 264px;
  }
}
@media (max-width: 1199.98px) {
  .variant-c .htable .business-clmn {
    width: 190px;
  }
}
.htable .thead {
  height: 82px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #707070;
}
.htable .thead p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.htable .thead.pt-banner.pro {
  height: 82px;
  margin-top: 0;
}
.htable .thead.pt-banner p {
  font-size: 17px;
  font-weight: 600;
}
.htable .td {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 55px;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.htable .td p {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
.htable .td:nth-child(odd) {
  background-color: rgba(33, 136, 171, 0.07);
  border-top: 1px solid #f1f8fa;
  border-bottom: 1px solid #f1f8fa;
}
.htable .clmn-foot {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.htable .tfoot-info-cont {
  height: auto;
}
.htable .tfoot-info-cont .btn-link-plain {
  color: #5d5d5d;
}
.htable .td,
.htable .th {
  position: relative;
}
.htable .td:not(:first-child),
.htable .th:not(:first-child) {
  text-align: center;
}
.htable .td p,
.htable .th p {
  margin-bottom: 0;
}

.hts-cont .ptable-banner-pre-header {
  height: 69px;
  margin-top: 44px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.hts-cont .ptable-banner-pre-header p {
  line-height: 1;
  margin-bottom: 0;
}

.hts-cont .ptable-banner-header {
  height: 82px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.hts-cont .ptable-banner-header p {
  line-height: 1;
  margin-bottom: 0;
}
.hts-cont .ptable-banner-header.push-preh {
  margin-top: 116px;
}
@media (max-width: 1199.98px) {
  .variant-c .hts-cont .ptable-banner-header.push-preh {
    margin-top: 86px;
  }
}

@media (max-width: 1199.98px) {
  .variant-c .hts-cont .ptable-banner-body {
    margin-top: 15px !important;
  }
}

.variant-c .hts-cont .ptable-banner-body .list-block {
  margin-bottom: 36px;
}
@media (min-width: 1920px) {
  .variant-c .hts-cont .ptable-banner-body .list-block {
    margin-bottom: 32px;
  }
}
@media (max-width: 1199.98px) {
  .variant-c .hts-cont .ptable-banner-body .list-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .variant-c .hts-cont .ptable-banner-body .list-block {
    margin-bottom: 55px;
  }
}

@media (min-width: 1920px) {
  .variant-c .hts-cont .ptable-banner-body p.bolder {
    font-weight: 900 !important;
  }
}

@media (max-width: 1199.98px) {
  .variant-c .hts-cont .ptable-banner-body p.bolder {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991.98px) {
  .hpt-wrapper {
    overflow-x: scroll;
  }
}

@media (max-width: 991.98px) {
  .hpt-wrapper > .row:first-child {
    min-width: 1105px;
  }
}

.pb-hori-cont .price-banner {
  width: 210px;
}
.pb-hori-cont .price-banner:hover {
  transform: scale(1.1);
  color: #5d5d5d;
}
@media (min-width: 1920px) {
  .pb-hori-cont .price-banner {
    width: 283px;
  }
}
@media (max-width: 767.98px) {
  .pb-hori-cont .price-banner {
    width: 100%;
    display: block;
  }
}

.price-banner {
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  color: #5d5d5d;
  transition: all 0.2s linear;
}
.price-banner:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .price-banner p {
    font-size: 0.6875rem;
  }
}

.pbanner-ph {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}

.hoursfeat .num {
  font-size: 4.125rem;
  font-weight: 800;
  line-height: 1;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .hoursfeat .num {
    font-size: 3.4375rem;
  }
}

.hoursfeat .hrs {
  font-size: 1.3125rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

.wyceutd-cont {
  background-image: url("/images/2018/18-sucuri-immediate-help-background2.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .wyceutd-cont {
    background-image: url("/images/2018/18-sucuri-immediate-help-background2@2.jpg");
  }
}

.sfa-cont {
  background-image: url("/images/2018/18-sucuri-immediate-help-background3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .sfa-cont {
    background-image: url("/images/2018/18-sucuri-immediate-help-background3@2.jpg");
  }
}

.wyceutd-cont .mal-img-obtm {
  width: 405px;
  height: 327px;
  margin-bottom: -66px;
}
@media (min-width: 1920px) {
  .wyceutd-cont .mal-img-obtm {
    width: 655px;
    height: 472px;
  }
}
@media (min-width: 1200px) {
  .wyceutd-cont .mal-img-obtm {
    width: 440px;
    height: 329px;
  }
}
@media (max-width: 991.98px) {
  .wyceutd-cont .mal-img-obtm {
    width: 345px;
    height: 276px;
  }
}

.featlistb-banner-cont .fbl {
  width: 444px;
}
@media (min-width: 1920px) {
  .featlistb-banner-cont .fbl {
    width: 470px;
  }
}
@media (max-width: 991.98px) {
  .featlistb-banner-cont .fbl {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

.featlistb-banner-cont .fbr {
  width: 484px;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1920px) {
  .featlistb-banner-cont .fbr {
    width: 657px;
  }
}
@media (max-width: 991.98px) {
  .featlistb-banner-cont .fbr {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

.player-main-cont {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.player-main-cont .sttle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 14px;
  font-weight: 900;
  z-index: 100;
}
.player-main-cont .stbacklink {
  position: absolute;
  top: 15px;
  left: 15px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  z-index: 100;
}
@media (min-width: 1920px) {
  .player-main-cont {
    width: 1012px;
    height: 568px;
  }
}
@media (max-width: 1919.98px) {
  .player-main-cont {
    width: 832px;
    height: 468px;
  }
}
@media (max-width: 1199.98px) {
  .player-main-cont {
    width: 690px;
    height: 387px;
  }
}
@media (max-width: 991.98px) {
  .player-main-cont {
    width: 517px;
    height: 290px;
  }
}
@media (max-width: 767.98px) {
  .player-main-cont {
    width: 100%;
    height: 303px;
  }
}
@media (max-width: 575.98px) {
  .player-main-cont {
    width: 100%;
    height: auto;
  }
}

.player-nav-cont {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.player-nav-cont .list-block {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .player-nav-cont .list-block {
    padding-top: 9px;
  }
}
@media (min-width: 992px) {
  .player-nav-cont .list-block {
    padding-top: 7.5px;
  }
}
@media (min-width: 768px) {
  .player-nav-cont .list-block {
    padding-top: 7.5px;
  }
}
@media (max-width: 767.98px) {
  .player-nav-cont .list-block {
    padding-top: 10px;
  }
}
.player-nav-cont a {
  font-size: 1.125rem;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .player-nav-cont a {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
@media (min-width: 992px) {
  .player-nav-cont a {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .player-nav-cont a {
    padding-bottom: 5px;
    padding-top: 7px;
  }
}
@media (max-width: 767.98px) {
  .player-nav-cont a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .player-nav-cont a {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .player-nav-cont {
    width: 352px;
  }
}
@media (max-width: 1919.98px) {
  .player-nav-cont {
    width: 308px;
  }
}
@media (max-width: 1199.98px) {
  .player-nav-cont {
    width: 270px;
  }
}
@media (max-width: 991.98px) {
  .player-nav-cont {
    width: 188px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .player-nav-cont {
    width: 100%;
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/images/2018/18-interactive-video-thumbnail.png");
  background-position: bottom left;
  background-size: cover;
  z-index: 99;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .thumbnail {
    background-image: url("/images/2018/18-interactive-video-thumbnail.png");
  }
}
.thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(99, 100, 102, 0.25);
  background-image: url("/images/16-sucuri-play-button@2.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.55;
}
.thumbnail:hover {
  cursor: pointer;
}
.thumbnail:hover::before {
  opacity: 1;
}

.player-forms-cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.mobile-btns-cont .player-btns-cont {
  position: relative;
  background-color: rgba(29, 29, 29, 0.6);
  display: block;
}
.mobile-btns-cont .player-btns-cont .btn {
  max-width: 180px;
}

.player-btns-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(29, 29, 29, 0.6);
  display: none;
}
.player-btns-cont .player-btns:not(.active) {
  display: none !important;
}
.player-btns-cont .btns-cont {
  border-top: 3px solid #fff;
}
@media (max-width: 1919.98px) {
  .player-btns-cont .btns-cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: none;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .player-btns-cont .btns-cont {
    border-top: 3px solid #fff;
  }
}
.player-btns-cont .btns-cont .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1919.98px) {
  .player-btns-cont .btns-cont .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .player-btns-cont .btns-cont .btn {
    width: auto;
  }
}
@media (max-width: 1919.98px) {
  .player-btns-cont {
    max-width: 270px;
    height: 100%;
    right: 0;
    left: auto;
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .player-btns-cont {
    max-width: 100%;
    height: 100%;
    right: 0;
    left: auto;
    flex-direction: row;
  }
}
.player-btns-cont .player-btns-wrapper {
  height: 100%;
}
.player-btns-cont.show-main {
  width: 100%;
  max-width: 100%;
  height: 100%;
  right: 0;
  left: auto;
  flex-direction: row;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .player-btns-cont.show-main .player-btns h3 {
    font-size: 2rem;
    margin-bottom: 0 !important;
  }
}
.player-btns-cont.show-main .btns-cont {
  border-top: 3px solid #fff;
}
.player-btns-cont.show-main .btns-cont .btn {
  width: auto;
  margin-top: 40px;
}
.player-btns-cont.show-main .btns-cont .btn:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .player-btns-cont.show-main .btns-cont .btn:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .player-btns-cont.show-main .btns-cont .btn {
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.call-out-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: rgba(29, 29, 29, 0.6);
}
.call-out-cont .call-out {
  animation-duration: 1s;
}
.call-out-cont .call-out:not(.active) {
  display: none;
}
@media (min-width: 1200px) {
  .call-out-cont h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .call-out-cont h3 {
    font-size: 1rem;
  }
}

.player-wrapper {
  padding-bottom: 124.25%;
  margin: -34% 0px;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

.player-overly {
  position: absolute;
  width: 100%;
  height: 100%;
}

.player-nav-cont .list-block {
  border-top: 3px solid #5d5d5d;
}

.player-nav-cont a {
  color: #5d5d5d;
}
.player-nav-cont a.active {
  color: #12a94b;
}
.player-nav-cont a:hover {
  text-decoration: none;
  color: #12a94b;
}

.img-banner {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
.img-banner .aslides-container {
  border: 1px solid #ebebeb;
}
.img-banner .custom-slider-nav-item:hover {
  color: #12a94b;
}

.lb-img-wrapper .img-wrapper {
  position: relative;
  display: inline-block;
}
.lb-img-wrapper .img-wrapper img {
  cursor: pointer;
}

.lb-img-wrapper .lbp-link {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(18, 169, 75, 0.75);
}
.lb-img-wrapper .lbp-link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/images/2018/18-sucuri-icon-image-fullscreen@2.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .lb-img-wrapper .lbp-link::before {
    background-image: url("/images/2018/18-sucuri-icon-image-fullscreen@2.png");
  }
}

.snote-banner {
  border-left: 3px solid #2188ab;
  padding-left: 10px;
  font-weight: 400;
}

.tip-banner {
  border: 1px solid #dedede;
  border-radius: 3px;
}

.adres-clmn .adres-clmn-header {
  border-bottom: 2px solid #2188ab;
}
@media (max-width: 991.98px) {
  .adres-clmn .adres-clmn-header h4 {
    font-size: 1.625rem;
  }
}

.adres-clmn .adres-clmn-body p {
  min-height: 96px;
}
@media (max-width: 767.98px) {
  .adres-clmn .adres-clmn-body p {
    min-height: auto;
  }
}

.side-nav-toogle {
  position: absolute;
  right: -50px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  padding: 30px 0;
  z-index: -1;
  top: 10%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  opacity: 0.7;
}
.side-nav-toogle .icon {
  margin: auto;
  margin-left: 60px;
}
@media (min-width: 992px) {
  .side-nav-toogle {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .side-nav-toogle {
    opacity: 0.8;
  }
}
@media (max-width: 767.98px) {
  .shown .side-nav-toogle {
    opacity: 1;
  }
}

.guides-nav-cont {
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  top: 55px;
  z-index: 1000;
  height: calc(100vh - 40px);
}
.guides-nav-cont.guides-nav-cont-fluid {
  position: sticky;
}
.guides-nav-cont .guides-nav-content-cont {
  height: 100%;
  width: 100%;
}
@media screen and (max-height: 908px) {
  .guides-nav-cont .guides-nav-content-cont {
    overflow-y: scroll;
  }
}
.guides-nav-cont .guides-nav-content-cont .plan-card-guide .plan-card-link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.guides-nav-cont
  .guides-nav-content-cont
  .plan-card-guide
  .plan-card-link:hover {
  cursor: pointer;
}
@media (min-width: 1920px) {
  .guides-nav-cont {
    min-width: 329px;
  }
}
@media (min-width: 1200px) {
  .guides-nav-cont {
    min-width: 277px;
  }
}
@media (max-width: 991.98px) {
  .guides-nav-cont {
    max-width: 300px;
    position: fixed !important;
  }
}
.guides-nav-cont a {
  font-weight: normal;
  text-decoration: none;
}
.guides-nav-cont.hidden {
  box-shadow: none;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  animation-name: slideOutLeft;
  overflow: visible;
}
.guides-nav-cont.shown {
  animation-name: slideInLeft;
}
.guides-nav-cont.shown .side-nav-toogle {
  box-shadow: none;
  opacity: 1;
}
.guides-nav-cont.shown .side-nav-toogle .icon {
  background-position: 0 -40px;
}
.guides-nav-cont .updt-at {
  opacity: 0.6;
}
.guides-nav-cont .back-link {
  color: #5d5d5d;
}
.guides-nav-cont .back-link:hover {
  text-decoration: none;
  color: #12a94b;
}
.guides-nav-cont .ssharep {
  letter-spacing: 5px;
  font-weight: 600;
}
.guides-nav-cont .btn-cont {
  font-size: 0.75rem;
  font-weight: 400;
}
.guides-nav-cont .btn-cont .btn:hover {
  border-color: #12a94b;
  background-color: #12a94b;
}
.guides-nav-cont .btn-cont .lang-toggle .default {
  padding: 0.3125rem 0.625rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: solid 1px #707070;
  color: #707070;
  background-color: transparent;
  background-image: none;
}
.guides-nav-cont .fl-nav {
  list-style: none;
}
.guides-nav-cont .fl-nav .t-nav .main-step {
  color: #5d5d5d;
  font-size: 0.8125rem;
}
.guides-nav-cont .fl-nav .t-nav .main-step::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/images/2018/18-sucuri-guide-icon-sprite.png");
  background-size: 160px;
  background-position: -96px -12px;
  margin-left: 10px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .guides-nav-cont .fl-nav .t-nav .main-step::after {
    background-image: url("/images/2018/18-sucuri-guide-icon-sprite@2.png");
  }
}
.guides-nav-cont .fl-nav .t-nav .main-step:hover {
  text-decoration: none;
  color: #12a94b;
}
.guides-nav-cont .fl-nav .t-nav .main-step.no-inav::after {
  display: none;
}
.guides-nav-cont .fl-nav .t-nav .i-nav {
  display: none;
}
.guides-nav-cont .fl-nav .t-nav .i-nav a {
  color: #5d5d5d;
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
  display: block;
  font-size: 0.875rem;
}
.guides-nav-cont .fl-nav .t-nav .i-nav a:hover {
  text-decoration: none;
  color: #12a94b;
}
.guides-nav-cont .fl-nav .t-nav .i-nav a.active {
  color: #12a94b;
}
.guides-nav-cont .fl-nav .t-nav .i-nav a .stp-num {
  position: absolute;
  left: 0;
  top: 0;
}
.guides-nav-cont .fl-nav .t-nav .i-nav a span {
  display: inline-block;
}
.guides-nav-cont .fl-nav .t-nav.active .main-step {
  color: #12a94b;
}
.guides-nav-cont .fl-nav .t-nav.active .main-step::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/images/2019/19-sucuri-left-menu-arrow.png");
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .guides-nav-cont .fl-nav .t-nav.active .main-step::before {
    background-image: url("/images/2019/19-sucuri-left-menu-arrow@2.png");
  }
}
.guides-nav-cont .fl-nav .t-nav.active .main-step::after {
  background-position: -96px 0;
}
.guides-nav-cont .fl-nav .t-nav.active .i-nav {
  display: block;
}
.guides-nav-cont .progress-bar {
  display: block;
  position: relative;
  width: 100%;
  height: 25px;
  border-radius: 50px;
  background-color: #eeeeee;
  overflow: hidden;
}
.guides-nav-cont .progress-bar .progress-bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 25px;
  background-color: #12a94b;
}
.guides-nav-cont .nav-cta {
  margin-right: -30px;
  border-radius: 0 !important;
}

.agency-form-wrapper .row {
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
}

.agency-form-cont .agency-form-content {
  background-image: url("/images/2018/18-sucuri-agency-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .agency-form-cont .agency-form-content {
    background-image: url("/images/2018/18-sucuri-agency-hero@2.jpg");
  }
}

.custom-404 {
  background-image: url("/images/2019/19-sucuri-404-hero-tony.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 100vh;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .custom-404 {
    background-image: url("/images/2019/19-sucuri-404-hero-tony@2.jpg");
  }
}
.custom-404 .logo img {
  max-width: 116px;
  max-height: 28px;
}
.custom-404 .btn:hover {
  color: #000 !important;
}
.custom-404 h1 {
  letter-spacing: 0.2em;
}
.custom-404 h2 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .custom-404 {
    position: relative;
  }
  .custom-404 .logo,
  .custom-404 .mssgng {
    padding-left: 15px;
  }
  .custom-404 .mssgng {
    position: absolute;
    bottom: 0;
  }
}
.custom-404 h1 {
  font-size: 0.9375rem;
}
.custom-404 h2 {
  font-size: 2.5rem;
  margin-left: -5px;
}
.custom-404 h3 {
  font-size: 1.3rem;
  margin-left: -3px;
}
.custom-404 .btn {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .custom-404 h1 {
    font-size: 0.625rem;
  }
  .custom-404 h2 {
    font-size: 2.5rem;
    margin-left: -5px;
  }
  .custom-404 h3 {
    font-size: 1.5625rem;
    margin-left: -4px;
  }
  .custom-404 .btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .custom-404 h1 {
    font-size: 0.9375rem;
  }
  .custom-404 h2 {
    font-size: 3.4375rem;
    margin-left: -6px;
  }
  .custom-404 h3 {
    font-size: 1.875rem;
    margin-left: -4px;
  }
  .custom-404 .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .custom-404 h1 {
    font-size: 1.125rem;
  }
  .custom-404 h2 {
    font-size: 4.0625rem;
    margin-left: -7px;
  }
  .custom-404 h3 {
    font-size: 2.1875rem;
    margin-left: -4px;
  }
}
@media (min-width: 1920px) {
  .custom-404 h2 {
    font-size: 5rem;
  }
  .custom-404 h3 {
    font-size: 2.5rem;
  }
}

.stmp-clmn h4 {
  border-bottom: 1px solid #707070;
}
@media (max-width: 1199.98px) {
  .stmp-clmn h4 {
    font-size: 1.625rem;
  }
}

.stmp-clmn a {
  color: #5d5d5d;
  text-decoration: none;
  font-weight: normal;
}
.stmp-clmn a:hover {
  color: #2188ab;
  font-weight: 700;
}

.referral-plans h3 {
  font-size: 1.0625rem;
}

.referral-plans h4 {
  font-size: 1.25rem;
}

.referral-plans .price-banner .agency-desc {
  color: #959595;
}

@media (min-width: 1200px) {
  .referral-plans h3 {
    font-size: 1.0625rem;
  }
  .referral-plans .pb-hori-cont .price-banner {
    width: 290px !important;
  }
  .referral-plans .hpb-header .plan-title {
    font-size: 1.5rem;
  }
  .referral-plans .hpb-header .plan-link:hover {
    color: #41ba6e;
  }
}

@media (min-width: 992px) {
  .referral-plans .agency-plan-cta {
    margin-top: 59px;
  }
}

@media (min-width: 1920px) {
  .referral-plans .agency-plan-cta {
    margin-top: 83px;
  }
}

.referral-table thead tr,
.referral-table tbody tr {
  color: #959595;
  border-bottom: 1px #959595 solid;
}

.referral-table thead tr th,
.referral-table tbody tr th {
  font-size: 0.875rem;
}

.referral-table tbody th,
.referral-table tbody .pricing {
  font-size: 1rem;
}

.referral-table .plan-cta {
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 0.25rem;
  border-color: #12a94b;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.referral-table .plan-cta:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.referral-table .plan-cta:hover {
  background-color: #0e863c;
  border-color: #0d7b37;
}

.expansion-panel:not(:first-child) {
  margin-top: 0.5rem;
}

.expansion-panel:not(.collapsed) .expansion-panel-head {
  border-color: #2188ab;
}

.expansion-panel .expansion-panel-head {
  width: 100%;
  background-color: #2188ab;
  border: 2px solid #eff7f9;
  color: white;
  cursor: pointer;
}
.expansion-panel .expansion-panel-head p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.expansion-panel .icon-expand {
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
}
.expansion-panel .icon-expand:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-image: url("/images/2019/19-sucuri-faq-list-icons.png");
  background-repeat: no-repeat;
  background-position: -18px 0;
  background-size: 36px;
  width: 18px;
  height: 18px;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .expansion-panel .icon-expand:before {
    background-image: url("/images/2019/19-sucuri-faq-list-icons@2.png");
  }
}

.expansion-panel .expansion-panel-body {
  width: 100%;
  float: left;
}

.expansion-panel.collapsed .expansion-panel-head {
  background-color: #ffffff;
  color: #000000;
}
.expansion-panel.collapsed .expansion-panel-head:hover {
  border-color: #6eb1c8;
}

.expansion-panel.collapsed .icon-expand:before {
  background-position-x: 0;
}

.expansion-panel.collapsed .expansion-panel-body {
  display: none;
}

.referral-form h4 {
  font-size: 1.125rem;
}

.referral-form label {
  font-size: 0.8125rem;
}

.ref-email-text {
  font-size: 1.0625rem;
}

.plan-card {
  width: 290px;
}
@media (min-width: 768px) {
  .plan-card {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .plan-card {
    max-width: 290px;
  }
}
@media (min-width: 1920px) {
  .plan-card {
    max-width: 415px;
  }
}
.plan-card .plan-card-link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.plan-card .plan-card-link:hover {
  transform: scale(1.1);
  cursor: pointer;
  color: #5d5d5d;
}
.plan-card .plan-card-content {
  pointer-events: none;
  z-index: 1;
}
.plan-card .plan-card-content a {
  pointer-events: all;
}

.referral-plan-cta {
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 0.25rem;
  border-color: #12a94b !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  pointer-events: all !important;
  text-decoration: none !important;
}
.referral-plan-cta:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
}
.referral-plan-cta:hover {
  background-color: #0e863c;
  border-color: #0d7b37;
  color: #fff !important;
  cursor: pointer;
}

.partners-benefits h2 {
  line-height: 1.3;
}

.partners-benefits h3 {
  line-height: 1;
}

.partners-benefits h3 {
  font-size: 1rem;
}

.partners-benefits .subheading {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .partners-benefits h2 {
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .partners-benefits .subheading {
    line-height: 1.875;
  }
}

@media (min-width: 1920px) {
  .partners-benefits .subheading {
    font-size: 1.5rem;
  }
}

.pst-hero-features-wrapper {
  margin-top: -215px;
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .pst-hero-features-wrapper {
    margin-top: 0;
    box-shadow: none;
  }
}
.pst-hero-features-wrapper.pst-hero-features-b {
  margin-top: 0;
  box-shadow: none;
}

.glnks-banner {
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
}

.section-bookmarker {
  position: absolute;
  width: 240px;
  top: -124px;
  left: -30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.section-bookmarker:before {
  content: "";
  height: 32px;
  width: 32px;
  background-color: #12a94b;
  display: block;
  position: absolute;
  left: -16px;
  top: 7px;
  transform: rotate(45deg);
  z-index: -1;
}
@media (min-width: 1920px) {
  .section-bookmarker {
    left: -85px;
  }
}
@media (max-width: 991.98px) {
  .section-bookmarker {
    display: none;
  }
}

.nav-banner {
  margin-right: -30px;
  background-size: cover;
  background-position: top center;
}
.nav-banner.wsp-banner {
  background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite2b.jpg");
  border-left: 30px solid #2d7a6d;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-banner.wsp-banner {
    background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite2b@2.jpg");
  }
}
.nav-banner.wsp-banner:hover {
  background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite2@2.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-banner.wsp-banner:hover {
    background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite2@2.jpg");
  }
}
.nav-banner.agency-banner {
  background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite1b.jpg");
  border-left: 30px solid #0e406a;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-banner.agency-banner {
    background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite1b@2.jpg");
  }
}
.nav-banner.agency-banner:hover {
  background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite1.jpg");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .nav-banner.agency-banner:hover {
    background-image: url("/images/2019/19-sucuri-feature-page-cta-sprite1@2.jpg");
  }
}

.custom-formcontrol-wrapper {
  margin-top: 7px;
}

.signup-chart-x {
  color: #f17070;
  font-weight: 900 !important;
}

.signup-chart-link {
  font-weight: 600;
}

.wmr-stats-banner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/images/2019/19-sucuri-website-malware-removal-stat-callout.jpg");
  color: #fff;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .wmr-stats-banner {
    background-image: url("/images/2019/19-sucuri-website-malware-removal-stat-callout@2.jpg");
  }
}

.bplay-btn-wrapper {
  margin-top: 100px;
}
@media (min-width: 1200px) {
  .bplay-btn-wrapper {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media (max-width: 991.98px) {
  .bplay-btn-wrapper {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.banner-play-btn {
  background-color: #ffffff;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-top: -45px;
  margin-bottom: -45px;
  padding-top: 130px;
  height: 319px;
}
.banner-play-btn .icon-play {
  width: 52px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-image: url("/images/2019/19-play-button.png");
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .banner-play-btn .icon-play {
    background-image: url("/images/2019/19-play-button.png");
  }
}
@media (min-width: 1200px) {
  .banner-play-btn {
    margin-top: -91px;
    margin-bottom: -91px;
    padding-top: 197px;
    padding-bottom: 197px;
    height: 453px;
  }
}
@media (min-width: 992px) {
  .banner-play-btn {
    margin-top: -65px;
    margin-bottom: -65px;
    padding-top: 102px;
    padding-bottom: 102px;
    height: 263px;
  }
}
@media (max-width: 991.98px) {
  .banner-play-btn {
    margin-top: 50px;
    margin-bottom: -115px;
  }
}
@media (max-width: 767.98px) {
  .banner-play-btn {
    padding-top: 105px;
    height: 269px;
  }
}

.homepage-call-out .sites-cleaned {
  width: 110.64px;
  height: 56.765px;
}
@media (min-width: 1200px) {
  .homepage-call-out .sites-cleaned {
    width: 221.28px;
    height: 113.53px;
  }
}
.homepage-call-out .sites-cleaned .cls-1,
.homepage-call-out .sites-cleaned .cls-2,
.homepage-call-out .sites-cleaned .cls-4 {
  isolation: isolate;
}
.homepage-call-out .sites-cleaned .cls-2 {
  font-size: 58px;
  fill: #14a94b;
}
.homepage-call-out .sites-cleaned .cls-2,
.homepage-call-out .sites-cleaned .cls-4 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .sites-cleaned .cls-3 {
  fill: #519fd7;
}
.homepage-call-out .sites-cleaned .cls-4 {
  font-size: 15px;
  fill: #10416a;
}

.homepage-call-out .support {
  width: 126.605px;
  height: 57.705px;
}
@media (min-width: 1200px) {
  .homepage-call-out .support {
    width: 253.21px;
    height: 115.41px;
  }
}
.homepage-call-out .support .cls-1,
.homepage-call-out .support .cls-2,
.homepage-call-out .support .cls-3 {
  isolation: isolate;
}
.homepage-call-out .support .cls-2 {
  font-size: 59px;
}
.homepage-call-out .support .cls-2,
.homepage-call-out .support .cls-4 {
  fill: #14a94b;
}
.homepage-call-out .support .cls-2,
.homepage-call-out .support .cls-3 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .support .cls-3 {
  font-size: 15px;
  fill: #10416a;
}
.homepage-call-out .support .cls-5 {
  fill: #519fd7;
}

.homepage-call-out .page-views {
  width: 120.63px;
  height: 49.665px;
}
@media (min-width: 1200px) {
  .homepage-call-out .page-views {
    width: 241.26px;
    height: 99.33px;
  }
}
.homepage-call-out .page-views .cls-1 {
  fill: #519fd7;
}
.homepage-call-out .page-views .cls-2,
.homepage-call-out .page-views .cls-3,
.homepage-call-out .page-views .cls-4,
.homepage-call-out .page-views .cls-5,
.homepage-call-out .page-views .cls-6 {
  isolation: isolate;
}
.homepage-call-out .page-views .cls-3 {
  font-size: 35.78px;
}
.homepage-call-out .page-views .cls-3,
.homepage-call-out .page-views .cls-4,
.homepage-call-out .page-views .cls-6,
.homepage-call-out .page-views .cls-7 {
  fill: #14a94b;
}
.homepage-call-out .page-views .cls-3,
.homepage-call-out .page-views .cls-4,
.homepage-call-out .page-views .cls-5 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .page-views .cls-4 {
  font-size: 19.34px;
}
.homepage-call-out .page-views .cls-5,
.homepage-call-out .page-views .cls-6 {
  font-size: 16px;
}
.homepage-call-out .page-views .cls-5 {
  fill: #10416a;
}
.homepage-call-out .page-views .cls-6 {
  font-family: OpenSans-Extrabold, Open Sans;
  font-weight: 800;
}

.homepage-call-out .speed-incrase {
  width: 90.57px;
  height: 53.88px;
}
@media (min-width: 1200px) {
  .homepage-call-out .speed-incrase {
    width: 181.14px;
    height: 107.76px;
  }
}
.homepage-call-out .speed-incrase .cls-1,
.homepage-call-out .speed-incrase .cls-2,
.homepage-call-out .speed-incrase .cls-3 {
  isolation: isolate;
}
.homepage-call-out .speed-incrase .cls-2 {
  font-size: 15px;
  fill: #10416a;
}
.homepage-call-out .speed-incrase .cls-2,
.homepage-call-out .speed-incrase .cls-3 {
  font-family: OpenSans-Semibold, Open Sans;
  font-weight: 600;
}
.homepage-call-out .speed-incrase .cls-3 {
  font-size: 33.79px;
}
.homepage-call-out .speed-incrase .cls-3,
.homepage-call-out .speed-incrase .cls-5 {
  fill: #14a94b;
}
.homepage-call-out .speed-incrase .cls-4 {
  fill: #519fd7;
}

.logged-in #header {
  margin-top: 32px;
}
.tealiumMo2TriggerButton {
  font-size: 11px;
  font-weight: 700;
  padding: 12px 0px;
  width: 216px;
  line-height: 13px;
  border-radius: 3px;
  border: 2px solid #5d5d5d;
  background-color: #fff;
  color: #5d5d5d;
  height: 40px;
}
@media (min-width: 992px) {
  .tealiumMo2TriggerButton {
    margin-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .tealiumMo2TriggerButton {
    margin-top: 15px;
  }
}

.ui-dialog.tealium {
  border: 1px solid #ebebeb !important;
}
.ui-dialog.tealium .ui-dialog-titlebar {
  background: #619f42;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 32px !important;
}

.tealium,
.tealium div,
.tealium ul,
.tealium li,
.tealium span {
  font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif !important;
}

#__tealium_tag02_header {
  width: 100% !important;
}

#desclabel {
  margin-right: 270px !important;
}
.privacy_prompt_footer .button {
}

.privacy_prompt input[type="checkbox"].toggle + label {
  border-radius: 8px !important;
  background-color: #414042 !important;
}

.privacy_prompt input[type="checkbox"].toggle + label:before {
  border-radius: 6px !important;
}

.privacy_prompt input[type="checkbox"].toggle:checked + label,
.privacy_prompt input[type="checkbox"].toggle:focus:checked + label {
  background-color: #2188ab !important;
}

#backdrop {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

.privacy_prompt.consent_preferences {
  z-index: 999999;
}

.privacy_prompt table tr:last-child td {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}