@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #229ac8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #da4f49;
    --orange: #fd7e14;
    --yellow: #faa732;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #229ac8;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #faa732;
    --danger: #da4f49;
    --light: #e7e7e7;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}

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

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #47504E;
    background-color: #fff;
}

[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;
    text-decoration-skip-ink: none;
}

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: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

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: #229ac8;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #176887;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

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

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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    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;
}

.owl-nav button:focus {
    outline: 0px 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;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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-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-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 1.875rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.3125rem;
}

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

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

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

.lead {
    font-size: 0.9375rem;
    font-weight: 300;
}

.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;
}

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

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

.list-inline-item {
    display: inline-block;
}

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

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@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: 1200px;
    }
}

@media (min-width: 1320px) {
    .container {
        max-width: 1226px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1226px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1226px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1226px;
    }
}

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

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

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

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

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-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.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-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.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-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.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-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.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

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

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.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(0, 0, 0, 0.05);
}

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #8ccae2;
}

.table-hover .table-primary:hover {
    background-color: #add9eb;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cccf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #fcd194;
}

.table-hover .table-warning:hover {
    background-color: #fddcad;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #eca3a0;
}

.table-hover .table-danger:hover {
    background-color: #f0b9b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #f3f3f3;
}

.table-hover .table-light:hover {
    background-color: #ececec;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbd;
}

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

.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: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 0.7rem + 2px);
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.check_avability_form .form-control:focus,
.switch-card-body .form-control:focus {
    color: #224746;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: unset;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    line-height: 1.8;
    color: #212529;
    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.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

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

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

.form-row>.col,
.form-row>[class*="col-"] {
    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: #6c757d;
}

.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: #28a745;
}

.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.65625rem;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.8em + 0.7rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.45em + 0.175rem);
    background-size: calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.8em + 0.7rem);
    background-position: top calc(0.45em + 0.175rem) right calc(0.45em + 0.175rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.7rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .form-control-file:valid~.valid-feedback,
.form-control-file.is-valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.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: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.form-check-input.is-valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.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: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.custom-control-input.is-valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.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 {
    border-color: #34ce57;
    background-color: #34ce57;
}

.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 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.custom-file-input.is-valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.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 {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.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.65625rem;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(218, 79, 73, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #da4f49;
    padding-right: calc(1.8em + 0.7rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23da4f49' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23da4f49' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.45em + 0.175rem);
    background-size: calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #da4f49;
    box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.25);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.8em + 0.7rem);
    background-position: top calc(0.45em + 0.175rem) right calc(0.45em + 0.175rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #da4f49;
    padding-right: calc((1em + 0.7rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23da4f49' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23da4f49' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #da4f49;
    box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.25);
}

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

.was-validated .form-control-file:invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.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: #da4f49;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.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: #da4f49;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #da4f49;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.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 {
    border-color: #e37873;
    background-color: #e37873;
}

.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 0.2rem rgba(218, 79, 73, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #da4f49;
}

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

.was-validated .custom-file-input:invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.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 {
    border-color: #da4f49;
    box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 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;
        flex-shrink: 0;
        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;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.8;
    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 (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

.btn-primary {
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1c81a7;
    border-color: #1b789c;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 169, 208, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b789c;
    border-color: #197092;
}

.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(67, 169, 208, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.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(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.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(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.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(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #faa732;
    border-color: #faa732;
}

.btn-warning:hover {
    color: #212529;
    background-color: #f9970d;
    border-color: #f39106;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 148, 49, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #faa732;
    border-color: #faa732;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f39106;
    border-color: #e78906;
}

.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(217, 148, 49, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    border-color: #da4f49;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d2322b;
    border-color: #c72f29;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 105, 100, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #da4f49;
    border-color: #da4f49;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c72f29;
    border-color: #bd2d26;
}

.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(224, 105, 100, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-light:hover {
    color: #212529;
    background-color: #d4d4d4;
    border-color: #cecece;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #cecece;
    border-color: #c7c7c7;
}

.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(201, 202, 203, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.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(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #229ac8;
    border-color: #229ac8;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #229ac8;
    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: #fff;
    background-color: #229ac8;
    border-color: #229ac8;
}

.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(34, 154, 200, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.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(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    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: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.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(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    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: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.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(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #faa732;
    border-color: #faa732;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #faa732;
    border-color: #faa732;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 167, 50, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #faa732;
    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: #212529;
    background-color: #faa732;
    border-color: #faa732;
}

.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(250, 167, 50, 0.5);
}

.btn-outline-danger {
    color: #da4f49;
    border-color: #da4f49;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #da4f49;
    border-color: #da4f49;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #da4f49;
    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: #fff;
    background-color: #da4f49;
    border-color: #da4f49;
}

.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(218, 79, 73, 0.5);
}

.btn-outline-light {
    color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #e7e7e7;
    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: #212529;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.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(231, 231, 231, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    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: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.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(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #229ac8;
    text-decoration: none;
}

.btn-link:hover {
    color: #176887;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

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

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

.btn-light__close {
    background-color: transparent;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12); */
    color: #fff;
    text-align: center;
    padding: 0px;
    border: 2px solid #fff;
    color: #1A1C1A;
}

.btn-light__close svg {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #fff;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
	margin-bottom: 2px;
}

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

.fade {
    transition: opacity 0.15s linear;
}

@media (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 (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.75rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e7e7e7;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #229ac8;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.65625rem;
    color: #6c757d;
    white-space: nowrap;

}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.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: 0.5625rem;
    padding-left: 0.5625rem;
}

.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.375rem;
    padding-left: 0.375rem;
}

.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:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.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-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.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>.form-control-plaintext,
.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-plaintext+.form-control,
.input-group>.custom-select+.form-control,
.input-group>.custom-file+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.custom-select+.custom-select,
.input-group>.custom-file+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.custom-file,
.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:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-append .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-append .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.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.35rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.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(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.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.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.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.35rem;
    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: #fff;
    border-color: #229ac8;
    background-color: #229ac8;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80cce9;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #acdef1;
    border-color: #acdef1;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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 {
    border-color: #229ac8;
    background-color: #229ac8;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(34, 154, 200, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(34, 154, 200, 0.5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(34, 154, 200, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.175rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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 (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(34, 154, 200, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.8em + 0.7rem + 2px);
    padding: 0.35rem 1.75rem 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #80cce9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.65625rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
}

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.8em + 0.7rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80cce9;
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.8em + 0.7rem + 2px);
    padding: 0.35rem 0.75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.8em + 0.7rem);
    padding: 0.35rem 0.75rem;
    line-height: 1.8;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #229ac8;
    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 (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #acdef1;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #229ac8;
    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 (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #acdef1;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #229ac8;
    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 (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #acdef1;
}

.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: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.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 (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}


/* change css */

header .nav {
    /* display: flex; */
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    transition: all 0.4s ease-in-out;

}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -16px;
    position: relative;
    height: 100%;
    /* padding-bottom: 20px; */
    min-height: 80px;
}

.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: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.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: #fff;
    background-color: #229ac8;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.33125rem;
    padding-bottom: 0.33125rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.about_listing_outer .card,
.cards_trouble {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 0px 8.8px -1px rgba(162, 173, 173, 0.53);
    border-radius: 10px;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.cards_trouble .card-body {
    flex: 1 1 auto;
    padding: 1rem !important;
}

.cards_trouble {
    height: 100%;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

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

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #229ac8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #176887;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
    /*
   @at-root a#{&} {
   @include hover-focus {
   text-decoration: none;
   }
   }
   */
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #229ac8;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    background-color: #1b789c;
}

.badge-primary[href]:focus,
.badge-primary[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 154, 200, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    background-color: #545b62;
}

.badge-secondary[href]:focus,
.badge-secondary[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    background-color: #1e7e34;
}

.badge-success[href]:focus,
.badge-success[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    background-color: #117a8b;
}

.badge-info[href]:focus,
.badge-info[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #faa732;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    background-color: #f39106;
}

.badge-warning[href]:focus,
.badge-warning[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 167, 50, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #da4f49;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    background-color: #c72f29;
}

.badge-danger[href]:focus,
.badge-danger[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(218, 79, 73, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #e7e7e7;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    background-color: #cecece;
}

.badge-light[href]:focus,
.badge-light[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    background-color: #1d2124;
}

.badge-dark[href]:focus,
.badge-dark[href].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.625rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #125068;
    background-color: #d3ebf4;
    border-color: #c1e3f0;
}

.alert-primary hr {
    border-top-color: #add9eb;
}

.alert-primary .alert-link {
    color: #0a2f3c;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cccf;
}

.alert-secondary .alert-link {
    color: #212326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c32;
}

.alert-warning {
    color: #82571a;
    background-color: #feedd6;
    border-color: #fee6c6;
}

.alert-warning hr {
    border-top-color: #fddcad;
}

.alert-warning .alert-link {
    color: #583a12;
}

.alert-danger {
    color: #712926;
    background-color: #f8dcdb;
    border-color: #f5cecc;
}

.alert-danger hr {
    border-top-color: #f0b9b7;
}

.alert-danger .alert-link {
    color: #4b1b19;
}

.alert-light {
    color: #787878;
    background-color: #fafafa;
    border-color: #f8f8f8;
}

.alert-light hr {
    border-top-color: #ececec;
}

.alert-light .alert-link {
    color: #5f5f5f;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbd;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.5625rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #229ac8;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #e7e7e7;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    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.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

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

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

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

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

.list-group-item-primary {
    color: #125068;
    background-color: #c1e3f0;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #125068;
    background-color: #add9eb;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #125068;
    border-color: #125068;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cccf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #82571a;
    background-color: #fee6c6;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #82571a;
    background-color: #fddcad;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #82571a;
    border-color: #82571a;
}

.list-group-item-danger {
    color: #712926;
    background-color: #f5cecc;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #712926;
    background-color: #f0b9b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #712926;
    border-color: #712926;
}

.list-group-item-light {
    color: #787878;
    background-color: #f8f8f8;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #787878;
    background-color: #ececec;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #787878;
    border-color: #787878;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbd;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    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, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.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 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.65625rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.65625rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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: #229ac8 !important;
}

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

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

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

.bg-success {
    background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !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: #229ac8 !important;
}

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

.border-success {
    border-color: #28a745 !important;
}

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

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

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

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

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

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

.rounded-sm {
    border-radius: 0.2rem !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-lg {
    border-radius: 0.3rem !important;
}

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

.rounded-pill {
    border-radius: 50rem !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 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.8571428571%;
}

.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;
    }
}

.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;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !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;
}

.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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.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-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

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

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

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

.ml-5,
.mx-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

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

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

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

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

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !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-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !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-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

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

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

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

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !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-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !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-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

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

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

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

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !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-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !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-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

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

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

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

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !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-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !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-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

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

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

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

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !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;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !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;
    }
}

.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-lighter {
    font-weight: lighter !important;
}

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

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

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

.font-italic {
    font-style: italic !important;
}

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

.text-primary {
    color: #229ac8 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #176887 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #faa732 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #da8205 !important;
}

.text-danger {
    color: #da4f49 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b22a24 !important;
}

.text-light {
    color: #e7e7e7 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #c1c1c1 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !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;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}


/*
 * ---------------------------------------------------------
 * VARUABLES LANDING PAGE PURE TELECOM
 * COMMENTS: variables Pure Telecom;
 * ---------------------------------------------------------
 */

.typo-opensans,
body,
ul.list.list-pricings .list-pricings__item .card .card-body h5,
.pricing--pema .pricing__feature {
    font-family: "Work Sans", serif;
}

.typo-raleway,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 h5,
.h5,
h6,
.h6,
.card.cards-benefits .card-body .card-title,
.pricing--pema .pricing__price,
.pricing-voice-deals .pricing__price {
    font-family: "Work Sans", serif;
}

body {
    font-weight: 400;
    color: #1d2927;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    font-family: "Work Sans", serif;
    background-color: #f5f5f5;
}

a.link.link-black {
    color: #000;
}

a.link.text-underline {
    text-decoration: underline;
}

a.link:hover {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 h5,
.h5,
h6,
.h6 {
    color: #1d2927;
    font-weight: 800;
}


/* Override the bootstrap defaults */

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 21px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 12px;
}

h6,
.h6 {
    font-size: 10.2px;
}

a {
    color: #7bb732;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #88c939;
}

a.text-link {
    text-decoration: underline;
}

a.text-link:hover,
a.text-link:focus {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .col-form-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}


/* cookie */

#cookie {
    border-top: none;
    border-left: none;
    border-right: none;
}


/* top */

#top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    margin: 0 0 20px 0;
    min-height: 44px;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
}

#top .btn-link {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

#top .btn-link:hover {
    color: #444;
}

#top .list-inline-item .dropdown .dropdown-menu {
    font-size: 1.1em;
}

#top .list-inline-item .dropdown .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#top .list-inline-item .dropdown .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}


/* logo */

#logo {
    margin: 0 0 10px 0;
}

#logo img {
    max-width: 200px;
}


/* search */

#search {
    margin-bottom: 10px;
}

#search .form-control-lg {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg,
#search .btn-group-lg>.btn {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #fff;
}


/* cart */

#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#cart .btn-lg,
#cart .btn-group-lg>.btn {
    padding: 0.65rem 1rem;
}

#cart.open>.btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


/* content */

#content {
    min-height: 600px;
}


/* default font size */

.fas,
.far,
.fab {
    font-size: 14px;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* toast */

#toast {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}


/* breadcrumb 
 .breadcrumb {
 margin: 0 0 20px 0;
 padding: 8px 0;
 border: 1px solid #ddd;
 background-color: #f5f5f5;
 i {
 font-size: 15px;
 }
 > li.breadcrumb-item {
 text-shadow: 0 1px 0 #fff;
 padding: 0 20px;
 position: relative;
 white-space: nowrap;
 &:after {
 content: "";
 display: block;
 position: absolute;
 top: -3px;
 right: -5px;
 width: 26px;
 height: 26px;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 }
 + li {
 &:before {
 content: "";
 padding: 0;
 }
 }
 }
 } */

.pagination {
    margin: 0;
}


/* buttons */

.btn-light {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-position: 0;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-position: 0;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .far.fa-star {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.far.fa-star {
    color: #e69500;
}


/* list group */

.list-group a {
    color: #888;
    display: block;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a.active:focus {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff;
}


/* product list */

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb h2.price {
    margin: 0;
}

.product-thumb h4 {
    font-weight: bold;
    margin-top: 10px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.product-thumb .rating .far.fa-star {
    color: #fc0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

@media (max-width: 992px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.product-grid .product-thumb .image {
    float: none;
}

@media (max-width: 767px) {
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (min-width: 768px) {
    .product-list .product-thumb .image {
        padding: 0 15px;
        display: inline-block;
    }

    .product-list .product-thumb .image+div {
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    margin-bottom: 20px;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails>li>a {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnails>img {
    width: 100%;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: 78px;
}

.thumbnails .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

.card .card-header>h4 {
    font-size: 16px;
}

.card+.card {
    margin-top: 5px;
}

.form-check .form-check-input {
    margin-top: 0.25rem;
}


/* Theme Custom CSS */

#display-control #compare-total.a {
    margin-top: -2px;
    padding: 0.35rem 0.565rem;
}

#checkout-cart #accordion h4 {
    cursor: pointer;
}

#checkout-cart #accordion h4:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    content: "\f0d7  ";
    margin-right: 10px;
}

#checkout-cart #accordion h4.collapsed:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    content: "\f0da";
    margin-right: 10px;
}

#checkout-checkout #accordion h4 {
    cursor: pointer;
}

#checkout-checkout #accordion h4:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    content: "\f0d7  ";
    margin-right: 10px;
}

#checkout-checkout #accordion h4.collapsed:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    content: "\f0da";
    margin-right: 10px;
}

#product-product h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#information-contact .card {
    margin-bottom: 20px;
}

.overlay-menu {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.wrapper-button {
    max-width: 425px;
    width: 100%;
}

#checkButton,
#callButton {
    display: flex;
}

#checkButton.hidden,
#callButton.hidden {
    display: none;
}

.card .lead {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}



.card.card-about .card-body {
    padding: 2rem;
}

.card.card-about .card-body .lead {
    font-size: 16px;
    font-weight: 400;
}



.card.cards-benefits {
    background-color: transparent;
    border: none;
    text-align: center;
    height: 100%;
}

.card.cards-benefits .card-body {
    box-shadow: 0px 0px 8.8px -1px rgba(162, 173, 173, 0.53);
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
}

@media screen and (min-width: 767px) {
    .card.cards-benefits .card-body {
        padding: 20px 15px 25px;
    }
}

.card.cards-benefits .card-body .btn-all-website:hover {
    color: #000;
}

.card.cards-benefits .card-body i.fa {
    /* font-size: 35px; */
    font-size: 25px;
    text-align: center;
    padding: 15px 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #224746;
    color: #224746;
    transition: 0.3s ease;
    margin-bottom: 20px;
}

.card.cards-benefits .card-body .card-title {
    color: #224746;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.card.cards-benefits .card-body p.lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
    color: #224746;
    text-align: center;
}

.card.cards-benefits .card-body .btn {
    background-color: #0058aa;
    border: 1px solid #0058aa;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    width: auto;
    padding: 1rem;
}

.card.cards-benefits .card-body .btn:hover {
    background-color: #0066c4;
    border: 1px solid #0066c4;
    color: #fff;
    box-shadow: none;
}

.card.cards-benefits .card-body .btn:focus {
    background-color: #0066c4;
    border: 1px solid #0066c4;
    color: #fff;
    box-shadow: none;
}

.card.card-forms-content {
    border: none;
    border-radius: 20px;
    background: linear-gradient(#f9f9f9, #dadada);
}

@media screen and (min-width: 767px) {
    .card.card-forms-content {
        background: linear-gradient(#fff, #fff);
    }
}

.card.card-forms-content .card-body {
    padding: 0.5rem;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content .card-body {
        padding: 40px;
        padding-bottom: 20px;
    }
}

.card.card-forms-content .card-body .side-logo,
.card.card-forms-content .card-body .header {
    width: 100%;
}

@media screen and (min-width: 767px) {

    .card.card-forms-content .card-body .side-logo,
    .card.card-forms-content .card-body .header {
        width: auto;
    }
}

.card.card-forms-content .card-body .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 1rem;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content .card-body .card-title {
        font-size: 23px;
        font-size: 1.4375rem;
        margin-bottom: 8px;
        margin-top: 0;
    }
}

.card.card-forms-content .card-body .card-text {
    color: #696969;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content .card-body .card-text {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.card.card-forms-content__form {
    border: 5px solid #dedede;
    padding: 0;
    background: linear-gradient(#fff, #f5f5f5);
    border-radius: 10px;
    max-width: 380px;
    margin: 0 auto;
    margin-top: 10px;
}

.card.card-forms-content__form .card-body {
    padding: 0.5rem;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content__form .card-body {
        padding: 1rem;
    }
}

.card.card-forms-content__form .card-body .label {
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    line-height: 1.25;
}

.card.card-forms-content__form .card-body .label span {
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content__form .card-body .label {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.card.card-forms-content__form .card-body .form-control {
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #999;
    box-shadow: inset 0px 2px 3px #d9d9d9;
    height: 39px;
}

.card.card-forms-content__form .card-body .text-req {
    color: #666;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content__form .card-body .text-req {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.card.card-forms-content__form .card-body .btn {
    background: linear-gradient(#3588d1, #0d4496);
    box-shadow: inset 0px 1px 0px #81b9ea, inset 0 -1px 2px #082c63;
    text-shadow: 1px 1px #010e2d;
    color: #fff;
    width: 100%;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 10rem;
    transition: ease 0.3s all;
    min-height: 48px;
}

@media screen and (min-width: 767px) {
    .card.card-forms-content__form .card-body .btn {
        font-size: 24px;
        font-size: 1.5rem;
        max-width: 211px;
    }
}

.card.card-forms-content__form .card-body .btn:hover,
.card.card-forms-content__form .card-body .btn:focus {
    background: linear-gradient(#2875c7, #0a398f);
}

.card.card-forms-content__form .card-body .btn--green {
    background: linear-gradient(#36bc54, #0d781c);
    box-shadow: inset 0px 1px 0px #7dd591, inset 0 -1px 2px #074510;
    text-shadow: 1px 1px #011c03;
    border-color: #1b8d35;
}

.card.card-forms-content__form .card-body .btn--green:hover {
    background: linear-gradient(#29b343, #0a7216);
}

.card.card-business .card-title {
    color: #224746;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.card.card-business .list-services {
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.25rem;
}

.card.card-business .list-services .list-services__item {
    margin-bottom: 8px;
}

nav.breadcrumbs {
    border-bottom: 1px solid #e7e1e1;
    background: #fff;
}

nav.breadcrumbs ol.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0.75rem 0;
}

nav.breadcrumbs ol.breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

nav.breadcrumbs ol.breadcrumb li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

nav.breadcrumbs ol.breadcrumb li a.active {
    color: #00FF88;
}

nav.breadcrumbs ol.breadcrumb li:last-child {
    width: 100%;
    max-width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.breadcrumbs ol.breadcrumb li:last-child span,
nav.breadcrumbs ol.breadcrumb li:last-child a {
    display: contents;
}

nav.breadcrumbs ol.breadcrumb li:last-child a {
    color: rgba(0, 0, 0, 0.45);
}

nav.breadcrumbs ol.breadcrumb li:last-child a:hover,
nav.breadcrumbs ol.breadcrumb li:last-child a:focus {
    cursor: default;
    text-decoration: none;
}



.nav .wrapper-nav {
    width: 100%;
    position: relative;
    z-index: 1;
    /* background-color: #fff; */
}

nav.breadcrumbs .breadcrumb-item a {
    font-size: 16px;
    color: rgb(34, 71, 70);
}

nav.breadcrumbs {
    margin-top: 0px !important;
}

@media screen and (min-width: 1200px) {
    nav.breadcrumbs {
        margin-top: 0px !important;
    }
}

nav.breadcrumbs li:last-child a {
    color: rgba(0, 0, 0, 0.45);
}

/* change css */

@media screen and (min-width: 767px) {
    /* .nav .wrapper-nav {
    background-color: transparent;
  } */
}

.nav .nav-header {
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}


/* change css */

.nav .nav-header .title-logo {
    margin-right: 1rem;
    /* max-width: 150px; */
    /* margin-left: 47px; */
    /* margin-bottom: 0; */
    /* position: absolute; */
    /* left: -21px; */
    /* top: 34%; */
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
}


/* 
@media screen and (min-width: 375px) {
  .nav .nav-header .title-logo {
    max-width: 85px;
    margin-left: 48px;
  }
} */


/* 
@media screen and (min-width: 1192px) {
  .nav .nav-header .title-logo {
    max-width: 120px;
    padding-bottom: 0.35rem;
    margin: 0;
    margin-right: 1rem;
    position: relative;
    top: inherit;
    transform: none;
  }
} */

.nav .nav-header .title-logo .link-logo {
    display: block;
}

.nav .nav-header .title-logo .link-logo .logo {
    width: auto;
    height: 38px;
    max-width: unset;
    margin-right: 15px;
}


/* .nav .nav-header .box-contact_direct {
  line-height: 0.75;
  float: right;
  text-align: right;
} */

.nav .nav-header .box-contact_direct p {
    margin: 0;
}

.nav .nav-header .box-contact_direct p a {
    color: #00FF88;
    font-size: 19px;
}

.nav .nav-header .box-contact_direct p:first-child {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.nav .navbar-main--links .box-contact_direct p:first-child {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.nav .navbar-main--links .box-contact_direct p a {
    color: #fff;
    font-size: 19px;
}
.nav .navbar-main--links  .box-contact_direct  {
    padding: 0rem 1rem 0px;
    width: 100%;
    text-align: center;
}
.nav .navbar-main--links  .box-contact_direct a.link-call {
    padding: 8px 20px;
    width: 100%;
    background: #00FF88;
    border-radius: 100px;
    border: 2px solid #00FF88;
    font-size: 1rem;
    display: block;
    font-weight: 600;
    line-height: 20px;
    color: #1A1C1A;
    text-align: center;
}
.nav .nav-header .box-contact_direct p:nth-child(3) {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0px;
    font-weight: 400;
    color: #fff;
}

.nav .nav-header .box-contact_direct a.link-call {
    padding: 5px 15px;
    background: #00FF88;
    border-radius: 100px;
    border: 2px solid #00FF88;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    color: #1A1C1A;
}

.nav .nav-header .box-contact_direct a.link-call:hover,
.nav .nav-header .box-contact_direct a.link-call:focus {
    /* background-color: #f7642f; */
    box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
    /* text-decoration: none; */
}

.nav .nav-header .box-contact_direct a.title-phone {
    font-weight: bold;
    font-size: 36px;
    font-size: 2.25rem;
    color: #00FF88;
}

.nav .nav-header .box-contact_direct a.title-phone:hover,
.nav .nav-header .box-contact_direct a.title-phone:focus {
    text-decoration: none;
}

@media screen and (max-width: 628px) {
    .nav .nav-header .box-contact_direct {
        display: none;
    }
}

.nav .nav-header .cite {
    font-size: 15px;
    color: #fff;
}


/* change css */

.nav .navbar-main--links {
    /* width: 100%; */
    border-top: 1.5px solid #cafed84d;
    /* background: linear-gradient(90.32deg, #585454 34.18%, #232323 82.65%);
    mix-blend-mode: overlay; */
    /* position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  transition: ease 0.3s all;
  overflow-y: auto;
  z-index: 100; */
}


/* 
@media screen and (min-width: 767px) {
  .nav .navbar-main--links {
    max-width: 400px;
  }
} */

@media screen and (min-width: 1197px) {

    /* chnage css */
    .nav .navbar-main--links {
        /* background: linear-gradient(#fff, #ebe7e7); */
        /* position: relative;
    top: 0;
    left: 0;
    height: auto;
    max-width: 100%;
    z-index: initial; */
    }
}

@media screen and (max-width: 1197px) {
    .nav .navbar-main--links .container {
        padding: 0;
    }
}

.nav .navbar-main--links .wrapper-navbar {
    width: 100%;
}

.nav .navbar-main--links .wrapper-navbar .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* 
@media screen and (min-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list {
    flex-direction: row;
  }
} */

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
    border-top: 1px solid #f2efef;
}

@media screen and (min-width: 1197px) {
    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item {
        border: none;
    }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 0.75rem 1rem 0.75rem 1.4rem;
    display: block;
    position: relative;
    transition: ease 0.2s all;
    text-align: left;
}


/* change css 15 jan 2025 */


/* 
@media screen and (min-width: 1197px) {

  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
    font-weight: 500;
  }
} */


/* 
@media screen and (min-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
    padding-right: 1rem;
  }
} */

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a::after {
    content: " ";
    width: 0;
    height: 100%;
    background-color: #00FF88;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: ease 0.3s all;
}

@media screen and (min-width: 1197px) {
    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a::after {
        width: 1%;
        height: 1px;
    }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover,
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus,
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active {
    text-decoration: none;
    color: #00FF88;
}
/* 
@media screen and (max-width: 1197px) {

    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover,
    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus,
    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active {
        padding-left: 1.6rem;
    }
} */


/* change css */


/* .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover::after, .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus::after, .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active::after {
  opacity: 1;
  height: 100%;
  width: 4px;
} */


/* 
@media screen and (min-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:hover::after, .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a:focus::after, .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a.active::after {
    width: 100%;
    height: 2px;
  }
} */


/* 
.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:first-child {
  order: 1;
}

@media screen and (min-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:first-child a {
    padding-left: 0;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(2) {
  order: 2;
} 

@media screen and (max-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(2) {
    order: 4;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(3) {
  order: 3;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(4) {
  order: 4;
}

@media screen and (max-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(4) {
    order: 2;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(5) {
  order: 5;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(6) {
  order: 6;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(7) {
  order: 7;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(8) {
  order: 8;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(9) {
  order: 9;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:nth-child(10) {
  order: 10;
}

.nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(4) {
  order: 2;
}

@media screen and (max-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(4) {
    order: 4;
  }
}

.nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(2) {
  order: 4;
}

@media screen and (max-width: 1197px) {
  .nav .navbar-main--links .wrapper-navbar .nav-list--business .nav-list--item:nth-child(2) {
    order: 2;
  }
} */

.nav .navbar-main--links.show {
    left: 0;
}

.navbar {
    padding: 0;
}

.navbar .navbar-toggler {
    font-size: 18px;
    font-size: 1.125rem;
    font-stretch: expanded;
    color: #000;
    display: block;
}

@media screen and (min-width: 767px) {
    .navbar .navbar-toggler {
        display: none;
    }
}

.navbar.navbar-landing .title-logo {
    max-width: 68px;
}

@media screen and (min-width: 375px) {
    .navbar.navbar-landing .title-logo {
        max-width: 68px;
    }
}

@media screen and (min-width: 768px) {
    .navbar.navbar-landing .title-logo {
        max-width: 150px;
    }
}

.navbar.navbar-landing .info-call a.btn.btn-call {
    text-transform: uppercase !important;
    padding: 0.25rem 0.75rem;
    transition: ease 0.3s;
    text-transform: none;
    color: #00FF88;
    border-width: 1px;
    border-color: #00FF88;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 0px 1px 0px #fff, inset 0 -1px 2px #b3b3b3;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.58rem;
    /*border-radius: 10rem;*/
    margin-right: 0;
    transform: translateX(0);
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 240px;
    height: 34px;
}

.navbar.navbar-landing .info-call a.btn.btn-call i.fa {
    margin: 0;
    margin-right: 8px;
    position: relative;
    margin-top: -2px;
}

.navbar.navbar-landing .info-call a.btn.btn-call:hover,
.navbar.navbar-landing .info-call a.btn.btn-call:focus {
    background: linear-gradient(#e6e6e6, #fff);
}

.navbar.navbar-landing p.text-call {
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 5px;
    position: relative;
    padding-left: 3.75rem;
}

.navbar.navbar-landing p.text-call i.fa {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 4px;
    color: #00FF88;
    margin-left: 1px;
    margin-top: 1px;
}

footer.footer-contact {
    position: relative;
    min-height: auto;
    background-color: #E6FCF0;
    padding: 4rem 0rem 1rem;
    margin: 0;
    border-top: none;
    border-top: 1px solid #DFDEE5;
}

footer.footer-contact article.article .h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #224746;
    margin-bottom: 18px;
}

footer.footer-contact article.article .h2 a.link,
footer.footer-contact article.article .h2 a.active {
    color: #fff;
}

footer.footer-contact article.article img.logo.logo__white {
    margin: 16px 0;
    margin-bottom: 10px;
    max-width: 100px;
}

@media screen and (min-width: 768px) {
    footer.footer-contact article.article img.logo.logo__white {
        max-width: 100%;
    }
}

footer.footer-contact article.article a.icon-link {
    color: #224746;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin: 16px 0;
    display: inline-block;
}

footer.footer-contact article.article a.icon-link:hover,
footer.footer-contact article.article a.icon-link:focus {
    color: #fff;
}

@media screen and (min-width: 768px) {
    footer.footer-contact article.article .col-brands {
        margin-top: -5rem;
    }
}

footer.footer-contact article.article .article {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    footer.footer-contact article.article .article {
        margin-bottom: 0;
    }
}

footer.footer-contact article.article ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
    gap: 6px;
}

footer.footer-contact article.article ul.list li.list-item {
    margin-bottom: 0.5rem;
    transition: ease 0.3s;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 10px;
}

footer.footer-contact article.article ul.list li.list-item a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #224746;
    transition: all 0.4s ease;
}

footer.footer-contact article.article ul.list li.list-item a:hover,
footer.footer-contact article.article ul.list li.list-item a:focus,
footer.footer-contact article.article ul.list li.list-item a.active {
    text-decoration: none;
    color: #2d7b33;
    text-decoration: underline;
    padding-left: 5px;
}

footer.footer-contact article.article ul.list-logos {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* footer.footer-contact article.article ul.list-logos li {
  width: 100%;
  padding: 0.75rem;
  text-align: center;
} */


/* footer.footer-contact article.article ul.list-logos li img.logo {
  width: 100%;
} */


/* @media screen and (min-width: 768px) {
  footer.footer-contact article.article ul.list-logos li img.logo {
    max-width: 150px;
  }
} */

footer.footer-contact article.article ul.list-logos li p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #224746;
}

footer.footer-contact .copyright-box {
    border-top: 1px solid #283835;
    padding: 0.5rem 0;
    text-align: center;
}

footer.footer-contact .copyright-box p.p {
    color: #224746;
    margin: 0;
}

footer.footer-contact .copyright-box p.p a {
    color: #224746;
}

footer.footer-contact .copyright-box p.p a:hover,
footer.footer-contact .copyright-box p.p a:focus,
footer.footer-contact .copyright-box p.p a.active {
    text-decoration: underline;
    color: #00FF88;
}


/* footer.footer-contact .copyright-box p.p.p--title {
  color: #fff;
} */


/* footer.footer-contact .icon-link {
  color: #fff;
} */


/* footer.footer-contact .icon-link:hover {
  color: #7bb732;
} */

.section {
    padding: 16px 0;
}

@media screen and (min-width: 767px) {
    .section {
        padding: 48px 0;
    }
}

.section .header {
    margin-bottom: 2rem;
    position: relative;
}

.section .header .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .section .header .h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.section .header .h2 {
    font-weight: 700;
    padding-top: 20px;
    font-size: 28px;
    font-size: 1.75rem;
}

@media screen and (min-width: 767px) {
    .section .header .h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.section .header .lead {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}

.section.section-hero {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 32px 0;
    margin-top: 70px;
    padding-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .section.section-hero {
        height: 525px;
    }
}

@media screen and (min-width: 1197px) {
    .section.section-hero {
        margin-top: 178px;
    }
}

.section.section-hero .h1 {
    font-size: 36px;
    font-size: 1.85rem;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
}

@media screen and (min-width: 767px) {
    .section.section-hero .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.section.section-hero .lead {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
}

@media screen and (min-width: 767px) {
    .section.section-hero .lead {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-hero .lead strong {
    font-weight: bold;
}

.section.section-hero ul {
    color: #fff;
}

.section.section-hero.section-hero-fibre {
    background-image: linear-gradient(to top right, #223c38, #2e9484, #1cb149);
}

.section.section-hero.section-hero-fibre .h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-fibre .h1 {
        font-size: 42px;
        font-size: 2.6rem;
    }
}

.section.section-hero.section-hero-fibre .section-hero__description {
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
}

.section.section-hero.section-hero-fibre .side-image {
    position: relative;
    margin-top: 32px;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-fibre .side-image {
        margin-top: 0;
    }
}

.section.section-hero.section-hero-fibre .side-image .circle-money {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffff01;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    vertical-align: middle;
    padding: 1rem 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    margin-top: 25px;
    line-height: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info {
    line-height: 1.3;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .circle-money__title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 50px;
    font-size: 3.125rem;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money .money__price,
.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money .money__currency {
    padding: 0;
    position: relative;
    font-weight: bold;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .money .money__more-info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    font-weight: 600;
}

.section.section-hero.section-hero-fibre .side-image .circle-money .circle-money__info .circle-money__month {
    margin-top: -7px;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-hero.section-hero-home {
    background-image: url(/image/catalog/Banners/hero-puretelecom-opacity__small.jpg);
    padding: 48px 0;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-home {
        background-image: url(/image/catalog/Banners/hero-puretelecom-full.jpg);
        background-position: center;
    }
}

@media screen and (min-width: 992px) {
    .section.section-hero.section-hero-home {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.section.section-hero.section-hero-unlimited {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 68% top no-repeat fixed, url(/image/catalog/Banners/hero-puretelecom-gaming.jpg) 68% top no-repeat fixed;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-unlimited {
        background: url(/image/catalog/Banners/hero-puretelecom-gaming.jpg) 60% 0 no-repeat fixed, linear-gradient(#000, #000) 60% 0 no-repeat fixed;
        align-items: center;
        height: 465px;
        padding-top: 65px;
    }
}

@media screen and (min-width: 1024px) {
    .section.section-hero.section-hero-unlimited {
        align-items: flex-start;
    }
}

.section.section-hero.section-hero-broadband,
.section.section-hero.section-hero-phone {
    background: linear-gradient(to top, #f2efef 20%, rgba(242, 239, 239, 0.7)) 65% 28% / cover fixed, url(/image/catalog/Banners/vr-broadband1080p.png) 65% 28% / cover no-repeat fixed;
}

@media screen and (min-width: 1197px) {

    .section.section-hero.section-hero-broadband,
    .section.section-hero.section-hero-phone {
        background: linear-gradient(to top, rgba(242, 239, 239, 0.7) 10%, transparent 40%) 50% 10% / cover fixed, url(/image/catalog/Banners/vr-broadband1080p.png) 50% 10% / cover no-repeat fixed;
        align-items: flex-start;
        height: 600px;
        padding-top: 65px;
    }
}

.section.section-hero.section-hero-broadband .h1,
.section.section-hero.section-hero-phone .h1,
.section.section-hero.section-hero-broadband .lead,
.section.section-hero.section-hero-phone .lead {
    color: #000;
}

.section.section-hero.section-hero-broadband .list,
.section.section-hero.section-hero-phone .list {
    margin-top: 20px;
}

.section.section-hero.section-hero-broadband .list li.list-item,
.section.section-hero.section-hero-phone .list li.list-item {
    color: #000;
    text-shadow: none;
    line-height: 1.75;
    margin-bottom: 10px;
}

.section.section-hero.section-hero-broadband .list li.list-item::after,
.section.section-hero.section-hero-phone .list li.list-item::after {
    content: none;
}

.section.section-hero.section-hero-broadband {
    background: linear-gradient(to top, #f2efef 20%, rgba(242, 239, 239, 0.7)) 65% 28% / cover, url(/image/catalog/Banners/vr-broadband1080p.png) 65% 28% / cover no-repeat;
}

@media screen and (min-width: 1197px) {
    .section.section-hero.section-hero-broadband {
        background: linear-gradient(to top, rgba(242, 239, 239, 0.7) 10%, transparent 40%) 50% 10% / cover, url(/image/catalog/Banners/vr-broadband1080p.png) 50% 10% / cover no-repeat;
        align-items: flex-start;
        height: 600px;
        padding-top: 65px;
    }
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-broadband .h1 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media screen and (min-width: 1197px) {
    .section.section-hero.section-hero-broadband .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.section.section-hero.section-hero-phone,
.section.section-hero.section-hero-landline {
    background: linear-gradient(35deg, #288073, rgba(123, 183, 50, 0.5)) 80% 70% / cover, url(/image/catalog/Banners/woman-on-phone-laptop.jpg) 80% 70% / cover no-repeat;
}

@media screen and (min-width: 768px) {

    .section.section-hero.section-hero-phone,
    .section.section-hero.section-hero-landline {
        background: linear-gradient(35deg, #288073, rgba(123, 183, 50, 0.5)) 80% 70% / cover, url(/image/catalog/Banners/woman-on-phone-laptop.jpg) 80% 70% / cover no-repeat;
        background-position: center 70%;
    }
}

.section.section-hero.section-hero-phone .h1,
.section.section-hero.section-hero-landline .h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.section.section-hero.section-hero-phone .h1,
.section.section-hero.section-hero-landline .h1,
.section.section-hero.section-hero-phone .lead,
.section.section-hero.section-hero-landline .lead {
    color: #fff;
}

.section.section-hero.section-hero-phone .list li.list-item,
.section.section-hero.section-hero-landline .list li.list-item {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .section.section-hero.section-hero-broadband.section-hero-broadband--only {
        height: 465px;
    }
}

.section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item::after {
    content: " ";
    padding: 0;
}

@media screen and (min-width: 768px) {
    .section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item::after {
        content: "/";
        padding: 0 0.5rem;
    }
}

.section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item:last-child::after {
    content: " ";
}

.section.section-hero.section-hero-broadband.section-hero-broadband--only .list-details li.list-details__item i.fa {
    width: 22px;
    margin-right: 7px;
    color: #7bb732;
}

.section.section-hero.section-hero-landline {
    background: linear-gradient(35deg, #288073, rgba(123, 183, 50, 0.5)) 70% top/cover, url(/image/catalog/Banners/landline-service.jpg) 70% top/cover no-repeat;
}

.section.section-hero.section-hero-landline .lead {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}

.section.section-hero.section-hero-landline .p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-hero.section-hero-landline .p .link {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.section.section-hero.section-hero-business {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(/image/catalog/Banners/business-pure.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 140px;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-business {
        background-attachment: fixed;
        min-height: 350px;
        padding-top: 120px;
    }
}

.section.section-hero.section-hero-landings {
    height: auto;
    position: relative;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings {
        margin-top: 121px;
        height: 565px;
    }
}

.section.section-hero.section-hero-landings .side-info {
    position: relative;
    height: 100%;
    display: flex;
    /*background-color: #fff;*/
    align-items: center;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .section.section-hero.section-hero-landings .side-info {
        position: relative;
        height: 100%;
        display: flex;
        background-color: #000000bd;
        align-items: center;
        z-index: 1;
    }

    .section.section-hero.section-hero-landings .main-info .list .list-item {
        color: #FFF !important;
    }

    .section.section-hero.section-hero-landings .main-info .h1 {
        color: #FFF !important;
        font-size: 22px !important;
    }

    .section.section-hero ul {
        color: #FFF !important;
    }
}


/*.section.section-hero.section-hero-landings .side-info::after {
    content: " ";
    height: 0;
    width: 0;
    border-left: 540px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 25px solid transparent;
    border-top: 60px solid transparent;
    position: absolute;
    left: -15px;
    top: 0;
    margin-top: -50px;
    z-index: -1; }
    @media screen and (min-width: 768px) {
        .section.section-hero.section-hero-landings .side-info::after {
          border-left: 110px solid #fff;
          border-right: 0 solid transparent;
          border-bottom: 0 solid transparent;
          border-top: 800px solid transparent;
          left: initial;
          right: 0;
          bottom: 0;
          margin-right: -100px;
          margin-top: -110px; } }*/

.section.section-hero.section-hero-landings .main-info {
    padding: 0 1rem;
    /*padding-top: 147px;*/
    width: 100%;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings .main-info {
        padding: 0;
    }
}

.section.section-hero.section-hero-landings .main-info .h1 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #FFF;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings .main-info .h1 {
        font-size: 42px;
        font-size: 2.45rem;
    }
}

.section.section-hero.section-hero-landings .main-info .list .list-item {
    color: #FFF;
    font-size: 18px;
    font-size: 1rem;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings .main-info .list .list-item {
        font-size: 0.8rem;
    }
}

.section.section-hero.section-hero-landings .main-info .box-button {
    width: 100%;
    position: relative;
    transition: ease 0.3s;
    margin: 0;
}

.section.section-hero.section-hero-landings .main-info .box-button .p-footer {
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings .main-info .box-button .p-footer {
        font-size: 16px;
        font-size: 1rem;
    }
}

.section.section-hero.section-hero-landings .main-info .box-button a.btn {
    height: 46px;
    font-size: 18px;
    font-size: 1rem;
}

.section.section-hero.section-hero-landings .main-info .box-button a.btn i {
    margin-right: 10px;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings .main-info .box-button a.btn {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings .main-info .box-button {
        width: 425px;
    }
}

.section.section-hero.section-hero-landings .bg-images {
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
}

.section.section-hero.section-hero-landings .col {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .section.section-hero.section-hero-landings .bg-images {
        height: 100%;
        width: 56%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.section.section-hero.section-hero-landings .wrap-images {
    width: 100%;
    height: 415px;
    background-position: center 10%;
    background-size: cover;
}

@media screen and (min-width: 375px) {
    .section.section-hero.section-hero-landings .wrap-images {
        height: 415px;
    }
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-landings.section-landing-sligo .main-info .h1 {
        font-size: 37px;
        font-size: 2.3125rem;
    }
}

.section.section-hero.section-hero-netgem {
    position: relative;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    background-image: url("/image/catalog/Banners/bg-heroshot-peace.jpg");
    background-position: 0% 0%;
    background-size: 28px;
    background-repeat: repeat;
    padding: 32px 0;
    padding-bottom: 67px;
}

@media screen and (min-width: 1197px) {
    .section.section-hero.section-hero-netgem {
        height: 500px;
        padding: 0;
        margin-top: 224px;
    }
}

@media screen and (min-width: 1200px) {
    .section.section-hero.section-hero-netgem {
        margin-top: 176px;
    }
}

.section.section-hero.section-hero-netgem .section-hero-netgem__container {
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__container {
        display: flex;
        max-width: 1100px;
        flex-direction: column;
    }
}

.section.section-hero.section-hero-netgem .h1 {
    font-size: 26px;
    font-size: 1.625rem;
}

@media screen and (min-width: 425px) {
    .section.section-hero.section-hero-netgem .h1 {
        font-size: 32px;
        font-size: 2rem;
        margin-top: 0;
    }
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-netgem .h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.section.section-hero.section-hero-netgem .h1,
.section.section-hero.section-hero-netgem .list,
.section.section-hero.section-hero-netgem .list-item {
    color: #000;
}

.section.section-hero.section-hero-netgem .list {
    max-width: 270px;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-netgem .list {
        max-width: 100%;
    }
}

.section.section-hero.section-hero-netgem .list .list-item {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-netgem .list .list-item {
        font-size: 21px;
        font-size: 1.3125rem;
        padding-right: 0;
    }
}

.section.section-hero.section-hero-netgem .section-hero-netgem__image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: 600px;
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__image {
        background-image: url("/image/catalog/Banners/pure-tv-netgem-banner-hero.png");
        max-width: 450px;
    }
}

@media screen and (min-width: 1024px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__image {
        max-width: 700px;
    }
}

@media screen and (min-width: 1600px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__image {
        max-width: 800px;
    }
}

@media screen and (min-width: 1532px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__image {
        max-width: 780px;
    }
}

@media screen and (min-width: 1435px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__image {
        max-width: 750px;
    }
}

@media screen and (min-width: 1249px) and (max-width: 1300px) {
    .section.section-hero.section-hero-netgem .section-hero-netgem__image {
        max-width: 649px;
    }
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero-netgem::after {
        content: none;
    }
}

.section.section-hero .shape-brand {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: 375px;
    background-image: url("/image/catalog/vectors/shape-netgem-brand.svg");
    background-position: 100% 100%;
    background-size: auto 150px;
    background-repeat: no-repeat;
}

.section.section-hero .shape-brand .shape-brand__image {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 115px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

@media screen and (min-height: 767px) {
    .section.section-hero .shape-brand .shape-brand__image {
        max-width: 132px;
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
}

.section.section-hero .shape-brand--revolut {
    background-image: url("/image/catalog/vectors/shape-revolut.png");
    background-position: 100% 100%;
    background-size: auto 150px;
    background-repeat: no-repeat;
}

.section.section-hero--refer {
    height: auto;
}

@media screen and (min-width: 1200px) {
    .section.section-hero--refer .container {
        max-width: 1080px;
    }
}

.section.section-hero--refer .article--full {
    max-width: 100%;
}

.section.section-hero--refer .lead {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 10px;
    color: #000;
}

@media screen and (min-width: 767px) {
    .section.section-hero--refer .lead {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-hero--refer .p {
    margin-bottom: 5px;
}

.section.section-hero--refer .p .link {
    color: #6ea32d;
    text-decoration: underline;
}

.section.section-hero--refer .p .link:hover {
    color: #88c939;
    text-decoration: none;
}

.section.section-hero--refer .emoji {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 12px;
    display: inline-block;
}

.section.section-hero--refer .display-1 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #000;
    text-shadow: none;
    margin-bottom: 12px;
    font-weight: 800;
}

@media screen and (min-width: 767px) {
    .section.section-hero--refer .display-1 {
        font-size: 42px;
        font-size: 2.625rem;
        margin-bottom: 20px;
    }
}

.section.section-hero--refer .btn {
    max-width: 220px;
    font-size: 18px;
    font-size: 1.125rem;
    min-height: 64px;
    margin-top: 20px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 767px) {
    .section.section-hero--refer .btn {
        margin-top: 32px;
    }
}

.section.section-hero--refer .card {
    margin-top: 32px;
}

.section.section-hero--refer .card .card-body {
    padding: 2rem;
}

.section.section-hero--refer .card .card-body .card-title {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
}

.section.section-hero--refer .refer-image {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px;
    margin-top: 20px;
}

@media screen and (min-width: 767px) {
    .section.section-hero--refer .refer-image {
        height: 460px;
        margin-top: 0;
    }
}

.section.section-hero--refer .refer-image img {
    margin-bottom: 0;
}

.section.section-guaranteed .wrap-list {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    padding: 2rem;
    padding-right: 0;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed .wrap-list {
        padding: 4rem;
        padding-right: 0;
    }
}

.section.section-guaranteed .header {
    margin-bottom: 2rem;
}

.section.section-guaranteed .header .lead {
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed .header .lead {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}

.section.section-guaranteed .list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.5;
    position: relative;
    height: 100%;
}

.section.section-guaranteed .list .list-item {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed .list .list-item {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 992px) {
    .section.section-guaranteed .list .list-item {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-guaranteed .list .list-item i.fa {
    margin-right: 1rem;
    color: #2ab614;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
}

.section.section-guaranteed .box-image {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #7bb732), color-stop(40%, transparent)) 50% 10%/cover, url(/image/catalog/Banners/image-family-complete.jpg) 50% 10%/cover no-repeat;
    background: linear-gradient(to top, #7bb732, transparent) 50% 10%/cover, url(/image/catalog/Banners/image-family-complete.jpg) 50% 10%/cover no-repeat;
    background-size: 100%;
    padding: 5.75rem 3.75rem;
    height: 215px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.section.section-guaranteed .box-image:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 36px solid #fff;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -160px;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed .box-image:after {
        height: 0;
        border-top: 215px solid transparent;
        border-left: 80px solid #fff;
        border-bottom: 215px solid transparent;
        left: 0;
        margin: 0;
        top: 50%;
        margin-top: -215px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .section.section-guaranteed .box-image:after {
        border-top: 205px solid transparent;
        border-left: 80px solid #fff;
        border-bottom: 205px solid transparent;
        left: 0;
        margin: 0;
        top: 50%;
        margin-top: -205px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .section.section-guaranteed .box-image:after {
        border-top: 215px solid transparent;
        border-left: 80px solid #fff;
        border-bottom: 215px solid transparent;
        left: 0;
        margin: 0;
        top: 50%;
        margin-top: -215px;
    }
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed .box-image {
        background: linear-gradient(to right, #7bb732, transparent 70%), url(/image/catalog/Banners/image-family-complete.jpg) no-repeat;
        background-size: cover;
        height: 430px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .section.section-guaranteed .box-image {
        background-size: cover;
        height: 407px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .section.section-guaranteed .box-image {
        background-size: cover;
        height: 430px;
    }
}

.section.section-req-info {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    text-align: center;
}

.section.section-req-info .more-info {
    line-height: 1.75;
}

.section.section-req-info .link {
    text-decoration: underline;
    font-weight: 600;
}

.section.section-req-info .link:hover {
    text-decoration: none;
}

.section.section-description .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (min-width: 767px) {
    .section.section-description .h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 10px;
    }
}

.section.section-description .lead {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

@media screen and (min-width: 767px) {
    .section.section-description .lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-description .box-image.box-image--search {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.section.section-description .article {
    margin-top: 48px;
}

.section.section-description .article:first-child {
    margin-top: 20px;
}

.section.section-description .btn {
    margin-top: 0;
}

.section.section-fibre {
    padding-bottom: 0;
}

.section.section-benefits {
    padding: 32px 0;
}

.section.section-benefits .card .link-card {
    color: #000;
}

.section.section-benefits .card .link-card:hover,
.section.section-benefits .card .link-card:focus {
    color: #000;
}

.section.section-benefits .card .media {
    padding-top: 1rem;
    display: block;
}

@media screen and (min-width: 767px) {
    .section.section-benefits .card .media {
        display: flex;
    }
}

.section.section-benefits .card .media img {
    width: 65px;
}

.section.section-benefits .card .media .media-body h5 {
    margin-bottom: 0;
    font-weight: 900;
}

.section.section-benefits .card .media .media-body p.media-text em {
    display: block;
    margin-top: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 27px;
}

.section.section-benefits .card .media .media-body p.media-text em svg {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
}

.section.section-benefits .card .media ul.list-stars {
    list-style-type: none;
    margin: 0;
    padding: 0.2rem 0;
}

.section.section-benefits .card .media ul.list-stars i.fa-star {
    color: #ffff01;
    font-size: 18px;
    font-size: 1.125rem;
}

.section.section-benefits .card .req {
    position: relative;
    top: -2px;
    margin-left: 2px;
    font-size: 12px;
    font-size: 0.75rem;
}

.section.section-benefits .height.height-full {
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .section.section-benefits .height.height-full {
        padding-bottom: 0;
    }

    .section.section-benefits .height.height-full .card {
        height: 100%;
    }
}

@media (min-width: 1170px) {
    .section.section-benefits .card-deck {
        margin-top: -150px;
    }
}

.section.section-benefits .card-deck .card {
    transition: ease 0.3s;
    margin-top: 1rem;
    flex: 1 0 50%;
    min-height: 400px;
    border-radius: 0;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .section.section-benefits .card-deck .card {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .section.section-benefits .card-deck .card {
        flex: 1 0 30%;
    }
}

.section.section-benefits .card-deck .card .card-header {
    margin-top: 42px;
    text-align: center;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0;
    min-height: 210px;
}

.section.section-benefits .card-deck .card .card-header .card-title {
    margin-top: 2.6rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
}

.section.section-benefits .card-deck .card .card-header svg {
    stroke-width: 1px;
    overflow: visible;
    width: 75px;
    height: 68px;
}

.section.section-benefits .card-deck .card .card-header svg .cls-1 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-linecap: round;
}

.section.section-benefits .card-deck .card .card-header svg .cls-2 {
    fill: #91caff;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

.section.section-benefits .card-deck .card .card-header svg#speed {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.section.section-benefits .card-deck .card .card-header span.cut {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 32px;
    font-size: 2rem;
    margin-top: -13px;
    margin-left: 7px;
}

.section.section-benefits .card-deck .card .card-header i.fa.fa-phone {
    transform: rotate(90deg);
}

.section.section-benefits .card-deck .card.speed-tool .card-header h5 {
    margin-top: 34px;
}

.section.section-benefits .card-deck .card .card-body {
    position: relative;
    padding: 0;
}

.section.section-benefits .card-deck .card .card-body .card-title {
    font-weight: 800;
}

.section.section-benefits .card-deck .card .card-body ul {
    padding: 1rem 2rem;
    margin: 0;
    list-style-type: none;
}

.section.section-benefits .card-deck .card .card-body ul li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section.section-benefits .card-deck .card .card-body ul li i {
    color: #7bb732;
    margin-right: 1rem;
}

.section.section-benefits .card-deck .card .card-body ul li.list-details-item {
    position: relative;
    padding-left: 2rem;
}

.section.section-benefits .card-deck .card .card-body ul li.list-details-item i.fa {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    font-size: 1.375rem;
}

.section.section-benefits .box-button {
    margin: 0;
}

@media screen and (min-width: 767px) {
    .section.section-benefits .box-button {
        margin: 0 auto;
    }
}

.section.section-testimonials,
.section.section-pricing {
    position: relative;
    min-height: auto;
    padding-bottom: 32px;
}

.section.section-testimonials .header .h2,
.section.section-pricing .header .h2 {
    position: relative;
    padding: 0;
}

.section.section-testimonials .header .h2:before,
.section.section-pricing .header .h2:before {
    content: " ";
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #5cccbb;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.section.section-pricing {
    padding-top: 48px;
}

.section.section-req-info .p {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-only {
    margin-bottom: 0;
}

.section.section-only .required {
    color: #da4f49;
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-only .card .h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
}

.section.section-only .h2.h2--only {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 5px;
    margin-top: 32px;
}

.section.section-only .header h2.display-2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    margin: 25px 0;
    margin-top: 16px;
}

@media screen and (min-width: 767px) {
    .section.section-only .header h2.display-2 {
        font-size: 36px;
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
}

.section.section-only .form-broadband button.btn.btn-started {
    font-size: 24px;
    font-size: 1.5rem;
}

.section.section-only ul.list {
    margin-bottom: 2rem;
}

.section.section-only ul.list li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 1rem;
}

.section.section-only p.graf {
    font-size: 18px;
    font-size: 1.125rem;
}

.section.section-slogan {
    background-color: #1d2927;
    padding: 4rem 0;
}

.section.section-slogan .display-2 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #7bb732;
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .section.section-slogan .display-2 {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

@media screen and (min-width: 1000px) {
    .section.section-slogan .display-2 {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

.section.section-slogan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section.section-slogan ul li {
    width: 100%;
}

.section.section-slogan ul li a.btn-link {
    background-color: #151d1c;
    border: 1px solid #1d2927;
    text-transform: uppercase;
    padding: 1rem 0.75rem;
    width: 100%;
    color: #fdfdfd;
    transition: ease 0.3s;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 2.5rem;
}

@media screen and (min-width: 768px) {
    .section.section-slogan ul li a.btn-link {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1000px) {
    .section.section-slogan ul li a.btn-link {
        font-size: 16px;
        font-size: 1rem;
    }
}

.section.section-slogan ul li a.btn-link .fa {
    margin-left: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section.section-slogan ul li a.btn-link:hover {
    border: 1px solid #83d8cb;
    color: #83d8cb;
}

.section.section-slogan ul li a.btn-link:focus {
    border: 1px solid #83d8cb;
    color: #83d8cb;
}

.section.section-business-about {
    margin-top: -132px;
}

.section.section-business-about .header {
    margin-bottom: 24px;
}

.section.section-business-about .header .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .section.section-business-about .header .h3 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.section.section-content .h1,
.section.section-content .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: left;
}

@media screen and (min-width: 768px) {

    .section.section-content .h1,
    .section.section-content .h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.section.section-content .header .h2::before {
    content: none;
}

.section.section-content p {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .section.section-content p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-forms {
    padding: 5px 0;
    height: auto;
    min-height: 100vh;
    background-color: rgba(249, 249, 249, 1);
}

@media screen and (min-width: 767px) {
    .section.section-forms {
        padding: 32px 0;
        padding-top: 0;
    }
}

.section.section-forms .section-form__wrapper {
    max-width: 320px;
}

@media screen and (min-width: 767px) {
    .section.section-forms .section-form__wrapper {
        max-width: 726px;
    }
}

.section.section-forms .navbar-form {
    display: flex;
    align-items: center;
}

.section.section-forms .navbar-form .logo {
    width: 90px;
    padding-right: 10px;
}

@media screen and (min-width: 767px) {
    .section.section-forms .navbar-form .logo {
        width: 150px;
        padding-right: 0;
    }
}

.section.section-forms .navbar-form .action-call {
    margin-left: auto;
}

.section.section-forms .navbar-form .action-call .action-call__text {
    font-size: 12px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.section.section-forms .navbar-form .action-call .action-call__text img {
    margin-right: 5px;
}

.section.section-forms .navbar-form .btn {
    border-radius: 10rem;
    width: 100%;
    max-width: 220px;
    height: 30px;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 0px 1px 0px #fff, inset 0 -1px 2px #b3b3b3;
    color: #3588d1;
    border: 1px solid #3588d1;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .section.section-forms .navbar-form .btn {
        font-size: 16px;
        font-size: 1rem;
    }
}

.section.section-forms .navbar-form .btn:hover {
    background: linear-gradient(#2875c7, #0a398f);
    box-shadow: inset 0px 1px 0px #70a6e0, inset 0 -1px 2px #06245c;
}

.section.section-forms .side-calling {
    margin-top: 20px;
}

@media screen and (min-width: 767px) {
    .section.section-forms .side-calling {
        margin-top: 0;
    }
}

.section.section-forms .side-calling .p {
    margin-bottom: 0;
}

.section.section-forms .side-calling .p.p__call {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

.section.section-forms .side-calling .p.p__call strong {
    font-weight: 600;
}

.section.section-forms .side-calling .p.p__availability {
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-forms .side-calling .p .link {
    font-size: 28px;
    font-size: 1.75rem;
    color: #3e9ce3;
    text-decoration: underline;
    font-weight: 500;
}

@media screen and (min-width: 767px) {
    .section.section-forms .footer {
        padding-right: 1.5rem;
        margin-top: -20px;
    }
}

.section.section-forms .footer .p__bottom {
    text-align: right;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.25;
}

.section.section-forms .footer .p__bottom small {
    color: #696969;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 767px) {
    .section.section-forms .footer .p__bottom {
        font-size: 14px;
        font-size: 0.875rem;
        text-align: right;
        line-height: 1.5;
    }
}

.section.section-forms .form-thumb__wrapper {
    margin-top: 32px;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .section.section-forms .form-thumb__wrapper {
        margin-top: -62px;
        margin-bottom: 20px;
        text-align: left;
    }
}

.section.section-voice-deals {
    background-image: linear-gradient(to top right, #223c38, #2e9484, #1cb149);
    height: auto;
    padding: 2rem 0;
}

.section.section-voice-deals .header {
    margin-bottom: 0;
}

.section.section-voice-deals .header .h1 {
    color: #fff;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.section.section-posts {
    padding: 16px 0;
    padding-bottom: 48px;
}

.section.section-posts .jumbotron {
    height: 100%;
    min-height: 425px;
    display: flex;
    align-items: center;
    padding: 2rem;
    position: relative;
    background: linear-gradient(rgba(119, 201, 42, 0.55), #203b36 f7), url(/image/catalog/Banners/Blog/Best-Broadband-with-or-without-landline-Pure-Telecom-1024x678.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    transition: ease 0.3s all;
}

@media screen and (min-width: 767px) {
    .section.section-posts .jumbotron {
        padding: 3rem;
    }
}

.section.section-posts .jumbotron .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
}

@media screen and (min-width: 767px) {
    .section.section-posts .jumbotron .h2 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.section.section-posts .jumbotron .lead {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 767px) {
    .section.section-posts .jumbotron .lead {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.section.section-posts .jumbotron:hover {
    background-size: 105%;
}

.section.section-posts .blog-categories {
    background-color: #fafafa;
    position: sticky;
    top: 197px;
    left: 0;
}

.section.section-posts .blog-categories .h3 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 400;
}

.section.section-posts .blog-categories .list-categories .list-categories__item {
    margin-bottom: 10px;
}

.section.section-posts .blog-categories .list-categories .list-categories__item a {
    font-weight: 400;
}

.section.section-posts .blog-categories .list-categories .list-categories__item:last-child {
    margin-bottom: 0;
}

.section.section-posts .blog-categories .bg-icon {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 58px;
    color: #7bb732;
    opacity: 0.5;
}

.section.section-posts-related .header .h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
}

@media screen and (min-width: 767px) {
    .section.section-posts-related .header .h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-landing-guaranteed {
    padding: 3rem 0;
}

.section.section-landing-guaranteed .h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
    .section.section-landing-guaranteed .h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.section.section-landing-guaranteed .h2::before {
    content: none;
}

.section.section-landing-guaranteed .box-image {
    background: linear-gradient(to right, #5cccbb, #249f11);
    position: relative;
    height: 100%;
}

.section.section-landing-guaranteed .box-image .symb-award {
    width: 100%;
    max-width: 194px;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
    .section.section-landing-guaranteed .box-image .symb-award {
        max-width: 300px;
    }
}

.section.section-landing-guaranteed .box-image.rovers {
    background: linear-gradient(to right, #cc1c22, #cc1c22);
}

.section.section-landing-guaranteed .box-image.rovers .symb-award {
    max-width: 165px;
}

@media screen and (min-width: 767px) {
    .section.section-landing-guaranteed .box-image.rovers .symb-award {
        max-width: 300px;
    }
}

.section.section-landing-guaranteed .box-image.revolut {
    background: linear-gradient(to right, #5169ab, #0380c3);
}

.section.section-landing-guaranteed .box-button {
    margin: 0;
}

.section.section-landing-guaranteed .box-button .btn {
    min-height: 64px;
    margin-top: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema {
    background-color: #fff;
    height: 100%;
    padding-bottom: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item {
    box-shadow: none;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper {
    color: #000;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper .price {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: -15px;
    padding-bottom: 0;
    display: flex;
    line-height: 1.25;
    justify-content: center;
}

@media screen and (min-width: 767px) {
    .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper .price {
        justify-content: flex-start;
    }
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper span.name-month {
    margin-top: -7px;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper span.req {
    font-size: 18px;
    font-size: 1.125rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper p.timeline {
    color: #00FF88;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .price-wrapper p.timeline span {
    color: #000;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price {
    background-color: #f7f5f5;
    border: 1px solid #f2efef;
    font-size: 20px;
    font-size: 1.25rem;
    width: 50%;
    float: left;
    color: #c4b7b7;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price p {
    margin: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price p.timeline {
    text-align: left;
    padding: 0.3rem 1rem;
    font-size: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1) {
    overflow: hidden;
    position: relative;
    margin-left: 8px;
    padding: 0.5rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1) .price {
    font-size: 32px;
    font-size: 2rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1):before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 50%;
    transform: rotate(39deg) translate(-64px, 54px);
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(1):after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    right: 50%;
    transform: rotate(142deg) translate(-60px, -49px);
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) {
    background-color: #fdfdfd;
    padding: 1rem 0;
    margin-top: -18px;
    margin-left: -14px;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) .price {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: -15px;
    padding-bottom: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) span.name-month {
    margin-top: -7px;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) p.timeline {
    color: #00FF88;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) p.timeline span {
    color: #000;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price .price {
    font-weight: bold;
    padding-bottom: 0.5rem;
    font-size: 42px;
    font-size: 2.625rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price .price span.req {
    padding: 0 0.3rem;
    font-size: 35px;
    font-size: 2.1875rem;
    vertical-align: text-top;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price .price span.name-month {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__feature-list {
    clear: both;
    padding: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__feature-list .pricing__feature {
    font-weight: 800;
    padding-left: 1.75rem;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__feature-list .pricing__feature i {
    margin-right: 10px;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing {
    padding: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button {
    margin: 0;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn {
    min-height: 54px;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
}

.section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn i {
    display: none;
}

@media screen and (min-width: 767px) {
    .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn i {
        display: inline;
    }
}

@media screen and (min-width: 767px) {
    .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .footer-pricing .box-button .btn {
        min-height: 64px;
        font-size: 19px;
        font-size: 1rem;
    }
}

.section.section-information-content .jumbotron,
.section.section-who .jumbotron,
.section.section-troubleshooting .jumbotron {
    height: 325px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {

    .section.section-information-content .jumbotron,
    .section.section-who .jumbotron,
    .section.section-troubleshooting .jumbotron {
        height: 400px;
    }
}

.section.section-information-content .header,
.section.section-who .header,
.section.section-troubleshooting .header {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.section.section-information-content .header .h1,
.section.section-who .header .h1,
.section.section-troubleshooting .header .h1 {
    font-size: 28px;
    font-size: 1.75rem;
}

@media screen and (min-width: 768px) {

    .section.section-information-content .header .h1,
    .section.section-who .header .h1,
    .section.section-troubleshooting .header .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.section.section-information-content .card .lead,
.section.section-who .card .lead,
.section.section-troubleshooting .card .lead {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin: 0;
}

.about_listing_outer.manabuinespageul ul.list.list-check li i {
    color: #039375;
}

.section.section-troubleshooting {
    padding-top: 32px;
}

.section.section-troubleshooting .p,
.section.section-troubleshooting .card-title,
.section.section-troubleshooting .list-troubleshooting>li,
.section.section-troubleshooting .list-troubleshooting>li>ul>li {
    font-size: 16px;
    font-size: 1rem;
}

.section.section-troubleshooting .h4 {
    font-weight: bold;
}

.section.section-troubleshooting .list-troubleshooting li>ul {
    margin: 20px 0;
}

.section.section-troubleshooting .list-troubleshooting li>ul>li {
    margin-bottom: 12px;
}

.section.section-troubleshooting .card-title {
    color: #1643a0;
    margin-bottom: 20px;
    margin-top: 32px;
}

.section.section-who .p {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .section.section-who .p {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.section.section-who .wrapper-image {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .section.section-who .wrapper-image {
        height: 360px;
    }
}

.section.section-who .signing {
    text-align: center;
    margin-top: 32px;
}

.section.section-who .signing .p {
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section-who .signing .p.p__name {
    margin-bottom: 0;
    font-weight: bold;
}

.section.section-who .signing .p.p__slogan {
    font-size: 26px;
    font-size: 1.625rem;
    font-style: italic;
}

.section.section-sitemap .h2 {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.section.section-sitemap i {
    margin-right: 7px;
    color: #000;
}

.section.section-sitemap .card {
    margin-bottom: 20px;
}

.section.section-sitemap .card .card-header {
    font-weight: 600;
    padding: 1rem;
    background: radial-gradient(204.4% 223.9% at 50% 0%, rgb(1, 71, 81) 18%, rgb(1, 118, 104) 61.17%, rgb(0, 207, 148) 100%);
}

.section.section-sitemap .card .card-body {
    padding: 0.75rem 0;
}

.section.section-sitemap .card .list-sitemap {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item {
    color: #7bb732;
    position: relative;
    margin-bottom: 3px;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item::before {
    content: " ";
    width: 20px;
    height: 13px;
    border-left: 1px solid #e7e1e1;
    border-bottom: 1px solid #e7e1e1;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    margin-left: 15px;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item a {
    display: block;
    padding: 0.75rem 1rem;
    padding-left: 3rem;
    font-size: 16px;
    color: #039375;
    font-weight: 600;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item a:hover,
.section.section-sitemap .card .list-sitemap .list-sitemap__item a:focus {
    background-color: transparent;
    text-decoration: underline;
    color: #039375;
}

.section.section-sitemap .card .list-sitemap .list-sitemap__item a.active {
    background-color: transparent;
}

.section.section-careers p {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {
    .section.section-careers p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-jobs p,
.section.section-jobs ul {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {

    .section.section-jobs p,
    .section.section-jobs ul {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-posts-content .wrapper-image {
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.section.section-posts-content .h1 {
    font-size: 28px;
    font-size: 1.75rem;
}

@media screen and (min-width: 767px) {
    .section.section-posts-content .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.section.section-posts-content p,
.section.section-posts-content ul {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {

    .section.section-posts-content p,
    .section.section-posts-content ul {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-posts-content ul li {
    margin-bottom: 12px;
}

.section.section-brand {
    padding: 20px 0;
}

.section.section-tv {
    padding-bottom: 0px;
    padding-top: 16px;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    .section.section-tv {
        padding-top: 48px;
    }
}

@media screen and (min-width: 1024px) {
    .section.section-tv {
        overflow: initial;
    }
}

.section.section-tv .container {
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .section.section-tv .container {
        flex-direction: row;
        display: flex;
    }
}

.section.section-tv .col-align {
    width: 100%;
    max-width: 100%;
    flex: 0 auto;
}

@media screen and (min-width: 1024px) {
    .section.section-tv .col-align {
        max-width: 50%;
    }
}

.section.section-tv .col-align.col-align-price {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 0 auto;
}

.section.section-tv .section-tv__slogan {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.section.section-tv .section-tv__shape-bg {
    position: relative;
    min-height: auto;
    padding-top: 32px;
    padding-right: 0px;
    padding-bottom: 32px;
    background-color: #df1834;
    margin-left: -1rem;
    margin-right: -1rem;
}

@media screen and (min-width: 767px) {
    .section.section-tv .section-tv__shape-bg {
        min-height: auto;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section.section-tv .section-tv__shape-bg {
        min-height: 1032px;
    }
}

@media screen and (max-width: 767px) {
    .section.section-tv .section-tv__shape-bg {
        margin-right: -2rem;
        margin-left: -2rem;
    }
}

.section.section-tv .section-tv__shape-bg:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #df1834;
}

@media screen and (min-width: 1024px) {
    .section.section-tv .section-tv__shape-bg:after {
        content: none;
    }
}

.section.section-tv .section-tv__shape-bg:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #df1834;
}

.section.section-tv .section-tv__shape-tv {
    width: 114%;
    height: 374px;
    margin-top: 0px;
    margin-right: -3px;
    margin-left: -20px;
    padding: 5px;
    background-image: url("/image/catalog/Banners/tvapps-min.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media screen and (max-width: 425px) {
    .section.section-tv .section-tv__shape-tv {
        height: 267px;
        width: 100%;
        margin-left: 0;
        padding: 5px 2px;
    }
}

@media screen and (min-width: 576px) {
    .section.section-tv .section-tv__shape-tv {
        height: 334px;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 767px) {
    .section.section-tv .section-tv__shape-tv {
        height: 400px;
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 991px) {
    .section.section-tv .section-tv__shape-tv {
        height: 538px;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section.section-tv .section-tv__shape-tv {
        left: 0px;
        top: 215px;
        position: sticky;
        width: 102%;
        height: 276px;
        filter: drop-shadow(10px 12px 13px rgba(0, 0, 0, 0.3));
    }
}

@media screen and (min-width: 1200px) {
    .section.section-tv .section-tv__shape-tv {
        top: 200px;
        height: 331px;
        width: 103%;
        margin-left: 20px;
    }
}

.section.section-tv .section-tv__shape-tv .badge-tv {
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 10;
    max-width: 125px;
}

@media screen and (min-width: 992px) {
    .section.section-tv .section-tv__shape-tv .badge-tv {
        max-width: 150px;
        right: 6px;
    }
}

.section.section-tv .shaping_keep {
    position: absolute;
    left: -100%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #df1834;
}

.section.section-tv .netgem-box_image {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("/image/catalog/Banners/netgem-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 168px;
}

@media screen and (min-width: 769px) {
    .section.section-tv .netgem-box_image {
        background-size: contain;
        background-position: 50% 0%;
        height: 370px;
    }
}

@media screen and (max-width: 767px) {
    .section.section-tv .netgem-box_image {
        background-size: cover;
        background-position: 35% 0%;
        height: 103px;
    }
}

.section.section-tv .overlay-video {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 1;
    width: 100%;
    border: none;
}

.section.section-tv .overlay-video .base-play-button {
    position: relative;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.77;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.section.section-tv .overlay-video .invisible-button {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
}

.section.section-tv .play-image {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    max-width: 33px;
    margin-right: 0px;
    transform: translate(-50%, -50%);
}

.section.section-tv .video {
    position: absolute;
    left: 5px;
    top: 5px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 100%;
    max-width: 613px;
    margin-top: 0px;
    margin-right: 0px;
}

.section.section-tv .card.card-package {
    margin-top: -32px;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin-bottom: 32px;
    box-shadow: rgba(37, 42, 49, 0.16) 0px 0px 2px 0px, rgba(37, 42, 49, 0.12) 0px 1px 4px 0px;
}

@media screen and (min-width: 767px) {
    .section.section-tv .card.card-package {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section.section-tv .card.card-package {
        max-width: 482px;
        z-index: initial;
    }
}

@media screen and (max-width: 1024px) {
    .section.section-tv .card.card-package {
        max-width: 100%;
        margin-top: -25px;
    }
}

.section.section-tv .card.card-package .card-header {
    padding: 1.25rem;
    background-color: #fff;
    border-bottom: 0;
}

.section.section-tv .card.card-package .card-header .card-package__image {
    max-width: 92px;
    width: auto;
}

@media screen and (min-width: 767px) {
    .section.section-tv .card.card-package .card-header .card-package__image {
        max-width: 135px;
    }
}

.section.section-tv .card.card-package .card-header .card-package__price {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.25;
    font-weight: 700;
}

@media screen and (min-width: 767px) {
    .section.section-tv .card.card-package .card-header .card-package__price {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

.section.section-tv .card.card-package .card-header .card-package__price span {
    font-size: 26px;
    font-size: 1.625rem;
    position: relative;
    top: -19px;
    font-size: 26px;
    margin-left: 6px;
}

.section.section-tv .card.card-package .card-body .list-package-benefits {
    padding-left: 0px;
    list-style-type: none;
}

.section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    align-items: baseline;
    border-bottom: 1px dashed #f2efef;
}

@media screen and (min-width: 767px) {
    .section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item {
        align-items: center;
    }
}

.section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item .list-package-benefits__icon {
    color: #7bb732;
    font-size: 18px;
    font-size: 1.125rem;
}

.section.section-tv .card.card-package .card-body .list-package-benefits .list-package-benefits__item .list-package-benefits__text {
    padding-left: 1em;
    font-weight: 600;
}

.section.section-tv .card.card-package .btn {
    max-width: 100%;
}

.section.section-tv .wrapper-five-benefits {
    width: 100%;
    padding-left: 0;
}

@media screen and (min-width: 1024px) {
    .section.section-tv .wrapper-five-benefits {
        padding-left: 103px;
    }
}

.section.section-tv .list-stars-reason {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 32px;
}

.section.section-tv .list-stars-reason .list-stars-reason__item {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.section.section-tv .list-stars-reason .list-stars-reason__item .circle-check {
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 50px;
    background-color: #fff;
}

.section.section-tv .list-stars-reason .list-stars-reason__item .circle-check .circle-check__icon {
    color: #7bb732;
}

.section.section-tv .list-stars-reason .list-stars-reason__item .list-stars-reason__text {
    width: 100%;
    max-width: 75%;
    line-height: 24px;
    font-weight: 400;
}

.section.section-soundbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section.section-soundbox .box-button {
    margin-top: 0;
}

.section.section-soundbox .accordion {
    margin-top: 32px;
}

.section.section-soundbox .accordion .p {
    text-align: left;
}

.section.section-soundbox .accordion .card {
    border: none;
    border-bottom: 1px dashed #e7e1e1;
}

.section.section-soundbox .accordion .card .card-header {
    border: none;
    background-color: transparent;
}

.section.section-soundbox .accordion .card .card-header .btn {
    border-bottom: none;
    transition: ease 0.2s all;
}

.section.section-soundbox .section-header__line {
    width: 100px;
    height: 5px;
    background-color: #df1834;
    margin-bottom: 20px;
}

.section.section-soundbox .section-header__wrapper-headline {
    width: 100%;
    max-width: 560px;
    line-height: 24px;
}

.section.section-soundbox .section-soundbox__image {
    width: 100%;
    max-width: 1050px;
    margin-bottom: 0;
}

.section.section-soundbox .list-brand-soundbox {
    display: flex;
    margin: 0 auto;
    padding-left: 0px;
    list-style-type: none;
    justify-content: start;
    overflow: auto;
    align-items: center;
    margin-bottom: 32px;
    -ms-overflow-style: none;
    max-width: 800px;
}

.section.section-soundbox .list-brand-soundbox::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 767px) {
    .section.section-soundbox .list-brand-soundbox {
        justify-content: center;
        overflow: initial;
    }
}

.section.section-soundbox .list-brand-soundbox .list-brand-soundbox__item {
    width: 100%;
    min-width: 225px;
}

@media screen and (min-width: 767px) {
    .section.section-soundbox .list-brand-soundbox .list-brand-soundbox__item {
        min-width: auto;
    }
}

.section.section-soundbox .list-brand-soundbox .list-brand-soundbox__item .list-brand-soundbox__image {
    max-width: 180px;
}

.section.section-soundbox .lead {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    font-weight: 400;
}

@media screen and (min-width: 767px) {
    .section.section-soundbox .lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-soundbox .card-award {
    background-color: #f5f5f5;
    margin-top: 48px;
    padding: 1rem;
    border: none;
}

.section.section-soundbox .card-award .p {
    margin: 0;
}

.section.section-soundbox .card-award .card-award__image {
    width: auto;
}

.section.section-soundbox .card-award .card-body {
    padding-left: 1rem;
}

.section.section-alexa {
    height: 100%;
    min-height: 750px;
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url("/image/catalog/Banners/alexa__banner2x.jpg");
    background-position: 25% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    justify-content: space-between;
}

@media screen and (min-width: 767px) {
    .section.section-alexa {
        min-height: 700px;
        background-position: 50% 50%;
    }
}

.section.section-alexa .section-alexa__info {
    width: 100%;
    max-width: 50%;
}

.section.section-alexa .section-alexa__info .h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
    .section.section-alexa .section-alexa__info .h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.section.section-alexa .section-alexa__info .p {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 767px) {
    .section.section-alexa .section-alexa__info .p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .section.section-alexa .section-alexa__info {
        max-width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .section.section-alexa .section-alexa__info {
        max-width: 100%;
    }
}

.section.section-contactus {
    padding-top: 7rem;
    background-position: 50% 50%;
    padding-bottom: 4rem;
    background-size: cover;
    min-height: 100%;
    margin: 0;
    transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
    .section.section-contactus {
        background: url(/image/catalog/pure-callcenter.png) top right no-repeat;
        background-position: top right;
        padding-top: 10rem;
        background-size: contain;
    }
}

.section.section-contactus.section-check .steps {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.section.section-contactus.section-check .steps ul.list-steps {
    margin-top: 1rem;
}

.section.section-contactus.section-check .steps ul.list-steps li {
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.section.section-contactus header.header {
    margin-bottom: 32px;
}

.section.section-contactus header.header h1.display-1 {
    color: #000;
    text-shadow: none;
    margin-bottom: 1rem;
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
    .section.section-contactus header.header h1.display-1 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.section.section-contactus header.header h1.display-1 span:after {
    content: none;
}

.section.section-contactus header.header h2.h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #1643a0;
    font-weight: 400;
}

@media screen and (min-width: 767px) {
    .section.section-contactus header.header h2.h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-message {
    height: 100vh;
    padding: 1rem;
    background-color: #1d2927;
}

.section.section-message img {
    max-width: 400px;
}

@media screen and (min-width: 767px) {
    .section.section-message img {
        max-width: 600px;
    }
}

.section.section-message .back-info {
    text-align: center;
    margin-top: 16px;
}

.section.section-message .back-info .h1 {
    color: #fff;
}

.section.section-message .back-info p.p {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px;
}

.section.section-message .back-info .back-actions {
    padding: 1rem 0;
}

.section.section-message .back-info .back-actions a.btn {
    width: auto;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    margin-right: 10px;
    transition: ease 0.3s;
}

.section.section-message .back-info .back-actions a.btn:hover,
.section.section-message .back-info .back-actions a.btn:focus {
    box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.5);
}

.section.section-message .back-info .back-actions a.btn.btn-calling {
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
    box-shadow: none;
}

.section.section-message .back-info .back-actions a.btn.btn-calling:hover,
.section.section-message .back-info .back-actions a.btn.btn-calling:focus {
    box-shadow: none;
    color: #7bb732;
    text-decoration: underline;
}

.section.section-faqs .article-information {
    margin-top: 32px;
}

.section.section-faqs .article-information .h1 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 800;
}

.section.section20 a {
    color: #1643a0;
    text-decoration: underline;
    transition: ease 0.2s all;
}

.section.section20 a:hover {
    text-decoration: none;
}

.section.section-business-features {
    padding-top: 2rem;
}

.section.section-business-features .header {
    margin-bottom: 0;
    margin-top: 2rem;
}

.section.section-business-features .header .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
    .section.section-business-features .header .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.section.section-business-features .p__btn {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
}

.section .section-career-forms .disply-1 {
    font-weight: 800;
    margin-bottom: 1rem;
}

.section .section-career-forms .h2 {
    font-weight: 300;
}

.section.section-cooling .header-cooling {
    margin-top: 20px;
}

@media screen and (min-width: 767px) {
    .section.section-cooling .header-cooling {
        margin-top: 0;
    }
}

.section.section-cooling .header-cooling .display-1 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-weight: 600;
}

@media screen and (min-width: 767px) {
    .section.section-cooling .header-cooling .display-1 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-cooling .header-cooling .display-2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 700;
}

@media screen and (min-width: 767px) {
    .section.section-cooling .header-cooling .display-2 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.section.section6 .list,
.section.section3 .list {
    font-weight: 400;
    margin: initial;
    padding-left: 40px;
    list-style-type: disc;
}

.section.section6 .list li,
.section.section3 .list li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.58;
    margin-bottom: 0;
}

@media screen and (min-width: 767px) {

    .section.section6 .list li,
    .section.section3 .list li {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.section.section6 .header {
    margin-top: 2rem;
}

.section.section6 .article .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

@media screen and (min-width: 767px) {
    .section.section6 .article .h1 {
        font-size: 48px;
        font-size: 3rem;
        margin-top: 1rem;
    }
}

.section.section6 .article .display-2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
}

@media screen and (min-width: 767px) {
    .section.section6 .article .display-2 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.section.section6 .article .h3 {
    line-height: 1.58;
    font-weight: 700;
    margin-top: 44px;
    font-size: 24px;
    font-size: 1.5rem;
}

.section.section6 .article .lead {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.58;
    margin-bottom: 0;
    margin-top: 21px;
    font-weight: 400;
}

@media screen and (min-width: 767px) {
    .section.section6 .article .lead {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.section.section6 .article .card-address {
    margin: 2rem 0;
}

.section.section6 .article .card-address .card-title {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #608f27;
}

.section.section7 {
    padding-top: 2rem;
}

@media screen and (min-width: 767px) {
    .section.section7 .article-information {
        padding-top: 3rem;
    }
}

.section.section7 .article-information .h1 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 800;
}

@media screen and (min-width: 767px) {
    .section.section7 .article-information .h1 {
        font-size: 36px;
        font-size: 2.25rem;
        margin-top: 2rem;
    }
}

.section.section7 .p {
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section7 ol.list {
    margin: 0;
    padding: 0;
    counter-reset: section;
    list-style-type: none;
}

.section.section7 ol.list.list-main li {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.58;
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 1.5rem;
}

.section.section7 ol.list.list-main li::before {
    counter-increment: section;
    content: counters(section, ".") ".";
    padding-right: 0.5rem;
}

.section.section7 ol.list.list-main li.list-item-main h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Open Sans";
    padding-left: 1.5rem;
    margin-top: 4rem;
    font-weight: 700;
}

.section.section7 ol.list.list-main li.list-item-main::before {
    counter-increment: section;
    position: absolute;
    content: counters(section, ".") "." " ";
    top: 0;
    margin-top: -4px;
    font-weight: 700;
}

.section.section8,
.section.section3 {
    padding-top: 2rem;
}

@media screen and (min-width: 767px) {

    .section.section8 .article-information,
    .section.section3 .article-information {
        padding-top: 3rem;
    }
}

.section.section8 .article-information .h1,
.section.section3 .article-information .h1 {
    font-weight: 800;
    margin-bottom: 1rem;
    font-size: 29px;
    font-size: 1.8125rem;
}

@media screen and (min-width: 767px) {

    .section.section8 .article-information .h1,
    .section.section3 .article-information .h1 {
        font-size: 36px;
        font-size: 2.25rem;
        margin-top: 2rem;
    }
}

.section.section8 .article-information .p,
.section.section3 .article-information .p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.section.section8 .article-information .lead,
.section.section3 .article-information .lead {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

@media screen and (min-width: 767px) {

    .section.section8 .article-information .lead,
    .section.section3 .article-information .lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section8 .article-information .table-responsive,
.section.section3 .article-information .table-responsive {
    margin-top: 20px;
}

.section.section8 .article-information .article,
.section.section3 .article-information .article {
    margin: 3rem 0;
}

.section.section8 .article-information .h2,
.section.section3 .article-information .h2 {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
}

.section.section3 .address {
    margin: 2rem 0;
}

.section.section3 .address .address__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    display: flex;
    margin-bottom: 4px;
}

.section.section3 .address .address__text .title {
    width: 100%;
    max-width: 185px;
    display: inline-block;
    font-weight: 700;
}

.section.section3 .address .address__text a {
    color: #000;
    text-decoration: underline;
}

.section.section3 .address .address__text a:hover {
    text-decoration: none;
}

.section.section3 .address .postal {
    margin-top: 1rem;
}

.section.section3 .address .address__title,
.section.section3 .address .address__list {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
}

.section.section3 .h2 {
    font-size: 28px;
    font-size: 1.75rem;
}

.section.section3 .lead {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {
    .section.section3 .lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section3 .list li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
    .section.section3 .list li {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-products .header .h2 {
    font-size: 32px;
    font-size: 2rem;
}

@media screen and (min-width: 767px) {
    .section.section-products .header .h2 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.btn.btn-call {
    background-color: #00FF88;
    color: #fff;
    border-color: #f65014;
    border-width: 1px;
    font-weight: 600;
    padding: 0 0.75rem;
    transition: all ease 0.3s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
    height: 54px;
    display: flex;
    align-items: center;
    text-align: left;
}

.btn.btn-call span.text {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 300;
    line-height: 1.45;
}

.btn.btn-call span.text span {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
}

.btn.btn-call span.text span::before {
    content: "\A";
    white-space: pre;
}

@media screen and (min-width: 375px) {
    .btn.btn-call span.text span {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.btn.btn-call i {
    font-size: 22px;
    font-size: 0.68rem;
    margin-right: 10px;
    transform: rotate(90deg);
}

.btn.btn-call:hover,
.btn.btn-call:focus {
    background-color: #f87446;
    border-color: #f87446;
    box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
}

.btn.btn-call:hover span,
.btn.btn-call:focus span {
    color: #fff;
}

.btn.btn-call:active {
    background-color: #f6480b;
    border-color: #f87446;
    box-shadow: 0 0 0 0.1rem rgba(247, 98, 45, 0.5);
}

.btn.btn-call:active:focus {
    background-color: #f6480b;
    border-color: #f87446;
    box-shadow: 0 0 0 0.1rem rgba(247, 98, 45, 0.5);
}

@media screen and (min-width: 448px) {
    .btn.btn-call {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.btn.btn-hero,
.btn.btn-calling,
.btn.btn-landing,
.btn.btn-apply {
    width: 100%;
    max-width: 100%;
    background-color: #caff02;
    border-color: #97bf00;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
    padding: 0 0.5rem;
    margin-top: 4px;
    font-size: 19px;
    font-size: 1.1875rem;
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 448px) {

    .btn.btn-hero,
    .btn.btn-calling,
    .btn.btn-landing,
    .btn.btn-apply {
        font-size: 24px;
        font-size: 1.4rem;
        min-height: 72px;
        max-width: 429px;
    }
}

.btn.btn-hero:hover,
.btn.btn-calling:hover,
.btn.btn-landing:hover,
.btn.btn-apply:hover,
.btn.btn-hero:focus,
.btn.btn-calling:focus,
.btn.btn-landing:focus,
.btn.btn-apply:focus {
    background-color: #ceff17;
    box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
    border-color: #97bf00;
    color: #000;
}

.btn.btn-hero:active,
.btn.btn-calling:active,
.btn.btn-landing:active,
.btn.btn-apply:active {
    background-color: #abd900;
    box-shadow: none;
    color: #000;
}

.btn.btn-hero i.fa,
.btn.btn-calling i.fa,
.btn.btn-landing i.fa,
.btn.btn-apply i.fa {
    margin-right: 10px;
}

.btn.btn-more {
    width: 100%;
    max-width: 150px;
    margin-top: auto;
    background-color: #caff02;
    border-color: #97bf00;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(34, 60, 56, 0.16), 0 2px 10px 0 rgba(34, 60, 56, 0.12);
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    transition: ease 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.btn.btn-more:hover {
    box-shadow: none;
}

.btn.btn-link {
    background-color: transparent;
    color: #00FF88;
    width: auto;
    margin-top: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #00FF88;
    font-size: 20px;
    font-size: 1.25rem;
    box-shadow: none;
    width: 100%;
    max-width: 200px;
    font-weight: 700;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    background-color: #00FF88;
    border: 1px solid #00FF88;
    color: #fff;
    text-decoration: none;
}

.btn.btn-link i.fa {
    transform: rotate(90deg);
    margin-right: 0.5rem;
}

.btn.btn-started {
    background-color: #0058aa;
    border-color: #0058aa;
    border-radius: 3px;
    height: 65px;
    box-shadow: 0 2px 5px 0 rgba(28, 46, 45, 0.16), 0 2px 10px 0 rgba(28, 46, 45, 0.12);
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    padding: 0 1rem;
    font-size: 18px;
    font-size: 1.125rem;
}

.btn.btn-started:hover,
.btn.btn-started:focus {
    background-color: #0066c4;
    box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
}

.btn.btn-started:active {
    background-color: #0066c4;
    box-shadow: none;
}

.btn.btn-started:disabled {
    background-color: #0058aa;
    border-color: #0058aa;
}

.btn.btn-landing {
    border: 1px solid #118dff;
    background: linear-gradient(#00FF88, #004b91);
    color: #fff;
}

.btn.btn-landing:hover,
.btn.btn-landing:focus {
    color: #fff;
    background: linear-gradient(#004b91, #00FF88);
}

.button-menu {
    width: 35px;
    height: 42px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    /* top: 50%; */
    /* left: 0; */
    background-color: transparent;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
}

.button-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    /* left: 0; */
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    border-radius: 100px;
}

.button-menu span:nth-child(1) {
    top: 11px;
    transform-origin: left center;
}

.button-menu span:nth-child(2) {
    top: 21px;
    transform-origin: left center;
}

.button-menu span:nth-child(3) {
    top: 31px;
    transform-origin: left center;
}


/* 
.button-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 0;
}

.button-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.button-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 0;
} */

.button-menu:hover,
.button-menu:focus {
    color: #7bb732;
    outline: none;
}

.box-button {
    margin: 2rem auto;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.box-button p {
    font-size: 16px;
    font-size: 1rem;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

ul.list .list-item {
    font-size: 21px;
    font-size: 1.4125rem;
    margin-bottom: 20px;
    display: flex;
    line-height: 1.3;
    align-items: baseline;
}

@media screen and (min-width: 767px) {
    ul.list .list-item {
        margin-bottom: 25px;
        font-size: 1.8rem;
        font-weight: 600;
    }
}

ul.list .list-item i.fa {
    margin-right: 1rem;
    color: #94cf4d;
}

ul.list.list-details {
    margin-top: 16px;
}

ul.list.list-details li.list-details__item {
    display: flex;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 4px 16px rgba(0, 0, 0, 0.65);
}

ul.list.list-details li.list-details__item::after {
    content: " ";
    padding: 0;
}

@media screen and (min-width: 768px) {
    ul.list.list-details li.list-details__item::after {
        content: "/";
        padding: 0 0.5rem;
    }
}

ul.list.list-details li.list-details__item:last-child::after {
    content: " ";
}

ul.list.list-details li.list-details__item i.fa {
    width: 22px;
    margin-right: 7px;
    color: #7bb732;
}

@media screen and (min-width: 768px) {
    ul.list.list-details li.list-details__item {
        margin-bottom: 16px;
    }
}

ul.list.list-cards-products {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-top: 32px;
    list-style-type: none;
}

@media screen and (min-width: 767px) {
    ul.list.list-cards-products {
        margin-top: 48px;
        flex-direction: row;
    }
}

ul.list.list-cards-products .list-cards-products__item {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 1rem;
    max-width: 100%;
    min-height: 425px;
}

@media screen and (min-width: 767px) {
    ul.list.list-cards-products .list-cards-products__item {
        max-width: calc(100% / 3);
    }
}

ul.list.list-cards-products .list-cards-products__item .card {
    padding: 2rem;
    transition: ease 0.3s;
    border-radius: 0;
    color: #000;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header {
    text-align: left;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header a.link-card {
    padding: 0;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header .icon {
    margin-bottom: 46px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header .icon.icon--phone svg {
    width: 57px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header .card-title {
    margin-top: 28px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #000;
    text-align: left;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header .card-text {
    font-weight: 400;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header svg {
    stroke-width: 1px;
    overflow: visible;
    width: 68px;
    height: 68px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header svg .cls-1 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-linecap: round;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header svg .cls-2 {
    fill: #91caff;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header svg#speed {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header span.cut {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 27px;
    font-size: 1.6875rem;
    margin-top: 5px;
    margin-left: 0;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--wifi {
    margin-right: 40px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--plus {
    margin: 0 1rem;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--plus svg {
    width: 30px;
    height: 68px;
    stroke-width: 2px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--phone {
    margin-left: 0px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-header.card-header-bb-phone .icon.icon--phone svg {
    width: 57px;
}

ul.list.list-cards-products .list-cards-products__item .card.speed-tool .card-header h5 {
    margin-top: 28px;
}

ul.list.list-cards-products .list-cards-products__item .card .card-body {
    position: relative;
    padding: 0;
    text-align: left;
}

ul.list.list-cards-products .list-cards-products__item .card .card-body .card-title {
    font-weight: 800;
}

ul.list.list-cards-products .list-cards-products__item .card .card-body .list-details {
    padding: 0;
    margin: 2rem 0;
    margin-top: 1.5rem;
    list-style-type: none;
}

ul.list.list-cards-products .list-cards-products__item .card .card-body .list-details li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
}

ul.list.list-cards-products .list-cards-products__item .card .card-body .list-details li svg {
    margin-right: 10px;
    color: #7bb732;
}

ul.list.list-cards-products .list-cards-products__item .card .card-footer {
    background-color: transparent;
    border: none;
}

ul.list.list-cards-products .list-cards-products__item .card.card--online-bundle {
    background-color: #5cccbb;
}

ul.list.list-cards-products .list-cards-products__item .card.card--online-bundle ul.list-details li .icon {
    color: #ffff01;
}

ul.list.list-pricings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 32px;
    margin-right: -15px;
}

@media screen and (min-width: 767px) {
    ul.list.list-pricings {
        margin-top: 48px;
    }
}

ul.list.list-pricings .list-pricings__item {
    text-align: left;
    margin-bottom: 1rem;
    padding-right: 15px;
    width: 100%;
}

@media screen and (min-width: 767px) {
    ul.list.list-pricings .list-pricings__item {
        width: calc(100% / 4);
    }
}

ul.list.list-pricings .list-pricings__item .card {
    background-color: #fff;
    border: 1px solid #fff;
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
}

ul.list.list-pricings .list-pricings__item .card .card-body h5 {
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices {
    margin-top: 0;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices .list-prices-item {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 25px;
    color: #000;
    font-weight: normal;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices .list-prices-item i {
    color: #6ea32d;
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
}

ul.list.list-pricings .list-pricings__item .card .card-body .list-prices .list-prices-item .req {
    position: relative;
    top: -2px;
    margin-left: 2px;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 767px) {
    ul.list.list-pricings .list-pricings__item {
        padding-right: 1rem;
    }
}

ul.list.list-logos-partners {
    flex-direction: row;
    justify-content: center;
    margin: 48px 0;
}

@media screen and (min-width: 768px) {
    ul.list.list-logos-partners {
        margin-right: -44px;
    }
}

@media screen and (min-width: 768px) {
    ul.list.list-logos-partners .list-logos-partners__item {
        padding-right: 44px;
    }
}

ul.list.list-logos-partners .list-logos-partners__item .list-logos-partners__image {
    max-width: 100%;
    height: 85px;
    filter: grayscale(1);
    transition: ease 0.3s all;
}

ul.list.list-logos-partners .list-logos-partners__item .list-logos-partners__image:hover {
    filter: none;
}

ul.list.list-check {
    list-style: none;
    margin: 32px 0;
    padding: 0;
    color: #000;
}

ul.list.list-check li {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1rem 0;
    font-weight: bold;
    border-top: 1px solid #dbd3d3;
    margin-top: 0;
    position: relative;
    padding-left: 60px;
}

@media screen and (min-width: 768px) {
    ul.list.list-check li {
        margin-top: 0;
    }
}

ul.list.list-check li::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-size: 1.5rem;
    color: #7bb732;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    ul.list.list-check li::before {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

ul.list.list-check li span {
    font-size: 18px;
    font-size: 1.125rem;
}

ul.list.list-check li i {
    font-size: 26px;
    font-size: 1.625rem;
    color: #7bb732;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
}

ul.list.list-check li i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.list.list-check li:first-child {
    border-top: none;
}

ul.list.list-forms-reviews {
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    justify-content: center;
}

@media screen and (min-width: 767px) {
    ul.list.list-forms-reviews {
        justify-content: flex-start;
        margin-top: 64px;
    }
}

ul.list.list-forms-reviews .list-forms-reviews__item {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

@media screen and (min-width: 767px) {
    ul.list.list-forms-reviews .list-forms-reviews__item {
        text-align: left;
    }
}

ul.list.list-forms-reviews .list-forms-reviews__item .list-stars {
    display: flex;
    margin: 32px 0;
    margin-top: 5px;
    flex-direction: row;
    justify-content: center;
}

@media screen and (min-width: 767px) {
    ul.list.list-forms-reviews .list-forms-reviews__item .list-stars {
        justify-content: flex-start;
    }
}

ul.list.list-forms-reviews .list-forms-reviews__item .list-stars .list-stars__item {
    margin-right: 5px;
    width: 17px;
}

ul.list.list-forms-reviews .list-forms-reviews__item .list-stars .list-stars__item::before {
    content: " ";
    height: 17px;
    width: 17px;
    background-image: url(/image/catalog/stars.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

ul.list.list-cards-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-top: 48px;
}

ul.list.list-cards-benefits .list-cards-benefits__item {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 767px) {
    ul.list.list-cards-benefits .list-cards-benefits__item {
        width: calc(100% / 2);
    }
}

ul.list.list-cards-benefits .list-cards-benefits__item .card {
    height: 100%;
}

ul.list.list-cards-benefits .list-cards-benefits__item .card .card-title,
.cards_trouble .card-title {
    color: #224746;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}



ul.list.list-cards-benefits .list-cards-benefits__item .card .card-text {
    font-weight: 400;
}

ul.list.list-cards-benefits .list-cards-benefits__item .card p.lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
    color: #224746;
}


ul.list.list-sharing {
    flex-direction: row;
    margin-top: 16px;
}

@media screen and (min-width: 767px) {
    ul.list.list-sharing {
        flex-direction: column;
    }
}

ul.list.list-sharing li {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    transition: ease 0.3s all;
    margin-bottom: 1rem;
}

ul.list.list-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

ul.list.list-sharing li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease 0.3s all;
}

ul.list.list-sharing li.share--facebook:hover,
ul.list.list-sharing li.share--facebook:focus {
    background-color: #3b5998;
}

ul.list.list-sharing li.share--facebook:hover a,
ul.list.list-sharing li.share--facebook:focus a {
    color: #fff;
}

ul.list.list-sharing li.share--twitter:hover,
ul.list.list-sharing li.share--twitter:focus {
    background-color: #1da1f2;
}

ul.list.list-sharing li.share--twitter:hover a,
ul.list.list-sharing li.share--twitter:focus a {
    color: #fff;
}

ul.list.list-sharing li:last-child {
    margin-bottom: 0;
}

ul.list-cards {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

ul.list-cards li.list-item-card {
    margin-bottom: 1rem;
    width: 100%;
}

@media screen and (min-width: 767px) {
    ul.list-cards li.list-item-card {
        width: 50%;
    }
}

ul.list-cards li.list-item-card .card {
    height: 100%;
}

ul.list-cards li.list-item-card .card .card-title {
    color: #224746;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

ul.list-cards li.list-item-card .card p.lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
    color: #224746;
}


@media screen and (min-width: 767px) {
    ul.list-cards li.list-item-card:nth-child(odd) {
        padding-right: 0.5rem;
    }
}

@media screen and (min-width: 767px) {
    ul.list-cards li.list-item-card:nth-child(even) {
        padding-left: 0.5rem;
    }
}

ul.list-cards.list-cards-jobs {
    margin-bottom: 8px;
    overflow: hidden;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items {
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card {
    height: 100%;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card .card-body {
    padding: 2rem;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card h3.card-title {
    margin-bottom: 16px;
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card h3.card-title a.link-card-title {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {
    ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card h3.card-title a.link-card-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

ul.list-cards.list-cards-jobs li.list-cards-jobs--items .card p a.link-text {
    color: #1643a0;
}

ul.list-benefits {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 767px) {
    ul.list-benefits {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

ul.list-benefits li {
    margin-bottom: 12px;
}

ul.list-channels-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
}

@media screen and (min-width: 767px) {
    ul.list-channels-brands {
        margin-top: 2rem;
    }
}

ul.list-channels-brands .list-channels-brands__item {
    display: flex;
    width: 100%;
    margin-bottom: 0em;
    max-width: calc(100%/5);
    padding-right: 0em;
    justify-content: center;
    align-items: flex-start;
    flex: 0 auto;
    padding: 0.5rem;
}

@media screen and (min-width: 767px) {
    ul.list-channels-brands .list-channels-brands__item {
        max-width: calc(100%/7);
        margin-bottom: 0;
    }
}

ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image {
    display: block;
    width: 100%;
    max-width: 100px;
    margin-bottom: 0;
}

ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image.four {
    max-width: 25px;
}

@media screen and (min-width: 767px) {
    ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image.four {
        max-width: 38px;
    }
}

ul.list-channels-brands .list-channels-brands__item .list-channels-brands__image--vertical {
    max-width: 75px;
}

svg.svg.svg--fibre {
    transform: translateX(-30%);
}

svg.svg.svg--fibre .svg--path,
svg.svg.svg--fibre .svg--line,
svg.svg.svg--fibre .svg--polyline,
svg.svg.svg--fibre .svg--rect {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 0.75px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

svg.svg.svg--fibre .svg--rect {
    fill: #91caff;
}

svg.svg.svg--fibre .svg--circle {
    stroke-linecap: round;
    stroke-width: 0.75px;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
}

@media screen and (min-width: 992px) {
    .pricing {
        flex-wrap: nowrap;
        padding: 1rem 0;
    }
}

.pricing__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    flex: 0 1 100%;
    margin-top: 20px;
}

@media screen and (min-width: 767px) {
    .pricing__item {
        margin: o;
        flex: 0 1 330px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .pricing__item {
        flex: 0 1 320px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .pricing__item {
        flex: 0 1 300px;
    }
}

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

.pricing__action {
    color: inherit;
    border: none;
    background: none;
    display: inline-block;
    font-weight: bold;
}

.pricing__action:hover,
.pricing__action:focus {
    outline: none;
    text-decoration: none;
}

.pricing--pema .pricing__item {
    font-weight: bold;
    color: #1d2927;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px 0;
    border-radius: 10px;
    position: relative;
    margin: 0;
    margin-top: 20px;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__item {
        margin: 0.5rem;
    }
}

.pricing--pema .pricing__item .pricing__price {
    padding: 0;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__item.order-md-1 {
        margin-right: -34px;
    }
}

.pricing--pema .pricing__item.order-md-1 .pricing__action {
    color: #333;
    background-color: #e7e1e1;
    margin-bottom: 0.5rem;
    border: 2px solid transparent;
    box-shadow: none;
}

.pricing--pema .pricing__item.order-md-1 .pricing__action:hover,
.pricing--pema .pricing__item.order-md-1 .pricing__action:focus {
    color: #00FF88;
    border: 2px solid #00FF88;
    background-color: #fff;
}

.pricing--pema .pricing__item.order-1.pricing__item--featured {
    margin: 0;
    padding: 0;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__item.order-1.pricing__item--featured {
        margin: 0 1rem;
    }
}

.pricing--pema .pricing__item.order-1.pricing__item--featured .header-pricing {
    background-color: #eee;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__item.order-3 {
        margin-left: -34px;
    }
}

.pricing--pema .pricing__item.order-3 .pricing__action {
    color: #333;
    background-color: #e7e1e1;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    box-shadow: none;
}

.pricing--pema .pricing__item.order-3 .pricing__action:hover,
.pricing--pema .pricing__item.order-3 .pricing__action:focus {
    color: #00FF88;
    border: 2px solid #00FF88;
    background-color: #fff;
}

.pricing--pema .pricing__item.order-3 .overlay {
    background: linear-gradient(to right, #fff 15%, transparent);
    visibility: visible;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__item.order-3 .overlay {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .pricing--pema .pricing__item.order-3 .overlay {
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .pricing--pema .pricing__item.order-3 .overlay {
        display: none;
    }
}

.pricing--pema .pricing__item .header-pricing {
    padding: 2rem 1rem;
    border-bottom: 1px solid #f2efef;
    border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__item .header-pricing {
        padding: 2rem 3rem;
    }
}

.pricing--pema .pricing__item .header-pricing h3 {
    color: #1643a0;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.pricing--pema .pricing__item .header-pricing p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.pricing--pema .pricing__item .header-pricing p.pricing__title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #333;
    margin: 0;
}

.pricing--pema .pricing__item .header-pricing p.pricing__title a {
    color: #1643a0;
}

.pricing--pema .pricing__item .body-pricing {
    padding-top: 1rem;
}

.pricing--pema .pricing__item .body-pricing span.start-from {
    margin: 0;
    font-weight: 600;
    padding: 0.5rem 0;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    margin-bottom: 0.5rem;
    top: 0;
    margin-top: -5px;
    left: 0;
    margin-left: 70px;
}

.pricing--pema .pricing__item .body-pricing .time {
    display: inline;
    position: relative;
    margin-left: -20px;
}

.pricing--pema .pricing__item .body-pricing .time .more-details {
    font-size: 38px;
    font-size: 2.375rem;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 7px;
}

.pricing--pema .pricing__item .footer-pricing {
    padding: 0 1rem;
}

.pricing--pema .pricing__item .footer-pricing p span.details {
    font-size: 16px;
    font-size: 1rem;
}

.pricing--pema .pricing__item .footer-pricing p.more-info {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.pricing--pema .pricing__item .footer-pricing p.more-info.action-call {
    margin-bottom: 1rem;
}

.pricing--pema .active {
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 30px 0;
}

.pricing--pema .active .header-pricing {
    background-color: #eee;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pricing--pema .pricing__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
    color: #333;
}

.pricing--pema .pricing__title a {
    color: #1643a0;
}

.pricing--pema .pricing__price {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 800;
    color: #333;
    position: relative;
}

.pricing--pema .pricing__currency {
    font-size: 36px;
    font-size: 2.25rem;
    vertical-align: super;
}

.pricing--pema .pricing__period {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding: 0 0 0 0.5rem;
    color: #223c38;
}

.pricing--pema .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0 0 0.5rem;
    color: #000;
}

.pricing--pema .pricing__feature-list {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 1rem 2rem;
    list-style: none;
}

.pricing--pema .pricing__feature {
    position: relative;
    padding-left: 1.75rem;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 15px;
    font-size: 0.9375rem;
}

.pricing--pema .pricing__feature .fa {
    position: absolute;
    color: #7bb732;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pricing--pema .pricing__action {
    width: 100%;
    font-weight: bold;
    margin-top: auto;
    padding: 1rem 0.5rem;
    color: #fff;
    border-radius: 5px;
    background-color: #f76937;
    transition: background-color 0.3s;
    vertical-align: middle;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

.pricing--pema .pricing__action span {
    position: relative;
    padding-left: 0;
}

@media screen and (min-width: 767px) {
    .pricing--pema .pricing__action span {
        padding-left: 20px;
    }
}

.pricing--pema .pricing__action span .fa {
    position: absolute;
    left: 0;
    padding-top: 3px;
}

.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
    cursor: pointer;
    background-color: #f87446;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.pricing--pema .pricing__action:active {
    background-color: #e84309;
    border-color: #f87446;
    box-shadow: none;
}

@media screen and (min-width: 767px) {
    .pricing--pema.pricing--pema__fibre .pricing__item {
        margin: 0;
    }
}

@media screen and (min-width: 767px) {
    .pricing--pema.pricing--pema__fibre .pricing__item:first-child {
        margin: 0;
        margin-right: 1rem;
    }
}

.pricing--pema.pricing--pema__fibre .pricing__item .pricing__action {
    background-color: #00FF88;
    color: #fff;
    box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.18);
    transition: ease 0.3s all;
    margin-bottom: 10px;
}

.pricing--pema.pricing--pema__fibre .pricing__item .pricing__action:hover,
.pricing--pema.pricing--pema__fibre .pricing__item .pricing__action:focus {
    box-shadow: none;
}

.pricing--pema.pricing--pema__fibre .pricing__item .header-pricing {
    position: relative;
}

.pricing--pema.pricing--pema__fibre .pricing__item .header-pricing .partner {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 22px;
    background-color: #fff;
    width: 100px;
    padding: 0.5rem;
    border-radius: 5px;
    transform: translate(-50%, 45px);
    margin-right: 0;
    /* box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.08); */
    border: 1px solid #f2efef;
}

.pricing--pema.pricing--pema__fibre .pricing__item .header-pricing .partner img {
    margin: 0;
    max-width: 65px;
}

.pricing--pema.pricing--pema__fibre .pricing__item .body-pricing {
    padding-top: 2rem;
}

.pricing--pema.pricing--pema__fibre .pricing__item .action-call {
    margin-bottom: 2rem;
}

.pricing-voice-deals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3rem;
    margin-bottom: 0;
}

.pricing-voice-deals .pricing__item {
    margin: 0.5rem;
    padding: 2rem 2.5rem;
    text-align: left;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    flex: 1 0 100%;
}

@media screen and (min-width: 628px) {
    .pricing-voice-deals .pricing__item {
        flex: 1 0 45%;
    }
}

@media screen and (min-width: 992px) {
    .pricing-voice-deals .pricing__item {
        flex: 1 0 30%;
    }
}

.pricing-voice-deals .pricing__title {
    color: #608f27;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 0.15rem;
}

.perfect_plan_box .pricing__price {
    font-size: 25px;
    font-weight: bold;
    font-weight: bold;
    color: #224746;
}

.perfect_plan_box .pricing__currency {
    font-weight: 500;
    font-size: 1rem;
    vertical-align: super;
    color: #224746;
}

.perfect_plan_box .pricing__period {
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 0 0.5rem;
    color: #224746;
}

.pricing-voice-deals .pricing__sentence {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    color: #000;
}

.pricing-voice-deals .pricing__feature-list {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    padding: 0 0 2.5rem;
    list-style: none;
    color: #000;
}

.pricing-voice-deals .pricing__feature {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.5;
}

.pricing-voice-deals .pricing__feature::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #7bb732;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

.pricing-voice-deals .footer {
    border-top: 1px solid #f2efef;
}

.perfect_plan_box .footer p {
    padding-left: 15px;
    padding-top: 10px;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
}

.pricing-voice-deals .footer p strong {
    font-weight: bold;
}

.perfect_plan_box .footer p i {
    color: #039375;
    position: absolute;
    left: 0;
    margin-top: 4px;
}

section.section.section-voice-deals .perfect_plan_box:hover {
    transition: all 0.4s ease;
    border: 2px solid #039375;
    box-shadow: 0px 5px 15px 8px rgba(60, 60, 60, 0.12);
}

.media {
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    position: relative;
    display: block;
    margin-bottom: 1rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 11px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 11px -2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 11px -2px;
}

.media .media-body {
    padding: 0 0.5rem;
}

.media .media-body h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.media .media-body ul.list-stars {
    margin: 0.5rem 0;
    margin-top: 0;
    padding: 0;
    list-style-type: none;
}

.media .media-body ul.list-stars li {
    padding-right: 0.3rem;
}

.media .media-body ul.list-stars li i.fa {
    color: #e7e700;
    font-size: 16px;
    font-size: 1rem;
}

.media .media-body ul.list-stars li:last-child {
    padding-right: 0;
}

.media .media-body .media-profile {
    margin-bottom: 20px;
}

.media .media-body .media-profile .media-picture {
    margin-right: 1rem;
}

.media .media-body .media-profile .media-picture .media-picture__image {
    border-radius: 100%;
    height: 64px;
    width: 64px;
    margin: 0;
    object-fit: fill;
    overflow: hidden;
}

.media .media-body .media-profile .media-details .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
}

.wrapper-imagefirst {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    width: 100%;
    height: 540px;
}

.wrapper-imagesecond {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    height: 540px;
    object-fit: cover;
}

.aboutUspage .mt-5 {
    margin-top: 5rem !important;
}

@media screen and (min-width: 767px) {
    .media .media-body .media-profile .media-details .h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.media .media-body .media-profile .media-details .list-stars {
    margin-bottom: 0;
}

.media .media-body .link-review {
    text-decoration: underline;
    color: #1d2927;
    font-weight: 600;
}

.media .media-body .link-review svg {
    width: 20px;
    margin-right: 8px;
    text-decoration: none;
}

.media .media-body .link-review:hover {
    text-decoration: none;
}

header.header.header--pricing .p {
    font-size: 22px;
    font-size: 1.375rem;
}

@media screen and (min-width: 767px) {
    header.header.header--pricing .p {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

header.header.heander-careers {
    height: 100%;
    min-height: 596px;
    background: linear-gradient(rgba(123, 183, 50, 0.65), #537b22), url(/image/catalog/Banners/careers-team.jpg) center center/cover no-repeat fixed;
}

header.header.heander-careers .badge {
    text-transform: uppercase;
    background-color: #fff;
    color: #537b22;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 10rem;
    padding: 0.5rem 1rem;
}

header.header.heander-careers .display-1 {
    color: #fff;
}

header.header.header-reviews {
    padding: 2rem 0;
    background-color: #fafafa;
}

header.header.header-reviews .h1 {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-size: 1.375rem;
}

@media screen and (min-width: 767px) {
    header.header.header-reviews .h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

header.header.header-reviews .h1 .badge {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    border-radius: 10rem;
    margin-left: 10px;
}

header.header.header-reviews .lead {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {
    header.header.header-reviews .lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.article.article-description {
    margin-top: 32px;
}

.article.article-information .h1 {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
    .article.article-information .h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.article.article-information p {
    font-size: 16px;
}


.article.article-information ol li {
    margin-bottom: 24px;
    font-size: 16px;
}

@media screen and (min-width: 767px) {
    .article.article-information ol li {
        font-size: 16px;
    }
}

.article.article-information ol li ol {
    margin: 24px 0;
}

.article.article-information ol li ol li {
    margin-bottom: 12px;
}

.article.article-information ol li p:first-child {
    margin-top: 12px;
}

.article.article-blog .card-header {
    border: none;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-size: 100%;
    background-position: center;
    border-radius: 0.25rem;
    overflow: hidden;
    transition: ease 0.3s all;
}

.article.article-blog .card-header:hover {
    background-size: 105%;
}

.article.article-blog a {
    font-size: 15px;
    font-size: 0.9375rem;
}

.article.article-blog.article-blog__older .card-header {
    min-height: 200px;
}

.article.article-blog.article-blog__older .card-body .card-title {
    font-size: 20px;
    font-size: 1.25rem;
}

form.form-broadband label {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

form.form-broadband .form-group {
    margin-bottom: 1rem;
    position: relative;
}

form.form-broadband .form-group .form-control {
    font-size: 14px;
    font-size: 0.875rem;
    height: 45px;
}

form.form-broadband .form-group .form-control.form-control--type {
    border: 1px dashed #d0c5c5;
    width: 100%;
}

form.form-broadband .form-group textarea.form-control {
    height: 100px;
}

form.form-broadband .form-group select.form-control {
    height: calc(2.25rem + 9px);
}

form.form-broadband .form-group.form-group--file .form-control.form-control--type {
    border: 1px dashed #d0c5c5;
    width: 100%;
    height: 41px;
}

form.form-broadband .form-group.form-group--file p.tips {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    text-align: right;
    margin-top: 0.5rem;
}

form.form-broadband p.text {
    margin-top: 0.5rem;
}

form.form-broadband p.text-guaranteed {
    font-size: 14px;
    font-size: 0.875rem;
}

form.form-broadband p.text-open {
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
    form.form-broadband p.text-open {
        font-size: 16px;
        font-size: 1rem;
    }
}

form.form-broadband .box-phone {
    text-align: center;
}

form.form-broadband .box-phone i {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 0;
}

form.form-broadband .box-phone .card-title {
    margin: 0.3rem 0;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
}

form.form-broadband .box-phone p {
    margin: 0;
    padding: 0;
}

form.form-broadband .box-phone p strong {
    color: #00FF88;
}

form.form-broadband .box-phone a {
    font-size: 36px;
    font-size: 2.25rem;
    color: #0058aa;
    font-weight: bold;
}

.sticker-price {
    width: 95px;
    height: 95px;
    padding: 8px;
    border-radius: 50%;
    background-color: #00FF88;
    border: 7px solid #fff;
    text-align: center;
    right: 0;
    box-shadow: 0px 0px 16px -5px #000;
    transition: ease 0.3s;
}

.dolor-position {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricng-dollr .price {
    display: block;
    width: auto;
    height: auto;
    position: unset;
    right: 0;
    top: 0;
    transform: inherit;
}

.font-f {
    font-family: 'Open Sans';
}

p.label {
    position: unset;
    transform: inherit;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.dolor-position p.price {
    position: unset;
    transform: inherit;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: auto;
    margin-bottom: 0px;
    left: auto;
    right: auto;
    line-height: inherit;
    line-height: 30px;
    display: block;
}

@media screen and (min-width: 767px) {
    .dolor-position {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-info.main-positio {
        width: fit-content !important;
    }
}


/*
.sticker {
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #00FF88;
  border: 7px solid #fff;
  text-align: center;
  right: 0;
  box-shadow: 0px 0px 16px -5px #000;
  margin-top: -15rem;
  transition: ease 0.3s; }
  @media screen and (min-width: 374px) {
  .sticker {
    margin-top: -9rem; } }
  @media screen and (min-width: 425px) {
  .sticker {
    width: 105px;
    height: 105px;
    margin-top: -128px; } }
  @media screen and (min-width: 767px) {
  .sticker {
    margin-right: -10px;
    margin-top: -12rem; } }
  @media screen and (min-width: 992px) {
  .sticker {
    margin-right: -100px;
    margin-top: -128px; } }
  .sticker .sticker-price {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .sticker .sticker-price p {
    color: #fff;
    margin: 0; }
  .sticker .sticker-price p.label {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: -10px; }
  @media screen and (min-width: 767px) {
        .sticker .sticker-price p.label {
          font-size: 18px;
          font-size: 1.125rem; } }
  .sticker .sticker-price p.price {
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
    position: relative; }
  @media screen and (min-width: 425px) {
        .sticker .sticker-price p.price {
          font-size: 36px;
          font-size: 2.25rem; } }
  .sticker .sticker-price p.price::after {
    content: "*";
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: -0.5rem; }
    @media screen and (min-width: 425px) {
        .sticker .sticker-price p.price::after {
          font-size: 16px;
          font-size: 1rem; } }
  .sticker .sticker-price.sticker-price--no-required p.price::after {
    display: none; }
*/

.table.table-responsive {
    display: block;
}

@media screen and (min-width: 768px) {
    .table.table-responsive {
        display: table;
    }
}

.accordion .card {
    margin-top: 0;
}

.accordion .card .box-button .p {
    font-size: 14px;
    font-size: 0.875rem;
}

.accordion .card .btn {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 0;
}

.accordion .card .btn:focus {
    outline: none;
    box-shadow: none;
}

.accordion .card .btn.btn-calling {
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.accordion .card .card-header {
    padding: 0;
}

.accordion .card .card-header .btn {
    padding: 0.5rem 1rem;
}

.accordion .card .card-header .btn i {
    transition: ease 0.3s all;
    transform: rotate(0);
}

.accordion .card .card-header .btn.collapsed i {
    transform: rotate(180deg);
}

.accordion .card .card-body ul li .h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

.blockquote {
    font-size: 21px;
    font-size: 1.3125rem;
    border-left: 4px solid;
    padding: 20px 2rem;
    width: 100%;
}

.blockquote.blockquote-reviews {
    max-width: 520px;
    margin: 2rem auto;
}

.cookieConsentContainer {
    z-index: 999;
    min-height: 57px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.94);
    overflow: hidden;
    position: fixed;
    bottom: -100%;
    right: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.2s all;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 767px) {
    .cookieConsentContainer .cookieDesc p {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton {
    padding-left: 24px;
}

@media only screen and (max-width: 767px) {
    .cookieConsentContainer .cookieButton {
        padding-left: 1rem;
    }
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0.25rem 1rem;
    text-align: center;
    transition: background 0.3s;
    background: #bff200;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #ceff17;
}

@media only screen and (max-width: 767px) {
    .cookieConsentContainer {
        left: 0px;
        width: 100%;
        padding: 1rem;
        bottom: -100%;
        max-width: 100%;
    }
}

.cookieConsentContainer.show {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    z-index: 9999;
}

.badge.badge-sale {
    vertical-align: middle;
    padding: 0.75rem 1rem;
    border-bottom: 2px dashed #c23d47;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
}

.badge.badge-sale span {
    margin: 0 8px;
}

@media only screen and (min-width: 425px) {
    .badge.badge-sale {
        position: relative;
        margin-bottom: 1rem;
        width: auto;
        border: 2px dashed #c23d47;
        border-radius: initial;
        padding: 0.5rem 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .badge.badge-sale {
        margin-left: -1.5rem;
    }
}

.box-badge {
    position: initial;
    display: inline-block;
}

.box-badge img {
    position: absolute;
    width: 100%;
    max-width: 125px;
    top: 0;
    right: 0;
    margin-top: 80px;
}

@media only screen and (min-width: 375px) {
    .box-badge img {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 767px) {
    .box-badge img {
        max-width: 175px;
    }
}

@media only screen and (min-width: 992px) {
    .box-badge img {
        margin-right: -100px;
    }
}

@media only screen and (min-width: 992px) {
    .box-badge img {
        margin-top: 0;
        margin-right: -125px;
    }
}

@media only screen and (min-width: 992px) {
    .box-badge {
        position: relative;
    }
}

.row__pagination {
    margin-top: 32px;
    border-top: 1px solid #f2efef;
    padding-top: 20px;
    justify-content: center;
}

.row__pagination .pagination {
    align-items: center;
    justify-content: center !important;
    width: 100%;
    margin-bottom: 15px;
}

.row__pagination .pagination .page-item {
    padding-right: 5px;
}

.row__pagination .pagination .page-item .page-link {
    margin-left: 0;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row__pagination .pagination .page-item .page-link:hover {
    background-color: #ebebeb;
}

.row__pagination .pagination .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #07c26b;
    border: none;
}

.row__pagination .pagination .page-item:last-child {
    padding-right: 0;
}

.row__pagination p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}

@media screen and (min-width: 767px) {
    .row__pagination p {
        justify-content: flex-start;
        text-align: right;
        margin-top: 0;
    }
}

.section.section-hero.section-hero--family .wrap-images {
    background: url("/image/catalog/Banners/family-carers--banner00.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
}

.section.section-hero.section-hero--family .bg-images {
    width: 62%;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero--family .bg-images {
        width: 45%;
    }
}

.section.section-hero.section-hero--family .main-info {
    margin-bottom: 2rem;
}

@media screen and (min-width: 767px) {
    .section.section-hero.section-hero--family .main-info {
        margin-bottom: 0;
    }
}

.section.section-hero.section-hero--family .main-info .list li .was-price {
    opacity: 0.35;
}

.section.section-hero.section-hero--family .main-info .list li:last-child {
    margin-bottom: 0;
}

.section.section-hero.section-hero--family .main-info .box-button a {
    margin: 0;
}

.section.section-guaranteed--guaranteed {
    margin: 3rem 0;
}

@media screen and (min-width: 768px) {
    .section.section-guaranteed--guaranteed {
        margin: 1rem 0;
    }
}

.section.section-guaranteed--guaranteed .header .lead {
    font-size: 27px;
    font-size: 1.6875rem;
}

.section.section-guaranteed--guaranteed .card {
    margin-top: 110px;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.14);
    display: block;
}

.section.section-guaranteed--guaranteed .card .card-body {
    padding: 2rem;
    padding-bottom: 3rem;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body {
        padding: 2rem 3rem;
        padding-bottom: 3rem;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars {
    margin-bottom: 1rem;
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge {
    text-align: center;
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__before {
    color: #0063be;
    margin-top: 42px;
    font-size: 24px;
    font-size: 1.5rem;
    opacity: 0.65;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__before {
        margin-top: 54px;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 132px;
    height: 132px;
    background-color: #0063be;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 13px 30px 13px rgba(0, 88, 170, 0.32);
    position: relative;
    margin-top: -116px;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now {
        width: 165px;
        height: 165px;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--setence {
    margin-bottom: -14px;
    z-index: 1;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--setence {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--price {
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 600;
    z-index: 1;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now .badge--price {
        font-size: 64px;
        font-size: 4rem;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:before,
.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:after {
    content: "";
    position: absolute;
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    width: 132px;
    height: 132px;
    background-color: #0063be;
}

@media screen and (min-width: 767px) {

    .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:before,
    .section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:after {
        width: 165px;
        height: 165px;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:before {
    transform: rotate(30deg);
}

.section.section-guaranteed--guaranteed .card .card-body .price-stars .price--badge.price--badge__now:after {
    transform: rotate(60deg);
}

.section.section-guaranteed--guaranteed .card .card-body .box-button {
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body .box-button {
        width: 100%;
    }
}

.section.section-guaranteed--guaranteed .card .card-body .box-button a {
    margin-top: 0;
}

.section.section-guaranteed--guaranteed .card .card-body .box-button a.btn {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 767px) {
    .section.section-guaranteed--guaranteed .card .card-body .box-button a.btn {
        font-size: 18px;
        font-size: 1.125rem;
    }
}


@media screen and (min-width: 768px) {
    .section.section-guaranteed--guaranteed .list-benefits li i {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-guaranteed--guaranteed .list-benefits li:last-child {
    margin-bottom: 0;
    border: none;
}

@media screen and (min-width: 768px) {
    .section.section-guaranteed--guaranteed .list-benefits {
        padding: 0;
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.price {
    display: flex;
    width: auto;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-70px, 93px);
}

@media screen and (min-width: 768px) {
    .price {
        transform: translate(-169px, 183px);
    }
}

.price .price--badge {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.price .price--badge.price--badge__before {
    width: 110px;
    height: 110px;
    background-color: rgba(0, 115, 221, 0.16);
    color: #00315e;
    transform: translate(-100px, -20px);
    opacity: 0.3;
}

.price .price--badge.price--badge__before .badge--setence {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: -4px;
}

@media screen and (min-width: 767px) {
    .price .price--badge.price--badge__before .badge--setence {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: -12px;
    }
}

.price .price--badge.price--badge__before .badge--price {
    font-size: 32px;
    font-size: 2rem;
}

@media screen and (min-width: 767px) {
    .price .price--badge.price--badge__before .badge--price {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.price .price--badge.price--badge__now {
    width: 136px;
    height: 136px;
    background-color: #0063be;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: -9px -1px 20px 2px rgba(0, 88, 170, 0.32);
}

.price .price--badge.price--badge__now .badge--setence {
    font-size: 16px;
    font-size: 1rem;
    z-index: 1;
}

@media screen and (min-width: 767px) {
    .price .price--badge.price--badge__now .badge--setence {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: -15px;
    }
}

.price .price--badge.price--badge__now .badge--price {
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 600;
    z-index: 1;
}

@media screen and (min-width: 767px) {
    .price .price--badge.price--badge__now .badge--price {
        margin-bottom: -1rem;
    }
}

.price .price--badge.price--badge__now:before,
.price .price--badge.price--badge__now:after {
    content: "";
    position: absolute;
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    width: 136px;
    height: 136px;
    background-color: #0063be;
}

.price .price--badge.price--badge__now:before {
    transform: rotate(30deg);
}

.price .price--badge.price--badge__now:after {
    transform: rotate(60deg);
}

.swiper-viewport {
    overflow: hidden;
}

.share--wrapper {
    position: sticky;
    top: 200px;
    left: 0;
    margin-bottom: 32px;
}

.share--wrapper .title {
    font-weight: bold;
    font-style: italic;
}

.share--wrapper.share--wrapper__bottom {
    margin-top: 50px;
}

.netgem {
    background-color: #fff;
}

.netgem .overlay-modal {
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: -1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.netgem .overlay-modal::after {
    content: " ";
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: ease 0.2s all;
}

.netgem .overlay-modal .modal {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 290px;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    height: 320px;
    transition: ease 0.3s all;
    transition-delay: 0.3s;
    top: -100%;
    z-index: 1;
}

@media screen and (min-width: 767px) {
    .netgem .overlay-modal .modal {
        max-width: 800px;
        height: 500px;
    }
}

.netgem .overlay-modal .modal iframe {
    width: 100%;
    height: 100%;
}

.netgem .overlay-modal .btn-link__close {
    margin-bottom: 10px;
    padding-right: 0rem;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    position: relative;
    opacity: 0;
    right: -50px;
    transition: ease 0.3s all;
    transition-delay: 0.9s;
}

.netgem .overlay-modal.show {
    z-index: 100;
}

.netgem .overlay-modal.show::after {
    background-color: rgba(0, 0, 0, 0.92);
    top: 0;
}

.netgem .overlay-modal.show .modal {
    opacity: 1;
    top: 0;
}

.netgem .overlay-modal.show .btn-link__close {
    opacity: 1;
    right: 0;
}

@media screen and (max-width: 350px) {
    .start-streaming img {
        max-height: 38px !important;
    }
}

.callouts {
    background-color: #000000bd;
}

.callouts p {
    color: #FFF;
    font-size: 10px;
    text-align: center;
    line-height: 0.8rem;
    margin-bottom: 0px;
    padding: 8px;
    text-transform: uppercase;
}

.call {
    border-right: 1px solid #FFF;
}

@media screen and (min-width: 1025px) {
    .callouts p {
        color: #FFF;
        font-size: 16px;
        text-align: center;
        line-height: 1.3rem;
        margin-bottom: 0px;
        padding: 8px;
        text-transform: uppercase;
    }
}

.bbadge {
    position: absolute;
    width: 19%;
    margin-top: -193px;
    margin-left: 9px;
}

.sbadge {
    position: absolute;
    width: 40%;
    margin-top: -326px;
    margin-left: -25px;
}


/* copy css home.twig file css 15 Jan 2025 */


/* .nav .nav-header .title-logo {
  margin-right: 1rem;
  max-width: 150px;
  margin-left: 66px;
  margin-bottom: 0;
  position: absolute;
  left: -65px;
  top: 52%;
  transform: translateY(-50%);
} */

.btn.btn-call i {
    font-size: 22px;
    font-size: 1.5rem !important;
    margin-right: 0px !important;
    transform: rotate(90deg);
}

.btn.btn-more {
    background: #00FF88;
    border: 1px solid #00FF88;
    color: #FFF;
}

@media only screen and (min-width:351px) and (max-width:765px) {
    .h2 {
        font-size: 23px !important;
    }
}

@media only screen and (max-width:350px) {
    .h2 {
        font-size: 18px !important;
    }

    .section.section-landing-guaranteed .pricing.pricing--pema .pricing__item .body-pricing .pricing__price:nth-child(2) .price {
        font-size: 2.8rem !important
    }
}

.btn.btn-landing {
    border: 1px solid #00FF88;
    background: #00FF88;
    color: #fff;
    font-weight: bold;
}

.btn.btn-landing:hover {
    border: 1px solid #cb4e22;
    background: #cb4e22;
    color: #fff;
    font-weight: bold;
}

.section .header .h2 {
    font-size: 2.34rem;
}

.section.section-hero.section-hero-landings .main-info .list .list-item {
    font-size: 1.375rem;
}

@media only screen and (max-width:1024px) {

    /* .main_banner {
    margin-top: 170px;
  } */
    .mobile_tablet {
        display: block;
    }

    .desktop {
        display: none;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  } */
}

@media only screen and (min-width:1025px) and (min-width:1199px) {

    /* .main_banner {
    margin-top: 106px;
  } */
    .mobile_tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 3.5%;

  } */
}

@media only screen and (min-width:1200px) and (max-width:1285px) {

    .btn.btn-hero,
    .btn.btn-calling,
    .btn.btn-landing,
    .btn.btn-apply {
        font-size: 1.2rem;
        min-height: 58px;
        max-width: 383px;
        margin-top: 16px;
        font-weight: bold;
    }

    /* .headline-h1 {
    font-size: 2.5rem !important;
  } */
    /* change css */
    /* 
  .top_headers {
    position: absolute;
    margin-top: 7%;
  } */
    ul.list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    ul.list .list-item {
        margin-bottom: 24px;
        font-size: 1.6rem;
        font-weight: 600;
    }
}

@media only screen and (min-width:1286px) and (max-width:1299px) {

    /* 
  .main_banner {
    background-image: url(/image/catalog/Banners/pure-telecom-broadband-hp-d.png);
    height: 26.5rem;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  } */
    /* .headline-h1 {
    font-size: 2.5rem !important;
  } */
    /* 
  .main_banner {
    margin-top: 106px;
  } */
    .mobile_tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 7%;

  } */
}

@media only screen and (min-width:1300px) and (max-width:1447px) {

    /* .main_banner {
    background-image: url(/image/catalog/Banners/pure-telecom-broadband-hp-d.png);
    height: 32rem;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  } */
    /* .headline-h1 {
    font-size: 2.8rem !important;
  } */
    /* .main_banner {
    margin-top: 120px;
  } */
    .mobile_tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 7%;

  } */
    ul.list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    ul.list .list-item {
        margin-bottom: 46px;
        font-size: 2rem;
        font-weight: 600;
    }
}

@media only screen and (min-width:1448px) and (max-width:1500px) {

    /* .main_banner {
    background-image: url(/image/catalog/Banners/pure-telecom-broadband-hp-d.png);
    height: 36rem;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  } */
    /* .headline-h1 {
    font-size: 3rem !important;
  } */
    /* 
  .main_banner {
    margin-top: 106px;
  } */
    .mobile_tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 6%;

  } */
    ul.list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        margin-top: 35px;
    }

    ul.list .list-item {
        margin-bottom: 37px;
        font-size: 1.9rem;
        font-weight: 600;
    }

    .btn.btn-landing {
        font-size: 1.5rem;
        min-height: 80px;
        max-width: 464px;
        margin-top: 21px;
        font-weight: bold;
    }

    .callouts p {
        color: #FFF;
        font-size: 19px;
        text-align: center;
        line-height: 1.3rem;
        margin-bottom: 0px;
        padding: 8px;
        text-transform: uppercase;
    }
}

@media only screen and (min-width:1500px) and (max-width:1599px) {

    /* .main_banner {
    background-image: url(/image/catalog/Banners/pure-telecom-broadband-hp-d.png);
    height: 30rem;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  } */
    /* 
  .headline-h1 {
    font-size: 2.8rem !important;
  } */
    /* .main_banner {
    margin-top: 106px;
  } */
    .mobile_tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 7%;

  } */
}

@media only screen and (min-width:1600px) {

    /* 
  .main_banner {
    background-image: url(/image/catalog/Banners/pure-telecom-broadband-hp-d.png);
    height: 43rem;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  } */
    /* .headline-h1 {
    font-size: 3.8rem !important;
  } */
    /* .main_banner {
    margin-top: 106px;
  } */
    .mobile_tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    /* change css */
    /* .top_headers {
    position: absolute;
    margin-top: 10%;

  } */
    .btn.btn-landing {
        border: 1px solid #00FF88;
        background: #00FF88;
        color: #fff;
        margin-top: 20px;
        font-weight: bold;
    }

    ul.list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    ul.list .list-item {
        margin-bottom: 46px;
        font-size: 2rem;
        font-weight: 600;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .section.section-hero.section-hero-landings .side-info {
        background-color: transparent !important;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .btn.btn-hero,
    .btn.btn-calling,
    .btn.btn-landing,
    .btn.btn-apply {
        padding: 10px !important
    }
}


/* 
@media screen and (min-width:1100px) and (max-width:1199px) {
  .main_banner {
    background-image: url(/image/catalog/Banners/pure-telecom-broadband-hp-d.png);
    height: 32rem;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }


} */

@media screen and (max-width:767px) {
    .section.section-landing-guaranteed .box-image .symb-award {
        max-width: 158px !important;
        top: 55% !important;
    }
}


/* new css add 15 jan 2025 */

.main_banner {
    background: linear-gradient(270deg, rgba(3, 21, 13, 0) 30.88%, rgba(2, 19, 14, 0.8) 67.06%), url(/image/catalog/Banners/pure-telecom-ireland-broadband-banner-d.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 130px;
    display: flex;
    align-items: center;
    min-height: 38rem;
}

.btn-group-hero {
    gap: 20px;
    display: flex;
    margin-top: 10px;
}

.btn-all-website {
    padding: 8px 40px;
    background: #00FF88;
    border-radius: 100px;
    border: 2px solid #00FF88;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #1A1C1A;
    transition: all 0.4s ease;
	text-transform: uppercase;
}

.btn-all-website-outline {
    background: rgba(0, 255, 136, 0.1);
    padding: 8px 40px;
    border-radius: 100px;
    border: 2px solid #00FF88;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #fff;
    transition: all 0.4s ease;
}

.btn-all-website:hover {
    color: #fff;
    background: rgba(0, 255, 136, 0.1);
    transition: all 0.4s ease;
}

.btn-all-website-outline:hover {
    background: #00FF88;
    transition: all 0.4s ease;
    color: #1A1C1A;
}

.nav .nav-header .box-contact_direct {
    line-height: 0.75;
    text-align: right;
    display: flex;
    gap: 15px;
    align-items: center;
}

.main_banner .headline-h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 114%;
    color: #FFFFFF;
}

.main_banner p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.chat_System img {
    width: 100px;
    height: 100px;
    z-index: 9;
    position: fixed;
    margin: 0px;
    right: 0px;
    bottom: 0px;
}


/* section choose-perfect-plan */

.choose-perfect-plan {
    padding: 70px 0px;
    position: relative;
}

.ratingstars {
    margin-bottom: 10px;
}

.choose-perfect-plan .container {
    position: relative;
    z-index: 1;
}

.choose-perfect-plan::after {
    position: absolute;
    top: 0px;
    background: #E8F8EF;
    height: 53%;
    width: 100%;
    content: "";
}

.h2-siteheadings {
    margin-bottom: 42px;
}

.h2-siteheadings h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 114%;
    letter-spacing: -0.02em;
    color: #224746;
}

.h2-siteheadings p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #224746;
}

.why_choose-pure .h2-siteheadings p {
    font-size: 21px;
    line-height: 26px;
}

.perfect_plan_box:hover {
    transition: all 0.4s ease;
    border: 2px solid #ced4da;
    box-shadow: 0px 5px 15px 8px rgba(60, 60, 60, 0.12);
}

.perfect_plan_box {
    transition: all 0.4s ease;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 8px rgba(60, 60, 60, 0.12);
    border-radius: 12px;
    padding: 30px 42px;
    height: 100%;
}

.perfect_plan_box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #224746;
}

.perfect_plan_box .btn-all-website {
    width: 100%;
    display: block;
}

.submit-btns .btn-all-website:hover,
.perfect_plan_box:hover .btn-all-website,
.perfect_plan_box .btn-all-website:hover {
    color: #1A1C1A;
    background: #fff;
    transition: all 0.4s ease;
}

.perfect_plan_box ul {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.perfect_plan_box ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* display: flex
; */
    align-items: center;
    color: #47504E;
    margin-bottom: 13px;
}

.fees-plan-dec {
    margin-bottom: 20px;
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mont-plan-dec {
    margin-bottom: 20px;
}

.mont-plan-dec p {
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #47504E;
    margin-bottom: 0px;
    text-align: center;
}

.fees-plan-dec {
    margin-bottom: 20px;
}

.fees-plan-dec p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #47504E;
}

.need-help-call {
    text-align: center;
}

.need-help-call a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-decoration: underline;
    color: #2081F0;
}

.why_choose-pure {
    background: radial-gradient(204.4% 223.9% at 50% 0%, #014751 18%, #017668 61.17%, #00CF94 100%);
    box-shadow: 0px 4px 4.8px -1px rgba(162, 173, 173, 0.53);
}

.why_choose-pure .h2-siteheadings h2,
.why_choose-pure .h2-siteheadings p {
    color: #fff;
}

.whychoose_inner ul {
    padding-left: 20px;
}

.whychoose_inner ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
    gap: 15px;
}

.whychoose_inner ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: block;
    margin-top: 5px;
}

.whychoose_inner ul li p {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
}

.whychoose_inner ul li p span {
    display: contents;
}

.whychoose_inner .h2-siteheadings p {
    margin-bottom: 0px;
}

.whychoose_inner ul li i {
    color: #00FF88;
    font-size: 18px;
}

.whychoose_inner {
    padding: 50px 0px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.whychoose_image {
    height: 100%;
}

.whychoose_image img {
    width: 100%;
    object-fit: cover;
}


/* testiminalsections */

.testimonials-pure {
    background: #F3FCF7;
    padding: 70px 0px;
}

.ratingstars i {
    color: #F3C91D;
    font-size: 16px;
}

.review_comment:hover {
    border-color: #00FF88;
}

.review_comment {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 8px rgba(60, 60, 60, 0.12);
    border-radius: 12px;
    padding: 25px;
    border: 2px solid #fff;
    transition: all 0.4s ease;
}

.review_comment .review_names {
    margin-bottom: 0px;
}

.review_comment p {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #47504E;
    min-height: 70px;
}

.review_names strong {
    font-weight: 700;
}

.review_names {
    line-height: 20px;
    color: #47504E;
    font-weight: 600;
    font-size: 17px;
}

.logo-reviews-company img:nth-child(3) {
    width: 98px;
}

.logo-reviews-company img {
    width: 103px;
    height: auto;
}

.logo-reviews-company {
    align-items: flex-start;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 35px;
}

.testimonials-pure.testimonial_deals_page .logo-reviews-company {
    padding-bottom: 0px;
    border-bottom: 0px solid #BABABA;
    margin-bottom: 5px;
}

.logo-reviews-company img:nth-child(4) {
    width: 132px;
}

.logo-reviews-company img:nth-child(2) {
    width: 80px;
}

.owl-carousel.owl-theme.owl-user-say .owl-nav button i {
    font-size: 20px;
}

.owl-carousel.owl-theme.owl-user-say .owl-nav button {
    opacity: 1;
    width: 30px;
    height: 65px;
    line-height: 0px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(-0%, -100%);
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0px, -100%);
}

.Get-connected .btn-all-website:hover,
.checkbut_section .btn-all-website:hover {
    color: #1A1C1A;
    background: #fff;
    transition: all 0.4s ease;
}

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

.Get-connected p {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #224746;
    margin-bottom: 30px;
}

.section_broadband_deals {
    background: #F3FCF7;
    padding: 70px 0px;
    position: relative;
}

.section_broadband_deals .h2-siteheadings h2,
.section_broadband_deals .h2-siteheadings p {
    color: #fff;
}

.section_broadband_deals:after {
    position: absolute;
    top: 0px;
    background-image: url(/image/catalog/Banners/gradientshap1.png);
    content: "";
    height: 345px;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}

.upper-box-content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #224746;
}

.upper-box-content {
    padding: 25px 30px 10px;
    text-align: center;
    border-bottom: 1px solid #DFE6E1;
}

.bottom-box-content {
    padding: 10px 42px 30px;
}

.section_broadband_deals .container {
    position: relative;
    z-index: 1;
}

.section_broadband_deals .perfect_plan_box:hover {
    border: 0px;
}

.section_broadband_deals .perfect_plan_box ul {
    min-height: 225px;
}

.section_broadband_deals .perfect_plan_box {
    padding: 0px;
    border: 0px;
    height: 100%;
}

.section_broadband_deals .perfect_plan_box img {
    width: 100%;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    transition: all 0.4s ease;
}


/* Filter Menu */

.section_broadband_deals .filter-menu {
    display: flex;
    padding: 20px 20px 10px;
    justify-content: space-around;
    background-color: #fff;
    list-style: none;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
    border: 1px solid #DFDEE5;
    box-shadow: 0px 32px 1px rgba(0, 0, 0, 0.20);
    align-items: center;
    margin-bottom: 1px;
}


/* Filter Buttons */

.section_broadband_deals .filter-btn {
    background-color: transparent;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 10px 20px 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    border: 0px;
    color: #47504E;
    /* position: relative; */
}

.section_broadband_deals .filter-btn.active:after {
    content: "";
    height: 3px;
    background: #015257;
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Active Filter */

.section_broadband_deals .filter-btn.active {
    color: #224746;
    /* border-bottom: 3px solid #015257; */
}


/* Hover effect */

.section_broadband_deals .filter-btn:hover {
    color: #224746;
}


/* Deal Card Styles */

.section_broadband_deals .deal-card:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.section_broadband_deals .deal-card {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background: linear-gradient(0deg, #FFFFFF 50%, #E7E7E7 210%);
    mix-blend-mode: normal;
    border: 1px solid #DFDEE5;
    box-shadow: 0px 1px 4px rgba(201, 204, 220, 0.25);
    border-radius: 7px;
}


/* Top section (Logo and headline) */

.section_broadband_deals .deal-header {
    background-color: #E8F8EF;
    padding: 30px 55px;
    border-radius: 7px 7px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}


/* Logo and Product Name */

.section_broadband_deals .deal-header h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #224746;
    margin-bottom: 0px;
}

.section_broadband_deals .deal-header img {
    max-width: 90px;
    margin-right: 25px;
    /* Space between logo and name */
}


/* Ensure the logo and text are aligned properly */

.section_broadband_deals .deal-header .d-flex {
    display: flex;
    align-items: center;
}


/* Align the exclusive text right beside the product name */

.section_broadband_deals .exclusive {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #224746;
    background: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}


/* Deal Details */

.section_broadband_deals .deal-details {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    padding: 20px 20px 20px 55px;
}

.section_broadband_deals .column p {
    word-wrap: break-word;
    max-width: 270px;
    margin-top: 4px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 143%;
    color: #47504E;
}

.section_broadband_deals .column strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #224746;
}


/* CTA Buttons */

.deal-cta {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding-right: 60px;
    flex-wrap: wrap;
    flex-direction: column;
}

.section_broadband_deals .btn-view-deal,
.section_broadband_deals .btn-call-now {
    padding: 8px 40px;
    background: #00FF88;
    border-radius: 100px;
    border: 2px solid #00FF88;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #1A1C1A;
    transition: all 0.4s ease;
}

.section_broadband_deals .btn-view-deal i,
.section_broadband_deals .btn-call-now i {
    margin-left: 5px;
}

.section_broadband_deals .btn-view-deal:hover,
.section_broadband_deals .btn-call-now:hover {
    color: #1A1C1A;
    background: #fff;
    transition: all 0.4s ease;
}

.section_broadband_deals .btn-view-deal:focus,
.section_broadband_deals .btn-call-now:focus {
    outline: 0;
    box-shadow: none;
}


/* Separation Line */

.section_broadband_deals .separation-line {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0;
}


/* Special Offer */

.section_broadband_deals .special-offer {
    padding: 14px 20px 14px 20px;
    /* margin-top: 10px; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* display: flex
; */
    /* align-items: center; */
    color: #47504E;
    margin-bottom: 0px;
    text-align: center;
}

.section_broadband_deals .title-site-page h2 {
    color: #fff;
}


/* Hide initially with a transition */

.deal-section {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    /* Adjust duration and easing as needed */
    display: none;
    /* Keep the element hidden initially */
}


/* Show class for the visible section */

.deal-section.show {
    display: block;
    opacity: 1;
}

.filterseceted span {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.7;
    display: block;
    margin-bottom: 5px;
}

.filterseceted select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.filterseceted select option {
    color: #000;
}

.filterseceted select {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: transparent;
    color: #fff;
    border: 0px;
    display: block;
    width: 100%;
    padding: 0px;
    margin-left: -4px;
}

.filterseceted {
    background: #3312DA;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    text-align: left;
    /* display: flex; */
    /* align-items: center; */
    padding: 10px 15px;
}


/* faq section */

.img-faq-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.img-faq-img {
    width: 100%;
    height: 100%;
}

.need_puretelecom_deals {
    padding: 70px 0px;
    background: #fff;
}


/* Accordion Styles */

.need_puretelecom_deals .card {
    margin: 15px 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #04136140;
    border: 0px;
    background: #FCFCFC;
    box-shadow: 0px 2px 4px rgba(60, 60, 60, 0.25);
    border-radius: 4px;
}

.need_puretelecom_deals .card:last-child {
    margin-bottom: 0px;
}

.need_puretelecom_deals .card:first-child {
    margin-top: 0px;
}

.need_puretelecom_deals .collapse.show {
    border-top: 1px solid #E7E7E7;
}

.need_puretelecom_deals .card.active .card-header {
    background-color: #F5F5FF;
}

.need_puretelecom_deals .card-header .btn.btn-link:after {
    flex-shrink: 0;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
    margin-left: auto;
    content: "\f067";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-image: unset;
    transition: all 0.5s;
    text-align: right;
    display: block;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #019376;
    right: 20px;
    position: absolute;
}

.need_puretelecom_deals .card-header .btn.btn-link:not(.collapsed)::after {
    content: "\f068";
}

.need_puretelecom_deals .card-header .btn.btn-link {
    border: 0px;
    text-align: left;
    background: transparent;
    padding: 22px 172px 20px 30px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #224746;
}

.need_puretelecom_deals .card-header .btn.btn-link:hover,
.need_puretelecom_deals .card-header .btn.btn-link:focus {
    background-color: transparent;
    border: 0px solid transparent;
    color: #019376;
    text-decoration: none;
}

.need_puretelecom_deals .card-header {
    text-align: left;
    box-shadow: none;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    /* font-size: 1.1rem; */
    font-weight: 600;
    color: #224746;
    transition: background-color 0.3s ease;
    width: 100%;
    border: 0px !important;
    border-left: 4px solid #019376 !important;
    /* border-radius: 4px; */
}

.need_puretelecom_deals .card-body p {
    color: #224746;
}

.need_puretelecom_deals .card-body {
    padding: 20px 30px 18px;
    font-size: 1rem;
    color: #224746;
    transition: all 0.3s ease;
}

.need_puretelecom_deals .accordion-item.active .card-body {
    display: block;
}

.need-help-call-sec p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #47504E;
    margin-bottom: 8px;
}

.need-help-call-sec a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #019376;
}

.need-help-call-sec {
    text-align: center;
}

.ready_puretelecom_nextstep {
    background: linear-gradient(303.08deg, #015257 7.16%, #019376 108.12%);
}

.nextstep_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.ready_puretelecom_nextstep {
    position: relative;
    overflow: hidden;
}

.rightside_minus {
    position: absolute;
    top: 50%;
    right: calc((100vw - 1200px) / -2);
    transform: translateY(-50%);
    height: 100%;
}

.nextstep_inner .h2-siteheadings h2,
.nextstep_inner .h2-siteheadings p {
    color: #fff;
}

.nextstep_inner .h2-siteheadings br {
    display: none;
}

.nextstep_inner .h2-siteheadings {
    margin-bottom: 0px;
    text-align: center;
}

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

.nextstep_inner .btn-group-hero {
    margin-top: 22px;
    color: #fff;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.46px;
    text-align: center;
}

.nextstep_inner {
    padding: 80px 0px;
}

.rightside_minus img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.list-logos li:nth-child(3) img {
    width: 98px;
}

.list-logos img {
    width: 103px;
    height: auto;
}

.list-logos li:nth-child(4) img {
    width: 132px;
}

.list-logos li:nth-child(2) img {
    width: 80px;
}

.list-logos {
    gap: 30px;
    align-items: flex-start;
    display: flex;
}

footer.footer-contact .copyright-box p a:hover,
footer.footer-contact .copyright-box a:hover {
    color: #00FF88;
}

footer.footer-contact .copyright-box p a,
footer.footer-contact .copyright-box a,
footer.footer-contact .copyright-box p.p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #224746;
}

footer.footer-contact .copyright-box {
    border-top: 1px solid #DFDEE5;
    padding: 35px 0px 20px;
    text-align: center;
}




/* check-avability-page-css 21-01-2025 */

.check-avability-page {
    background: #fff;
    padding: 30px 0px;
}

.h1-siteheadings h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 114%;
    letter-spacing: -0.02em;
    color: #224746;
}

.h1-siteheadings p {
    font-weight: 500;
    color: #224746;
    font-size: 22px;
    line-height: 29.05px;
}

.img-checkability img {
    width: 100%;
}

.list-why-telecom ul {
    list-style: none;
    padding: 0px;
}

.list-why-telecom h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.41px;
    color: #224746;
    margin-bottom: 15px;
}

.list-why-telecom {
    margin-bottom: 30px;
}

.list-why-telecom li i {
    color: #00FF88;
    font-size: 16px;
}

.whychoose_inner.list-why-telecom li {
    margin-bottom: 10px !important;
}

.whychoose_inner.list-why-telecom li,
.whychoose_inner.list-why-telecom li p {
    color: #fff !important
}

.whychoose_inner.list-why-telecom li,
.whychoose_inner.list-why-telecom li p,
.list-why-telecom li,
.list-why-telecom li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #224746;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
}

.img-checkability img {
    width: 100%;
    min-height: 538px;
    object-fit: cover;
}

.list-why-telecom li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}

.h1-siteheadings {
    margin-bottom: 35px;
}

.check_avability_form {
    background: linear-gradient(303.08deg, #015257 7.16%, #019376 108.12%);
    padding: 30px 30px;
    border-radius: 12px;
}

.check_avability-title span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: block;
    text-align: center;
    /* letter-spacing: -1px; */
}

.check_avability_form .check_avability-title p {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 29.05px;
    text-align: center;
    margin-bottom: 1rem;
}

.check_avability-title {
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 20px;
}

.stepas1_page .check_avability-title {
    padding-bottom: 0px;
    border-bottom: 0px dashed #fff;
    margin-bottom: 00px;
}

.stepas1_page .logo-reviews-company {
    padding-bottom: 0px;
    border-bottom: 0px solid #BABABA;
    margin-bottom: 0px;
    gap: 50px;
    margin-top: 25px;
}

.stepas1_page .img-checkability img {
    min-height: 480px;
}

.stepas1_page .check_avability_form {
    padding: 25px 25px 30px;
}

.stepas1_page .check_avability_form .check_avability-title p {
    font-size: 18px;
    line-height: 29.05px;
    margin-top: 0px;
}

.stepas1_page .logo-reviews-company img:nth-child(3) {
    width: 78px;
}

.stepas1_page .logo-reviews-company img:nth-child(2) {
    width: 71px;
}

.stepas1_page .logo-reviews-company img {
    width: 81px;
}

.check_avability-title h2 {
    font-size: 28px;
    line-height: 33.89px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.check_avability_form label {
    font-size: 16px;
    line-height: 19.36px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.check_avability_form label span {
    color: #224746;
}

.check_avability_form .form-control,
.switch-card-body .form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 0.7rem + 2px);
    padding: 0.35rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.8;
    color: #224746;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.right_blog_fix T.check_avability_form p {
    color: #fff;

}

.check_avability_form p {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 22.05px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
}

.check_avability_form .logo-reviews-company img:nth-child(4) {
    width: 101px;
    filter: brightness(0) invert(1);
}

.check_avability_form .logo-reviews-company img:nth-child(3) {
    width: 78px;
}

.check_avability_form .logo-reviews-company img {
    width: 81px;
    height: auto;
}

.check_avability_form .logo-reviews-company img:nth-child(2) {
    width: 71px;
}

.check_avability_form .logo-reviews-company {
    justify-content: space-between;
}

.check_avability_form .logo-reviews-company {
    padding-bottom: 0px;
    border-bottom: 0px solid #BABABA;
    margin-bottom: 0px;
    margin-top: 20px;
}

section.checkbut_section {
    padding: 70px 0px;
    background: #fff;
}

.need_page_deals {
    background-color: #F3FCF7;
}

.stepb_page .h1-siteheadings h1,
.stepb_page .h1-siteheadings p {
    margin-bottom: 15px;
}

.botted-borders {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 65%;
    margin: 0px auto 40px;
}

.span-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #224746;
}

.stepb_page .perfect_plan_box h3 {
    margin-bottom: 20px;
}

.recommended-plans {
    background: linear-gradient(303.08deg, #015257 7.16%, #019376 108.12%);
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.stepb_page .perfect_plan_box.recommended-star-plans {
    padding: 0px;
}

.recommended-plans-contents {
    padding: 30px 42px;
} 



.stepb_page .perfect_plan_box ul {
    margin-bottom: 10px;
}

.stepb_page .perfect_plan_box {
    padding: 30px 32px;
}

.stepb_page .mont-plan-dec p {
    font-size: 16px;
}

.check_avability_form.form-grou_stepb-2 {
    padding: 25px 20px;
}

.check_avability_form.form-grou_stepb-2 .form-group label,
.check_avability_form.form-grou_stepb-2 .form-group .btn-all-website {
    white-space: nowrap;
}

.check_avability_form.form-grou_stepb-2 .form-group {
    gap: 15px;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.section-switch-forms {
    padding: 40px 0px;
    font-family: "Inter", sans-serif;
}

.switch-header-card h2 {
    color: #224746;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.switch-card {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #E9E8EE;
    /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); */
}

.switch-card-body {
    margin-top: 20px;
}

.switch-card-body label {
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #224746;
    margin-bottom: 5px;
    display: block;
}


/* 
.switch-card-body .form-control {
  font-size: 14px;
} */

.switch-card .confim-btn-button {
    width: 100%;
    background-color: #FFE146;
    color: #224746 !important;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 16px 10px 16px;
    border: 0px;
    border-radius: 5px;
    font-weight: bold;
}

.switch-card .confim-btn-button:hover {
    background-color: #224746;
    color: #ffffff !important;
}

.switchtoprovider {
    background-color: #F5F3FF;
    border-radius: 0px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #224746;
    text-align: center;
    margin-bottom: 15px;
}

.switch-card label span {
    color: #224746;
}

.stepb_page .btn-all-website:hover {
    color: #1A1C1A;
    background: #fff;
    transition: all 0.4s ease;
}

.need-help-msg p a {
    color: #00ff88;
}

.need-help-msg p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #224746;
    text-align: center;
    margin-bottom: 0px;
}

.need-help-msg {
    background-color: #ffffff;
    padding: 25px 35px;
    border-radius: 4px;
    border: 1px solid #E9E8EE;
}

.switch-card .botted-borders {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 6px auto 15px;
}

.select-plan-cards {
    background-color: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.select-plan-cards .deal-header {
    background-color: #E8F8EF;
    border-radius: 4px 4px 0 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 40px;
    height: auto;
    text-align: center;
}

.select-plan-cards .deal-details {
    padding: 0px 15px 0px;
}

.submit-btns {
    padding: 20px 20px 25px;
    text-align: center;
}

.submit-btns p a {
    color: #00ff88;
    text-decoration: underline;
    font-weight: 600;
}

.select-plan-cards .deal-details .column {
    border-bottom: 1px solid #DFDEE5;
    margin-top: 0px !important;
    padding: 17px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select-plan-cards .deal-header h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #224746;
    margin-bottom: 12px;
}

.select-plan-cards .deal-header h3 {
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    color: #224746;
    margin-bottom: 12px;
}

.select-plan-cards .column strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #224746;
}

.select-plan-cards .deal-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #47504E;
}

.select-plan-cards .column p {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #47504E;
    margin-top: 4px;
    margin-bottom: 0px;
}

.next-stepsectin h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #224746;
    margin-bottom: 25px;
}

.next-stepsectin_box img {
    width: 180px;
    object-fit: cover;
}

.next-step-content h3 {
    font-weight: 500;
    color: #224746;
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 6px;
}

.next-step-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: #224746;
    margin-bottom: 0px;
}

.next-stepsectin_box {
    display: flex;
    gap: 20px;
}

.next-step-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: -6px;
}

.need-assistance_border {
    width: 100%;
    border-left: 1px solid #00FF88;
    padding-left: 20px;
}

.need-assistance_border p:last-child {
    margin-bottom: 0px;
}

.need-assistance {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: #224746;
    margin-bottom: 5px;
}

.need-assistance {
    background-color: #E8F8EF;
    border-radius: 4px;
    padding: 12px 30px;
    display: flex;
    margin: 40px 0px;
    gap: 25px;
}

.need-assistance h4 {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #224746;
    font-weight: 600;
    margin-bottom: 0px;
    width: fit-content;
}

.navbar-main--links .nav-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.navbar-main--links .nav-item {
    position: relative;
}

.navbar-main--links .dropdown-menu {
    display: none;
    position: absolute;
    top: 92%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    padding: 8px 0px;
    border-top: 4px solid #00ff88;
    left: 1rem;
}

.nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:first-child .dropdown-menu {
    left: 0rem;
}

ul.nav-list li.nav-item.nav-list--item ul.dropdown-menu li a:hover {
    color: #00ff88 !important;
}

ul.nav-list li.nav-item.nav-list--item ul.dropdown-menu li a {
    padding: 0px !important;
    color: #1A1C1A !important;
}

.navbar-main--links .dropdown-menu li {
    padding: 5px 10px;
}

.blog_listing_outer {
    padding: 30px 0px 50px;
}

.first-blog-img img {
    width: 100%;
    transition: .6s;
}

.listings_blogs {
    margin-top: 30px;
}

.first-blog-content {
    padding: 15px 0px;
}

.first-blog-img {
    overflow: hidden;
    border-radius: 10px;
    background: #E8F8EF;
}

.first-blog-img:hover img {
    transform: scale(1.2);
    overflow: hidden;
    transition: .6s;
}

.first-blog-content h2,
.blog_details_inner h2,
.about_listing_outer h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 141%;
    letter-spacing: -0.02em;
    color: #224746;
}

.blog_details_inner {
    padding-top: 20px;
}

.blog_details_inner a {
    color: #47504E;
    text-decoration: underline;
}

.blog_details_inner p {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #47504E;
}

.blog_details_inner img,
.blog_details_img img {
    width: 100% !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
}

.blog_details_inner img.img-fluid {
    width: 100% !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
}

.blog_details_inner h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: -0.02em;
    color: #224746;
}

.date_blogs {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #224746;
}

.date_blogs i {
    color: #224746;
}

.read_more_links:hover {
    color: #2d7b33;
}

.read_more_links {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #224746;
}

.first-blog-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #47504E;
}

.date_blogs {
    margin-bottom: 10px;
}

.author_img-img img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.author_img-img h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #224746;
    margin-bottom: 0px;
}

.author_img-img {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.first-blog-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.more_articalss .first-blog-img {
    height: 300px;
}

.more_articalss .first-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listings_blogs .first-blog-img {
    height: 205px;
}

.listings_blogs .first-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listings_blogs .first-blog-content h2,
.more_articalss .first-blog-content h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 133%;
    letter-spacing: -0.02em;
    color: #224746;
}

.auhtoheaders .author_img-img img {
    width: 50px;
    height: 70px;
}

.auhtoheaders .author_img-img {
    margin-top: 0px;
}

.auhtoheaders {
    background: #fff;
    border-width: 0px 0px 4px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.auhtoheaders .author_img-img h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #224746;
    margin-bottom: 10px;
}

.auhtoheaders .btn-all-website:hover {
    color: #000;
    background: rgba(0, 255, 136, 0.1);
    transition: all 0.4sease;
}

.auhtoheaders .btn-all-website {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 11px;
    display: inline-block;
}

.auhtoheaders ul.list-sharing {
    padding: 0px;
    display: flex;
    list-style: none;
    gap: 10px;
}

.auhtoheaders .share-tititle {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #224746;
    margin-bottom: 2px;
}

.auhtoheaders .list-sharing .fas,
.auhtoheaders .list-sharing .far,
.auhtoheaders .list-sharing .fab {
    font-size: 20px;
}

.auhtoheaders .list-sharing a {
    color: #2d7b33;
    font-size: 20px;
}

.auhtoheaders.authdetails h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 21px;
    color: #224746;
    margin-bottom: 10px;
}

.right_blog_fix .check_avability_form h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 141%;
    letter-spacing: -0.02em;
    color: #fff !important;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.categrie_cards {
    background: #FFFFFF;
    border: 1px solid #CCF2D0;
    box-shadow: 0px -1px 7px 1px rgba(60, 60, 60, 0.06);
    border-radius: 10px;
    padding: 15px 20px;
}

.categrie_cards li a:hover {
    color: #2d7b33;
    font-weight: 600;
    transition: all .32sease-out;
}

.categrie_cards li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #47504E;
    transition: all 0.3sease-out;
}

.categrie_cards ul {
    padding-left: 0px;
    list-style: none;
}

.categrie_cards h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 141%;
    letter-spacing: -0.02em;
    color: #224746;
}

.right_blog_fix .check_avability_form {
    padding: 30px 30px;
    background: radial-gradient(204.4% 223.9% at 50% 0%, #014751 18%, #017668 61.17%, #00CF94 100%);
    box-shadow: 0px 4px 4.8px -1px rgba(162, 173, 173, 0.53);
    border-radius: 10px;
}

.img_aboutuse img {
    border-radius: 10px;
    margin-bottom: 15px;

}

.about_listing_outer {
    padding: 30px 0px 50px;
}

section.why_choose-pure.about_whychoose {
    padding: 45px 0px;
}

section.why_choose-pure.about_whychoose .whychoose_inner ul li a {
    color: #FFFFFF;
}

section.why_choose-pure.about_whychoose .whychoose_inner ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: block;
    margin-top: 5px;

}

section.why_choose-pure.about_whychoose .whychoose_image a {
    text-decoration: underline;
    color: #FFFFFF;

}

section.why_choose-pure.about_whychoose .whychoose_image p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: block;
    margin-top: 5px;
}

section.why_choose-pure.about_whychoose .whychoose_image img {
    border-radius: 10px;
    margin-bottom: 15px;
}

section.why_choose-pure.about_whychoose .whychoose_inner .d-lg-none.d-block p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.need_puretelecom_deals.faq_faqs {
    padding: 40px 0px 50px;
}

.article.article-information .card-body p a {
    text-decoration: underline;
    color: #47504E;
}

.article.article-information h3,
.article.article-information h2 {
    font-weight: 600;
    color: #224746;
    width: 100%;
}

.custom-informationpages .link.stretched-link {
    font-weight: 600;
    color: #224746;
}

section.why_choose-pure.about_whychoose .whychoose_inner {
    padding: 0px 0px;
}

.section.section-guaranteed--guaranteed .card .card-body .box-button .p {
    margin-top: 1rem;
}

.section.section-guaranteed--guaranteed .list-benefits {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 1rem;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 2rem 0;
}

.section.section-guaranteed--guaranteed .list-benefits li {
    position: relative;
    padding: 0.75rem 0;
    padding-left: 2rem;
    font-weight: 500;
    border-bottom: 1px dashed #f2efef;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
}

.blockquote.blockquote-reviews b,
.blockquote.blockquote-reviews strong {
    color: #224746;
}

.blockquote.blockquote-reviews {
    font-weight: 400;
    color: #1d2927;
    font-size: 16px;
    line-height: 1.5;
}

.section.section-guaranteed--guaranteed .list-benefits li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1rem;
    color: #7bb732;
}

.blockquote.blockquote-reviews {
    width: 100%;

    border-left: 4px solid #333;
    padding: 15px 20px;
}

.blockquote.blockquote-reviews {
    width: 100%;

    border-left: 4px solid #333;
    padding: 15px 20px;
    max-width: 100%;
    margin-bottom: 15px !important;
    display: block;
    margin: 20px 0px 15px;
    border-radius: 10px;
}

.double-imgs img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.single-imgs {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.about_listing_outer .right_blog_fix p {
    color: #fff;
}

.about_listing_outer p {
    color: #47504E;

}

.about_listing_outer p a {
    text-decoration: underline;
    color: #47504E;
}

.box-button .btn-all-website:hover {
    color: #1A1C1A;
}

.about_listing_outer ul.list.list-check {
    list-style: none;
    margin: 0px 0px 20px;
    padding: 0;
    color: #000;
}

.about_listing_outer ul.list.list-check li i::before {
    position: unset;
    top: 50%;
    /* left: 50%; */
    transform: unset;
}

.about_listing_outer ul.list.list-check li i {
    font-size: 18px;
    /* font-size: 1.625rem; */
    color: #00FF88;
    position: relative;
    /* top: 50%; */
    /* left: 0; */
    transform: unset;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 0;
    box-shadow: none;
    width: auto;
}

.about_listing_outer ul.list.list-check li::before {
    display: none;
}

.about_listing_outer ul.list.list-check li {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 6px 0px;
    font-weight: bold;
    border-top: 1px solid #dbd3d3;
    margin-top: 0;
    position: relative;
    /* padding-left: 60px; */
    display: flex;
    align-items: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #47504E;
    border: 0px;
    gap: 10px;
}

.row-customs {
    display: flex;
    /* flex-wrap: wrap; */

    gap: 20px;
}

.row-customs-outer {
    box-shadow: 0px 0px 8.8px -1px rgba(162, 173, 173, 0.53);
    border-radius: 10px;
    padding: 15px 18px;
    background: #FFFFFF;

}

.col-left p a {
    color: #224746;
    text-decoration: underline;
}

.col-left p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 26px;
    color: #47504E;
}

.call_phones a {
    color: #224746;
    font-weight: bold;
}

.call_phones {
    font-weight: 500;
    font-size: 18px;
    line-height: 141%;
    color: #224746;
    margin-bottom: 20px;
}

.contact_outer .img_aboutuse img {
    width: 100%;
}

.contact_outer .right_blog_fix .check_avability_form p {
    margin-top: 8px;
    margin-bottom: 20px;
}

.contact_outer form.form-broadband .form-group textarea.form-control {
    height: 100px;
}

.pure_tele_des {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #224746;
    margin-bottom: 0px;
    text-align: center;
}

.col-left {
    width: 28%;
}

.col-center {
    width: 44%;
}

.contact_outer .check_avability_form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
}

.contact_outer form.form-broadband .form-group .form-control {
    height: 40px;
    border-radius: 8px;
}

.col-right {
    width: 28%;
}

.contact_outer .right_blog_fix .check_avability_form {
    padding: 20px 20px;
}

.col-right p {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #224746;
}

section.contact_outer {
    padding: 30px 0px 40px;
}

.contact_outer .check_avability_form label {
    font-size: 16px;
    line-height: 19.36px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 500 !important;
}

.contact_outer .right_blog_fix h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
}

.contact_outer .right_blog_fix .img_aboutuse h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #224746;
    text-align: left;
}

.logoss-pure .logo-reviews-company img {
    width: 170px !important;
    height: auto;
    filter: grayscale(1);
    transition: ease 0.3s all;
}

.logoss-pure .logo-reviews-company img:hover {
    filter: none;
}

.yourconetionss {
    padding: 50px 0px;
}

.opens_opens {
    font-size: 12.5px;
    margin-top: 0px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0px 0px !important;
    ;
}

.nav .nav-header .box-contact_direct a.title-phone {
    text-align: left;
}

.custom-informationpages address strong,
.custom-informationpages p strong {
    font-weight: 600;
}

.custom-informationpages h6,
.custom-informationpages h4,
.custom-informationpages h4,
.custom-informationpages h3,
.custom-informationpages h2,
.custom-informationpages h1 {
    font-weight: 600;
    color: #224746;
}

.custom-informationpages .card.card-address address a,
.custom-informationpages table td a,
.custom-informationpages ol li a,
.custom-informationpages ul li a {
    text-decoration: underline;
    color: #47504E;
}

.custom-informationpages .table thead {
    font-weight: 600;
    background: radial-gradient(204.4% 223.9% at 50% 0%, rgb(1, 71, 81) 18%, rgb(1, 118, 104) 61.17%, rgb(0, 207, 148) 100%);
}

.custom-informationpages .table thead th {
    color: #fff;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
}

.custom-informationpages tbody tr td {
    color: #47504E;
}

.custom-informationpages ul {
    font-weight: 400;
}

.custom-informationpages li {
    color: #47504E;
}

.custom-informationpages .table {
    margin-bottom: 0px;

}

.custom-informationpages {
    word-wrap: break-word;
}

.custom-informationpages .card.table-responsive {
    margin-bottom: 1rem;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 0px 8.8px -1px rgba(162, 173, 173, 0.53);
    border-radius: 10px;
}

.custom-informationpages tbody tr:nth-of-type(odd) {
    background-color: #E8F8EF;
}

.custom-informationpages .address .address__text .title {
    width: 100%;
    max-width: 185px;
    display: inline-block;
    font-weight: 600;
}

.custom-informationpages .address .address__text {
    margin: 0;
    display: flex;
    margin-bottom: 4px;
}

@media screen and (min-width:1250.98px) {
    .main_banner {
        min-height: 35rem;
        padding-top: 112px;
    }
}

@media screen and (min-width:991.98px) {
    .fix-right-sticky {
        position: sticky;
        top: 40px;
    }

    .contact_outer .right_blog_fix {
        position: unset;
    }

    .right_blog_fix {
        position: sticky;
        top: 120px;
    }

    .navbar-main--links .nav-item:hover .dropdown-menu {
        display: block;
    }

    .owl-carousel.owl-theme.owl-user-say .owl-stage-outer .item {
        padding: 20px 0px 30px;
    }

    .testimonials-pure .h2-siteheadings {
        margin-bottom: 25px;
    }

    .owl-carousel.owl-theme.owl-user-say button.owl-prev {
        color: #014751;
        background: transparent;
        transform: translate(-10px, -50%);
    }

    .owl-carousel.owl-theme.owl-user-say {
        padding: 0px 30px;
    }

    .owl-carousel.owl-theme.owl-user-say .owl-nav.disabled {
        display: block !important;
    }

    .owl-carousel.owl-theme.owl-user-say button.owl-next {
        color: #015257;
        background: transparent;
        right: 0px;
        transform: translate(10px, -50%);
    }
}

@media screen and (min-width:1199.98px) {
    .nav .navbar-main--links .wrapper-navbar .nav-list {
        flex-direction: row;
    }

    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:first-child a {
        padding-left: 0px;
    }

    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item:last-child a {
        padding-right: 0px;
    }

    header.fixed .nav {
        background: #13231D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    main.main {
        margin-top: 102px;
    }

    main.main>section.main_banner {
        margin-top: -102px;
    }

    header .nav {
        background: linear-gradient(90.32deg, #0000005c 34.18%, #23232394 82.65%);
        padding: 0;
        margin: 0;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px;
        -moz-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px;
        box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px;
    }
}

@media screen and (max-width:1199.98px) {
    .nav .wrapper-nav {
        position: fixed !important;
        top: 0px;
        background: #13231D;
    }

    main.main {
        margin-top: 57.98px
    }

    .main_banner {
        padding-top: 100px;
    }

    .container {
        max-width: 100%;
    }

    .nav .nav-header .title-logo .link-logo .logo {
        height: 42px;
    }

    .nav .navbar-main--links.show {
        left: 0;
    }

    header {
        background: #13231D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item a {
        font-family: "Work Sans", serif;
        font-style: normal;
       /* font-weight: 600;*/
        font-size: 18px;
        line-height: 160%;
        color: #FFFFFF;
        padding: 0.75rem  0px;
    }
    .navbar-main--links .nav-list {
        gap: 0px;
    }
    .nav .navbar-main--links .wrapper-navbar .nav-list {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    header.fixed .nav .wrapper-nav {
        position: relative;
        background: #13231D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px;
        -moz-box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px;
        box-shadow: rgba(0, 0, 0, 0.14) 0 2px 6px -3px;
        z-index: 9;
    }

    header.fixed .nav .wrapper-nav {
        position: fixed;
    }

    .mobile-toggle-screen {
        display: flex !important;
        justify-content: end;
        gap: 15px;
    }

    .mobile-toggle-screen .link-call {
        box-shadow: 0 5px 11px 0 rgba(28, 46, 45, 0.18), 0 4px 15px 0 rgba(28, 46, 45, 0.15);
    }

    .mobile-toggle-screen .link-call {
        padding: 4px 13px;
        background: #00FF88;
        border-radius: 100px;
        border: 2px solid #00FF88;
        font-size: 1rem;
        font-weight: 600;
        line-height: 20px;
        color: #1A1C1A;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .nav .navbar-main--links {
        max-width: 320px;
        width: 100%;
        border-top: 0px solid #f2efef;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        transition: ease 0.3s all;
        overflow-y: auto;
        z-index: 100;
        background: #13231D; /*radial-gradient(204.4% 223.9% at 50% 0%, #014751 18%, #017668 61.17%, #00CF94 100%);*/
    }
    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item{
        border-top: 0px!important;
    }
    .nav .navbar-main--links .wrapper-navbar .nav-list .nav-list--item{
      /*  border-bottom: 1px solid #296E71;*/
        border-top: 0px!important;
    }
    .nav .navbar-main--links .navbar {
        height: calc(100vh - 75.5px);
        overflow-y: auto;
    }
    .nav .navbar-main--links .navbar {
        padding-top: 10px;
    }
}

@media (max-width:991.98px) {
    .row-customs {
        flex-wrap: wrap;
        gap: 25px;
    }

    .col-left {
        order: 2;
    }

    .col-center {
        order: 1;
    }

    .col-right {
        order: 3;
    }

    .col-left,
    .col-center,
    .col-right {
        width: 100%;
    }

    .contact_outer .right_blog_fix .img_aboutuse {
        text-align: center;
    }

    .contact_outer .right_blog_fix .img_aboutuse img {
        width: 100% !important;
    }

    .col-left .right_blog_fix {
        text-align: center;
    }

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

    .contact_outer .right_blog_fix .img_aboutuse h2 {
        text-align: center;
    }

    .logoss-pure .logo-reviews-company img {
        width: 100px !important;
        height: auto;
    }

    .contact_outer .right_blog_fix .check_avability_form {
        padding: 20px 15px;
    }

    .row-customs-outer {
        padding: 20px 15px;

    }

    .card.cards-benefits .card-body {
        padding: 15px 15px 30px;
    }

    .navbar-main--links .dropdown-menu {
        position: static;
        display: none;
        margin: 0px 1rem;
        box-shadow: none;
        border: 0px;
        padding: 0px;
        list-style: disc;
        padding-left: 28px;
    }

    .navbar-main--links .dropdown-menu li {
        padding: 5px 0px;
    }

    .navbar-main--links .dropdown-menu.show {
        display: block;
    }

    .check-avability-page {
        background: #fff;
        padding: 40px 0px 0px;
    }

    section.testimonials-pure.testimonials-pure_inner {
        margin-bottom: 0px;
        padding: 40px 0px;
    }

    .custom-informationpages .h1-siteheadings {
        text-align: left;
    }

    .h1-siteheadings {
        margin-bottom: 35px;
        text-align: center;
    }

    .check_avability_form .logo-reviews-company img:nth-child(4) {
        display: block;
    }

    .check_avability_form .logo-reviews-company {
        gap: 15px;
        display: grid !important;
        justify-content: center;
        grid-template-columns: 40% 50%;
        margin-top: 30px !important;
        text-align: center;
        padding: 0px 30px !important;
    }

    .check_avability_form .logo-reviews-company img {
        margin-left: auto;
        margin-right: auto;
    }

    .check_avability_form {
        padding: 30px 20px;
    }

    .h1-siteheadings p {
        font-size: 20px;
        line-height: 23.46px;
    }

    .h1-siteheadings h1 {
        font-size: 25px;
    }

    .card.accdidaion-footer-item:first-child {
        border-top: 1px solid #DFDEE5;
    }

    .why_choose-pure .h2-siteheadings p {
        font-size: 20px;
    }

    .card.accdidaion-footer-item ul.list.list-unstyled {
        margin-top: 0px;
    }

    .card.accdidaion-footer-item .card-body {
        padding-bottom: 0px;
    }

    .card.accdidaion-footer-item .list-unstyled li {
        margin-bottom: 15px;
    }

    .card.accdidaion-footer-item .list-unstyled li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.77px;
        text-align: left;
        color: #224746;
    }

    .card.accdidaion-footer-item {
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid #DFDEE5;
        background: transparent;
        padding: 20px 20px;
    }

    .list-logos {
        gap: 15px;
        display: grid !important;
        justify-content: center;
        grid-template-columns: 40% 50%;
        margin-top: 30px !important;
        text-align: center;
        padding: 0px 30px !important;
    }

    footer.footer-contact {
        padding-bottom: 0px;
    }

    footer.footer-contact .copyright-box {
        border-top: 0px solid #DFDEE5;
        padding: 0px 0px 20px;
    }

    .logo-reviews-company {
        gap: 25px;
    }

    .card-header.footer-heading {
        padding: 0px;
        background: transparent;
        border: 0px;
    }

    .card-header.footer-heading h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 20px;
        font-weight: 700;
        line-height: 23.46px;
        text-align: left;
    }

    .main_banner .headline-h1,
    .main_banner p {
        text-align: center;
    }

    .owl-carousel.owl-theme.owl-user-say .owl-stage-outer .item {
        padding: 20px 0px;
    }

    .btn-group-hero {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobilehero_img img {
        width: 100%;
    }

    .mobilehero_img {
        margin-top: -160px;
        z-index: 0;
        position: relative;
    }

    .main_banner .container {
        position: relative;
        z-index: 1;
    }

    .btn-all-website,
    .btn-all-website-outline {
        font-size: 17px;
    }

    .main_banner {
        display: block;
        background: #02130E;
        min-height: unset;
    }

    .choose-perfect-plan,
    .section_broadband_deals,
    .need_puretelecom_deals,
    .nextstep_inner {
        padding: 40px 0px;
    }

    .testimonials-pure {
        padding: 60px 0px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .nextstep_inner .h2-siteheadings {
        width: 100%;
        padding: 0px 20px;
    }

    .nextstep_inner .h2-siteheadings br {
        display: block;
    }

    .rightside_minus {
        position: unset;
        transform: unset;
        margin: 0px -15px;
    }

    .nextstep_inner .h2-siteheadings p {
        margin-bottom: 5px;
    }

    .h2-siteheadings p {
        font-size: 20px;
        font-weight: 500;
        line-height: 23.46px;
    }

    .h2-siteheadings h2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 29.33px;
        letter-spacing: -0.02em;
        margin-bottom: 18px;
    }

    .Get-connected p {
        font-size: 20px;
        font-weight: 600;
        line-height: 23.46px;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .perfect_plan_box {
        padding: 25px;
    }

    .perfect_plan_box h3 {
        font-size: 21px;
        font-weight: 600;
        line-height: 24.63px;
        text-align: center;
    }

    .perfect_plan_box ul li {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.77px;
    }

    .mont-plan-dec p {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.77px;
    }

    .fees-plan-dec p {
        font-size: 14px;
        line-height: 16.42px;
    }

    .perfect_plan_box ul {
        display: block;
        min-height: unset;
    }

    .need-help-call a {
        font-size: 16px;
        font-weight: 600;
        line-height: 18.77px;
    }

    .whychoose_inner ul {
        padding-left: 0px;
    }

    .whychoose_inner {
        padding: 35px 15px 0px;
        position: relative;
        z-index: 1;
    }

    .why_choose-pure .container .col-lg-6 {
        padding: 0px;
    }

    .why_choose-pure .container .row {
        margin: 0px;
    }

    .why_choose-pure .container {
        padding: 0px 0px;
    }

    .whychoose_inner ul li p {
        font-size: 21px;
        font-weight: 600;
        line-height: 24.63px;
    }

    .whychoose_image {
        height: 100%;
        margin-top: -100px;
    }

    .whychoose_inner {}

    .whychoose_inner ul li span {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.77px;
        letter-spacing: -0.02em;
    }

    .why_choose-pure {
        background: #014751;
    }

    .owl-carousel.owl-theme.brodbanedeal-slider .owl-nav button,
    .owl-carousel.owl-theme.owl-user-say1 .owl-nav button,
    .owl-carousel.owl-theme.owl-user-say .owl-nav button,
    .owl-carousel.owl-theme.owl-broadband .owl-nav button {
        background: #00FF88;
        opacity: 1;
        color: #fff;
        width: 25px;
        height: 70px;
        /* font-size: 40px; */
        line-height: 0px;
        padding: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        color: #1A1C1A;
        box-shadow: 0px 1px 25px 0px #211E1B80;
        /* font-size: 22px !important; */
    }

    .logo-reviews-company img:nth-child(4) {
        display: none;
    }

    .section_broadband_deals:after {
        background-image: url(/image/catalog/Banners/mobilegradientshap1.png);
        height: 63%;
    }

    section.section_broadband_deals {
        overflow: hidden;
    }

    /* .testimonials-pure .reviews_grid, .testimonials-pure .reviews_grid .owl-carousel, .brodbanedeal-slider {
    margin: 0px -15px;
  } */
    .testimonials-pure .reviews_grid,
    .brodbanedeal-slider_inner {
        margin: 0px -20px;
    }

    .section_broadband_deals .deal-section {
        margin: 0px -20px;
    }

    .upper-box-content p {
        font-size: 16px;
        font-weight: 600;
        line-height: 18.77px;
        text-align: center;
    }

    .section_broadband_deals .perfect_plan_box ul {
        min-height: unset;
    }

    .perfect_plan_box {
        border-radius: 15px;
    }

    .brodbanedeal-slider .owl-carousel {
        padding: 0px 20px;
    }

    .brodbanedeal-slider,
    .testimonials-pure .reviews_grid .owl-carousel {
        padding: 0px 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 13px !important;
        height: 13px !important;
        margin: 5px 5px !important;
        background: #D2D6EC !important;
    }

    .brodbanedeal-slider_inner .owl-theme .owl-dots .owl-dot:hover span,
    .brodbanedeal-slider_inner .owl-theme .owl-dots .owl-dot.active span {
        background: #FFFFFF !important;
    }

    .section_broadband_deals .deal-card:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .section_broadband_deals .deal-header,
    section.page_broadband_deals .deal-header {
        padding: 20px;
        height: auto;
        text-align: center;
    }

    .section_broadband_deals .deal-header .d-flex,
    .section_broadband_deals .deal-header,
    .section_broadband_deals .deal-details {
        display: block !important;
    }

    section.page_broadband_deals .deal-details .column strong,
    .section_broadband_deals .column strong {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    .section_broadband_deals .column p {
        text-align: center;
    }

    section.page_broadband_deals .deal-details .column p,
    .section_broadband_deals .column p {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .section_broadband_deals .deal-details {
        padding: 0px 20px 20px;
    }

    .page_broadband_deals .deal-header img,
    .section_broadband_deals .deal-header img {
        max-width: 94px;
        margin-right: 0px;
        margin: 0px auto 15px;
    }

    .page_broadband_deals .deal-card .column.lastchilborder,
    .section_broadband_deals .deal-card .column.lastchilborder {
        border-bottom: 0px;
    }

    .page_broadband_deals .deal-header h3,
    .section_broadband_deals .deal-header h3 {
        margin-bottom: 15px;
    }

    .section_broadband_deals .btn-view-deal,
    .section_broadband_deals .btn-call-now {
        padding: 8px 20px;
        max-width: 129px;
    }

    .section_broadband_deals .exclusive {
        width: fit-content;
        margin: auto;
    }

    .deal-cta {
        padding-right: 0px;
        flex-direction: unset;
        justify-content: center;
    }

    .page_broadband_deals .deal-card .column,
    .section_broadband_deals .deal-card .column {
        border-bottom: 1px solid #DFDEE5;
        margin-top: 0px !important;
        padding: 20px 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #224746 !important;
    }

    .testimonials-pure .h2-siteheadings {
        margin-bottom: 30px;
        text-align: center;
    }

    .section_broadband_deals .special-offer {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.79px;
        text-align: center;
    }

    .need_puretelecom_deals .card-header .btn.btn-link {
        font-size: 17px;
        font-weight: 600;
        line-height: 19.94px;
        text-align: left;
    }

    .need_puretelecom_deals .card-header .btn.btn-link {
        padding: 20px 52px 20px 20px;
    }

    .need_puretelecom_deals .card-body {
        padding: 20px 20px 20px;
    }

    .need-help-call-sec a {
        font-size: 21px;
        font-weight: 600;
        line-height: 24.63px;
        text-align: left;
    }

    .nextstep_inner .btn-all-website,
    .nextstep_inner .btn-all-website-outline {
        width: 100%;
    }

    .nextstep_inner .btn-group-hero {
        margin-top: 25px;
        font-size: 20px;
        font-weight: 500;
        line-height: 23.46px;
        text-align: center;
        gap: 15px;
    }

    .filterseceted {
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 3px;
        text-align: left;
        /* display: flex
; */
        /* align-items: center; */
        padding: 10px 15px;
        background: #016C63;
        border: 1px solid #FFFFFF66;
    }

    .filterseceted span {
        font-weight: 400;
        font-size: 11px;
        line-height: 12.9px;
        text-transform: uppercase;
        color: #FFFFFF;
        opacity: 0.7;
        display: block;
        margin-bottom: 5px;
    }

    .filterseceted select {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        background: transparent;
        color: #fff;
        border: 0px;
        display: block;
        width: 100%;
        padding: 0px;
        margin-left: -4px;
    }

    .img-checkability img,
    .stepas1_page .img-checkability img {
        min-height: unset;
    }

    section.check-avability-page.stepas1_page {
        padding: 40px 0px;
    }

    .stepas1_page .logo-reviews-company {
        gap: 30px;
        margin-top: 35px;
    }

    .check-avability-page.stepd_page {
        padding-bottom: 20px;
    }

    .check-avability-page.stepc_page {
        padding-bottom: 50px;
    }

    .listings_blogs {
        margin-top: 10px;
    }

    .listings_blogs .first-blog-content h2,
    .about_listing_outer h2,
    .more_articalss .first-blog-content h2,
    .first-blog-content h2,
    .blog_details_inner h2,
    .right_blog_fix .check_avability_form h3 {
        font-size: 22px;
        line-height: 133%;
    }

    .blog_details_inner h3 {
        font-size: 20px;
        line-height: 133%;
    }

    .auhtoheaders .author_img-img img {
        margin: auto;
    }

    section.why_choose-pure.about_whychoose .whychoose_image img {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    section.why_choose-pure.about_whychoose {
        padding: 45px 0px 0px;
    }

    section.why_choose-pure.about_whychoose .whychoose_inner,
    section.why_choose-pure.about_whychoose .whychoose_image p {
        padding: 0px 15px;
    }

    .about_listing_outer ul.list.list-cards-benefits .list-cards-benefits__item {
        padding-right: 0px;
    }

    .about_listing_outer ul.list.list-cards-benefits {
        margin: 0px 15px;
    }
}

@media (max-width:767.98px) {
    .main_banner .headline-h1 br {
        display: block;
    }

    .aboutUspage .mt-5 {
        margin-top: 1.5rem !important;
    }

    .blog_listing_outer {
        padding: 40px 0px 40px;
    }

    .botted-borders {
        width: 100%;
    }

    .submit-btns {
        padding: 20px 10px;
    }

    .listings_blogs .first-blog-img {
        height: 300px;
    }

    .check_avability_form.form-grou_stepb-2 .form-group label,
    .check_avability_form.form-grou_stepb-2 .form-group .btn-all-website {
        white-space: nowrap;
        width: 100%;
    }

    .check_avability_form.form-grou_stepb-2 .form-group label {
        margin-bottom: 8px;
    }

    .check_avability_form.form-grou_stepb-2 .form-group .btn-all-website {
        margin-top: 20px;
    }

    .check_avability_form.form-grou_stepb-2 .form-group {
        flex-wrap: wrap;
        gap: 0px;
    }

    .main_banner .headline-h1 {
        font-size: 31px;
        line-height: 35.34px;
    }

    .main_banner {
        padding-top: 40px;
    }

    .main_banner p br {
        display: none;
    }

    .main_banner p {
        font-weight: 400;
        font-size: 23px;
        line-height: 26.98px;
    }

    .main_banner .btn-all-website-outline,
    .main_banner .btn-all-website {
        width: 100%;
    }

    .main_banner .btn-group-hero {
        gap: 15px;
        margin-top: 25px;
    }

    .mobilehero_img {
        margin-top: -100px;
    }

    .g-recaptcha>div {
        margin: auto;
        width: 100% !important;
    }

    .next-stepsectin h2 {
        text-align: center;
    }

    .next-stepsectin_box img {
        width: 100%;
    }

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

    .need-assistance_border {
        border-top: 1px solid #00FF88;
        padding-left: 0px;
        border-left: 0px;
        padding-top: 15px;
    }

    .need-assistance {
        padding: 25px 25px;
        margin: 30px 0px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .next-stepsectin_box,
    .next-step-content {
        gap: 15px;
    }

    section.choose-perfect-plan .h2-siteheadings p {
        text-align: center;
    }

    section.choose-perfect-plan .h2-siteheadings h2 {
        text-align: center;
        font-size: 21px;
        line-height: 23.33px;
        margin-bottom: 10px;
    }

    .section_broadband_deals .btn-view-deal,
    .section_broadband_deals .btn-call-now {
        padding: 8px 20px;
        max-width: 165px;
        white-space: nowrap;
    }

    .auhtoheaders {
        flex-wrap: wrap;
        justify-content: center;
    }

    .author_img-img>div {
        width: 100%;
    }

    .auhtoheaders .author_img-img {
        flex-wrap: wrap;
        text-align: center;
    }

    .auhtoheaders .shares-wrapper ul {
        margin-bottom: 0px;
    }

    .auhtoheaders .shares-wrapper {
        text-align: center;
        margin-top: 15px;
    }

    section.why_choose-pure.about_whychoose .whychoose_inner p strong {
        font-weight: 600;
    }

    section.why_choose-pure.about_whychoose .whychoose_inner .d-lg-none.d-block p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        display: block;
        margin-top: 5px;
    }

    section.why_choose-pure.about_whychoose .whychoose_inner .d-lg-none.d-block p {
        text-align: center;
    }

    section.why_choose-pure.about_whychoose .whychoose_image {
        margin-top: 0px;
    }

    section.why_choose-pure.about_whychoose .h2-siteheadings {
        margin-bottom: 10px;
    }

    .custom-informationpages ol,
    .custom-informationpages ul {
        padding-left: 25px;
    }
}

@media (max-width:575.98px) {

    .listings_blogs .first-blog-img,
    .more_articalss .first-blog-img {
        height: 250px;
    }

    .logoss-pure .logo-reviews-company img {
        width: 90px !important;
    }
}

@media (max-width:355.98px) {

    .btn-all-website,
    .btn-all-website-outline {
        padding: 8px 20px;
    }

    .nav .nav-header .title-logo .link-logo .logo {
        margin-right: 10px;
    }

    .mobile-toggle-screen .link-call {
        padding: 4px 10px;
    }

    .mobile-toggle-screen .link-call svg {
        width: 20px;
    }

    .button-menu {
        width: 30px;
    }

    .button-menu span:nth-child(1) {
        top: 10px;
    }

    .button-menu span:nth-child(3) {
        top: 30px;
    }

    .mobile-toggle-screen .link-call {
        gap: 6px;
    }

    .mobile-toggle-screen {
        gap: 10px;
    }

    .nav .nav-header .title-logo {
        margin-right: 0px;
    }

    .button-menu span:nth-child(2) {
        top: 20px;
    }

    .main_banner .headline-h1 br {
        display: none;
    }

    .main_banner .headline-h1 {
        font-size: 27px;
    }

    .logo-reviews-company img:nth-child(3) {
        width: 80px;
    }

    footer.footer-contact .card-body {
        padding: 1.25rem 10px;
    }

    .card.accdidaion-footer-item {
        padding: 20px 10px;
    }

    .logo-reviews-company {
        gap: 20px;
    }

    ul.list .list-item {
        display: block;
    }

    .section_broadband_deals .special-offer {
        padding: 14px 10px;
    }

    .bottom-box-content {
        padding: 10px 32px 30px;
    }

    .logo-reviews-company img {
        width: 93px;
    }

    .main_banner p {
        font-size: 20px;
    }
}

/* Blog byline: author name is a paragraph, not a heading (keeps H1 > H2 order) */
.auhtoheaders .author_img-img .author-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #224746;
    margin: 0 0 6px;
}
.listings_blogs .first-blog-content h3.h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
.date_blogs time {
    font-weight: 500;
}

/* Reviews page: server-rendered review list */
.section-reviews-content .review-item { border-left: 4px solid #01FF88; margin: 0 0 24px; padding: 8px 0 8px 18px; }
.section-reviews-content .review-stars { color: #F5A623; letter-spacing: 2px; margin: 0 0 4px; }
.section-reviews-content .review-text { margin: 0 0 6px; }
.section-reviews-content .review-meta { font-size: 14px; color: #6B7674; }
