@charset "UTF-8";
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
    overflow: hidden;
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
    display: none;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.featherlight .featherlight-image {
    width: 100%;
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
    border: 0;
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

@media print {
    html.with-featherlight > * > :not(.featherlight) {
        display: none;
    }
}

@font-face {
    font-family: 'Eras';
    src: url("../font/ITCErasStd-Bold.woff2") format("woff2"), url("../font/ITCErasStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Muli';
    src: url("../font/Muli-Bold.woff2") format("woff2"), url("../font/Muli-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url("../font/Muli-Light.woff2") format("woff2"), url("../font/Muli-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 !important;
}

/* Some additions from Bootstrap reboot
   ========================================================================== */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

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

body {
    background-color: #F5F8FD;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
}

body.home, body.page-template-password-lost {
    background: #fff;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol {
    margin: 0;
}

ul, ol {
    padding-left: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='file'],
textarea,
select {
    position: relative;
    padding: 0 30px 0 15px;
    border: 1px solid #c3DBFF;
    border-radius: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 3.625;
    -webkit-appearance: none;
    outline: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    display: none;
}

input[type='checkbox'] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: #fff;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    outline: none;
}

input[type='checkbox']:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 3px;
    left: 3px;
}

textarea {
    padding: 10px 0;
    line-height: 1.3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    color: #000;
}

textarea:focus, input:focus {
    color: #000;
}

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}

/* Modern Browsers */
/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    body {
        padding-top: 77px;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    body.home {
        background: #F5F8FD;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots {
    text-align: center;
    margin-top: 20px;
}

ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

ul.slick-dots li button {
    font-size: 0;
    display: block;
    background: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    padding: 0;
    outline: none;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    background: #d8d8d8;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    ul.slick-dots li {
        width: auto;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    ul.slick-dots li {
        padding: 0;
    }
}

.nq-c-Arrow {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    cursor: pointer;
}

.nq-c-Arrow-up, .nq-c-Arrow-down {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    cursor: auto;
}

.nq-c-Arrow-up.disabled, .nq-c-Arrow-down.disabled {
    opacity: 0.2;
    cursor: pointer;
}

.nq-c-Arrow-up {
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #000000 transparent;
    margin-right: 2px;
}

.nq-c-Arrow-down {
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
}

.nq-c-Btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #1D73F5;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 8px;
    outline: none;
    text-align: left;
}

.nq-c-Btn:disabled {
    opacity: 0.5;
    cursor: default;
}

.nq-c-Btn svg {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.nq-c-Btn svg path {
    fill: #fff;
}

.nq-c-Btn-large {
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.nq-c-BtnAlt {
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 58px;
    border: 2px solid #1D73F5;
    border-radius: 8px;
    color: #1D73F5;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
    outline: none;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
.nq-c-Content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
}

body#index .nq-c-Content {
    padding-top: 0;
    padding-bottom: 0;
}

body#index .nq-c-Content, body#category .nq-c-Content, body#product .nq-c-Content {
    padding-bottom: 0;
}

body#pagenotfound .nq-c-Content {
    padding-top: 0;
    padding-bottom: 0;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Content {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    body#category .nq-c-Content {
        padding-top: 0;
    }
}

.nq-c-Dropdown {
    position: relative;
}

.nq-c-Dropdown-toggler {
    position: relative;
    z-index: 1;
    background: #fff;
    display: block;
    border: 2px solid #1D73F5;
    width: 100%;
    border-radius: 8px;
    height: 54px;
    line-height: 52px;
    padding: 0 24px;
    text-align: left;
    outline: none;
    color: #1D73F5;
    font-weight: 600;
}

.nq-c-Dropdown-toggler-arrow {
    position: absolute;
    right: 20px;
    top: 14px;
    line-height: normal;
    width: 14px;
    height: 8px;
}

.nq-c-Dropdown-toggler-arrow svg path {
    fill: #1D73F5;
}

.nq-c-Dropdown-menu {
    position: absolute;
    z-index: 999;
    left: 0;
    border: 1px solid #d8d8d8;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
}

.nq-c-Dropdown-menu li + li {
    border-top: 1px solid #d8d8d8;
}

.nq-c-Dropdown-item {
    display: block;
    padding: 10px 15px;
}

.nq-c-Dropdown-item-isSelected {
    background-color: #ebebeb;
    color: #1D73F5;
}

.nq-c-Error {
    padding: 15px;
    border: 1px solid #f13838;
    color: #f13838;
    margin-bottom: 20px;
}

.nq-c-Form-actions {
    text-align: center;
}

.nq-c-Field {
    margin-bottom: 24px;
    position: relative;
}

.nq-c-Field-label {
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
}

.nq-c-Field-show {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.nq-c-Field-required:after {
    content: " *";
    position: absolute;
    right: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 0 -20px;
    font-size: 14px;
    font-size: 0.875rem;
}

.nq-c-Field-wrapper {
    position: relative;
    display: block;
}

.nq-c-Field-wrapper input,
.nq-c-Field-wrapper textarea,
.nq-c-Field-wrapper select {
    display: block;
    width: 100%;
    outline: none;
}

.nq-c-Field-wrapper textarea {
    resize: vertical;
    min-height: 100px;
    width: 100%;
    padding: 15px;
    max-width: 100%;
}

.nq-c-Field-wrapper input::-webkit-input-placeholder, .nq-c-Field-wrapper textarea::-webkit-input-placeholder, .nq-c-Field-wrapper select::-webkit-input-placeholder {
    color: #1D73F5;
}

.nq-c-Field-wrapper input:-moz-placeholder, .nq-c-Field-wrapper textarea:-moz-placeholder, .nq-c-Field-wrapper select:-moz-placeholder {
    /* Firefox 18- */
    color: #1D73F5;
}

.nq-c-Field-wrapper input::-moz-placeholder, .nq-c-Field-wrapper textarea::-moz-placeholder, .nq-c-Field-wrapper select::-moz-placeholder {
    /* Firefox 19+ */
    color: #1D73F5;
}

.nq-c-Field-wrapper input:-ms-input-placeholder, .nq-c-Field-wrapper textarea:-ms-input-placeholder, .nq-c-Field-wrapper select:-ms-input-placeholder {
    color: #1D73F5;
}

.nq-c-Field-wrapper input::placeholder, .nq-c-Field-wrapper textarea::placeholder, .nq-c-Field-wrapper select::placeholder {
    color: #1D73F5;
}

.nq-c-Field-errors {
    display: block;
    padding: 5px 20px;
    color: #fff;
}

.requiredField {
    margin: 10px 0;
    text-align: left;
}

.requiredField p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857;
    color: #1D73F5;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Field-wrapper textarea {
        width: 100%;
    }
}

.nq-c-FieldParent-info {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7143;
    color: #4D5053;
}

.nq-c-Text[data-nqis~='nq-password-reveal'] .nq-c-Text-wrapper input {
    padding-right: 120px;
}

.nq-c-Text[data-nqis~='nq-password-reveal'] .nq-c-Text-togglepwd {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
}

.nq-c-Select-wrapper {
    position: relative;
}

.nq-c-Select select {
    padding-right: 40px;
    color: #1D73F5;
}

.no-pointer-events .nq-c-Select select {
    padding-right: 0;
}

.nq-c-Select-arrow {
    position: absolute;
    top: 8px;
    right: 14px;
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/icon/arrow-select.svg);
    pointer-events: none;
}

.no-pointer-events .nq-c-Select-arrow {
    display: none;
}

.nq-c-Select-arrow svg * {
    fill: #1D73F5;
}

_:-ms-fullscreen, :root .nq-c-Select select {
    padding-right: 20px;
}

.nq-c-Checkable input[type='radio'],
.nq-c-Checkable input[type='checkbox'] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
}

.nq-c-Checkable input[type='radio'] + label,
.nq-c-Checkable input[type='radio'] + span,
.nq-c-Checkable input[type='checkbox'] + label,
.nq-c-Checkable input[type='checkbox'] + span {
    position: relative;
    display: block;
    padding-left: 27px;
}

.nq-c-Checkable input[type='radio'] + label:before, .nq-c-Checkable input[type='radio'] + label:after,
.nq-c-Checkable input[type='radio'] + span:before,
.nq-c-Checkable input[type='radio'] + span:after,
.nq-c-Checkable input[type='checkbox'] + label:before,
.nq-c-Checkable input[type='checkbox'] + label:after,
.nq-c-Checkable input[type='checkbox'] + span:before,
.nq-c-Checkable input[type='checkbox'] + span:after {
    position: absolute;
    content: '';
}

.nq-c-Checkable input[type='radio'] + label:before,
.nq-c-Checkable input[type='radio'] + span:before,
.nq-c-Checkable input[type='checkbox'] + label:before,
.nq-c-Checkable input[type='checkbox'] + span:before {
    top: calc(50% - 9px);
    left: 0;
    border: 1px solid #1D73F5;
    width: 17px;
    height: 17px;
    background-color: #fff;
}

.nq-c-Checkable input[type='radio'] + label:after,
.nq-c-Checkable input[type='radio'] + span:after,
.nq-c-Checkable input[type='checkbox'] + label:after,
.nq-c-Checkable input[type='checkbox'] + span:after {
    top: calc(50% - 5px);
    left: 4px;
    width: 9px;
    height: 9px;
    background-color: #F5F8FD;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.nq-c-Checkable input[type='radio']:checked + label:after,
.nq-c-Checkable input[type='radio']:checked + span:after,
.nq-c-Checkable input[type='checkbox']:checked + label:after,
.nq-c-Checkable input[type='checkbox']:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nq-c-Checkable input[type='radio'] + label,
.nq-c-Checkable input[type='radio'] + span {
    position: relative;
    padding-left: 27px;
}

.nq-c-Checkable input[type='radio'] + label:before, .nq-c-Checkable input[type='radio'] + label:after,
.nq-c-Checkable input[type='radio'] + span:before,
.nq-c-Checkable input[type='radio'] + span:after {
    border-radius: 50%;
}

.nq-c-Checkable[data-checkable-top='true'] input[type='radio'] + label:before,
.nq-c-Checkable[data-checkable-top='true'] input[type='radio'] + span:before,
.nq-c-Checkable[data-checkable-top='true'] input[type='checkbox'] + label:before,
.nq-c-Checkable[data-checkable-top='true'] input[type='checkbox'] + span:before {
    top: calc(0.5em - 9px);
}

.nq-c-Checkable[data-checkable-top='true'] input[type='radio'] + label:after,
.nq-c-Checkable[data-checkable-top='true'] input[type='radio'] + span:after,
.nq-c-Checkable[data-checkable-top='true'] input[type='checkbox'] + label:after,
.nq-c-Checkable[data-checkable-top='true'] input[type='checkbox'] + span:after {
    top: calc(0.5em - 5px);
}

.nq-c-Checkable[data-checkable-adjust='true'] input[type='radio'] + label,
.nq-c-Checkable[data-checkable-adjust='true'] input[type='radio'] + span,
.nq-c-Checkable[data-checkable-adjust='true'] input[type='checkbox'] + label,
.nq-c-Checkable[data-checkable-adjust='true'] input[type='checkbox'] + span {
    padding-left: 20px;
}

.nq-c-Checkbox + .nq-c-Checkbox {
    margin-top: -10px;
}

.nq-c-Checkbox-label {
    display: block;
    color: #1D73F5;
}

.nq-c-RadioGroup-legend {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 25px;
    color: #1D73F5;
    font-size: 16px;
    font-size: 1rem;
}

.nq-c-RadioGroup ul {
    font-size: 0;
    display: inline-block;
    color: #1D73F5;
}

.nq-c-RadioGroup li {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
}

.nq-c-RadioGroup li + li {
    margin-left: 40px;
}

.nq-c-File-custom {
    display: none;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-wrapper {
    overflow: hidden;
}

.nq-c-File[data-nqis~='nq-input-file'] input[type='file'] {
    position: absolute;
    left: -500px;
    width: auto;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom {
    display: table;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    cursor: pointer;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom-label, .nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom-btn {
    display: table-cell;
    vertical-align: top;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom-label {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 0;
    line-height: 2.875;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom-label-xtra {
    color: #1D73F5;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom-btn {
    width: 1px;
    border-radius: 0;
    padding-right: 25px;
}

.nq-c-File[data-nqis~='nq-input-file'] .nq-c-File-custom .nq-c-Btn:after {
    display: none;
}

.nq-c-Header {
    position: relative;
    z-index: 100;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    color: #1D73F5;
    line-height: 56px;
    border-bottom: 1px solid #C3DBFF;
}

.nq-c-Header-logo {
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    margin-right: 30px;
}

.nq-c-Header-logo img {
    max-height: 56px;
    width: auto;
    display: block;
}

.nq-c-Header-logo span {
    display: block;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

.nq-c-Header-logo span.ogf {
    margin-top: -15px;
}

.nq-c-Header-nav {
    display: inline-block;
    vertical-align: top;
}

.nq-c-Header-nav-list-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.nq-c-Header-nav-list-item a {
    color: #000;
}

.nq-c-Header-nav-list-item-mobile {
    display: none;
}

.nq-c-Header-account {
    position: relative;
    float: right;
    font-size: 14px;
    color: #000;
}

.nq-c-Header-account-nav .nq-c-Arrow-down {
    margin-left: 10px;
}

.nq-c-Header-account-icon {
    display: none;
}

.nq-c-Header-account-detail {
    position: absolute;
    display: none;
    top: 50px;
    right: 0;
    background: #fff;
    width: 260px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
    line-height: normal;
}

.nq-c-Header-account-detail-content {
    padding: 16px;
    line-height: 20px;
}

.nq-c-Header-account-detail-content img {
    height: 40px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.nq-c-Header-account-detail-content-code {
    display: inline-block;
    vertical-align: middle;
}

.nq-c-Header-account-detail-content-link {
    text-decoration: underline;
}

.nq-c-Header-account-detail-logout {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.nq-c-Header-account:hover .nq-c-Header-account-detail {
    display: block;
}

body#index .nq-c-Header {
    border: 0;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    .nq-c-Header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        text-align: center;
        padding: 15px 0;
        line-height: normal;
    }

    .nq-c-Header-logo {
        max-height: 46px;
        margin: 0;
    }

    .nq-c-Header-logo img {
        height: 46px;
    }

    .nq-c-Header-nav .toggle {
        display: block !important;
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
        width: 60px;
        height: 40px;
        padding: 19px 11px 20px 11px;
        color: #000;
        outline: none;
        border-radius: 50%;
    }

    .nq-c-Header-nav .toggle span, .nq-c-Header-nav .toggle span:before, .nq-c-Header-nav .toggle span:after {
        height: 4px;
        width: 36px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
        transition: all .3s ease-in-out;
        border-radius: 4px;
    }

    .nq-c-Header-nav .toggle span:before {
        top: -12px;
    }

    .nq-c-Header-nav .toggle span:after {
        bottom: -12px;
    }

    .nq-c-Header-nav .overlay {
        width: 100%;
        height: 100%;
        visibility: hidden;
        display: block;
        background: #fff;
        opacity: 0;
        position: fixed;
        z-index: 9998;
        top: 77px;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .nq-c-Header-nav-list {
        position: fixed;
        z-index: 9999;
        top: 77px;
        width: 100%;
        left: -100%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        -webkit-overflow-scrolling: touch;
    }

    .nq-c-Header-nav-list-item {
        display: block;
        text-align: left;
        padding: 0 25px;
        margin: 0;
        font-size: 16px;
    }

    .nq-c-Header-nav-list-item a {
        display: block;
        padding: 20px 0;
        border-top: 1px solid #c3DBFF;
    }

    .nq-c-Header-nav-list-item:first-child a {
        border: 0;
    }

    .nq-c-Header-nav-list-item-mobile {
        font-weight: normal;
        display: block;
        color: #4D5053;
    }

    .nq-c-Header-nav-open .overlay {
        width: 100%;
        height: 100%;
        visibility: visible;
        opacity: 1;
    }

    .nq-c-Header-nav-open .toggle span {
        background-color: transparent;
    }

    .nq-c-Header-nav-open .toggle span:before, .nq-c-Header-nav-open .toggle span:after {
        top: 0;
    }

    .nq-c-Header-nav-open .toggle span:before {
        transform: rotate(45deg);
    }

    .nq-c-Header-nav-open .toggle span:after {
        transform: rotate(-45deg);
    }

    .nq-c-Header-nav-open .nq-c-Header-nav-list {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .nq-c-Header-account {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 0;
    }

    .nq-c-Header-account-icon {
        display: block;
    }

    .nq-c-Header-account-nav {
        display: none;
    }

    .nq-c-Header-account-detail {
        display: none;
    }

    .nq-c-Header-account:hover .nq-c-Header-account-detail {
        display: none;
    }

    .nq-c-Header-account .nq-c-Arrow-down {
        display: none;
    }
}

/********************************************************
			    MOBILE
********************************************************/
.nq-c-Footer {
    text-align: center;
    padding: 30px 0;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
[data-popin-opened='true'],
[data-popin-opened='true'] > body {
    overflow: hidden;
    height: 100%;
}

.nq-c-Popin {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.nq-c-Popin-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.nq-c-Popin-content {
    position: relative;
    z-index: 1;
    margin: 20px auto;
    padding: 60px;
    width: 1000px;
    max-width: 100%;
    background-color: #fff;
    overflow: auto;
}

.nq-c-Popin-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    z-index: 1;
    outline: none;
    cursor: pointer;
}

.nq-c-Popin[data-popin-type='error'] .nq-c-Popin-content {
    width: 500px;
}

.nq-c-Popin[data-popin-type='zoom'] .nq-c-Popin-content {
    position: relative;
    width: 800px;
    height: 800px;
}

.nq-c-Popin[data-popin-type='zoom'] .nq-c-Popin-content [data-popin-content] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nq-c-Popin-zoom-loader, .nq-c-Popin-zoom-error {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nq-c-Popin-zoom-error {
    opacity: 0;
}

.nq-c-Popin-zoom-error[data-state='shown'] {
    opacity: 1;
}

.nq-c-Popin [data-state='ready'] .nq-c-Popin-zoom-loader {
    opacity: 0;
}

.nq-c-Popin-zoom-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nq-c-Popin-zoom-img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nq-c-Popin-zoom-img > img[data-state='shown'] {
    opacity: 1;
}

.nq-c-Popin-zoom-prev, .nq-c-Popin-zoom-next {
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nq-c-Popin-zoom-prev {
    left: 20px;
}

.nq-c-Popin-zoom-next {
    right: 20px;
}

.nq-c-Popin [data-state='ready'] .nq-c-Popin-zoom-prev,
.nq-c-Popin [data-state='ready'] .nq-c-Popin-zoom-next {
    opacity: 1;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    .nq-c-Popin-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }

    .nq-c-Popin[data-popin-type='zoom'] .nq-c-Popin-content {
        width: 100%;
        height: 100%;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Popin-close {
        font-size: 16px;
    }
}

.nq-c-Wysiwyg img {
    max-width: 100%;
    height: auto;
}

.nq-c-Wysiwyg pre {
    white-space: pre-wrap;
}

.nq-c-Wysiwyg .btn {
    display: inline-block;
    text-align: center;
}

.nq-c-Wysiwyg .btn-default {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
}

.nq-c-Wysiwyg ul {
    list-style-position: inside;
    list-style-type: disc;
}

.nq-c-Wysiwyg ol {
    list-style-position: inside;
    list-style-type: decimal;
}

.nq-c-Wysiwyg table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.nq-c-Wysiwyg th, .nq-c-Wysiwyg td {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.nq-c-Wysiwyg thead th, .nq-c-Wysiwyg thead td {
    background: none rgba(0, 0, 0, 0.5);
    color: #fff;
}

.nq-c-Wysiwyg tfoot td {
    border: 0 none;
}

.nq-c-Pagination {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.nq-c-Pagination-previous, .nq-c-Pagination-next {
    position: absolute;
    top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.nq-c-Pagination-previous {
    left: 0;
}

.nq-c-Pagination-next {
    right: 0;
}

.nq-c-Pagination select {
    width: 68px;
    margin: 0 2px;
    border-color: #000;
    height: 40px;
    line-height: 40px;
}

.nq-c-Pagination-load, .nq-c-Pagination-end {
    display: none;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Pagination {
        margin-top: 0;
    }

    .nq-c-Pagination-previous, .nq-c-Pagination-next, .nq-c-Pagination-select {
        display: none;
    }

    .nq-c-Pagination-load, .nq-c-Pagination-end {
        display: block;
    }

    .nq-c-Pagination-load {
        margin-bottom: 20px;
    }

    .nq-c-Pagination-load .nq-c-BtnAlt {
        width: 100%;
    }

    .nq-c-Pagination-end a {
        font-size: 14px;
        text-decoration: underline;
    }
}

.nq-c-Title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.nq-c-Title span {
    font-weight: 300;
    font-size: 24px;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Title {
        font-size: 24px;
    }

    .nq-c-Title span {
        font-size: 20px;
    }
}

.nq-c-Auth {
    width: 560px;
    margin: 120px auto;
}

.nq-c-Auth-logo {
    display: block;
    margin: 0 auto -80px;
    text-align: center;
}

.nq-c-Auth-form {
    background: #F5F8FD;
    padding: 110px 120px 120px;
}

.nq-c-Auth-form .nq-c-Field-wrapper {
    display: block;
}

.nq-c-Auth-form .nq-c-Field-wrapper input {
    width: 100%;
}

.nq-c-Auth-form-lost {
    margin-bottom: 40px;
}

.nq-c-Auth-form-lost a {
    font-weight: 600;
    text-decoration: underline;
}

.nq-c-Auth-form-stay {
    text-align: left;
    margin-top: 20px;
}

.nq-c-Auth-form-stay label {
    text-decoration: underline;
}

.nq-c-Auth-form-stay label input {
    margin-right: 10px;
}

.nq-c-Auth-form .nq-c-Btn {
    width: 100%;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    .nq-c-Auth {
        margin: 60px auto;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Auth {
        width: 100%;
        margin: 0;
        padding-top: 25px;
        background: #fff;
    }

    .nq-c-Auth-logo {
        margin: 0 auto -50px;
    }

    .nq-c-Auth-logo svg {
        width: 100px;
        height: auto;
    }

    .nq-c-Auth-form {
        padding: 80px 15px 15px 15px;
    }
}

.nq-c-BurialDetail-type {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.nq-c-BurialDetail-title {
    text-align: center;
    color: #1D73F5;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.nq-c-BurialDetail-tabs {
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 0;
}

.nq-c-BurialDetail-tabs ul {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}

.nq-c-BurialDetail-tabs ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.nq-c-BurialDetail-tabs ul li a {
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    background: #F5F8FD;
    color: #9b9b9b;
    font-size: 16px;
    border: 1px solid #c3DBFF;
    border-bottom: 1px solid #000;
}

.nq-c-BurialDetail-tabs ul li a[aria-selected=true] {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-bottom: 0;
}

.nq-c-BurialDetail-line {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #c3DBFF;
}

.nq-c-BurialDetail-line-link {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #1D73F5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-left: 30px;
}

.nq-c-BurialDetail-line .nq-c-Btn {
    margin-left: 30px;
}

.nq-c-BurialDetail-recommend {
    text-align: center;
}

.nq-c-BurialDetail-recommend-resume {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-right: 40px;
    text-align: left;
}

.nq-c-BurialDetail-recommend-resume-list li {
    margin-bottom: 10px;
    line-height: 24px;
}

.nq-c-BurialDetail-recommend-resume-list li span {
    font-weight: bold;
}

.nq-c-BurialDetail-recommend-resume-list li ul {
    list-style: outside;
    margin-left: 20px;
}

.nq-c-BurialDetail-recommend-resume-list li ul li {
    margin-bottom: 0;
}

.nq-c-BurialDetail-recommend-form {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 320px;
    text-align: left;
}

.nq-c-BurialDetail-recommend-form .nq-c-Btn {
    display: block;
    width: 100%;
    margin-top: 24px;
}

.nq-c-BurialDetail-photos {
    text-align: center;
}

.nq-c-BurialDetail-photos-list {
    font-size: 0;
    width: 508px;
    margin: 24px auto 0;
}

.nq-c-BurialDetail-photos-list li {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    margin-bottom: 24px;
}

.nq-c-BurialDetail-photos-list li:nth-child(even) {
    margin-right: 0;
}

/********************************************************
			    TABLET
********************************************************/
/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-BurialDetail-tabs ul {
        width: 100%;
    }

    .nq-c-BurialDetail-tabs ul li {
        width: 50%;
        margin: 0;
    }

    .nq-c-BurialDetail-tabs ul li a {
        margin: 0;
        width: 100%;
    }

    .nq-c-BurialDetail-tabs ul li:first-child a {
        border-right: 1px solid transparent;
    }

    .nq-c-BurialDetail-tabs ul li:first-child a[aria-selected=true] {
        border-right: 1px solid #000;
    }

    .nq-c-BurialDetail-tabs ul li:last-child a {
        border-left: 1px solid transparent;
    }

    .nq-c-BurialDetail-tabs ul li:last-child a[aria-selected=true] {
        border-left: 1px solid #000;
    }

    .nq-c-BurialDetail-line {
        font-size: 14px;
    }

    .nq-c-BurialDetail-line-link {
        margin-left: 10px;
    }

    .nq-c-BurialDetail-line .nq-c-Btn {
        margin-left: 10px;
    }

    .nq-c-BurialDetail-photos-list {
        width: 100%;
    }

    .nq-c-BurialDetail-photos-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .nq-c-BurialDetail-photos-list li img {
        width: 100%;
        height: auto;
    }

    .nq-c-BurialDetail-recommend-resume {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(1) {
    width: calc(calc(100% - 250px) / 5);
}

body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(2) {
    width: calc(calc(100% - 250px) / 5);
}

body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(3) {
    width: calc(calc(100% - 250px) / 5);
}

body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(4) {
    width: calc(calc(100% - 250px) / 5);
}

body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(5) {
    width: calc(calc(100% - 250px) / 5);
}

body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(6) {
    width: 250px;
    text-align: left;
}

body.page-template-listing-php .nq-c-BurialTable {
    background: #fff;
}

body.page-template-listing-php .nq-c-BurialTable-order {
    display: none;
}

body.page-template-listing-php .nq-c-BurialTable-search {
    background: #c3DBFF;
    padding: 15px;
}

body.page-template-listing-php .nq-c-BurialTable-search .nq-c-Field {
    border: 0;
    margin: 0;
}

body.page-template-listing-php .nq-c-BurialTable-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #c3DBFF;
    padding: 12px 16px;
}

body.page-template-listing-php .nq-c-BurialTable-item-head {
    padding: 16px;
    border-bottom: 1px solid #1D73F5;
    background: white;
}

body.page-template-listing-php .nq-c-BurialTable-item-head .nq-c-BurialTable-item-cell {
    border: 0;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #c3DBFF;
    padding: 0 16px;
    font-size: 14px;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-label {
    display: none;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-content {
    display: inline-block;
    vertical-align: middle;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-sort {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    font-size: 0;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-week {
    display: inline-block;
    vertical-align: middle;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-location {
    display: none;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 20px;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #1D73F5;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons-link:first-child {
    margin-right: 8px;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons .nq-c-Btn {
    margin-left: 10px;
    text-align: center;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell-small {
    font-size: 12px;
    font-weight: 300;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:first-child {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:last-child {
    padding-right: 0;
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(1) {
    width: calc(calc(100% - 250px) / 4);
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(2) {
    width: calc(calc(100% - 250px) / 4);
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(3) {
    width: calc(calc(100% - 250px) / 4);
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(4) {
    width: calc(calc(100% - 250px) / 4);
}

body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(5) {
    width: 250px;
    text-align: left;
}

body.page-template-listing-php .nq-c-BurialTable-empty {
    padding: 60px;
    text-align: center;
    font-weight: bold;
}

/********************************************************
			    SMALL SCREEN
********************************************************/
@media (max-width: 1400px) {
    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(5) {
        width: 25%;
    }

    body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(6) {
        width: 20%;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell {
        padding: 0 10px 0 16px;
        font-size: 13px;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-secondary {
        display: none;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-location {
        display: inline;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons {
        display: block;
        margin: 10px 0 0 0;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons .nq-c-Btn {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(5) {
        width: 25%;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(6) {
        width: 20%;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(1), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(2), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(3), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(4), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(5), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(6), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(7), body.dso.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(8) {
        width: auto;
        border-bottom: 1px solid #c3DBFF;
        text-align: left;
    }

    body.page-template-listing-php .nq-c-BurialTable {
        background: #F5F8FD;
    }

    body.page-template-listing-php .nq-c-BurialTable-order {
        display: block;
    }

    body.page-template-listing-php .nq-c-BurialTable-search {
        margin-top: 20px;
    }

    body.page-template-listing-php .nq-c-BurialTable-item {
        display: block;
        padding: 10px 20px;
        margin-bottom: 10px;
        background: #fff;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-head {
        display: none;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell {
        display: block;
        border: 0;
        padding: 6px 0;
        font-size: 0;
        min-height: 48px;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-label {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        font-weight: bold;
        padding: 10px 10px 10px 0;
        font-size: 14px;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-content {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        font-size: 14px;
        padding: 10px 0 10px 10px;
        border-left: 1px solid #c3DBFF;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons {
        padding: 16px;
        text-align: center;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons-link svg {
        width: 16px;
        height: auto;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-buttons .nq-c-Btn {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 10px 0 0 10px;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell-secondary {
        display: block;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(1), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(2), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(3), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(4), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(5), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(6), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(7), body.page-template-listing-php .nq-c-BurialTable-item-cell:nth-child(8) {
        width: auto;
        border-bottom: 1px solid #c3DBFF;
        text-align: left;
    }

    body.page-template-listing-php .nq-c-BurialTable-item-cell:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

.nq-c-BurialTable-item-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (max-width: 1024px) {
    .nq-c-BurialTable-item-sticky {
        top: 78px;
    }
}

@media (max-width: 767px) {
    .nq-c-BurialTable-item-sticky {
        top: 0;
        position: relative;
    }
}

.nq-c-Cms-content {
    background: #fff;
    padding: 40px 140px;
}

.nq-c-Cms-content h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.nq-c-Cms-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.nq-c-Cms-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.nq-c-Cms-content p a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    .nq-c-Cms-content {
        padding: 40px;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-c-Cms-content {
        padding: 20px;
    }

    .nq-c-Cms-content p {
        line-height: 22px;
    }
}

.nq-u-clearfix:before, .nq-u-clearfix:after {
    display: table;
    content: ' ';
}

.nq-u-clearfix:after {
    clear: both;
}

.nq-u-dblock {
    display: block;
    width: 100%;
}

.nq-u-a11yhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
}

.nq-u-hcenter {
    margin-right: auto;
    margin-left: auto;
}

.nq-u-mw400 {
    max-width: 400px;
}

.nq-u-mw360 {
    max-width: 360px;
}

.nq-u-aligncenter {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .nq-u-mw400 {
        max-width: 100%;
    }

    .nq-u-mw360 {
        max-width: 100%;
    }
}

.nq-u-fit {
    position: relative;
    display: block;
    height: 0;
}

.nq-u-fit img,
.nq-u-fit picture,
.nq-u-fit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nq-u-hspace {
    padding-right: 0;
    padding-left: 0;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    .nq-u-hspace {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/********************************************************
			    MOBILE
********************************************************/
@media (max-width: 767px) {
    .nq-u-hspace {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.nq-u-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 1400px;
    max-width: 100%;
}

.nq-u-wrapper-large {
    width: 1280px;
}

.nq-u-wrapper-small {
    width: 650px;
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1440px) {
    .nq-u-wrapper {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

/********************************************************
			    TABLET
********************************************************/
@media (max-width: 1024px) {
    .nq-u-wrapper {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

/********************************************************
			    MOBILE
********************************************************/
.nq-alert-icon-class.swal2-icon.swal2-info {
    border-color: #1D73F5;
    color: #1D73F5;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
    margin: 0;
    background: white;
}

.nq-alert-icon-class.swal2-icon.swal2-info:before {
    font-size: 25px;
}

.swal2-container.swal2-shown.nq-alert-container-class {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
}

.lazy {
    background: url("data:image/gif;base64,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") no-repeat center center;
}

#login_error {
    border: red 1px solid;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#login_error strong {
    display: block;
    color: red;
    margin-bottom: 5px;
}

.warning {
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 20px;
    border: 1px solid red;
    padding: 10px;
}

.nq-i-logo-esm {
    width: 180px;
    height: auto;
}