/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*!
 * Bootstrap Grid v4.4.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)
 */
.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: 1140px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    max-width: 1730px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1380px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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


.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    }
}
.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

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

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

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-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;
    }
}
/**
 * Swiper 6.5.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 16, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

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

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

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.skewed-divider {
    position: relative;
    margin-top: -55px;
    margin-bottom: -60px;
    height: 110px;
    width: 100%;
    background: #1d2252;
    transform: skewX(0deg) skewY(-3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
@media (min-width: 2000px) {
    .skewed-divider {
        margin-top: -80px;
        margin-bottom: -104px;
        height: 160px;
    }
}
@media (max-width: 767px) {
    .skewed-divider {
        height: 80px;
    }
}
.skewed-divider:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #79512c 0, #eaa56b 54%, #79512c 100%);
    z-index: 120;
}

.skewed-divider-reverse {
    transform: skewX(0deg) skewY(3deg);
    box-shadow: 0 15px 15px -2px #b0b0b0;
    z-index: -1;
}
.skewed-divider-reverse:before {
    top: unset;
    bottom: 0;
}

.text-gradient {
    background: linear-gradient(to right, #79512c, #eaa56b 50% 55%, #79512c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noam Text";
}

.link-outlined {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 30px;
    border: 1px solid #ffffff;
    border-radius: 45px;
    font-weight: 300;
    transition: all 0.2s;
}
.link-outlined:hover,
.link-outlined:focus {
    background: #ffffff;
    color: #1d2252;
}

.quotemark {
    margin: 70px 0 0 0;
    position: relative;
    padding: 25px 20px;
    color: #1d2252;
    font-family: "Noam Text";
}
.quotemark:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("../images/quotemark.svg") no-repeat center;
}
@media (max-width: 767px) {
    .quotemark:before {
        right: 0;
        margin: auto;
    }
}
.quotemark-double {
    margin: 40px 0;
}
.quotemark-double:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("../images/quotemark.svg") no-repeat center;
}

.dark-button {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 35px;
    border: 2px solid #79512c;
    border-radius: 45px;
    font-weight: 300;
    background: #1d2252;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 1.125rem;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-Light.eot");
    src: url("../fonts/Assistant-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Assistant-Light.woff2") format("woff2"),
        url("../fonts/Assistant-Light.woff") format("woff"),
        url("../fonts/Assistant-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-ExtraBold.eot");
    src: url("../fonts/Assistant-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Assistant-ExtraBold.woff2") format("woff2"),
        url("../fonts/Assistant-ExtraBold.woff") format("woff"),
        url("../fonts/Assistant-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-SemiBold.eot");
    src: url("../fonts/Assistant-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Assistant-SemiBold.woff2") format("woff2"),
        url("../fonts/Assistant-SemiBold.woff") format("woff"),
        url("../fonts/Assistant-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-Bold.eot");
    src: url("../fonts/Assistant-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Assistant-Bold.woff2") format("woff2"),
        url("../fonts/Assistant-Bold.woff") format("woff"),
        url("../fonts/Assistant-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-Regular.eot");
    src: url("../fonts/Assistant-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Assistant-Regular.woff2") format("woff2"),
        url("../fonts/Assistant-Regular.woff") format("woff"),
        url("../fonts/Assistant-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-Medium.eot");
    src: url("../fonts/Assistant-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Assistant-Medium.woff2") format("woff2"),
        url("../fonts/Assistant-Medium.woff") format("woff"),
        url("../fonts/Assistant-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-ExtraLight.eot");
    src: url("../fonts/Assistant-ExtraLight.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Assistant-ExtraLight.woff2") format("woff2"),
        url("../fonts/Assistant-ExtraLight.woff") format("woff"),
        url("../fonts/Assistant-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noam Text";
    src: url("../fonts/NoamText-Italic.eot");
    src: url("../fonts/NoamText-Italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NoamText-Italic.woff2") format("woff2"),
        url("../fonts/NoamText-Italic.woff") format("woff"),
        url("../fonts/NoamText-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Noam Text";
    src: url("../fonts/NoamText-Bold.eot");
    src: url("../fonts/NoamText-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NoamText-Bold.woff2") format("woff2"),
        url("../fonts/NoamText-Bold.woff") format("woff"),
        url("../fonts/NoamText-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noam Text";
    src: url("../fonts/NoamText-Regular.eot");
    src: url("../fonts/NoamText-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NoamText-Regular.woff2") format("woff2"),
        url("../fonts/NoamText-Regular.woff") format("woff"),
        url("../fonts/NoamText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,
body {
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

body {
    background-color: #feffff;
    font-size: 18px;
    font-family: "Assistant", sans-serif;
    line-height: 30px;
    letter-spacing: 1.44px;
    color: #4d4d4f;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        display: none !important;
    }
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.4375rem;
    background-color: #1d2252;
    z-index: 1000;
}
@media (max-width: 1919px) {
    .site-header {
        height: 7.8125rem;
    }
}
@media (max-width: 1599px) {
    .site-header {
        height: 7.1875rem;
    }
}
@media (max-width: 1439px) {
    .site-header {
        height: 6.5625rem;
    }
}
@media (max-width: 1199px) {
    .site-header {
        height: 5.625rem;
    }
}
.site-header .langs-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: 0.25rem;
    align-items: center;
}
.site-header .lang-item {
    height: 2rem;
    width: 2rem;
    margin-right: 0.625rem;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
}
@media (max-width: 767px) {
    .site-header .lang-item {
        display: none;
    }
}
.site-header .lang-item.current-lang {
    display: none;
}
@media (max-width: 1439px) {
    .site-header .lang-item {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
.site-header .lang-item a {
    display: block;
    width: 100%;
}
.site-header .lang-item a img {
    display: none;
    height: 2rem !important;
    width: 2rem !important;
    object-fit: cover;
}
.site-header .lang-item.lang-item-en {
    background: url("../images/Eng.svg") no-repeat center/contain;
}
.site-header .lang-item.lang-item-he {
    background: url("../images/Hebrew.svg") no-repeat center/contain;
}
.site-header .mobile-burger {
    display: none;
    margin: 10px 0 0 0;
    background: none;
    border: none;
    padding-right: 40px;
}
@media (max-width: 1199px) {
    .site-header .mobile-burger {
        display: block;
    }
}
@media (max-width: 767px) {
    .site-header .mobile-burger {
        padding: 0 10px;
    }
}
.site-header:not(.no-bottom-line):before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #79512c 0, #eaa56b 54%, #79512c 100%);
    z-index: 120;
    transition: all 0.2s;
}

.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 0;
    }
}
.site-logo {
    margin-top: 0.3125rem;
    display: block;
}
.site-logo img {
    width: 100%;
    height: auto;
}
@media (max-width: 1439px) {
    .site-logo img {
        max-width: 270px;
        padding-right: 10px;
    }
}
@media (max-width: 575px) {
    .site-logo img {
        max-width: 240px;
        padding-right: 10px;
    }
}

.site-footer {
    padding-bottom: 80px;
    padding-top: 80px;
    background-color: #1d2252;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .site-footer {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}
.site-footer .menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 40px;
}
@media (max-width: 1199px) {
    .site-footer .menu-list {
        display: none;
    }
}
.site-footer .menu-list li {
    margin-bottom: 10px;
}
.site-footer .menu-list a {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.625rem;
}
.site-footer .site-logo {
    display: block;
    margin-top: 15px;
}
@media (max-width: 1199px) {
    .site-footer .site-logo {
        text-align: center;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .site-footer .site-logo img {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .site-footer .site-logo img {
        margin: auto;
    }
}
@media (max-width: 1199px) {
    .site-footer .site-logo .is-desktop {
        display: none;
    }
}
.site-footer .site-logo .is-mobile {
    display: none;
}
@media (max-width: 1199px) {
    .site-footer .site-logo .is-mobile {
        display: block;
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .site-footer .menu-list-wrapper {
        display: none;
    }
}
.site-footer .footer-bottom {
    border-top: 1px solid #ffffff;
    padding-top: 50px;
    margin-top: 50px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
}
@media (max-width: 1199px) {
    .site-footer .footer-bottom {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1199px) {
    .site-footer .footer-bottom p {
        display: none;
    }
}
.site-footer .footer-bottom .privacy-policy-link {
    display: inline-block;
    text-decoration: underline;
    color: #ffffff;
    margin-top: 15px;
}
@media (max-width: 1199px) {
    .site-footer .footer-bottom .privacy-policy-link {
        display: none;
    }
}
.site-footer .social-icons {
    margin-left: 50px;
    display: block !important;
}
@media (max-width: 1599px) {
    .site-footer .social-icons {
        margin-left: 10px;
    }
}
@media (max-width: 991px) {
    .site-footer .social-icons {
        margin-right: 0;
        margin-left: 0;
    }
}
.site-footer .social-icons ul li {
    margin-bottom: 5px;
    margin-top: 0;
}
@media (max-width: 1199px) {
    .site-footer .social-icons ul li {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
    }
}
.site-footer .social-icons ul li a img {
    width: 48px;
    height: 48px;
}
@media (max-width: 1439px) {
    .site-footer .footer-buttons {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .site-footer .footer-buttons {
        align-items: center;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .site-footer .footer-buttons {
        margin-top: 50px;
        margin-bottom: 40px;
        order: -1;
    }
}

.footer-buttons {
    display: flex;
    flex-direction: column;
}
.footer-buttons a {
    display: inline-block;
    margin-bottom: 15px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    border-radius: 45px;
    font-weight: 300;
    width: 100%;
    max-width: 210px;
    text-align: center;
    transition: all 0.2s;
}
.footer-buttons a:last-child {
    margin-bottom: 0;
}
.footer-buttons a:hover,
.footer-buttons a:focus {
    background: #ffffff;
    color: #1d2252;
    border-color: transparent;
}

.footer-bottom-links {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}
@media (max-width: 1199px) {
    .footer-bottom-links {
        display: flex;
    }
}
@media (max-width: 767px) {
    .footer-bottom-links {
        justify-content: center;
    }
}
.footer-bottom-links a {
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: underline;
}

.powered-by {
    display: none;
    color: #ffffff;
    font-size: 1.2rem;
}
@media (max-width: 1199px) {
    .powered-by {
        display: block;
    }
}
@media (max-width: 767px) {
    .powered-by {
        margin-top: 40px;
    }
}

.sf_wrapper {
    max-width: 450px;
    width: 100%;
    padding: 20px 50px;
}
@media (max-width: 767px) {
    .sf_wrapper {
        padding: 20px 20px;
    }
}
.sf_wrapper h3 {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: 1.56px;
    font-family: "Noam Text";
    color: #1d2252;
}
.sf_wrapper input[type="text"],
.sf_wrapper input[type="email"] {
    border: 1px solid #1d2252;
    color: #1d2252;
    padding: 10px 20px;
    background-color: transparent;
    width: 340px;
    font-size: 1.2rem;
    cursor: pointer;
}
@media (max-width: 767px) {
    .sf_wrapper input[type="text"],
    .sf_wrapper input[type="email"] {
        width: 100%;
    }
}
.sf_wrapper input[type="text"]::placeholder,
.sf_wrapper input[type="email"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d2252;
    opacity: 1;
    /* Firefox */
}
.sf_wrapper input[type="text"]:-ms-input-placeholder,
.sf_wrapper input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1d2252;
}
.sf_wrapper input[type="text"]::-ms-input-placeholder,
.sf_wrapper input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1d2252;
}
.sf_wrapper input[type="text"].wpcf7-not-valid,
.sf_wrapper input[type="email"].wpcf7-not-valid {
    border-color: #dc3232;
}
.sf_wrapper .wpcf7-list-item {
    margin: 0;
}
.sf_wrapper .wpcf7-list-item input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.sf_wrapper .wpcf7-list-item input:checked ~ span:before {
    background: #1d2252;
}
.sf_wrapper .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 20px;
    color: #1d2252;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .sf_wrapper .wpcf7-list-item-label {
        font-size: 18px;
        padding-right: 35px;
    }
}
.sf_wrapper .wpcf7-list-item-label:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 26px;
    width: 26px;
    border: 1px solid #1d2252;
}
.sf_wrapper .sf_form-item {
    margin-bottom: 36px;
}
.sf_wrapper .wpcf7-response-output {
    width: 100% !important;
}

#subscribe-form {
    background: #f7f1ea;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.4);
}
#subscribe-form .wpcf7 {
    width: 100%;
}
@media (max-width: 767px) {
    #subscribe-form {
        max-width: 90%;
        padding: 44px 20px;
    }
}

.site-wrapper {
    height: 100%;
    padding-top: 8.4375rem;
}
@media (max-width: 1919px) {
    .site-wrapper {
        padding-top: 7.8125rem;
    }
}
@media (max-width: 1599px) {
    .site-wrapper {
        padding-top: 7.1875rem;
    }
}
@media (max-width: 1439px) {
    .site-wrapper {
        padding-top: 6.5625rem;
    }
}
@media (max-width: 1199px) {
    .site-wrapper {
        padding-top: 5.625rem;
    }
}

.site-content {
    min-height: 1000px;
}

@media (max-width: 1199px) {
    .main-menu-nav {
        display: none;
        position: absolute;
        left: 0;
        background: #1d2252;
        width: 100vw;
        height: auto !important;
        top: 0;
        z-index: -1;
        padding-top: 90px;
        padding-bottom: 70px;
        transform: skewX(0deg) skewY(-6deg);
        box-shadow: 0 15px 15px -2px #b0b0b0;
    }
    .main-menu-nav.is-opened {
        display: block;
    }
    .main-menu-nav:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 2px;
        width: 100%;
        background: linear-gradient(
            to right,
            #79512c 0,
            #eaa56b 54%,
            #79512c 100%
        );
        z-index: 120;
    }
    .main-menu-nav:after {
        transform: skewX(0deg) skewY(6deg);
        position: absolute;
        top: 70px;
        left: 0;
        content: "";
        height: 2px;
        width: 100%;
        background: linear-gradient(
            to right,
            #79512c 0,
            #eaa56b 54%,
            #79512c 100%
        );
        z-index: 120;
    }
}
.main-menu-nav .social-icons,
.main-menu-nav .langs-switcher {
    display: none;
    padding: 0 30px;
}
@media (max-width: 767px) {
    .main-menu-nav .social-icons,
    .main-menu-nav .langs-switcher {
        display: block !important;
    }
}
.main-menu-nav .social-icons ul,
.main-menu-nav .langs-switcher ul {
    flex-direction: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu-nav .social-icons ul li,
.main-menu-nav .langs-switcher ul li {
    width: 33%;
    padding-right: 0;
    padding-left: 10px;
}
.main-menu-nav .social-icons ul li.lang-item:not(.current-lang),
.main-menu-nav .langs-switcher ul li.lang-item:not(.current-lang) {
    display: block !important;
}
.main-menu-nav .social-icons ul li a,
.main-menu-nav .langs-switcher ul li a {
    border-bottom: none !important;
}
.main-menu-nav .langs-switcher-wrapper {
    padding: 0 30px 15px;
}
.main-menu-nav .langs-switcher {
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu-nav .langs-switcher li.lang-item:not(.current-lang) {
    display: block !important;
    margin: 0;
}
.main-menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
}
@media (max-width: 1199px) {
    .main-menu-nav ul {
        flex-direction: column;
        transform: skewX(0deg) skewY(6deg);
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .main-menu-nav ul li {
        width: 100%;
    }
}
.main-menu-nav ul li a {
    display: block;
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.03438rem;
    color: #ffffff;
    transition: all 0.2s;
}
@media (max-width: 1599px) {
    .main-menu-nav ul li a {
        font-size: 1.25rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
}
@media (max-width: 1439px) {
    .main-menu-nav ul li a {
        font-size: 1.125rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (max-width: 1199px) {
    .main-menu-nav ul li a {
        padding: 1rem 0;
        font-size: 1.375rem;
    }
}
.main-menu-nav ul li a:hover {
    background: linear-gradient(to right, #79512c, #eaa56b 50% 55%, #79512c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-menu-nav ul li.current-menu-item a {
    background: linear-gradient(to right, #79512c, #eaa56b 50% 55%, #79512c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-menu-nav ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3125rem;
    height: 1.3125rem;
    border-left: 1px solid #ffffff;
}
@media (max-width: 1439px) {
    .main-menu-nav ul li:not(:last-child) a:after {
        top: 0.25rem;
        height: 1.25rem;
    }
}
@media (max-width: 1199px) {
    .main-menu-nav ul li:not(:last-child) a:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .main-menu-nav ul li:not(:last-child) a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }
}

@media (max-width: 767px) {
    .social-icons {
        display: none;
    }
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
}
.social-icons ul li {
    margin-top: 0.25rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (max-width: 1439px) {
    .social-icons ul li {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
.social-icons ul li a {
    display: block;
}
.social-icons ul li a span {
    display: block;
    width: 32px;
    height: 32px;
    transition: all 0.2s;
}
.social-icons ul li.is-facebook span {
    background: url("../images/socials/facebook.svg") no-repeat center/contain;
}
.social-icons ul li.is-linkedin span {
    background: url("../images/socials/LinkedIn.svg") no-repeat center/contain;
}
.social-icons ul li.is-facebook:hover span {
    background: url("../images/socials/facebook_hover.svg") no-repeat
        center/contain;
}
.social-icons ul li.is-linkedin:hover span {
    background: url("../images/socials/LinkedIn_hover.svg") no-repeat
        center/contain;
}

.hero {
    height: 100vh;
    background-color: #ccc;
    position: relative;
}
.hero .hero-inner {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.hero .main-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1.55;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Noam Text";
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 1439px) {
    .hero .main-title {
        font-size: 2rem;
    }
}
@media (max-width: 1199px) {
    .hero .main-title {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .hero .main-title {
        font-size: 1.5rem;
    }
}
.hero .moto {
    display: block;
    margin-top: 0;
    line-height: 70px;
    font-size: 4.4rem;
    font-weight: 500;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1439px) {
    .hero .moto {
        font-size: 4rem;
        line-height: 60px;
    }
}
@media (max-width: 1199px) {
    .hero .moto {
        font-size: 3rem;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .hero .moto {
        font-size: 2.5rem;
        line-height: 40px;
    }
}
.hero video,
.hero iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hero .arrow-down {
    position: absolute;
    display: inline-block;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    border: none;
    z-index: 200;
    cursor: pointer;
    padding: 20px;
    width: 80px;
    border-radius: 50%;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.home-about {
    padding-top: 0;
    padding-bottom: 35px;
    background-color: #1d2252;
    background-image: url("../images/pen.jpg");
    background-repeat: no-repeat;
    background-position: right 20% bottom 7rem;
    background-size: 400px;
    color: #ffffff;
    text-align: center;
}
@media (max-width: 1599px) {
    .home-about {
        background-position: right 12% bottom 10rem;
    }
}
@media (max-width: 1279px) {
    .home-about {
        background-size: 320px;
        background-position: right 12% bottom 11rem;
    }
}
@media (max-width: 1199px) {
    .home-about {
        background-size: 255px;
        background-position: right 6rem bottom 11rem;
    }
}
@media (max-width: 991px) {
    .home-about {
        padding-bottom: 70px;
        background-position: right 5rem bottom 19rem;
    }
}
@media (max-width: 767px) {
    .home-about {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 230px;
        background-position: right 0 bottom 14rem;
    }
}
.home-about .section-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3.45rem;
    font-weight: 400;
    line-height: 60px;
}
@media (max-width: 767px) {
    .home-about .section-title {
        font-size: 2.45rem;
        font-weight: 400;
        line-height: 30px;
    }
}
.home-about .subsection-title {
    font-size: 1.5rem;
    margin-top: 12px;
    margin-bottom: 60px;
    font-weight: 400;
}
.home-about .section-content {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.43;
}
.home-about .section-content * {
    font-family: "Noam Text";
}
.home-about .section-content p {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.1875rem;
}
@media (max-width: 767px) {
    .home-about .section-content p {
        margin-bottom: 25px;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
.home-about .section-item {
    display: flex;
    flex-direction: column;
}
.home-about .section-item span {
    font-family: "Noam Text";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.43;
}
@media (max-width: 767px) {
    .home-about .section-item span {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}
.home-about .section-item .icon {
    margin-bottom: 5px;
}
.home-about .signature {
    margin-top: 45px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .home-about .signature {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .home-about .signature img {
        width: 200px;
        height: auto;
    }
}

.home-owner {
    padding-top: 180px;
    padding-bottom: 0;
    background: url(../images/birds.png) no-repeat left 13rem top 114px;
}
@media (max-width: 1599px) {
    .home-owner {
        background: url(../images/birds.png) no-repeat left 12rem top 75px;
    }
}
@media (max-width: 1279px) {
    .home-owner {
        background: url(../images/birds.png) no-repeat left 0rem top 75px;
    }
}
@media (max-width: 991px) {
    .home-owner {
        background: none;
    }
}
@media (max-width: 767px) {
    .home-owner {
        padding-top: 100px;
    }
}
.home-owner .section-title {
    margin-top: 0;
    font-size: 3.4rem;
    line-height: 0.8;
    letter-spacing: 2px;
    color: #1d2252;
    font-family: "Noam Text";
    font-weight: 400;
    margin-bottom: 85px;
    text-align: center;
}
@media (max-width: 767px) {
    .home-owner .section-title {
        margin-top: 15px;
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 2rem;
        line-height: 40px;
        text-align: center;
        font-weight: 700;
    }
}

.home-owner .home-owner-wrap {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

.home-owner .section-content {
    padding-left: 0;
}
@media (max-width: 1439px) {
    .home-owner .section-content {
        padding-left: 0;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .home-owner .section-content {
        padding-left: 0;
        padding-right: 0;
        font-size: 1.4rem;
        line-height: 30px;
        text-align: center;
    }
}
.home-owner .home-owner-wrap p {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.home-owner .owner-img {
    margin: 0 auto;
    float: left;
}

.rtl .home-owner .owner-img {
  float: right;
}

@media screen and (max-width: 991px) {
  .home-owner .owner-img {
    float: none !important;
  } 
}
.home-owner .owner-img img {
    display: block;
    margin: 0 36px 36px;
    margin-inline: 34px 46px;
    margin-block: 0 15px;
}
@media (max-width: 992px) {
  .home-owner .owner-img img {
    margin-inline: auto;
    margin-block: 0 48px;
  }
}
.home-owner .read-more {
    color: #1d2252;
    text-decoration: underline;
}
.home-owner .quotemark-wrapper {
    text-align: center;
    padding: 0 60px;
}
@media (max-width: 767px) {
    .home-owner .quotemark-wrapper {
        padding: 0 20px;
        font-size: 1.4rem;
        line-height: 30px;
    }
}
.home-owner .quotemark-wrapper p {
    font-size: 1.5rem;
    line-height: 36px;
}
@media (max-width: 767px) {
    .home-owner .quotemark-wrapper p {
        font-size: 1.25rem;
        line-height: 30px;
    }
}

.practice_areas:not(.type-practice_areas) {
    margin-top: -70px;
    padding-top: 200px;
    padding-bottom: 100px;
    background: url("../images/bg_1.jpg") no-repeat top -660px right;
}
@media (max-width: 991px) {
    .practice_areas:not(.type-practice_areas) {
        background: none;
    }
}
@media (max-width: 767px) {
    .practice_areas:not(.type-practice_areas) {
        padding-top: 120px;
    }
}
.practice_areas:not(.type-practice_areas) .section-title {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 2px;
    color: #1d2252;
    font-family: "Noam Text";
    font-weight: 400;
    margin-bottom: 86px;
}
@media (max-width: 1199px) {
    .practice_areas:not(.type-practice_areas) .section-title {
        margin-top: 0;
        margin-bottom: 80px;
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .practice_areas:not(.type-practice_areas) .section-title {
        margin-bottom: 60px;
        margin-top: 20px;
        font-size: 2.8rem;
    }
}
.practice_areas:not(.type-practice_areas) .pa_item {
    position: relative;
    width: 290px;
    margin-bottom: 55px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .practice_areas:not(.type-practice_areas) .pa_item {
        margin: 0 auto 60px;
        width: 280px;
    }
}
@media (max-width: 991px) {
    .practice_areas:not(.type-practice_areas) .pa_item {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .practice_areas:not(.type-practice_areas) .pa_item {
        margin: 0 auto 20px;
    }
}
.practice_areas:not(.type-practice_areas) .pa_item img {
    display: block;
    width: 100%;
    height: auto;
}
.practice_areas:not(.type-practice_areas) .pa_item .meta {
    display: flex;
    justify-content: space-between;
}
.practice_areas:not(.type-practice_areas) .pa_item h2 {
    margin-top: 20px;
    width: calc(100% - 34px);
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1.68px;
    color: #1d2252;
    font-family: "Noam Text";
    padding-left: 10px;
}
.practice_areas:not(.type-practice_areas) .pa_item .plus-sign {
    margin-top: 25px;
    width: 34px;
    height: 34px;
    background: url("../images/plus.svg") no-repeat center/contain;
}
.practice_areas:not(.type-practice_areas) .pa_item .image {
    position: relative;
}
.practice_areas:not(.type-practice_areas) .pa_item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    transition: all 0.2s;
    pointer-events: none;
}
.practice_areas:not(.type-practice_areas) .pa_item:hover .image:after {
    background-color: rgba(29, 34, 82, 0.6);
}
.practice_areas:not(.type-practice_areas) .pa_item.is-active {
    cursor: default;
}
.practice_areas:not(.type-practice_areas) .pa_item.is-active .image:after {
    background-color: rgba(29, 34, 82, 0.6);
}
.practice_areas:not(.type-practice_areas) .all-services {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 40px;
    border: 2px solid #79512c;
    border-radius: 45px;
    font-weight: 300;
    background: #1d2252;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}
.practice_areas:not(.type-practice_areas) .all-services:hover,
.practice_areas:not(.type-practice_areas) .all-services:focus {
    background: #ffffff;
    color: #1d2252;
    border-color: transparent;
}
.practice_areas:not(.type-practice_areas) .modal-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.practice_areas:not(.type-practice_areas) .is-mobile {
    display: none;
}
@media (max-width: 1199px) {
    .practice_areas:not(.type-practice_areas) .is-mobile {
        display: flex;
    }
}
@media (max-width: 1199px) {
    .practice_areas:not(.type-practice_areas) .is-desktop {
        display: none;
    }
}

@media (max-width: 991px) {
    .practice_areas--archive:not(.type-practice_areas) {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

body:not(.rtl) .practice-modal-content {
    position: relative;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.4);
    background: #f7f1ea;
    max-width: 885 !important;
    width: 68% !important;
    min-height: 40vh;
    height: 50% !important;
    padding: 44px 64px !important;
}
@media (max-width: 767px) {
    body:not(.rtl) .practice-modal-content {
        width: 99% !important;
        padding: 25px 25px !important;
        min-height: 50vh;
        height: 100% !important;
    }
}
.rtl .practice-modal-content {
    position: relative;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.4);
    background: #f7f1ea;
    max-width: 1180px !important;
    width: 90% !important;
    min-height: 50vh;
    height: 100% !important;
    padding: 44px 64px !important;
}
@media (max-width: 767px) {
    .rtl .practice-modal-content {
        width: 99% !important;
        padding: 25px 25px !important;
    }
}
.practice-modal-content .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content-section {
    max-height: 72vh;
    height: 100%;
    overflow: auto;
    padding-left: 15px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .modal-content-section {
        margin-top: 20px;
        padding-left: 0;
        max-height: 80vh;
    }
}
.modal-content-section h2 {
    font-size: 3.2rem;
    line-height: 0.8;
    letter-spacing: 2px;
    color: #1d2252;
    font-family: "Noam Text";
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
}
@media (max-width: 1199px) {
    .modal-content-section h2 {
        margin-top: 0;
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .modal-content-section h2 {
        margin-top: 0;
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
}
.modal-content-section p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
}
@media (max-width: 1599px) {
    .modal-content-section p {
        margin-bottom: 40px;
    }
}
.modal-content-section p:first-of-type {
    font-size: 1.5rem;
    line-height: 36px;
    font-family: "Noam Text";
    color: #1d2252;
}
@media (max-width: 767px) {
    .modal-content-section p:first-of-type {
        font-size: 1.25rem;
        line-height: 30px;
    }
}
.modal-content-section p:last-of-type {
    margin-bottom: 0;
}
.modal-content-section strong {
    color: #1d2252;
    font-family: "Noam Text";
    font-size: 26px;
}
.modal-content-section .custom-font {
    font-size: 1.6rem;
    font-family: "Noam Text";
    color: #1d2252;
}
.modal-content-section h3,
.modal-content-section h2,
.modal-content-section h4 {
    font-family: "Noam Text";
    color: #1d2252;
}
.modal-content-section ul {
    padding-right: 110px;
}
@media (max-width: 1199px) {
    .modal-content-section ul {
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .modal-content-section ul {
        padding-right: 25px;
    }
}
.modal-content-section ul li {
    margin-bottom: 10px;
}

.practice-modal-content {
    overflow: hidden !important;
}

.fancybox-bg {
    background: rgba(255, 255, 255, 0.5);
}

.modal-link {
    text-align: center;
    margin-top: 35px;
}
.modal-link a {
    text-decoration: underline;
    font-size: 1.4rem;
    font-family: "Noam Text";
    color: #1d2252;
}

.single-practice_areas .practice_areas:not(.type-practice_areas) {
    background: #f7f1ea;
    padding-top: 25px;
    margin-top: -55px;
}
@media (max-width: 991px) {
    .single-practice_areas .practice_areas:not(.type-practice_areas) {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .swiper_pa-wrapper .modal-window.js-practice-area-preview-load {
        display: none;
    }
}
.swiper_pa-wrapper .modal-window:not(.js-practice-area-preview-load) {
    display: none;
}
@media (max-width: 991px) {
    .swiper_pa-wrapper .modal-window:not(.js-practice-area-preview-load) {
        display: block;
    }
}

html[dir="rtl"] .swiper_pa-wrapper .swiper-button-next,
html[dir="rtl"] .testimonials .swiper-button-next {
    left: 100px;
    right: unset;
    top: 30%;
}
@media (max-width: 1439px) {
    html[dir="rtl"] .swiper_pa-wrapper .swiper-button-next,
    html[dir="rtl"] .testimonials .swiper-button-next {
        left: 50px;
    }
}
@media (max-width: 1199px) {
    html[dir="rtl"] .swiper_pa-wrapper .swiper-button-next,
    html[dir="rtl"] .testimonials .swiper-button-next {
        left: 5px;
    }
}
@media (max-width: 767px) {
    html[dir="rtl"] .swiper_pa-wrapper .swiper-button-next,
    html[dir="rtl"] .testimonials .swiper-button-next {
        left: 5px;
    }
}
html[dir="rtl"] .swiper_pa-wrapper .swiper-button-prev,
html[dir="rtl"] .testimonials .swiper-button-prev {
    right: 100px;
    left: unset;
    top: 30%;
}
@media (max-width: 1439px) {
    html[dir="rtl"] .swiper_pa-wrapper .swiper-button-prev,
    html[dir="rtl"] .testimonials .swiper-button-prev {
        right: 50px;
    }
}
@media (max-width: 1199px) {
    html[dir="rtl"] .swiper_pa-wrapper .swiper-button-prev,
    html[dir="rtl"] .testimonials .swiper-button-prev {
        right: 5px;
    }
}
@media (max-width: 767px) {
    html[dir="rtl"] .swiper_pa-wrapper .swiper-button-prev,
    html[dir="rtl"] .testimonials .swiper-button-prev {
        right: 5px;
    }
}
html[dir="rtl"] .testimonials .swiper-button-next,
html[dir="rtl"] .testimonials .swiper-button-prev {
    top: 40%;
}

/* 1-2 -- FIX THE RTL PROBLEM */
html[dir="rtl"] .fancybox-stage {
    direction: inherit;
}

html[dir="rtl"] .fancybox-slide > * {
    text-align: initial;
}

/* 2-2 -- FIX Caption Decleration */
html[dir="rtl"] .fancybox-caption-wrap {
    direction: inherit;
}

/* 3-3 - FIX close button position */
html[dir="rtl"] .fancybox-close-small {
    left: 10px;
    right: initial;
    top: 10px;
    opacity: 1;
    transform: scale(1.4);
}
html[dir="rtl"] .fancybox-close-small svg * {
    fill: #1d2252;
}

.testimonial-slider-item {
    padding: 12px 38px 20px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #f7f1ea;
    max-width: 910px;
    margin: auto;
    box-sizing: border-box;
}
@media (max-width: 1599px) {
    .testimonial-slider-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1439px) {
    .testimonial-slider-item {
        max-width: 800px;
        padding: 50px 60px;
    }
}
@media (max-width: 1199px) {
    .testimonial-slider-item {
        max-width: 700px;
        padding: 30px 30px;
    }
}
@media (max-width: 767px) {
    .testimonial-slider-item {
        max-width: 80%;
        padding: 30px 20px;
    }
}
@media (max-width: 575px) {
    .testimonial-slider-item {
        max-width: 90%;
    }
}
.testimonial-slider-item .quotemark {
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 1599px) {
    .testimonial-slider-item .quotemark {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
    .testimonial-slider-item .quotemark {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .testimonial-slider-item .quotemark {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .testimonial-slider-item .quotemark {
        padding-left: 0;
        padding-right: 0;
    }
}
.testimonial-slider-item .quotemark p {
    margin-bottom: 35px;
    font-size: 1.6rem;
    line-height: 35px;
}
@media (max-width: 767px) {
    .testimonial-slider-item .quotemark p {
        font-size: 1.4rem;
        line-height: 30px;
    }
}
@media (max-width: 991px) {
    .testimonial-slider-item .quotemark:after {
        display: none;
    }
}

.testimonials {
    padding-bottom: 80px;
    background: url(../images/birds-2.jpg) no-repeat right 8rem top 0;
}
@media (max-width: 1279px) {
    .testimonials {
        background: url(../images/birds-2.jpg) no-repeat right 0 top 0;
    }
}
.testimonials .section-title {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 2px;
    color: #1d2252;
    font-family: "Noam Text";
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 65px;
    text-align: center;
}
@media (max-width: 1199px) {
    .testimonials .section-title {
        margin-top: 0;
        margin-bottom: 80px;
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .testimonials .section-title {
        margin-bottom: 60px;
        margin-top: 0;
        font-size: 2.8rem;
    }
}
.testimonials .swiper-pagination {
    position: relative;
    margin-top: 55px;
    top: unset;
}
.testimonials
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 10px;
}
.testimonials .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #1d2252;
    background: transparent;
    opacity: 1;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1d2252;
}
.testimonials .swiper_testimonial {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .testimonials .swiper_testimonial {
        margin-bottom: 30px;
    }
}
.testimonials .read-more {
    color: #1d2252;
    text-decoration: underline;
}

.latest-news {
    margin-top: -250px;
    margin-bottom: -430px;
    padding-top: 280px;
    padding-bottom: 100px;
    background: url("../images/bg_1.jpg") no-repeat top -600px center;
}
@media (max-width: 767px) {
    .latest-news {
        padding-top: 240px;
    }
}
.latest-news .section-title {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 2px;
    color: #1d2252;
    font-family: "Noam Text";
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}
@media (max-width: 1199px) {
    .latest-news .section-title {
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .latest-news .section-title {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 2.8rem;
    }
}
.latest-news #contact-us {
    margin-top: -90px;
    margin-bottom: 65px;
}
@media (max-width: 767px) {
    .latest-news #contact-us {
        margin-top: -115px;
        margin-bottom: 100px;
    }
}
.latest-news .read-more {
    color: #ffffff;
    text-decoration: underline;
}

.latest-news-container .swiper-container {
    padding: 50px 20px;
    margin-bottom: 100px;
}
@media (max-width: 1439px) {
    .latest-news-container .swiper-container {
        margin-bottom: 145px;
    }
}
.latest-news-container .swiper-button-next {
    left: -50px;
    top: 38%;
    right: auto;
}
@media (max-width: 1199px) {
    .latest-news-container .swiper-button-next {
        left: -15px;
    }
}
@media (max-width: 991px) {
    .latest-news-container .swiper-button-next {
        left: 5px;
    }
}
.latest-news-container .swiper-button-prev {
    right: -50px;
    top: 35%;
    left: auto;
}
@media (max-width: 1199px) {
    .latest-news-container .swiper-button-prev {
        right: -15px;
    }
}
@media (max-width: 991px) {
    .latest-news-container .swiper-button-prev {
        right: 5px;
    }
}

.blog-item {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .blog-item {
        width: 90%;
        margin: auto;
    }
}
.blog-item img {
    width: 100%;
    height: auto;
}
.blog-item .title {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    min-height: 130px;
}
.blog-item .title h2 {
    font-family: "Noam Text";
    font-size: 1.6rem;
    color: #1d2252;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 1.12px;
    flex-basis: calc(100% - 52px);
}
@media (max-width: 1439px) {
    .blog-item .title h2 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}
.blog-item .title .icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    margin-left: 15px;
}
.blog-item .title .icon img {
    width: 100%;
    height: 100%;
}
.blog-item .meta {
    position: relative;
    padding: 10px 20px 20px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .blog-item .meta {
        padding: 10px 28px 10px;
    }
}
.blog-item .meta .time-to-read {
    flex-basis: 50%;
    line-height: 33px;
}
.blog-item .meta .time-to-read img {
    display: block;
    margin-left: 10px;
    width: 17px;
    height: 17px;
}
.blog-item .meta time {
    flex-basis: 50%;
    font-size: 1.25rem;
}
.blog-item .meta:before {
    content: "";
    height: 2px;
    width: calc(100% - 40px);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/thin-line-gradient.svg") no-repeat center/cover;
}
.blog-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
}

.contact-form {
    padding-top: 230px;
    padding-bottom: 0;
    background-color: #1d2252;
    color: #ffffff;
    min-height: 500px;
}
@media (max-width: 767px) {
    .contact-form {
        padding-top: 135px;
    }
}
.contact-form .section-title {
    margin-bottom: 75px;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 10;
}
@media (max-width: 1199px) {
    .contact-form .section-title {
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .contact-form .section-title {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 2.9rem;
    }
}
.contact-form .section-content {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.43;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 10;
}
@media (max-width: 767px) {
    .contact-form .section-content {
        font-size: 1.4rem;
    }
}
.contact-form .section-content * {
    font-family: "Noam Text";
}
.contact-form .section-content p {
    margin-bottom: 0;
    font-weight: 400;
}
@media (max-width: 991px) {
    .contact-form .section-content p {
        margin-bottom: 20px;
    }
}

.wpcf7 {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 10;
    direction: rtl;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 40px auto 0 auto;
    padding: 3px 15px;
    border: 2px solid #dc3232;
    background: #dc3232;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 90%;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin: 40px auto 0 auto;
    padding: 7px 15px;
    border: none;
    background: linear-gradient(to right, #79512c 0, #eaa56b 54%, #79512c 100%);
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
}
.wpcf7 form .wpcf7-submit {
    transition: all 0.2s;
}
.wpcf7 form .wpcf7-submit:hover,
.wpcf7 form .wpcf7-submit:focus {
    background: #ffffff;
    color: #1d2252;
    border-color: transparent;
    cursor: pointer;
}
.wpcf7 .ajax-loader {
    position: absolute;
    right: 38%;
    top: 9px;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl;
}

.form-wrapper {
    margin-bottom: 70px;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .form-wrapper {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
}
.form-wrapper input {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    background-color: transparent;
    width: 100%;
    font-size: 1.2rem;
}
@media (max-width: 991px) {
    .form-wrapper input {
        padding: 14px 20px;
    }
}
.form-wrapper input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}
.form-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}
.form-wrapper input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}
.form-wrapper input.wpcf7-not-valid {
    border-color: #dc3232;
}
.form-wrapper .form-item {
    flex-basis: 33%;
    margin: 0 10px;
}
@media (max-width: 991px) {
    .form-wrapper .form-item {
        flex-basis: 100%;
        margin-bottom: 0;
    }
}

.skewed-divider.is-contact {
    background-image: url("../images/contact_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom -285px;
    height: 440px;
    margin-top: -320px;
    z-index: 0;
}
@media (max-width: 767px) {
    .skewed-divider.is-contact {
        margin-top: -360px;
    }
}

.page-template-contact-us .contact-form {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .page-template-contact-us .contact-form {
        padding-top: 80px;
    }
}

.contact-deets {
    padding-top: 190px;
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .contact-deets {
        padding-top: 120px;
    }
}
@media (max-width: 575px) {
    .contact-deets {
        padding-bottom: 0;
    }
}
.contact-deets .map {
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .contact-deets .map {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .contact-deets .map {
        padding: 0 0;
    }
}
.contact-deets .map iframe {
    display: block;
    height: 340px;
    width: 100%;
}
.contact-deets .deets-list {
    padding: 0 20px;
    margin: 0;
    margin-top: -20px;
    list-style: none;
}
@media (max-width: 991px) {
    .contact-deets .deets-list {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .contact-deets .deets-list {
        margin-bottom: 0;
    }
}
.contact-deets .deets-list li {
    border-bottom: 2px solid rgba(112, 112, 112, 0.4);
    padding: 26px 70px 26px 26px;
    display: flex;
    position: relative;
}
@media (max-width: 1439px) {
    .contact-deets .deets-list li {
        padding: 26px 60px 26px 26px;
    }
}
@media (max-width: 991px) {
    .contact-deets .deets-list li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 26px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .contact-deets .deets-list li {
        padding: 26px 0 26px 0;
    }
}
.contact-deets .deets-list li:nth-last-child(2),
.contact-deets .deets-list li:last-child {
    display: none;
}
@media (max-width: 991px) {
    .contact-deets .deets-list li:nth-last-child(2),
    .contact-deets .deets-list li:last-child {
        display: flex;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .contact-deets .deets-list li:last-child {
        border-bottom: none;
    }
}
.contact-deets .deets-list li a {
    font-size: 1.6rem;
    font-family: "Noam Text";
    color: #1d2252;
}
.contact-deets .deets-list li a[href^="mailto"] {
    text-decoration: underline;
}
@media (max-width: 1439px) {
    .contact-deets .deets-list li a {
        font-size: 1.4rem;
    }
}
.contact-deets .deets-list li img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
}
@media (max-width: 991px) {
    .contact-deets .deets-list li img {
        position: static;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .contact-deets .deets-list li.is-fax a {
        pointer-events: none;
    }
}
.contact-deets .address-note {
    padding: 0 20px;
}
@media (max-width: 991px) {
    .contact-deets .address-note {
        display: none !important;
    }
}
.contact-deets .address-note p {
    font-size: 1.5rem;
    font-family: "Noam Text";
    color: #1d2252;
}
@media (max-width: 1439px) {
    .contact-deets .address-note p {
        font-size: 1.1rem;
    }
}
.contact-deets .address-note img {
    margin-left: 15px;
}

.default-page {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .default-page {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .default-page {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
.default-page .page-title {
    position: relative;
    height: 345px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 1199px) {
    .default-page .page-title {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .default-page .page-title {
        margin-bottom: 20px;
        height: 215px;
    }
}
.default-page .page-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 34, 82, 0.6);
}
.default-page .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url("../images/gradient-line.svg") no-repeat center/cover;
    z-index: 20;
}
.default-page .page-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.default-page .page-title h1 {
    margin: 0;
    position: relative;
    z-index: 10;
    font-family: "Noam Text";
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .default-page .page-title h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .default-page .page-title h1 {
        font-size: 2rem;
    }
}
.default-page .entry-content h1,
.default-page .entry-content h2,
.default-page .entry-content h3,
.default-page .entry-content h4 {
    color: #1d2252;
    font-family: "Noam Text";
}
@media (max-width: 767px) {
    .default-page .entry-content h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .default-page .entry-content p {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .default-page .entry-content .wp-block-spacer {
        height: 5px !important;
    }
}

.error-404-wrapper {
    height: calc(100vh - 135px);
    text-align: center;
    position: relative;
    background: url("../images/pic.jpg") no-repeat center top/cover;
}
@media (max-width: 1919px) {
    .error-404-wrapper {
        height: calc(100vh - 125px);
    }
}
@media (max-width: 1599px) {
    .error-404-wrapper {
        height: calc(100vh - 115px);
    }
}
@media (max-width: 1439px) {
    .error-404-wrapper {
        height: calc(100vh - 105px);
    }
}
@media (max-width: 1199px) {
    .error-404-wrapper {
        height: calc(100vh - 90px);
    }
}
.error-404-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 34, 82, 0.6);
}
.error-404-wrapper .not-found-meta {
    position: relative;
    z-index: 100;
}
.error-404-wrapper .not-found-meta span {
    font-size: 130px;
}
@media (max-width: 1439px) {
    .error-404-wrapper .not-found-meta span {
        font-size: 110px;
    }
}
@media (max-width: 767px) {
    .error-404-wrapper .not-found-meta span {
        font-size: 80px;
    }
}
.error-404-wrapper .not-found-meta h1 {
    margin-bottom: 200px;
    font-family: "Noam Text";
    color: #ffffff;
    font-weight: 400;
}
@media (max-width: 1439px) {
    .error-404-wrapper .not-found-meta h1 {
        margin-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .error-404-wrapper .not-found-meta h1 {
        font-size: 30px;
    }
}
.error-404-wrapper .not-found-meta a {
    transition: all 0.2s;
}
.error-404-wrapper .not-found-meta a:hover,
.error-404-wrapper .not-found-meta a:focus {
    background: #ffffff;
    color: #1d2252;
    border-color: transparent;
}

.blog-single-page {
    padding-top: 100px;
    padding-bottom: 0;
}
@media (max-width: 1439px) {
    .blog-single-page {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .blog-single-page {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .blog-single-page {
        padding-top: 40px;
    }
}
.blog-single-page .page-title {
    position: relative;
    height: 345px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 1439px) {
    .blog-single-page .page-title {
        height: 280px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .blog-single-page .page-title {
        margin-bottom: 30px;
        height: 215px;
    }
}
.blog-single-page .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url("../images/gradient-line.svg") no-repeat center/cover;
    z-index: 20;
}
.blog-single-page .page-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-single-page .entry-content h1 {
    margin: 0;
    font-family: "Noam Text";
    font-size: 3rem;
    line-height: 50px;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .blog-single-page .entry-content h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .blog-single-page .entry-content h1 {
        line-height: 40px;
    }
}
.blog-single-page .entry-content h1,
.blog-single-page .entry-content h2,
.blog-single-page .entry-content h3,
.blog-single-page .entry-content h4 {
    color: #1d2252;
    font-family: "Noam Text";
}
@media (max-width: 767px) {
    .blog-single-page .entry-content h2 {
        font-size: 1.5rem;
    }
}
.blog-single-page .entry-content p {
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .blog-single-page .entry-content p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}
.blog-single-page .entry-content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .blog-single-page .entry-content .wp-block-spacer {
        display: none;
    }
}
.blog-single-page .entry-content strong {
    color: #1d2252;
    font-family: "Noam Text";
    font-size: 26px;
}
.blog-single-page .entry-content .has-medium-font-size strong {
    color: #1d2252;
    font-family: "Noam Text";
    font-size: 30px;
}
.blog-single-page .entry-content ul {
    padding-right: 50px;
}
@media (max-width: 1199px) {
    .blog-single-page .entry-content ul {
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .blog-single-page .entry-content ul {
        padding-right: 25px;
    }
}
.blog-single-page .entry-content ul li {
    margin-bottom: 15px;
}
.blog-single-page .form-wrapper input {
    border-color: #1d2252;
    color: #1d2252;
}
.blog-single-page .form-wrapper input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d2252;
    opacity: 1;
    /* Firefox */
}
.blog-single-page .form-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1d2252;
}
.blog-single-page .form-wrapper input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1d2252;
}
.blog-single-page .similar-posts {
    margin-top: -50px;
    padding: 10px 0 100px;
    background: #f7f1ea;
}
@media (max-width: 1439px) {
    .blog-single-page .similar-posts {
        padding: 10px 0 60px;
    }
}
@media (max-width: 991px) {
    .blog-single-page .similar-posts {
        padding: 60px 0 60px;
    }
}
.blog-single-page .similar-posts .section-title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Noam Text";
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
    z-index: 10;
    color: #1d2252;
}
@media (max-width: 1199px) {
    .blog-single-page .similar-posts .section-title {
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .blog-single-page .similar-posts .section-title {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 2.9rem;
    }
}
.blog-single-page .similar-posts .back-to-blog {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
.blog-single-page .similar-posts .back-to-blog img {
    display: block;
    margin-bottom: 20px;
    transform: rotate(180deg);
}
.blog-single-page .similar-posts .back-to-blog a {
    display: inline-block;
    color: #1d2252;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.blog-single-page .skewed-divider.is-latest-news {
    background: #f7f1ea;
    box-shadow: none;
    margin-bottom: -55px;
}
.blog-single-page .skewed-divider.is-latest-news:before {
    bottom: unset;
    top: 0;
}
@media (max-width: 767px) {
    .blog-single-page .swiper-container {
        margin-bottom: 20px;
    }
}

#breadcrumbs {
    margin-bottom: 60px;
    color: #4d4d4f;
}
@media (max-width: 1439px) {
    #breadcrumbs {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    #breadcrumbs {
        margin-bottom: 30px;
    }
}
#breadcrumbs a {
    color: #1d2252;
    padding-left: 25px;
}
@media (max-width: 767px) {
    #breadcrumbs a {
        padding-left: 15px;
    }
}
#breadcrumbs .breadcrumb_last {
    padding: 0 25px;
    color: #ababac;
    font-weight: 300;
}
@media (max-width: 767px) {
    #breadcrumbs .breadcrumb_last {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    #breadcrumbs * {
        font-size: 20px;
    }
}

.cf-post {
    padding-top: 100px;
    margin-bottom: 120px;
}
@media (max-width: 1439px) {
    .cf-post {
        padding-top: 60px;
        margin-bottom: 180px;
    }
}
@media (max-width: 767px) {
    .cf-post {
        padding-top: 20px;
        margin-bottom: 130px;
    }
}
.cf-post h2 {
    font-family: "Noam Text";
    font-size: 1.8rem;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    color: #1d2252;
}
@media (max-width: 767px) {
    .cf-post h2 {
        font-size: 1.6rem;
        line-height: 35px;
    }
}

.single-practice_areas h4 {
    padding-right: 0;
    color: #4d4d4f !important;
    font-family: "Assistant", sans-serif !important;
}

.type-practice_areas .entry-content p:first-of-type {
    font-size: 1.6rem;
    line-height: 2.1875rem;
    font-family: "Noam Text";
    color: #1d2252;
}
.type-practice_areas .entry-content .custom-font {
    font-size: 1.6rem;
    font-family: "Noam Text";
    color: #1d2252;
}
.type-practice_areas .entry-content .has-line {
    position: relative;
    margin-top: 120px;
    font-size: 2.5rem;
    line-height: 38px;
}
@media (max-width: 767px) {
    .type-practice_areas .entry-content .has-line {
        font-size: 2rem;
        margin-top: 100px;
    }
}
.type-practice_areas .entry-content .has-line:before {
    content: "";
    background: url("../images/line-2.svg") no-repeat center/cover;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -60px;
    left: 0;
}
@media (max-width: 767px) {
    .type-practice_areas .entry-content .has-line:before {
        top: -50px;
    }
}
.type-practice_areas .entry-content .has-line strong {
    font-size: 2.5rem;
}
@media (max-width: 767px) {
    .type-practice_areas .entry-content .has-line strong {
        font-size: 2rem;
    }
}

.blog-posts-page {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 200px;
    padding-bottom: 50px;
    background: #f7f1ea;
}
@media (max-width: 1439px) {
    .blog-posts-page {
        padding-left: 0;
        padding-right: 0;
    }
}
.blog-posts-page .blog-item {
    margin: 100px auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1599px) {
    .blog-posts-page .blog-item {
        margin: 60px auto 0;
    }
}
.blog-posts-page .blog-item .title {
    flex-grow: 1;
}
.blog-posts-page #breadcrumbs {
    margin-bottom: 60px;
    color: #4d4d4f;
}
@media (max-width: 767px) {
    .blog-posts-page #breadcrumbs {
        margin-bottom: 50px;
    }
}
.blog-posts-page #breadcrumbs a {
    color: #1d2252;
    padding-left: 25px;
}
.blog-posts-page #breadcrumbs .breadcrumb_last {
    padding: 0 25px;
    color: #ababac;
    font-weight: 300;
}
.blog-posts-page-title {
    margin-top: 0;
    margin-bottom: 5px;
    color: #1d2252;
    font-family: "Noam Text";
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
}
.blog-posts-page .nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .blog-posts-page .nav-links {
        margin-top: 100px;
    }
}
.blog-posts-page .nav-links a {
    font-size: 1.5rem;
    color: #1d2252;
}
.blog-posts-page .nav-links > div a {
    position: relative;
    padding-right: 60px;
}
.blog-posts-page .nav-links > div a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 100%;
    background: url("../images/left.svg") no-repeat center/cover;
}
.blog-posts-page .nav-links > div.nav-next a {
    padding-left: 60px;
    padding-right: 0;
}
.blog-posts-page .nav-links > div.nav-next a:before {
    right: unset;
    left: 10px;
}
.blog-posts-page .nav-links > div.nav-previous a:before {
    transform: rotate(180deg);
}
.blog-posts-page .blog-item-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
}
@media (max-width: 1599px) {
    .blog-posts-page .blog-item-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.blog-posts-page.is-testimonials {
    background: #ffffff;
}
@media (max-width: 1439px) {
    .blog-posts-page.is-testimonials {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}
@media (max-width: 1199px) {
    .blog-posts-page.is-testimonials {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .blog-posts-page.is-testimonials {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
}
.blog-posts-page.is-testimonials .quotemark-double {
    color: #4d4d4f;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 0;
    text-align: initial;
    font-family: "Assistant", sans-serif;
}
@media (max-width: 1439px) {
    .blog-posts-page.is-testimonials .quotemark-double {
        margin: 30px 0 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .blog-posts-page.is-testimonials .quotemark-double {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: initial;
    }
}
.blog-posts-page.is-testimonials .quotemark-double:after {
    display: none;
}
.blog-posts-page.is-testimonials .quotemark-double:before {
    right: 0;
    left: 0;
    margin: auto;
    width: 84%;
}
@media (max-width: 1439px) {
    .blog-posts-page.is-testimonials .quotemark-double:before {
        width: 90%;
    }
}
.blog-posts-page.is-testimonials .quotemark-double p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}

.skewed-divider.is-blog {
    height: 3px;
    margin-top: 0;
    transform: skewX(0deg) skewY(3deg);
}
@media (max-width: 767px) {
    .skewed-divider.is-blog {
        transform: skewX(0deg) skewY(-8deg);
    }
}

.blog-banner {
    position: relative;
    height: 500px;
    transform: skewX(0deg) skewY(3deg);
    overflow: hidden;
    margin-top: -100px;
}
@media (max-width: 1439px) {
    .blog-banner {
        height: 70vh;
    }
}
@media (max-width: 767px) {
    .blog-banner {
        height: 90vh;
        transform: skewX(0deg) skewY(-8deg);
    }
}
.blog-banner img {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(0deg) skewY(-3deg);
    z-index: -1;
}
@media (max-width: 767px) {
    .blog-banner img {
        transform: skewX(0deg) skewY(8deg);
    }
}
.blog-banner h1 {
    position: relative;
    z-index: 100;
    text-align: center;
    transform: skewX(0deg) skewY(-3deg);
}
@media (max-width: 1439px) {
    .blog-banner h1 {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .blog-banner h1 {
        transform: skewX(0deg) skewY(8deg);
    }
}
.blog-banner .section-title {
    font-size: 4rem;
    line-height: 0.8;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Noam Text";
    font-weight: 400;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1599px) {
    .blog-banner .section-title {
        font-size: 3rem;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .blog-banner .section-title {
        font-size: 4rem;
        line-height: 54px;
        text-align: center;
        font-weight: 400;
    }
}

.about-banner {
    position: relative;
    height: 680px;
    transform: skewX(0deg) skewY(-3deg);
    overflow: hidden;
    margin-top: -100px;
}
@media (max-width: 1439px) {
    .about-banner {
        height: 70vh;
    }
}
@media (max-width: 767px) {
    .about-banner {
        height: 90vh;
        transform: skewX(0deg) skewY(-8deg);
    }
}
.about-banner img {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(0deg) skewY(3deg);
    z-index: -1;
}
@media (max-width: 767px) {
    .about-banner img {
        transform: skewX(0deg) skewY(8deg);
    }
}
.about-banner img.is-mobile {
    display: none;
}
@media (max-width: 767px) {
    .about-banner img.is-mobile {
        display: block;
    }
}
@media (max-width: 767px) {
    .about-banner img.is-desktop {
        display: none;
    }
}
.about-banner h1 {
    position: relative;
    z-index: 100;
    text-align: center;
    transform: skewX(0deg) skewY(3deg);
}
@media (max-width: 1439px) {
    .about-banner h1 {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .about-banner h1 {
        transform: skewX(0deg) skewY(8deg);
    }
}
.about-banner .section-title {
    font-size: 4.6625rem;
    line-height: 0.8;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Noam Text";
    font-weight: 400;
    text-align: center;
}
@media (max-width: 1599px) {
    .about-banner .section-title {
        font-size: 3rem;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .about-banner .section-title {
        font-size: 4rem;
        line-height: 40px;
        text-align: center;
        font-weight: 400;
    }
}

.about-wrapper {
    background-image: url("../images/pen01.png");
    background-repeat: no-repeat;
    background-position: right 20rem bottom 56px;
    background-size: 470px;
}
@media (max-width: 1919px) {
    .about-wrapper {
        background-position: right 8rem bottom 4rem;
    }
}
@media (max-width: 1599px) {
    .about-wrapper {
        background-position: right 5rem bottom 4rem;
    }
}
@media (max-width: 1439px) {
    .about-wrapper {
        background-size: 390px;
        background-position: right 7rem bottom 5rem;
    }
}
@media (max-width: 1279px) {
    .about-wrapper {
        background-position: right 4rem bottom 5rem;
    }
}
@media (max-width: 1199px) {
    .about-wrapper {
        background-position: right -2rem bottom 6rem;
    }
}
@media (max-width: 767px) {
    .about-wrapper {
        background-size: 320px;
        background-position: right -5rem bottom 10rem;
    }
}

.about-content {
    margin-top: 120px;
    margin-bottom: 0;
}
@media (max-width: 1439px) {
    .about-content {
        margin-top: 90px;
    }
}
.about-content strong {
    font-family: "Noam Text";
    color: #1d2252;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.1875rem;
}
@media (max-width: 767px) {
    .about-content strong {
        font-size: 26px;
    }
}
.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4 {
    color: #1d2252;
    font-family: "Noam Text";
}
@media (max-width: 767px) {
    .about-content h2 {
        font-size: 1.5rem;
    }
}
.about-content p {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 30px;
}
@media (max-width: 767px) {
    .about-content .wp-block-spacer {
        height: 5px !important;
    }
}

.skewed-divider.is-about {
    height: 3px;
    margin-top: 0;
    transform: skewX(0deg) skewY(-3deg);
}
@media (max-width: 767px) {
    .skewed-divider.is-about {
        transform: skewX(0deg) skewY(-8deg);
    }
}

.about-content-2 h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
}
@media (max-width: 1439px) {
    .about-content-2 h2 {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .about-content-2 h2 {
        text-align: center;
    }
}
.about-content-2 .item {
    margin-bottom: 0;
}
@media (max-width: 1439px) {
    .about-content-2 .item {
        margin-bottom: 0;
    }
}
.about-content-2 .item .icon {
    text-align: center;
    padding-left: 35px;
    padding-right: 100px;
    margin-right: 15px;
}
@media (max-width: 991px) {
    .about-content-2 .item .icon {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .about-content-2 .item .icon {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
}
.about-content-2 .item .icon img {
    margin-top: 110px;
    width: 78px;
    height: auto;
}
@media (max-width: 767px) {
    .about-content-2 .item .icon img {
        margin-top: 25px;
    }
}
.about-content-2 .item h3 {
    margin-top: 45px;
    font-family: "Noam Text";
    color: #1d2252;
    font-weight: 400;
    font-size: 30px;
}
@media (max-width: 767px) {
    .about-content-2 .item h3 {
        margin-top: 25px;
        text-align: center;
        font-weight: 700;
    }
}
.about-content-2 .item p {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 30px;
}
.about-content-2 .item p:last-child {
    margin-bottom: 0;
}

.about-sign {
    margin-top: 100px;
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .about-sign {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.about-us-info {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #1d2252;
    color: #ffffff;
}
@media (max-width: 1599px) {
    .about-us-info {
        background-size: 440px auto;
    }
}
@media (max-width: 1439px) {
    .about-us-info {
        padding-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .about-us-info {
        background-position: right -8rem bottom 8rem;
    }
}
@media (max-width: 991px) {
    .about-us-info {
        background-position: right -11rem bottom 19rem;
    }
}
.about-us-info .section-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 60px;
    color: #ffffff;
    font-family: "Noam Text";
    text-align: center;
}
@media (max-width: 1599px) {
    .about-us-info .section-title {
        font-size: 2.8rem;
        line-height: 50px;
    }
}
@media (max-width: 1439px) {
    .about-us-info .section-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .about-us-info .section-title {
        margin-bottom: 20px;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
    }
}
.about-us-info .subsection-title {
    font-size: 2rem;
    margin-bottom: 60px;
    font-weight: 400;
}
@media (max-width: 1599px) {
    .about-us-info .subsection-title {
        font-size: 1.8rem;
    }
}
.about-us-info .section-content-wrapper {
    margin-top: 30px;
}
.about-us-info .section-content-wrapper img {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .about-us-info .section-content-wrapper img {
        margin-bottom: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.about-us-info .section-content {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.43;
}
@media (max-width: 1599px) {
    .about-us-info .section-content {
        font-size: 1.3rem;
    }
}
.about-us-info .section-content p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: 400;
}
@media (max-width: 1599px) {
    .about-us-info .section-content p {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .about-us-info .section-content p {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
    .about-us-info .section-content p {
        margin-bottom: 25px;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
.about-us-info .section-item {
    display: flex;
    flex-direction: column;
}
.about-us-info .section-item span {
    font-family: "Noam Text";
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.43;
}
@media (max-width: 1599px) {
    .about-us-info .section-item span {
        font-size: 1.5rem;
    }
}
.about-us-info .section-item .icon {
    margin-bottom: 25px;
}
.about-us-info .sub-title {
    margin-top: 25px;
    margin-bottom: 30px;
    display: block;
    font-size: 34px;
}
@media (max-width: 767px) {
    .about-us-info .sub-title {
        margin-top: 30px;
        margin-bottom: 45px;
    }
}
.about-us-info .double-block h3 {
    position: relative;
}
.about-us-info .double-block ul {
    margin: 0;
    padding: 0;
    padding-right: 25px;
}
.about-us-info .double-block ul li {
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 400;
}
@media (max-width: 991px) {
    .about-us-info .double-block ul li {
        font-size: 1.3rem;
    }
}
.about-us-info .double-block .double-block-items {
    justify-content: space-between;
    flex-direction: column;
}
.about-us-info .double-block .double-block-items > div {
    flex-basis: 47%;
}

.skewed-divider.is-about-us {
    transform: skewX(0deg) skewY(3deg);
}

.skewed-divider-reverse.is-about-us {
    transform: skewX(0deg) skewY(-3deg);
}

.practice_areas_about_us {
    background: url("../images/birds01.png") no-repeat right 15rem bottom -40px !important;
    padding-top: 140px !important;
}
.practice_areas_about_us .section-title {
    margin-bottom: 84px !important;
}

.contact-form-about-us {
    padding-top: 0;
    min-height: auto;
    padding-bottom: 250px;
    background: url("../images/bg_1.jpg") no-repeat bottom -470px left/cover;
}
@media (max-width: 1199px) {
    .contact-form-about-us {
        padding-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .contact-form-about-us {
        padding-bottom: 90px;
    }
}
.contact-form-about-us .section-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #1d2252;
    font-family: "Noam Text";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.43;
}
.contact-form-about-us .form-wrapper {
    margin-top: 0;
    margin-bottom: 58px;
}
.contact-form-about-us input:not([type="submit"]) {
    border: 1px solid #1d2252;
    color: #1d2252;
}
.contact-form-about-us input:not([type="submit"])::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d2252;
    opacity: 1;
    /* Firefox */
}
.contact-form-about-us input:not([type="submit"]):-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1d2252;
}
.contact-form-about-us input:not([type="submit"])::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1d2252;
}
.contact-form-about-us.is-archive {
    padding-bottom: 0;
}
@media (max-width: 1439px) {
    .contact-form-about-us.is-archive {
        background: url(../images/bg_1.jpg) no-repeat bottom -350px left/cover;
    }
}
@media (max-width: 767px) {
    .contact-form-about-us.is-archive {
        background: url(../images/bg_1.jpg) no-repeat bottom -275px right/cover;
    }
}
.contact-form-about-us.is-archive .cf-post {
    padding-top: 0;
}
@media (max-width: 1199px) {
    .contact-form-about-us.is-archive .cf-post {
        margin-bottom: 130px;
    }
}
@media (max-width: 767px) {
    .contact-form-about-us.is-archive .cf-post {
        margin-bottom: 80px;
    }
}

html:not([dir="rtl"]) .lang-item {
    margin-left: 15px;
    margin-right: 0;
}
@media (max-width: 1199px) {
    html:not([dir="rtl"]) .main-menu-nav {
        left: unset;
        right: 0;
    }
}
html:not([dir="rtl"]) .main-menu-nav ul li:not(:last-child) a:after {
    left: unset;
    right: 0;
    border-right: 1px solid #ffffff;
    border-left: none;
}
html:not([dir="rtl"]) .site-header .mobile-burger {
    padding-right: 0;
    padding-left: 40px;
}
@media (max-width: 767px) {
    html:not([dir="rtl"]) .site-header .mobile-burger {
        padding-left: 0;
    }
}
html:not([dir="rtl"]) .home-owner .section-content {
    padding-right: 50px;
    padding-left: 0;
}
@media (max-width: 1439px) {
    html:not([dir="rtl"]) .home-owner .section-content {
        padding-left: 50px;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    html:not([dir="rtl"]) .home-owner .section-content {
        padding-left: 0;
        padding-right: 0;
    }
}
html:not([dir="rtl"]) .swiper_pa-wrapper .swiper-button-next,
html:not([dir="rtl"]) .testimonials .swiper-button-next {
    left: unset;
    right: -16px;
    top: 30%;
}
@media (max-width: 767px) {
    html:not([dir="rtl"]) .swiper_pa-wrapper .swiper-button-next,
    html:not([dir="rtl"]) .testimonials .swiper-button-next {
        right: 5px;
    }
}
html:not([dir="rtl"]) .swiper_pa-wrapper .swiper-button-prev,
html:not([dir="rtl"]) .testimonials .swiper-button-prev {
    right: unset;
    left: -16px;
    top: 30%;
}
@media (max-width: 767px) {
    html:not([dir="rtl"]) .swiper_pa-wrapper .swiper-button-prev,
    html:not([dir="rtl"]) .testimonials .swiper-button-prev {
        left: 5px;
    }
}
html:not([dir="rtl"]) .latest-news-container .swiper-button-next {
    left: unset;
    right: -50px;
}
@media (max-width: 1199px) {
    html:not([dir="rtl"]) .latest-news-container .swiper-button-next {
        right: 0;
    }
}
@media (max-width: 767px) {
    html:not([dir="rtl"]) .latest-news-container .swiper-button-next {
        right: 10px;
    }
}
html:not([dir="rtl"]) .latest-news-container .swiper-button-prev {
    right: unset;
    left: -50px;
}
@media (max-width: 1199px) {
    html:not([dir="rtl"]) .latest-news-container .swiper-button-prev {
        left: 0;
    }
}
@media (max-width: 767px) {
    html:not([dir="rtl"]) .latest-news-container .swiper-button-prev {
        left: 10px;
    }
}
html:not([dir="rtl"]) .swiper-button-prev img {
    transform: rotate(0);
}
html:not([dir="rtl"]) .swiper-button-next img {
    transform: rotate(180deg);
}
html:not([dir="rtl"]) .practice_areas .pa_item h2 {
    padding-right: 10px;
}
html:not([dir="rtl"]) .blog-item .title .icon {
    margin-left: 0;
    margin-right: 30px;
}
html:not([dir="rtl"]) .blog-item .meta .time-to-read img {
    margin-right: 10px;
    margin-left: 0;
}
html:not([dir="rtl"]) form,
html:not([dir="rtl"]) .wpcf7 {
    direction: ltr;
}
html:not([dir="rtl"]) .wpcf7 input[type="url"],
html:not([dir="rtl"]) .wpcf7 input[type="email"],
html:not([dir="rtl"]) .wpcf7 input[type="tel"] {
    direction: ltr;
}
html:not([dir="rtl"]) .contact-deets .deets-list li {
    padding: 26px 26px 26px 70px;
}
@media (max-width: 1439px) {
    html:not([dir="rtl"]) .contact-deets .deets-list li {
        padding: 26px 26px 26px 60px;
    }
}
html:not([dir="rtl"]) .contact-deets .deets-list li img {
    right: unset;
    left: 4px;
}
html:not([dir="rtl"]) .contact-deets .address-note img {
    margin-left: 0;
    margin-right: 15px;
}
html:not([dir="rtl"]) .site-footer .menu-list {
    padding-right: 0;
    padding-left: 40px;
}
html:not([dir="rtl"]) .site-footer .social-icons {
    margin-right: 50px;
    margin-left: 0;
}
@media (max-width: 1599px) {
    html:not([dir="rtl"]) .site-footer .social-icons {
        margin-right: 10px;
    }
}
@media (max-width: 991px) {
    html:not([dir="rtl"]) .site-footer .social-icons {
        margin-left: 0;
        margin-right: 0;
    }
}
html:not([dir="rtl"]) .sf_wrapper .wpcf7-list-item-label {
    padding-left: 40px;
    padding-right: 0;
}
html:not([dir="rtl"]) .sf_wrapper .wpcf7-list-item-label:before {
    left: 0;
    right: unset;
}
html:not([dir="rtl"]) .fancybox-close-small {
    top: 10px;
    opacity: 1;
    transform: scale(1.4);
}
html:not([dir="rtl"]) .fancybox-close-small svg * {
    fill: #1d2252;
}
html:not([dir="rtl"]) .practice-modal-content {
    direction: ltr;
}
html:not([dir="rtl"]) .modal-content-section {
    padding-left: 0;
    padding-right: 15px;
}
@media (max-width: 767px) {
    html:not([dir="rtl"]) .modal-content-section {
        padding-right: 0;
    }
}

/*# sourceMappingURL=main.css.map */
