/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth .site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop .site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}

.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.8rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

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

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #000000;
}

.dm-flex-shrink {
  flex-shrink: 0;
}

.wp-site-blocks a {
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  border-bottom: 4px solid rgba(197, 204, 230, 0.9);
  padding-bottom: 3px;
  font-weight: 700;
}
.wp-site-blocks a:hover, .wp-site-blocks a:active, .wp-site-blocks a:focus {
  color: #000000;
}

.font-22 {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .font-22 {
    font-size: 1.1rem;
  }
}

.link-no-style a {
  border: none;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  padding-bottom: 0;
}
.link-no-style a:hover, .link-no-style a:active, .link-no-style a:focus {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}

@media (max-width: 768px) {
  .container.dm-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 768px) {
  .dm-service-stack {
    margin-block-start: 0 !important;
    margin-block-end: var(--wp--preset--spacing--60) !important;
  }
}

@media (max-width: 768px) {
  .dm-services-wrap {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .dm-about-column-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}

@font-face {
  font-family: "CanelaText";
  src: url("../fonts/canelatext/CanelaText-Light-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGroteskStd";
  src: url("../fonts/NeuzeitGroteskStdBold/font.woff2") format("woff2"), url("../fonts/NeuzeitGroteskStdBold/font.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGroteskStd";
  src: url("../fonts/NeuzeitGroteskStdRegular/font.woff2") format("woff2"), url("../fonts/NeuzeitGroteskStdRegular/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "NeuzeitGroteskStd", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "CanelaText", serif;
}

p {
  margin-bottom: 1.5625rem;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.35rem;
  line-height: 1.4;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 1.75rem;
  }
}

article h2 {
  font-size: 2rem;
}
article h3 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.875rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

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

.container {
  max-width: 1100px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

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

header .dm-header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3px;
}
header .dm-mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  header .dm-mobile-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header .dm-mobile-menu svg {
    max-width: 150px;
    height: auto;
  }
}
header .dm-desktop-menu {
  display: block;
}
@media (max-width: 768px) {
  header .dm-desktop-menu {
    display: none;
  }
}
header .dm-mobile-menu-extend {
  display: none;
}
header .dm-mobile-menu-extend.active {
  display: block;
}

footer .dm-footer-copyrights a,
footer .dm-footer-links a {
  color: #000000;
  border: none;
  font-weight: 400;
}
footer .dm-footer-center-row {
  margin-left: -45px;
}
@media (max-width: 768px) {
  footer .dm-footer-logo {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .dm-footer-logo svg {
    max-width: 175px;
    max-height: 45px;
  }
}
@media (max-width: 768px) {
  footer .dm-footer-row-media {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  footer .dm-footer-wrap-media {
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  footer .dm-footer-row-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .dm-footer-row-info > div {
    flex: 0 0 100%;
    margin-left: 0;
  }
}

aside#secondary {
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  aside#secondary {
    padding-left: 0.75rem;
    border-top: 1px solid rgb(68, 68, 68);
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments li {
  margin-bottom: 0.5rem;
}
.wp-block-latest-comments li:last-of-type {
  margin-bottom: 0;
}

.dm-top-back-button {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
}
.dm-top-back-button .dm-top-back-button-svg {
  border-radius: 100px;
  border: 1px solid #C5CCE6;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: 0.25s;
}
.dm-top-back-button:hover svg path, .dm-top-back-button:active svg path, .dm-top-back-button:focus svg path {
  stroke: white;
}
.dm-top-back-button:hover .dm-top-back-button-svg, .dm-top-back-button:active .dm-top-back-button-svg, .dm-top-back-button:focus .dm-top-back-button-svg {
  background-color: #C5CCE6;
}

.comments-area {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(68, 68, 68);
}

.comment-respond {
  padding-top: 1rem;
}
.comment-respond .alert-info {
  background-color: rgb(153, 153, 153);
  color: rgb(68, 68, 68);
  border: none;
  padding: 1.5rem;
}

.comment-list {
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 4rem;
}

.comment-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.comment-body .media-body {
  width: calc(100% - 50px);
}
.comment-body .media-body .card-header {
  font-size: 1.6rem;
  background-color: transparent;
  padding: 1rem;
  border-bottom: 1px solid rgb(153, 153, 153);
}
.comment-body .media-body h5 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
}
.comment-body .media-body h5 cite {
  font-style: normal;
  font-weight: 600;
}
.comment-body .media-body .media-body-wrap {
  border: 1px solid rgb(153, 153, 153);
}

.comment-awaiting-moderation {
  padding: 1rem;
  background-color: orange;
  color: white;
}

.comment-author-admin .comment-body .media-body-wrap {
  border: 1px solid #C5CCE6;
}

.avatar {
  border-radius: 5px;
}

footer.reply.comment-reply.card-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
  padding: 1rem;
  background-color: transparent;
  border-top: 0;
}
footer.reply.comment-reply.card-footer .btn {
  font-size: 1.6rem;
  background-color: #C5CCE6;
  border: 1px solid #C5CCE6;
  padding: 0.5rem 1rem;
}
footer.reply.comment-reply.card-footer .btn:hover, footer.reply.comment-reply.card-footer .btn:active, footer.reply.comment-reply.card-footer .btn:focus {
  background-color: rgb(68, 68, 68);
  border: 1px solid rgb(68, 68, 68);
  text-decoration: none;
}

.comment-meta {
  font-size: 1.4rem;
}
.comment-meta a {
  color: rgb(68, 68, 68);
  text-decoration: none !important;
}

.comment-form textarea {
  font-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid rgb(68, 68, 68);
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
  width: 100px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
}

#cm.box.center, #cm.cloud {
  max-width: 1000px !important;
}

.cc_div .cloud #c-bns {
  display: flex !important;
  align-items: center;
  column-gap: 2rem;
}
.cc_div .cloud #c-bns #c-p-bn {
  order: 2;
}

#c-bns button:first-child, #s-bns button:first-child {
  background-color: #C5CCE6 !important;
  color: #fff !important;
  border: 1px solid #C5CCE6 !important;
}

#c-bns button:first-child:hover,
#c-bns button:first-child:active,
#c-bns button:first-child:focus,
#s-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:focus {
  color: #C5CCE6 !important;
  background-color: white !important;
}

.dm-vue-form.dm-zenduit-form .form-group input,
.dm-vue-form.dm-zenduit-form .form-group textarea {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #f8f8f8 !important;
  padding: 15px !important;
  font-size: 1.8rem;
}
.dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-name-row-group,
.dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-email-row-group,
.dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-phone-row-group,
.dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-company-row-group {
  width: 50% !important;
}
@media (max-width: 420px) {
  .dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-name-row-group,
  .dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-email-row-group,
  .dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-phone-row-group,
  .dm-vue-form.dm-zenduit-form.dm-contact-form .dm-contact-company-row-group {
    width: 100% !important;
  }
}
.dm-vue-form.dm-zenduit-form .dm-button-container .dm-submit-button {
  border-color: #2188d9 !important;
  background-color: #2188d9 !important;
  font-weight: 400;
  width: 100%;
  border-radius: 100px;
}
.dm-vue-form.dm-zenduit-form .dm-button-container .dm-submit-button:hover, .dm-vue-form.dm-zenduit-form .dm-button-container .dm-submit-button:active, .dm-vue-form.dm-zenduit-form .dm-button-container .dm-submit-button:focus {
  background-color: white !important;
  color: #2188d9 !important;
}

.dm-zoho-form-container .dm-consent {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2rem;
}

.dm-zenduit-form-container .dm-survey .dm-asset-type-label .dm-survey-option {
  font-weight: 400;
}
.dm-zenduit-form-container .dm-survey .dm-simple-field-label {
  font-weight: 400;
  color: #00335A;
}
.dm-zenduit-form-container .dm-vue-modal.show .dm-survey-butons .dm-submit-button {
  border-radius: 100px;
  font-weight: 400;
}
.dm-zenduit-form-container .dm-vue-form .form-group input,
.dm-zenduit-form-container .dm-vue-form .form-group textarea {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #E3F0FB;
  padding: 15px !important;
  font-size: 1.8rem;
  color: #00335A;
}
.dm-zenduit-form-container .dm-consent {
  text-align: left;
}

.dm-newsletter-form.dm-zenduit-form-container {
  margin-top: 0;
  max-width: 100%;
  width: 350px;
}
.dm-newsletter-form.dm-zenduit-form-container .dm-vue-form.form-inline {
  flex-wrap: nowrap;
  margin-bottom: 0;
  position: relative;
}
.dm-newsletter-form.dm-zenduit-form-container .dm-button-container {
  position: absolute;
  width: auto;
  right: 7px;
  top: 7px;
}
.dm-newsletter-form.dm-zenduit-form-container .dm-vue-form.dm-zenduit-form .dm-button-container .dm-submit-button {
  font-size: 16px;
  border-radius: 6px;
  padding: 12px;
  line-height: 1 !important;
  font-weight: 300;
}
.dm-newsletter-form.dm-zenduit-form-container .dm-vue-form .form-group input {
  background: #EDEDED !important;
  font-size: 1.6rem;
  border: none;
  padding-right: 75px !important;
}
.dm-newsletter-form.dm-zenduit-form-container .dm-vue-form .form-group.inline-block {
  margin-bottom: 0;
  padding: 0;
}

.dm-sidebar-newsletter .dm-newsletter-form.dm-zenduit-form-container .dm-vue-form .form-group input {
  background: white !important;
}

.dm-reseller-inquiry-form.dm-zenduit-form-container .dm-vue-form.dm-zenduit-form .form-group input,
.dm-reseller-inquiry-form.dm-zenduit-form-container .dm-vue-form.dm-zenduit-form .form-group textarea,
.dm-reseller-inquiry-form.dm-zenduit-form-container .dm-vue-form.dm-zenduit-form .form-group select {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #E3F0FB !important;
  padding: 15px !important;
  font-size: 1.8rem;
  color: #00335A;
}
.dm-reseller-inquiry-form.dm-zenduit-form-container .dm-vue-form.dm-zenduit-form .dm-button-container .dm-submit-button {
  border-radius: 100px;
  font-weight: 400;
}
.dm-reseller-inquiry-form.dm-zenduit-form-container .subscribe-newsletter-group label {
  align-items: center;
  gap: 1rem;
}
.dm-reseller-inquiry-form.dm-zenduit-form-container .subscribe-newsletter-group label input {
  margin: 0 !important;
}
.dm-reseller-inquiry-form.dm-zenduit-form-container .dm-consent {
  margin-top: 0 !important;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.wp-block-query-pagination {
  margin-top: 4rem;
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none !important;
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover, .wp-block-query-pagination .wp-block-query-pagination-next:active, .wp-block-query-pagination .wp-block-query-pagination-next:focus,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:active,
.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  background-color: rgb(153, 153, 153);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  padding: 5px 10px;
  transition: 0.25s;
  border-radius: 8px;
  text-decoration: none !important;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:active, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:focus {
  background-color: rgb(153, 153, 153);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #C5CCE6;
  color: white;
}

.dm-recent-blogs-section {
  margin: 100px 0;
}

.dm-recent-blogs-title {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .dm-recent-blogs-title {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.dm-recent-blogs-search {
  min-width: 30%;
  margin: 0;
}
.dm-recent-blogs-search input {
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid #ECECED;
  background: #F8F8F8;
  color: #A0A0A0;
  outline: none;
}
.dm-recent-blogs-search input::placeholder {
  color: #A0A0A0;
  opacity: 1; /* Firefox */
}
.dm-recent-blogs-search input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #A0A0A0;
}

.dm-recent-blogs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  margin: 5rem 0 0 0;
}
.dm-recent-blogs li {
  align-items: flex-start;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 1rem;
}
.dm-recent-blogs li:hover, .dm-recent-blogs li:active, .dm-recent-blogs li:focus {
  color: #C5CCE6;
}
.dm-recent-blogs li:hover .wp-block-latest-posts__post-title, .dm-recent-blogs li:active .wp-block-latest-posts__post-title, .dm-recent-blogs li:focus .wp-block-latest-posts__post-title {
  color: #C5CCE6;
}
.dm-recent-blogs li .wp-block-latest-posts__featured-image {
  order: 1;
  margin: 0;
  width: 100%;
}
.dm-recent-blogs li .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.dm-recent-blogs li .wp-block-latest-posts__featured-image img, .dm-recent-blogs li .wp-block-latest-posts__featured-image video {
  border-radius: 16px;
  width: 100%;
}
.dm-recent-blogs li .wp-block-latest-posts__featured-image img {
  height: 250px;
  object-fit: cover;
}
@media (max-width: 420px) {
  .dm-recent-blogs li .wp-block-latest-posts__featured-image img {
    height: 200px;
  }
}
.dm-recent-blogs li time {
  order: 2;
  color: #A0A0A0;
}
.dm-recent-blogs li .wp-block-latest-posts__post-title {
  order: 3;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #262626;
  text-decoration: none;
  transition: 0.25s;
}
.dm-recent-blogs li .wp-block-latest-posts__post-title:hover, .dm-recent-blogs li .wp-block-latest-posts__post-title:active, .dm-recent-blogs li .wp-block-latest-posts__post-title:focus {
  color: #C5CCE6;
}

.widget {
  padding: 3rem 0;
  border-bottom: 1px solid rgb(153, 153, 153);
  font-size: 1.6rem;
}
.widget select {
  max-width: 100%;
}
.widget h2 {
  font-size: 3rem;
  margin-top: 0;
}
.widget h3 {
  margin-top: 0;
}
.widget ul li,
.widget ol li {
  margin-bottom: 0.8rem;
}
.widget ul li:last-of-type,
.widget ol li:last-of-type {
  margin-bottom: 0;
}
.widget ul li a,
.widget ol li a {
  padding: 0;
  display: inline-block;
  color: #C5CCE6;
}
.widget ul li a:hover, .widget ul li a:active, .widget ul li a:focus,
.widget ol li a:hover,
.widget ol li a:active,
.widget ol li a:focus {
  color: #C5CCE6;
  text-decoration: underline;
  background-color: transparent;
}

header .widget {
  padding: 0;
  border-bottom: 0;
}

aside .widget:last-of-type {
  border: none;
}

.widget_search .search-form input[type=submit] {
  display: none;
}

.widget_categories .nav-link {
  display: inline-block;
}

#footer-widget .widget {
  border: none;
}

.dm-contact-item {
  padding: 20px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #ececed;
}
.dm-contact-item img {
  width: 30px;
}

.dm-our-journey-about {
  position: absolute;
  top: -40px;
  left: -15px;
}

@media (max-width: 768px) {
  .dm-contact-details-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .dm-about-dashed-column {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .dm-about-dashed-column .wp-block-column {
    border: none !important;
  }
}

.entry-header {
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 2rem;
}

h2.entry-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0rem;
}

.nav-links {
  margin-top: 3.5rem;
}

@media (max-width: 420px) {
  .archive h1 {
    font-size: 2.4rem;
  }
}

.embed_jobs_head .embed_jobs_head2 {
  width: 100%;
  border: none;
  padding: 0;
}
.embed_jobs_head .embed_jobs_head3,
.embed_jobs_head .rec-grp-name,
.embed_jobs_head .rec-job-title,
.embed_jobs_head .rec-grp-cnt,
.embed_jobs_head .cw-facet-checkbox + span {
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.embed_jobs_head .rec-job-title a {
  font-weight: 500;
}
.embed_jobs_head .rec-job-info.zrsite_Job_Type {
  font-weight: 500;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.embed_jobs_head ul.rec-group {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)) !important;
}
.embed_jobs_head ul.rec-group .rec-job-info {
  height: 100%;
  transition: 0.25s;
}
.embed_jobs_head ul.rec-group .rec-job-info:hover, .embed_jobs_head ul.rec-group .rec-job-info:active, .embed_jobs_head ul.rec-group .rec-job-info:focus {
  background-color: #C5CCE6 !important;
  color: white !important;
}
.embed_jobs_head ul.rec-group .rec-job-info:hover .rec-job-title a, .embed_jobs_head ul.rec-group .rec-job-info:active .rec-job-title a, .embed_jobs_head ul.rec-group .rec-job-info:focus .rec-job-title a {
  color: white !important;
}
.embed_jobs_head ul.rec-group .rec-job-info .zrsite_Job_Type,
.embed_jobs_head ul.rec-group .rec-job-info .rec-job-title {
  margin-bottom: 1rem;
}
.embed_jobs_head ul.rec-group .rec-job-info .zrsite_Job_Type {
  font-size: 1.4rem;
}
.embed_jobs_head ul.rec-group .rec-job-info .rec-job-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.embed_jobs_head ul.rec-group .rec-job-info .rec-job-title a {
  color: #C5CCE6 !important;
  transition: 0.25s;
}

.page-template-full-width-no-container .container-fluid {
  padding: 0;
}
.page-template-full-width-no-container .site-content {
  padding: 0;
}
.page-template-full-width-no-container .site-content .entry-content {
  margin: 0;
}

.dm-partner-columns-icons .dm-partner-columns-icons-single {
  border-radius: 16px;
  border: 1px solid #ECECED;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 60px 32px 32px 32px;
}
.dm-partner-columns-icons .dm-partner-columns-icons-single figure {
  margin-top: -100px;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #ECECED;
  background: #FFF;
}
.dm-partner-columns-icons.dm-columns-icons-blue-bg .dm-partner-columns-icons-single {
  border: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.dm-green-column .dm-checkmarks,
.dm-blue-column .dm-checkmarks,
.dm-yellow-column .dm-checkmarks {
  padding-bottom: 0;
}
@media (max-width: 420px) {
  .dm-green-column,
  .dm-blue-column,
  .dm-yellow-column {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.dm-green-column .dm-checkmark-item svg path {
  stroke: #50BEA6;
}

.dm-blue-column .dm-checkmark-item svg path {
  stroke: #2188D9;
}

.dm-yellow-column .dm-checkmark-item svg path {
  stroke: #FFC466;
}

@media (max-width: 420px) {
  .dm-join-partner-network-column {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .dm-join-partner-network-column .wp-block-group {
    justify-content: center;
  }
}

.dm-single-post-meta {
  color: #828282;
}
@media (max-width: 420px) {
  .dm-single-post-meta {
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    margin-top: 1.5rem;
  }
}
.dm-single-post-meta .taxonomy-category {
  max-width: 50%;
}
@media (max-width: 420px) {
  .dm-single-post-meta .taxonomy-category {
    max-width: 100%;
  }
}
.dm-single-post-meta .taxonomy-category a {
  color: #3A3A3A;
  text-decoration: underline;
}
.dm-single-post-meta .taxonomy-category a:hover, .dm-single-post-meta .taxonomy-category a:active, .dm-single-post-meta .taxonomy-category a:focus {
  color: #C5CCE6;
}
.single-post .wp-block-post-featured-image img {
  border-radius: 16px;
}
.single-post article img {
  border-radius: 16px;
}
.single-post article video, .single-post article iframe {
  border-radius: 16px;
}
.single-post article li {
  margin-bottom: 1rem;
}
.single-post article li:last-of-type {
  margin-bottom: 0;
}
.single-post article .wp-video {
  max-width: 100%;
}

.dm-single-toc {
  position: sticky;
  top: 100px;
  border-radius: 12px;
  background: #FAFAFA;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  align-self: stretch;
  z-index: 9;
}
@media (max-width: 768px) {
  .dm-single-toc {
    display: none;
  }
}
.dm-single-toc h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.dm-single-toc ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}
.dm-single-toc ul li {
  list-style: none;
  width: 100%;
}
.dm-single-toc ul a {
  display: block;
  padding: 1rem 1.5rem;
  opacity: 0.4;
  transition: 0.25s;
  border-left: 1px solid #2188D9;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.dm-single-toc ul a.active {
  opacity: 1;
  font-weight: 500;
}
.dm-single-toc ul a:hover, .dm-single-toc ul a:active, .dm-single-toc ul a:focus {
  opacity: 1;
  color: #2188D9;
}

.dm-social-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.dm-social-share a {
  text-decoration: none;
}
.dm-social-share svg {
  fill: #2188D9;
}

.back-to-resources {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.back-to-resources:hover, .back-to-resources:active, .back-to-resources:focus {
  text-decoration: none;
  color: #2188D9;
}
.back-to-resources:hover .back-to-resources-arrow, .back-to-resources:active .back-to-resources-arrow, .back-to-resources:focus .back-to-resources-arrow {
  background-color: #2188D9;
}
.back-to-resources:hover .back-to-resources-arrow svg path, .back-to-resources:active .back-to-resources-arrow svg path, .back-to-resources:focus .back-to-resources-arrow svg path {
  stroke: white;
}
.back-to-resources .back-to-resources-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 100px;
  border: 1px solid #2188D9;
  transition: 0.25s;
}

.dm-single-post-wrap {
  gap: 4rem;
}

.dm-product-top-banner {
  margin-bottom: -100px;
}
.dm-product-top-banner h1 {
  font-size: 6rem;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.nav-previous,
.nav-next {
  width: 49%;
}
@media (max-width: 768px) {
  .nav-previous,
  .nav-next {
    width: 100%;
  }
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.comment-content a {
  word-wrap: break-word;
}
.comment-content.card-block {
  padding: 20px;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}

.nav-previous {
  float: left;
}
@media (max-width: 992px) {
  .nav-previous {
    margin-bottom: 1rem;
  }
}

.nav-next {
  float: right;
  text-align: right;
}

.navigation.post-navigation {
  padding-top: 0rem;
  margin: 0;
}

.nav-previous a,
.nav-next a {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  text-decoration: none;
}

.nav-next a::after {
  content: " \e409";
  font-family: "Material Icons";
}

.nav-previous a::before {
  content: "\e408";
  font-family: "Material Icons";
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post .hentry {
  margin-bottom: 4rem;
}
.post .entry-content a {
  text-decoration: underline;
  font-weight: 600;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

#primary.col-lg-8 {
  padding-right: 2.5rem;
  border-right: 1px solid rgb(153, 153, 153);
}
@media (max-width: 992px) {
  #primary.col-lg-8 {
    border-right: 0;
    padding-right: 0.75rem;
  }
}

.single .entry-header {
  border-bottom: 1px solid rgb(68, 68, 68);
  padding-bottom: 2rem;
}
.single footer.entry-footer a {
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 420px) {
  .single h1 {
    font-size: 2.4rem;
  }
}

h1.entry-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0rem;
}

footer.entry-footer {
  border-bottom: 1px solid rgb(68, 68, 68);
  border-top: 1px solid rgb(153, 153, 153);
  padding-bottom: 3.5rem;
  padding-top: 2.5rem;
  margin-top: 1rem;
}

.dm-single-margin-top {
  padding-top: 10rem;
}
@media (max-width: 420px) {
  .dm-single-margin-top {
    padding-top: 5rem;
  }
}

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