/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* =========================================================
   1. Base Variables
   ========================================================= */
:root {
    --color-primary: #002060;
    --color-primary-light: #315294; 
    --color-secondary: #021B6B; 
    --color-accent-orange: #FF7A4D; 
    --color-accent-green: #5DB523; 
    --color-btn-cta: #00D26A; 
    --color-btn-cta-hover: #00b359; 
    --color-bg-light: #F0F0F0;
    --color-bg-white: #ffffff;
    --color-blue-light: #E8EBF2;
    --color-contact-bg: #588DDB;
    --color-text-main: #4A4A4A;
    --color-text-muted: #8A8A8A;
    --color-text-footer: #999999;
    --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-heading: 'Montserrat', sans-serif;
    --shadow-soft: 0 4px 10px rgba(0,0,0,0.05);
    --transition-speed: 0.2s ease;
}

html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--font-main); 
    font-size: 14px;
    color: var(--color-text-main);
    line-height: 1.4;
    overflow-x: hidden; 
    margin: 0;
    padding: 0;
}

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

a:link, a:visited { color: var(--color-primary); text-decoration: none; transition: color var(--transition-speed); }
a:hover, a:focus { color: #000; }
a:active { color: var(--color-primary); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px dashed var(--color-primary); outline-offset: 4px; }

ul { list-style-image: url('https://www.microsystem.co.uk/wp-content/themes/mss13/img/tick.png'); }
ul li { margin-bottom: 5px; }

.clear { clear: both; display: block; } 
.clearfix::after, .container::after, .main::after, header::after, #topbar::after, nav ul::after { content: ""; display: table; clear: both; }

/* =========================================================
   2. Typography
   ========================================================= */
h1 { font-size: 24px; color: var(--color-primary); font-weight: normal; }
h2 { font-size: 16px; color: var(--color-primary); font-weight: normal; font-family: var(--font-heading); margin-top: 0; }
.sidebox h3 { font-family: var(--font-heading); font-size: 20px; color: var(--color-primary); font-weight: normal; margin: 0 0 7px 0; }
.sidebox p { margin-top: 4px; }
p.disclaimer { font-size: 10px; font-weight: 300; color: rgba(61, 61, 61, .8); text-align: center; }

/* =========================================================
   3. Layout Grid
   ========================================================= */
.container { max-width: 960px; width: 92%; margin: 0 auto; }

@media (min-width: 960px) and (max-width: 1020px) {
    .container { padding: 0 20px; }
}

.mobile-only { display: none; }
.containerhalf-left { max-width: 480px; width: 50%; float: left; display: inline-block; padding-right: 15px; }
.containerhalf-right { max-width: 480px; width: 50%; float: right; display: inline-block; padding-left: 15px; }

a.green { padding: 10px 15px; border-radius: 4px; color: var(--color-bg-white); font-weight: bold; }

/* =========================================================
   4. Header & Navigation
   ========================================================= */
#topbar { width: 100%; min-height: 36px; position: relative; background-color: var(--color-bg-light); border-top: 4px solid var(--color-primary); }
#topbar #logo { float: left; }

a#contact { float: right; padding: 9px 30px; color: var(--color-bg-white); background-color: var(--color-primary); font-size: 16px; border-radius: 0 !important; display: block; }

#head { margin-top: 10px; }
#head #logo { float: left; }
#head #logo img { max-width: 220px; height: auto; display: block; }

#contactinfo { float: right; text-align: right; font-size: 22px; color: var(--color-primary); padding-top: 20px; font-family: var(--font-heading); min-width: 150px; min-height: 100px; }
#contactinfo span, #contactinfo a { font-size: 16px; }

nav ul { padding: 0; margin: 0; }
nav ul li { display: inline; margin-right: 20px; }

nav#top { float: left; }
nav#top ul { padding: 8px 0 6px 0; }
nav#top ul li { border-right: 1px solid #666; padding-right: 20px; }
nav#top ul li a { color: var(--color-text-main); font-size: 12px; }
nav#top ul li a:hover { text-decoration: underline; }

nav#main { position: relative; }
nav#main ul { margin-left: 200px; margin-top: -24px; }
nav#main ul li { background-image: url(https://www.microsystem.co.uk/wp-content/themes/mss13/img/arrow.png); background-repeat: no-repeat; background-position: 100% 50%; }
nav#main ul li a { font-size: 15px; color: var(--color-text-muted); margin-right: 20px; }
nav#main ul li a:hover { color: var(--color-primary); }

nav#main ul.menu, ul.menu li { float: left; }
nav#main ul.menu li { position: relative; margin: 0 10px; list-style: none; }
nav#main ul.menu li ul { margin-left: 0; margin-top: 0; background-color: #558ED5; width: auto; min-width: 150px; }
.sub-menu { position: absolute; float: none; width: 100px; padding: 0; left: 0; z-index: 101; } 
.sub-menu li { display: none; margin: 0; padding: 5px; background-image: none !important; }
nav#main ul.menu li ul li a { font-size: 14px; color: var(--color-bg-white); }
nav#main ul.menu li ul li a:hover { color: var(--color-primary-light); }
ul.menu li:hover li { float: none; display: block; clear: both; }   
nav#main ul.menu li ul li ul { display: none; }
nav#main ul.menu li ul li:hover ul { display: block; position: absolute; left: 100%; top: 0; }

#submenu { width: 100%; padding-bottom: 10px; margin-top: -5px; background-color: var(--color-bg-light); overflow: auto; }
#submenu .container { width: 90%; margin: 0 auto; }
#submenu ul { margin: 14px 0 0 0; padding: 0; }
#submenu ul li { display: inline; margin-right: 10px; padding-right: 10px; border-right: 1px solid var(--color-primary); background-image: none; list-style: none; list-style-image: none; }
#submenu ul li:last-child { border-right: none; }
#submenu ul li a { font-size: 16px; color: var(--color-text-main); }

.news, #news { display: flex; justify-content: center; align-items: center; position: sticky; top: 0px; width: 100%; max-width: 100vw; min-height: 45px; padding: 10px 15px; margin: 0; box-sizing: border-box; text-align: center; background: linear-gradient(135deg, var(--color-accent-orange) 0%, #E65C00 100%); color: var(--color-bg-white); font-family: var(--font-heading); font-weight: 600; letter-spacing: 0.5px; z-index: 999; box-shadow: 0 3px 10px rgba(0,0,0,0.15); overflow: hidden; }
.news-container { display: block; margin: 0 auto; word-wrap: break-word; }
.spacer { padding-top: 30px; }

/* =========================================================
   5. Main Content Components
   ========================================================= */
#title { width: 100%; background-image: url('https://www.microsystem.co.uk/wp-content/themes/mss13/img/titlebg.jpg'); background-size: cover; border-bottom: 3px solid var(--color-primary); padding: 15px 0; display: inline-block; }
#title h1 { color: var(--color-bg-white); margin-top: 15px; float: left; }
#title a { float: right; margin: 10px 0; background-color: var(--color-btn-cta); color: var(--color-primary); padding: 12px 24px; border-radius: 4px; font-weight: 700; box-shadow: 0px 4px 6px rgba(0,0,0,0.15); transition: all var(--transition-speed); text-transform: uppercase; letter-spacing: 0.5px; }
#title a:hover { background-color: var(--color-btn-cta-hover); transform: translateY(-2px); box-shadow: 0px 6px 12px rgba(0,0,0,0.20); }

#strip { width: 100%; background-color: var(--color-accent-orange); color: var(--color-bg-white); text-align: center; font-size: 22px; padding: 10px 0; }

/* Main layout using Flexbox percentages */
.main { max-width: 960px; width: 92%; margin: 40px auto 45px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.main .left { flex: 0 0 66%; max-width: 66%; float: none; }
.main .right { flex: 0 0 30%; max-width: 30%; float: none; }
.main .half-left { flex: 0 0 48%; max-width: 48%; float: none; margin: 0; }
.main .half-right { flex: 0 0 48%; max-width: 48%; float: none; margin: 0; }

.main.home { justify-content: space-between; align-items: stretch; text-align: center; }
.main.home::after, .main.home::before { display: none; }

.box-4 { flex: 0 0 23%; max-width: 23%; display: flex; flex-direction: column; justify-content: flex-start; margin: 20px 0; padding: 25px 20px; background-color: var(--color-bg-white); border-radius: 8px; box-shadow: var(--shadow-soft); text-align: center; transition: transform var(--transition-speed); box-sizing: border-box; }
.box-4:hover { transform: translateY(-5px); }
.box-4 h2 { font-family: var(--font-main); font-size: 18px; color: var(--color-secondary); }
.box-4 img { margin: 0 auto 15px auto; }

.main.home a.btn, .main.home a:hover.btn { color: var(--color-bg-white); font-size: 18px; padding: 10px 32px; display: inline-block; }
.main.home a.btn { background-color: #8c8f96; }
.main.home a:hover.btn { background-color: var(--color-primary); }

.blue { background-color: var(--color-blue-light); text-align: center; padding: 15px 0 1px 0; margin-top: 70px; }
.main.why-choose .left, .main.why-choose .right { text-align: left; font-size: 18px; color: var(--color-primary); }

ul.bullets { float: left; margin-top: 0; margin-bottom: 0; padding-left: 30px; }

ul.ticks { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-direction: column; gap: 15px; width: 100%; }
ul.ticks li { display: flex; align-items: flex-start; background-image: none !important; padding: 0 !important; margin: 0; min-height: auto; font-size: 16px; color: var(--color-text-main); text-align: left; line-height: 1.5; }
ul.ticks li::before { content: "✓"; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; background-color: var(--color-btn-cta); color: var(--color-bg-white); border-radius: 50%; font-weight: bold; font-size: 14px; margin-right: 15px; flex-shrink: 0; margin-top: 0; }

.sidebox { width: 100%; background-color: var(--color-bg-light); padding: 15px; margin-bottom: 25px; border: 1px solid #ccc; border-radius: 8px; display: block; box-sizing: border-box; }
.sidebox img { float: right; max-width: 110px; margin-left: 10px; margin-bottom: 10px; }
.sidebox.more { background-color: var(--color-bg-white); background-image: url('https://www.microsystem.co.uk/wp-content/themes/mss13/img/more.jpg'); background-repeat: no-repeat; background-position: bottom right; }
.sidebox.more p { padding-right: 80px; }
.sidebox.more img { float: none; display: inline; vertical-align: middle; margin: 0 0 0 5px; }

.features { width: 100%; height: 120px; background-color: var(--color-primary); }
.features article { width: 308px; height: 100px; float: left; border-right: 2px solid var(--color-primary-light); margin-top: 10px; margin-right: 15px; }
.features article.last { border-right: none; margin-right: 0; }
.features article h3 { color: var(--color-bg-white); font-size: 20px; font-weight: normal; margin: 0px; padding-right: 10px; }
.features article p { color: var(--color-bg-white); margin-top: 3px; padding-right: 10px; }
.features article a { color: var(--color-bg-white); background-color: var(--color-primary-light); padding: 6px 13px; margin-top: 10px; border-radius: 4px; transition: background-color var(--transition-speed); display: inline-block;}
.features article a:hover { color: var(--color-primary-light); background-color: var(--color-bg-white); }

.contact { width: 100%; background-color: var(--color-contact-bg); text-align: center; color: var(--color-bg-white); padding: 12px 0; }
.contact h1, .contact h2, .contact h3, .contact p { color: var(--color-bg-white); }
.contact input, .contact textarea { width: 450px; padding: 10px; border: 0; margin-bottom: 15px; font-family: var(--font-main); border-radius: 4px; box-sizing: border-box; }
.contact .wpcf7-submit { background: var(--color-accent-green) !important; color: var(--color-bg-white); width: 60%; max-width: 459px; font-size: 22px; cursor: pointer; transition: opacity var(--transition-speed); }
.contact .wpcf7-submit:hover { opacity: 0.9; }

/* =========================================================
   6. Blog Archive Grid & Pagination
   ========================================================= */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 40px 0; box-sizing: border-box; }
.grid-item { background: var(--color-bg-white); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform var(--transition-speed); }
.grid-item:hover { transform: translateY(-5px); }
.post-link { text-decoration: none; color: inherit; display: block; height: 100%; }
.post-thumbnail img { width: 100%; height: 220px; object-fit: cover; }
.post-content { padding: 20px; }
.post-content h3 { margin: 0 0 10px 0; font-size: 1.3rem; color: #333; font-family: var(--font-heading); }

.pagination { width: 100%; text-align: center; margin: 40px 0; clear: both; }
.pagination .nav-links { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.pagination a, .pagination span.current { padding: 10px 16px; border-radius: 4px; background: var(--color-bg-white); color: var(--color-primary); border: 1px solid #ccc; font-weight: bold; transition: all var(--transition-speed); text-decoration: none; }
.pagination span.current { background: var(--color-primary); color: var(--color-bg-white); border-color: var(--color-primary); }
.pagination a:hover { background: var(--color-blue-light); border-color: var(--color-primary); color: var(--color-primary); }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }

/* =========================================================
   7. Single Post - Editorial Style
   ========================================================= */
/* Match main site width to keep the text aligned exactly with the logo/nav */
.single-post-container { max-width: 960px; width: 92%; margin: 0 auto; }

/* Anchor for the pseudo-element */
.single-post-header { position: relative; padding: 60px 0 50px 0; margin-bottom: 50px; }

/* Bulletproof Full-width background bleed */
.single-post-header::before { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 100vw; 
    height: 100%; 
    background-color: var(--color-bg-light); 
    border-bottom: 1px solid #ddd; 
    z-index: -1; 
}

/* Remove max-width and margins so text aligns to the left edge of the container */
.single-post-header time, .single-post-header .single-post-title { display: block; text-align: left; }
.single-post-header time { font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--color-primary); letter-spacing: 1.5px; margin-bottom: 15px; }
.single-post-title { font-size: 3.2rem; line-height: 1.1; color: #1a1a1a; font-family: var(--font-heading); font-weight: 800; margin: 0; }

/* Keep reading lines comfortable, left-aligned */
.single-post-thumbnail, .single-post-content { max-width: 850px; margin-bottom: 50px; }
.single-post-thumbnail img { width: 100%; height: auto; border-radius: 4px; }
.single-post-content { font-size: 1.25rem; line-height: 1.85; color: #333; padding-bottom: 80px; margin-bottom: 0; }

.related-posts { max-width: 960px; margin: 0 auto; border-top: 2px solid var(--color-bg-light); padding-top: 60px; clear: both; }
.related-posts h2 { text-align: center; font-size: 2rem; margin-bottom: 40px; color: var(--color-primary); }

/* =========================================================
   8. Footer & Map
   ========================================================= */
footer { font-size: 10px; color: var(--color-text-footer); margin-bottom: 20px; text-align: center; }
#footer-nav ul, .menu-footer-container ul, .menu-documents-container ul, footer ul { list-style: none; list-style-image: none; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.menu-footer-container ul { border-top: 1px solid #ccc; padding: 15px 0 5px 0; }
.menu-documents-container ul { border-bottom: 1px solid #ccc; padding: 5px 0 15px 0; margin-bottom: 20px; }
#footer-nav ul li, .menu-footer-container ul li, .menu-documents-container ul li, footer ul li { background-image: none; padding: 0; margin: 0; display: flex; align-items: center; }
#footer-nav ul li::after, .menu-footer-container ul li::after, .menu-documents-container ul li::after, footer ul li::after { content: "|"; color: var(--color-text-footer); margin-left: 10px; }
#footer-nav ul li:last-child::after, .menu-footer-container ul li:last-child::after, .menu-documents-container ul li:last-child::after, footer ul li:last-child::after { content: ""; margin-left: 0; }
.menu-footer-container a { color: var(--color-primary) !important; font-size: 12px; }
.menu-documents-container a { color: var(--color-text-footer) !important; font-size: 11px; }
footer .address p { margin: 0; }
#cert { display: flex; align-items: center; justify-content: flex-end; float: right; gap: 20px; }
#cert img { max-width: 150px; height: auto; display: block; }

.logobar { width: 100%; background-color: var(--color-bg-light); padding: 30px 0; }
.logobar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; }
.footer-brand-logos { display: flex; align-items: center; justify-content: space-evenly; flex-wrap: wrap; gap: 20px; flex: 1 1 auto; }
img.grayscale { filter: gray; -webkit-filter: grayscale(100%); transition: var(--transition-speed); }
img.grayscale:hover { filter: none; -webkit-filter: grayscale(0%); }

#map { background-image: url('https://www.microsystem.co.uk/wp-content/themes/mss13/img/map.png'); background-repeat: no-repeat; background-position: right center; padding-right: 100px; display: flex; flex-direction: column; justify-content: center; min-height: 120px; flex: 0 0 auto; }
#map h3 { margin: 0 0 10px 0; font-family: var(--font-heading); color: var(--color-primary); font-size: 18px; text-align: left; }
#map ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
#map ul li { display: flex; align-items: flex-start; margin: 0; padding: 0; line-height: 1.5; background-image: none !important; }
#map ul li::before { content: "✓"; display: flex; justify-content: center; align-items: center; width: 1.6em; height: 1.6em; background-color: var(--color-text-main); color: var(--color-bg-white); border-radius: 50%; font-weight: bold; font-size: 0.75em; margin-right: 1em; margin-top: 0.15em; flex-shrink: 0; }

.certbar { width: 100%; height: 100px; padding-bottom: 5px; display: inline-block; }
#logos { padding-top: 5px; display: block; width: 70%; float: left; }
.grecaptcha-badge { opacity: 0 !important; }

/* =========================================================
   9. Media Queries & Mobile Fixes
   ========================================================= */
@media (max-width: 992px) {
    .post-grid { grid-template-columns: repeat(2, 1fr); }
    .features article { border-right: none; border-bottom: 1px solid #476bad; padding-bottom: 15px; width: 100%; height: auto;}
    .features article.last { border-bottom: none; }
}

@media (max-width: 768px) {
    .mobile-only { display: block; }
    .hide-mobile, nav#top { display: none !important; }
    
    .container, .single-post-container { width: 100%; max-width: 100%; padding: 0 15px; }
    .contact { padding: 30px 15px; }
    .blue { padding: 15px; }

    #topbar { padding: 0; text-align: right; }
    a#contact { float: none; display: inline-block; padding: 10px 30px; margin: 0; }
    
    #head { margin-top: 0; padding: 15px 0 0 0; border-bottom: none; }
    #head .container { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; }
    
    #head #logo { float: none; width: 100%; padding: 0; display: flex; justify-content: center; align-items: center; margin-bottom: 10px; }
    #head #logo a { display: flex; justify-content: center; width: 100%; }
    #head #logo img { margin: 0; display: block; max-width: 240px; width: 100%; height: auto; }
    
    #contactinfo { float: none; text-align: center; margin-top: 0; padding-top: 0; min-height: auto;}
    
    nav#main { display: block !important; width: 100%; margin: 10px 0 0 0; }
    #mobile-menu-toggle { display: block !important; width: 100%; background-color: var(--color-primary); color: var(--color-bg-white); border: none; padding: 14px; font-size: 16px; font-family: var(--font-heading); cursor: pointer; text-align: center; border-radius: 0; margin: 0; }
    
    nav#main ul.menu { display: none !important; flex-direction: column; width: 100%; margin: 0; padding: 0; background-color: var(--color-bg-light); border: 1px solid #ccc; border-top: none; border-radius: 0; }
    nav#main ul.menu.is-open { display: flex !important; }
    nav#main ul.menu li { display: block; width: 100%; margin: 0; padding: 0; border-bottom: 1px solid #ddd; background-image: none; text-align: left; }
    nav#main ul.menu li:last-child { border-bottom: none; }
    
    nav#main ul.menu li a { display: block; padding: 12px 15px; color: var(--color-primary) !important; font-size: 16px; font-weight: 600; }
    nav#main ul.menu li a:hover { color: var(--color-secondary) !important; }
    
    nav#main ul.menu li ul { display: block !important; position: static; width: 100%; background-color: #e8ebf2; padding-left: 0; border: none; box-shadow: none; }
    nav#main ul.menu li ul li { border-bottom: 1px solid #d9dce3; }
    nav#main ul.menu li ul li:last-child { border-bottom: none; }
    nav#main ul.menu li ul li a { padding: 12px 15px 12px 30px; color: var(--color-text-main) !important; font-size: 15px; font-weight: normal; }

    #title .container { display: flex; flex-direction: column; text-align: center; gap: 15px; }
    #title h1, #title a { float: none; margin: 0 auto; }
    
    .main { width: 92%; padding: 0; flex-direction: column; gap: 30px; margin: 30px auto; align-items: center; }
    .main .left, .main .right, .main .half-left, .main .half-right { flex: 1 1 100%; width: 100%; max-width: 100%; display: block; float: none; margin: 0; }
    
    .box-4 { flex: 1 1 100%; width: 100%; max-width: 100%; display: flex; margin: 0; }
    .sidebox { float: none; display: inline-block; max-width: 100%; margin: 10px 0; }
    
    .main.why-choose .left, .main.why-choose .right { text-align: left; }
    ul.ticks { padding: 0; margin: 15px 0; width: 100%; align-items: flex-start; }
    ul.ticks li { font-size: 15px; justify-content: flex-start; }
    
    .single-post-header { padding: 40px 0; }
    .single-post-title { font-size: 2.2rem; }
    .single-post-content { font-size: 1.15rem; }
    
    .logobar .container { flex-direction: column; align-items: center; width: 100%; gap: 40px; }
    .footer-brand-logos { justify-content: space-evenly; width: 100%; }
    
    #map { display: flex; flex-direction: column; align-items: flex-start; margin: 0 auto; max-width: max-content; width: 100%; background-position: center top; padding-top: 130px; padding-right: 0; flex: 0 0 auto; }
    #map h3, #map ul { text-align: left; width: 100%; }

    .certbar { height: auto; text-align: center; }
    #logos { width: 100%; float: none; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap;}
    #submenu ul { display: flex; flex-direction: column; align-items: center; gap: 12px; }
    #submenu ul li { display: block; border-right: none; padding-right: 0; width: 100%; text-align: center; }

    footer { display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 30px 0; overflow: hidden; }
    article.address, #footer-nav, .menu-footer-container, #cert { width: 100%; max-width: 100%; text-align: center; margin: 0; }
    #footer-nav ul, .menu-footer-container ul, .menu-documents-container ul { flex-direction: row; justify-content: center; gap: 10px; border: none; }
    #cert { float: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; width: 100%; }
    #cert img { margin: 0 auto; }
}

@media (max-width: 600px) {
    .post-grid { grid-template-columns: 1fr; }
    .contact input, .contact textarea, .contact .wpcf7-submit { max-width: 100%; width: 100%; margin-left: 0; }
}

/* =========================================================
   10. Print Styles
   ========================================================= */
@media print {
    * { color: #000 !important; box-shadow: none !important; background: transparent !important; }
    nav, footer, #submenu, .news, #news { display: none; }
    .single-post-header::before { display: none; }
    a[href]:after { content: " (" attr(href) ") "; }
}
/*!* Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8)infinite;animation:fa-spin 1s steps(8)infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
#cf7md-form :root{--mdc-theme-primary:#6200ee;--mdc-theme-secondary:#018786;--mdc-theme-background:#fff;--mdc-theme-surface:#fff;--mdc-theme-error:#b00020;--mdc-theme-on-primary:#fff;--mdc-theme-on-secondary:#fff;--mdc-theme-on-surface:#000;--mdc-theme-on-error:#fff;--mdc-theme-text-primary-on-background:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-dark:#fff;--mdc-theme-text-secondary-on-dark:rgba(255,255,255,0.7);--mdc-theme-text-hint-on-dark:rgba(255,255,255,0.5);--mdc-theme-text-disabled-on-dark:rgba(255,255,255,0.5);--mdc-theme-text-icon-on-dark:rgba(255,255,255,0.5)}#cf7md-form .mdc-theme--primary{color:#6200ee!important;color:var(--mdc-theme-primary,#6200ee)!important}#cf7md-form .mdc-theme--secondary{color:#018786!important;color:var(--mdc-theme-secondary,#018786)!important}#cf7md-form .mdc-theme--background{background-color:#fff;background-color:var(--mdc-theme-background,#fff)}#cf7md-form .mdc-theme--surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}#cf7md-form .mdc-theme--error{color:#b00020!important;color:var(--mdc-theme-error,#b00020)!important}#cf7md-form .mdc-theme--on-primary{color:#fff!important;color:var(--mdc-theme-on-primary,#fff)!important}#cf7md-form .mdc-theme--on-secondary{color:#fff!important;color:var(--mdc-theme-on-secondary,#fff)!important}#cf7md-form .mdc-theme--on-surface{color:#000!important;color:var(--mdc-theme-on-surface,#000)!important}#cf7md-form .mdc-theme--on-error{color:#fff!important;color:var(--mdc-theme-on-error,#fff)!important}#cf7md-form .mdc-theme--text-primary-on-background{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))!important}#cf7md-form .mdc-theme--text-secondary-on-background{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))!important}#cf7md-form .mdc-theme--text-hint-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))!important}#cf7md-form .mdc-theme--text-disabled-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38))!important}#cf7md-form .mdc-theme--text-icon-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))!important}#cf7md-form .mdc-theme--text-primary-on-light{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))!important}#cf7md-form .mdc-theme--text-secondary-on-light{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))!important}#cf7md-form .mdc-theme--text-hint-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38))!important}#cf7md-form .mdc-theme--text-disabled-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))!important}#cf7md-form .mdc-theme--text-icon-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-light,rgba(0,0,0,.38))!important}#cf7md-form .mdc-theme--text-primary-on-dark{color:#fff!important;color:var(--mdc-theme-text-primary-on-dark,#fff)!important}#cf7md-form .mdc-theme--text-secondary-on-dark{color:rgba(255,255,255,.7)!important;color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7))!important}#cf7md-form .mdc-theme--text-hint-on-dark{color:rgba(255,255,255,.5)!important;color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5))!important}#cf7md-form .mdc-theme--text-disabled-on-dark{color:rgba(255,255,255,.5)!important;color:var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5))!important}#cf7md-form .mdc-theme--text-icon-on-dark{color:rgba(255,255,255,.5)!important;color:var(--mdc-theme-text-icon-on-dark,rgba(255,255,255,.5))!important}#cf7md-form .mdc-theme--primary-bg{background-color:#6200ee!important;background-color:var(--mdc-theme-primary,#6200ee)!important}#cf7md-form .mdc-theme--secondary-bg{background-color:#018786!important;background-color:var(--mdc-theme-secondary,#018786)!important}#cf7md-form input[type=text],#cf7md-form input[type=email],#cf7md-form input[type=url],#cf7md-form input[type=password],#cf7md-form input[type=search],#cf7md-form input[type=number],#cf7md-form input[type=tel],#cf7md-form input[type=range],#cf7md-form input[type=date],#cf7md-form input[type=month],#cf7md-form input[type=week],#cf7md-form input[type=time],#cf7md-form input[type=datetime],#cf7md-form input[type=datetime-local],#cf7md-form input[type=color],#cf7md-form textarea{background:0 0;border-radius:0;display:block;width:100%;box-shadow:none}#cf7md-form label{font-weight:400;margin:0}#cf7md-form select{height:auto;border-radius:0}#cf7md-form .cf:after,#cf7md-form .cf7md-item:after{content:"";display:table;clear:both}#cf7md-form :root{--mdc-layout-grid-margin-desktop:0px;--mdc-layout-grid-gutter-desktop:24px;--mdc-layout-grid-column-width-desktop:72px;--mdc-layout-grid-margin-tablet:0px;--mdc-layout-grid-gutter-tablet:16px;--mdc-layout-grid-column-width-tablet:72px;--mdc-layout-grid-margin-phone:0px;--mdc-layout-grid-gutter-phone:16px;--mdc-layout-grid-column-width-phone:72px}@media(min-width:840px){#cf7md-form .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:0;padding:var(--mdc-layout-grid-margin-desktop,0)}}@media(min-width:480px) and (max-width:839px){#cf7md-form .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:0;padding:var(--mdc-layout-grid-margin-tablet,0)}}@media(max-width:479px){#cf7md-form .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:0;padding:var(--mdc-layout-grid-margin-phone,0)}}@media(min-width:840px){#cf7md-form .mdc-layout-grid__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:-12px;margin:calc(var(--mdc-layout-grid-gutter-desktop,24px)/2 * -1)}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop,24px);grid-template-columns:repeat(12,minmax(0,1fr))}}}@media(min-width:480px) and (max-width:839px){#cf7md-form .mdc-layout-grid__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet,16px)/2 * -1)}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet,16px);grid-template-columns:repeat(8,minmax(0,1fr))}}}@media(max-width:479px){#cf7md-form .mdc-layout-grid__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone,16px)/2 * -1)}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone,16px);grid-template-columns:repeat(4,minmax(0,1fr))}}}@media(min-width:840px){#cf7md-form .mdc-layout-grid__cell{width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop,24px));box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop,24px)/2)}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell{margin:0}}#cf7md-form .mdc-layout-grid__cell--span-1,#cf7md-form .mdc-layout-grid__cell--span-1-desktop{width:calc(8.33333% - 24px);width:calc(8.33333% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-1,#cf7md-form .mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1}}#cf7md-form .mdc-layout-grid__cell--span-2,#cf7md-form .mdc-layout-grid__cell--span-2-desktop{width:calc(16.66667% - 24px);width:calc(16.66667% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-2,#cf7md-form .mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2}}#cf7md-form .mdc-layout-grid__cell--span-3,#cf7md-form .mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-3,#cf7md-form .mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3}}#cf7md-form .mdc-layout-grid__cell--span-4,#cf7md-form .mdc-layout-grid__cell--span-4-desktop{width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-4,#cf7md-form .mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-5,#cf7md-form .mdc-layout-grid__cell--span-5-desktop{width:calc(41.66667% - 24px);width:calc(41.66667% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-5,#cf7md-form .mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5}}#cf7md-form .mdc-layout-grid__cell--span-6,#cf7md-form .mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-6,#cf7md-form .mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6}}#cf7md-form .mdc-layout-grid__cell--span-7,#cf7md-form .mdc-layout-grid__cell--span-7-desktop{width:calc(58.33333% - 24px);width:calc(58.33333% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-7,#cf7md-form .mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7}}#cf7md-form .mdc-layout-grid__cell--span-8,#cf7md-form .mdc-layout-grid__cell--span-8-desktop{width:calc(66.66667% - 24px);width:calc(66.66667% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-8,#cf7md-form .mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8}}#cf7md-form .mdc-layout-grid__cell--span-9,#cf7md-form .mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-9,#cf7md-form .mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9}}#cf7md-form .mdc-layout-grid__cell--span-10,#cf7md-form .mdc-layout-grid__cell--span-10-desktop{width:calc(83.33333% - 24px);width:calc(83.33333% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-10,#cf7md-form .mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10}}#cf7md-form .mdc-layout-grid__cell--span-11,#cf7md-form .mdc-layout-grid__cell--span-11-desktop{width:calc(91.66667% - 24px);width:calc(91.66667% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-11,#cf7md-form .mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11}}#cf7md-form .mdc-layout-grid__cell--span-12,#cf7md-form .mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop,24px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-12,#cf7md-form .mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12}}}@media(min-width:480px) and (max-width:839px){#cf7md-form .mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet,16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet,16px)/2)}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell{margin:0}}#cf7md-form .mdc-layout-grid__cell--span-1,#cf7md-form .mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-1,#cf7md-form .mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1}}#cf7md-form .mdc-layout-grid__cell--span-2,#cf7md-form .mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-2,#cf7md-form .mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2}}#cf7md-form .mdc-layout-grid__cell--span-3,#cf7md-form .mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-3,#cf7md-form .mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3}}#cf7md-form .mdc-layout-grid__cell--span-4,#cf7md-form .mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-4,#cf7md-form .mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-5,#cf7md-form .mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-5,#cf7md-form .mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5}}#cf7md-form .mdc-layout-grid__cell--span-6,#cf7md-form .mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-6,#cf7md-form .mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6}}#cf7md-form .mdc-layout-grid__cell--span-7,#cf7md-form .mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-7,#cf7md-form .mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7}}#cf7md-form .mdc-layout-grid__cell--span-8,#cf7md-form .mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-8,#cf7md-form .mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8}}#cf7md-form .mdc-layout-grid__cell--span-9,#cf7md-form .mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-9,#cf7md-form .mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8}}#cf7md-form .mdc-layout-grid__cell--span-10,#cf7md-form .mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-10,#cf7md-form .mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8}}#cf7md-form .mdc-layout-grid__cell--span-11,#cf7md-form .mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-11,#cf7md-form .mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8}}#cf7md-form .mdc-layout-grid__cell--span-12,#cf7md-form .mdc-layout-grid__cell--span-12-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-12,#cf7md-form .mdc-layout-grid__cell--span-12-tablet{width:auto;grid-column-end:span 8}}}@media(max-width:479px){#cf7md-form .mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone,16px)/2)}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell{margin:0}}#cf7md-form .mdc-layout-grid__cell--span-1,#cf7md-form .mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-1,#cf7md-form .mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1}}#cf7md-form .mdc-layout-grid__cell--span-2,#cf7md-form .mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-2,#cf7md-form .mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2}}#cf7md-form .mdc-layout-grid__cell--span-3,#cf7md-form .mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-3,#cf7md-form .mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3}}#cf7md-form .mdc-layout-grid__cell--span-4,#cf7md-form .mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-4,#cf7md-form .mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-5,#cf7md-form .mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-5,#cf7md-form .mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-6,#cf7md-form .mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-6,#cf7md-form .mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-7,#cf7md-form .mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-7,#cf7md-form .mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-8,#cf7md-form .mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-8,#cf7md-form .mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-9,#cf7md-form .mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-9,#cf7md-form .mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-10,#cf7md-form .mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-10,#cf7md-form .mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-11,#cf7md-form .mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-11,#cf7md-form .mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4}}#cf7md-form .mdc-layout-grid__cell--span-12,#cf7md-form .mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px))}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--span-12,#cf7md-form .mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4}}}#cf7md-form .mdc-layout-grid__cell--order-1{-webkit-order:1;-ms-flex-order:1;order:1}#cf7md-form .mdc-layout-grid__cell--order-2{-webkit-order:2;-ms-flex-order:2;order:2}#cf7md-form .mdc-layout-grid__cell--order-3{-webkit-order:3;-ms-flex-order:3;order:3}#cf7md-form .mdc-layout-grid__cell--order-4{-webkit-order:4;-ms-flex-order:4;order:4}#cf7md-form .mdc-layout-grid__cell--order-5{-webkit-order:5;-ms-flex-order:5;order:5}#cf7md-form .mdc-layout-grid__cell--order-6{-webkit-order:6;-ms-flex-order:6;order:6}#cf7md-form .mdc-layout-grid__cell--order-7{-webkit-order:7;-ms-flex-order:7;order:7}#cf7md-form .mdc-layout-grid__cell--order-8{-webkit-order:8;-ms-flex-order:8;order:8}#cf7md-form .mdc-layout-grid__cell--order-9{-webkit-order:9;-ms-flex-order:9;order:9}#cf7md-form .mdc-layout-grid__cell--order-10{-webkit-order:10;-ms-flex-order:10;order:10}#cf7md-form .mdc-layout-grid__cell--order-11{-webkit-order:11;-ms-flex-order:11;order:11}#cf7md-form .mdc-layout-grid__cell--order-12{-webkit-order:12;-ms-flex-order:12;order:12}#cf7md-form .mdc-layout-grid__cell--align-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--align-top{-webkit-align-self:start;-ms-flex-item-align:start;align-self:start}}#cf7md-form .mdc-layout-grid__cell--align-middle{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}#cf7md-form .mdc-layout-grid__cell--align-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}@supports(display:grid){#cf7md-form .mdc-layout-grid__cell--align-bottom{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end}}@media(min-width:840px){#cf7md-form .mdc-layout-grid--fixed-column-width{width:1128px;width:calc( var(--mdc-layout-grid-column-width-desktop,72px) * 12 + var(--mdc-layout-grid-gutter-desktop,24px) * 11 + var(--mdc-layout-grid-margin-desktop,0) * 2)}}@media(min-width:480px) and (max-width:839px){#cf7md-form .mdc-layout-grid--fixed-column-width{width:688px;width:calc( var(--mdc-layout-grid-column-width-tablet,72px) * 8 + var(--mdc-layout-grid-gutter-tablet,16px) * 7 + var(--mdc-layout-grid-margin-tablet,0) * 2)}}@media(max-width:479px){#cf7md-form .mdc-layout-grid--fixed-column-width{width:336px;width:calc( var(--mdc-layout-grid-column-width-phone,72px) * 4 + var(--mdc-layout-grid-gutter-phone,16px) * 3 + var(--mdc-layout-grid-margin-phone,0) * 2)}}#cf7md-form .mdc-layout-grid--align-left{margin-right:auto;margin-left:0}#cf7md-form .mdc-layout-grid--align-right{margin-right:0;margin-left:auto}#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone,16px)/2)}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:auto;grid-column-end:span 4}}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){margin:0}}#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:calc(100% - 12px);width:calc(100% - var(--mdc-layout-grid-gutter-phone,12px));box-sizing:border-box;margin:6px;margin:calc(var(--mdc-layout-grid-gutter-phone,12px)/2)}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:auto;grid-column-end:span 4}}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){margin:0}}@media screen and (min-width:480px){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet,16px)/2)}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:auto;grid-column-end:span 8}}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){margin:0}}#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:calc(100% - 12px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet,12px));box-sizing:border-box;margin:6px;margin:calc(var(--mdc-layout-grid-gutter-tablet,12px)/2)}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:auto;grid-column-end:span 8}}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){margin:0}}}@media screen and (min-width:840px){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop,24px));box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop,24px)/2)}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:auto;grid-column-end:span 12}}@supports(display:grid){#cf7md-form .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){margin:0}}#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:calc(100% - 12px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop,12px));box-sizing:border-box;margin:6px;margin:calc(var(--mdc-layout-grid-gutter-desktop,12px)/2)}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){width:auto;grid-column-end:span 12}}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>div:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>table:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>p:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ul:not(.mdc-layout-grid__cell),#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner>ol:not(.mdc-layout-grid__cell){margin:0}}}#cf7md-form .mdc-layout-grid__inner>br{display:none}#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone,16px)/2 * -1)}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone,16px);grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:480px){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet,16px)/2 * -1)}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet,16px);grid-template-columns:repeat(8,minmax(0,1fr))}}}@media screen and (min-width:840px){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-desktop,16px)/2 * -1)}@supports(display:grid){#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-desktop,16px);grid-template-columns:repeat(12,minmax(0,1fr))}}}#cf7md-form .mdc-notched-outline{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:0;left:0;box-sizing:border-box;width:100%;height:100%;text-align:left;pointer-events:none}#cf7md-form[dir=rtl] .mdc-notched-outline,#cf7md-form .mdc-notched-outline[dir=rtl]{text-align:right}#cf7md-form .mdc-notched-outline__leading,#cf7md-form .mdc-notched-outline__notch,#cf7md-form .mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}#cf7md-form .mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}#cf7md-form[dir=rtl] .mdc-notched-outline__leading,#cf7md-form .mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}#cf7md-form .mdc-notched-outline__trailing{border-left:none;border-right:1px solid;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}#cf7md-form[dir=rtl] .mdc-notched-outline__trailing,#cf7md-form .mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}#cf7md-form .mdc-notched-outline__notch{width:auto}#cf7md-form .mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;top:17px;bottom:auto}#cf7md-form .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}#cf7md-form[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,#cf7md-form .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}#cf7md-form .mdc-notched-outline--no-label .mdc-notched-outline__notch{padding:0}#cf7md-form .mdc-notched-outline{z-index:1}#cf7md-form .mdc-notched-outline .mdc-floating-label{max-width:none}#cf7md-form .mdc-floating-label{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;position:absolute;left:0;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;transition:color 150ms cubic-bezier(.4,0,.2,1),-webkit-transform 150ms cubic-bezier(.4,0,.2,1);transition:transform 150ms cubic-bezier(.4,0,.2,1),color 150ms cubic-bezier(.4,0,.2,1);transition:transform 150ms cubic-bezier(.4,0,.2,1),color 150ms cubic-bezier(.4,0,.2,1),-webkit-transform 150ms cubic-bezier(.4,0,.2,1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}#cf7md-form[dir=rtl] .mdc-floating-label,#cf7md-form .mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;text-align:right}#cf7md-form .mdc-floating-label--float-above{cursor:auto}#cf7md-form .mdc-floating-label--float-above{-webkit-transform:translateY(-50%)scale(.75);-ms-transform:translateY(-50%)scale(.75);transform:translateY(-50%)scale(.75)}#cf7md-form .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-standard 250ms 1;animation:mdc-floating-label-shake-float-above-standard 250ms 1}@-webkit-keyframes mdc-floating-label-shake-float-above-standard{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-50%)scale(.75);transform:translateX(calc(4% - 0%))translateY(-50%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-50%)scale(.75);transform:translateX(calc(-4% - 0%))translateY(-50%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-standard{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-50%)scale(.75);transform:translateX(calc(4% - 0%))translateY(-50%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-50%)scale(.75);transform:translateX(calc(-4% - 0%))translateY(-50%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-50%)scale(.75)}}#cf7md-form .mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);transition:opacity 180ms cubic-bezier(.4,0,.2,1),-webkit-transform 180ms cubic-bezier(.4,0,.2,1);transition:transform 180ms cubic-bezier(.4,0,.2,1),opacity 180ms cubic-bezier(.4,0,.2,1);transition:transform 180ms cubic-bezier(.4,0,.2,1),opacity 180ms cubic-bezier(.4,0,.2,1),-webkit-transform 180ms cubic-bezier(.4,0,.2,1);opacity:0;z-index:2}#cf7md-form .mdc-line-ripple--active{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);opacity:1}#cf7md-form .mdc-line-ripple--deactivating{opacity:0}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0))scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0))scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0))scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0))scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}#cf7md-form .mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var:1px solid #000;visibility:hidden}#cf7md-form .mdc-ripple-surface--test-edge-var-bug::before{border:var(--mdc-ripple-surface-test-edge-var)}#cf7md-form .mdc-text-field-helper-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 180ms cubic-bezier(.4,0,.2,1);opacity:0;will-change:opacity}#cf7md-form .mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}#cf7md-form .mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}#cf7md-form .mdc-text-field__icon:not([tabindex]),#cf7md-form .mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}#cf7md-form .mdc-text-field{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;border-radius:4px 4px 0 0;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}#cf7md-form .mdc-text-field::before,#cf7md-form .mdc-text-field::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-text-field::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-text-field.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-text-field.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-text-field.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-text-field.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-text-field::before,#cf7md-form .mdc-text-field::after{background-color:rgba(0,0,0,.87)}#cf7md-form .mdc-text-field:hover::before{opacity:.04}#cf7md-form .mdc-text-field:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-text-field.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-text-field::before,#cf7md-form .mdc-text-field::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}#cf7md-form .mdc-text-field.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:rgba(0,0,0,.6)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.6)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(0,0,0,.6)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}#cf7md-form .mdc-text-field .mdc-text-field__input{caret-color:#3f51b5;caret-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.42)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:rgba(0,0,0,.87)}#cf7md-form .mdc-text-field .mdc-line-ripple{background-color:#3f51b5;background-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text{color:rgba(0,0,0,.6)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:rgba(0,0,0,.54)}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled){background-color:#f5f5f5}#cf7md-form .mdc-text-field .mdc-floating-label{left:16px;right:initial;top:18px;pointer-events:none}#cf7md-form[dir=rtl] .mdc-text-field .mdc-floating-label,#cf7md-form .mdc-text-field .mdc-floating-label[dir=rtl]{left:initial;right:16px}#cf7md-form .mdc-text-field--textarea .mdc-floating-label{left:4px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--textarea .mdc-floating-label,#cf7md-form .mdc-text-field--textarea .mdc-floating-label[dir=rtl]{left:initial;right:4px}#cf7md-form .mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial;top:17px}#cf7md-form[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,#cf7md-form .mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}#cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label{left:36px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,#cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}#cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above{left:40px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{left:initial;right:40px}#cf7md-form .mdc-text-field__input{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 180ms cubic-bezier(.4,0,.2,1);border:none;border-bottom:1px solid;border-radius:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}#cf7md-form .mdc-text-field__input::-webkit-input-placeholder{transition:color 180ms cubic-bezier(.4,0,.2,1);opacity:1}#cf7md-form .mdc-text-field__input:-ms-input-placeholder{transition:color 180ms cubic-bezier(.4,0,.2,1);opacity:1}#cf7md-form .mdc-text-field__input::placeholder{transition:color 180ms cubic-bezier(.4,0,.2,1);opacity:1}#cf7md-form .mdc-text-field__input:focus{outline:none}#cf7md-form .mdc-text-field__input:invalid{box-shadow:none}#cf7md-form .mdc-text-field__input:-webkit-autofill+.mdc-floating-label{-webkit-transform:translateY(-50%)scale(.75);transform:translateY(-50%)scale(.75);cursor:auto}#cf7md-form .mdc-text-field--outlined{border:none;overflow:visible}#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.24)}#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#3f51b5;border-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-text-field--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}#cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}#cf7md-form[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 4px 4px 0}#cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}#cf7md-form[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:4px 0 0 4px}#cf7md-form .mdc-text-field--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-144%)scale(1);-ms-transform:translateY(-144%)scale(1);transform:translateY(-144%)scale(1)}#cf7md-form .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}#cf7md-form .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-130%)scale(.75);-ms-transform:translateY(-130%)scale(.75);transform:translateY(-130%)scale(.75)}#cf7md-form .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-text-field--outlined::before,#cf7md-form .mdc-text-field--outlined::after{content:none}#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:initial}#cf7md-form .mdc-text-field--outlined .mdc-text-field__input{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:12px 16px 14px;border:none!important;background-color:initial;z-index:1}#cf7md-form .mdc-text-field--outlined .mdc-text-field__icon{z-index:2}#cf7md-form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled{background-color:initial}#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,6%)}#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense{height:48px}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-134%)scale(1);-ms-transform:translateY(-134%)scale(1);transform:translateY(-134%)scale(1)}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-120%)scale(.8);-ms-transform:translateY(-120%)scale(.8);transform:translateY(-120%)scale(.8)}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 7px}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{top:14px}#cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon{top:12px}#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon{left:16px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl]{left:initial;right:16px}#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:16px}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input,#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl]{padding-left:16px;padding-right:48px}#cf7md-form .mdc-text-field--with-leading-icon .mdc-floating-label{left:48px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label,#cf7md-form .mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon{left:16px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl]{left:initial;right:16px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:48px;padding-right:16px}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl]{padding-left:16px;padding-right:48px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-144%)translateX(-32px)scale(1);-ms-transform:translateY(-144%)translateX(-32px)scale(1);transform:translateY(-144%)translateX(-32px)scale(1)}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{-webkit-transform:translateY(-144%)translateX(32px)scale(1);-ms-transform:translateY(-144%)translateX(32px)scale(1);transform:translateY(-144%)translateX(32px)scale(1)}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-130%)translateX(-32px)scale(.75);-ms-transform:translateY(-130%)translateX(-32px)scale(.75);transform:translateY(-130%)translateX(-32px)scale(.75)}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{-webkit-transform:translateY(-130%)translateX(32px)scale(.75);-ms-transform:translateY(-130%)translateX(32px)scale(.75);transform:translateY(-130%)translateX(32px)scale(.75)}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-134%)translateX(-21px)scale(1);-ms-transform:translateY(-134%)translateX(-21px)scale(1);transform:translateY(-134%)translateX(-21px)scale(1)}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl]{-webkit-transform:translateY(-134%)translateX(21px)scale(1);-ms-transform:translateY(-134%)translateX(21px)scale(1);transform:translateY(-134%)translateX(21px)scale(1)}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-120%)translateX(-21px)scale(.8);-ms-transform:translateY(-120%)translateX(-21px)scale(.8);transform:translateY(-120%)translateX(-21px)scale(.8)}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{-webkit-transform:translateY(-120%)translateX(21px)scale(.8);-ms-transform:translateY(-120%)translateX(21px)scale(.8);transform:translateY(-120%)translateX(21px)scale(.8)}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{left:26px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl]{left:initial;right:26px}#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:initial;right:12px}#cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl]{left:12px;right:initial}#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:12px;padding-right:48px}#cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input,#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl]{padding-left:48px;padding-right:12px}#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:initial;right:16px}#cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl]{left:16px;right:initial}#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:16px;padding-right:48px}#cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input,#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl]{padding-left:48px;padding-right:16px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:16px;right:auto}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl]{left:auto;right:16px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon{right:12px;left:auto}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl]{right:auto;left:12px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:48px}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl]{padding-left:48px;padding-right:48px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl]{left:initial;right:12px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:12px}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl]{padding-left:12px;padding-right:38px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:38px;right:initial}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl]{left:initial;right:38px}#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:initial;right:12px}#cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl]{left:12px;right:initial}#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:12px;padding-right:38px}#cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl]{padding-left:38px;padding-right:12px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl]{left:auto;right:12px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon{right:12px;left:auto}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl]{right:auto;left:12px}#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:38px}#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl]{padding-left:38px;padding-right:38px}#cf7md-form .mdc-text-field--dense .mdc-floating-label--float-above{-webkit-transform:translateY(-70%)scale(.8);-ms-transform:translateY(-70%)scale(.8);transform:translateY(-70%)scale(.8)}#cf7md-form .mdc-text-field--dense .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-dense 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-dense 250ms 1}#cf7md-form .mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0}#cf7md-form .mdc-text-field--dense .mdc-floating-label{font-size:.813rem}#cf7md-form .mdc-text-field--dense .mdc-floating-label--float-above{font-size:.813rem}#cf7md-form .mdc-text-field__input:required~.mdc-floating-label::after,#cf7md-form .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after{margin-left:1px;content:"*"}#cf7md-form .mdc-text-field--textarea{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:auto;height:auto;transition:none;overflow:visible}#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.24)}#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#3f51b5;border-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-text-field--textarea .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}#cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}#cf7md-form[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 4px 4px 0}#cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}#cf7md-form[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:4px 0 0 4px}#cf7md-form .mdc-text-field--textarea::before,#cf7md-form .mdc-text-field--textarea::after{content:none}#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:initial}#cf7md-form .mdc-text-field--textarea .mdc-floating-label--float-above{-webkit-transform:translateY(-144%)scale(1);-ms-transform:translateY(-144%)scale(1);transform:translateY(-144%)scale(1)}#cf7md-form .mdc-text-field--textarea .mdc-floating-label--float-above{font-size:.75rem}#cf7md-form .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-130%)scale(.75);-ms-transform:translateY(-130%)scale(.75);transform:translateY(-130%)scale(.75)}#cf7md-form .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-text-field--textarea .mdc-text-field__input{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;box-sizing:border-box;height:auto;margin:8px 1px 1px 0;padding:0 16px 16px;border:none}#cf7md-form .mdc-text-field--textarea .mdc-floating-label{top:17px;bottom:auto;width:auto;pointer-events:none}#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}#cf7md-form .mdc-text-field--fullwidth{width:100%}#cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){display:block}#cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before,#cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after{content:none}#cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled){background-color:initial}#cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0}#cf7md-form .mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--dense+.mdc-text-field-helper-text{margin-bottom:4px}#cf7md-form .mdc-text-field+.mdc-text-field-helper-text{margin-right:12px;margin-left:12px}#cf7md-form .mdc-text-field--outlined+.mdc-text-field-helper-text{margin-right:16px;margin-left:16px}#cf7md-form .mdc-form-field>.mdc-text-field+label{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(63,81,181,.87)}#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:rgba(63,81,181,.87)}#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(63,81,181,.87)}#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(63,81,181,.87)}#cf7md-form .mdc-text-field--focused .mdc-text-field__input:required~.mdc-floating-label::after,#cf7md-form .mdc-text-field--focused .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--focused+.mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#3f51b5;border-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple{background-color:#b00020;background-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg{opacity:1}#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-text-field--disabled{background-color:#fafafa;border-bottom:none;pointer-events:none}#cf7md-form .mdc-text-field--disabled .mdc-text-field__input{border-bottom-color:rgba(0,0,0,6%)}#cf7md-form .mdc-text-field--disabled .mdc-text-field__input{color:rgba(0,0,0,.37)}#cf7md-form .mdc-text-field--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}#cf7md-form .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder{color:rgba(0,0,0,.37)}#cf7md-form .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.37)}#cf7md-form .mdc-text-field--disabled .mdc-text-field__input::placeholder{color:rgba(0,0,0,.37)}#cf7md-form .mdc-text-field--disabled+.mdc-text-field-helper-text{color:rgba(0,0,0,.37)}#cf7md-form .mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3)}#cf7md-form .mdc-text-field--disabled:not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}#cf7md-form .mdc-text-field--disabled .mdc-floating-label{cursor:default}#cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled{background-color:initial;background-color:#f9f9f9}#cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,6%)}#cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-70%)scale(.8);transform:translateX(calc(4% - 0%))translateY(-70%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-70%)scale(.8);transform:translateX(calc(-4% - 0%))translateY(-70%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-70%)scale(.8);transform:translateX(calc(4% - 0%))translateY(-70%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-70%)scale(.8);transform:translateX(calc(-4% - 0%))translateY(-70%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-70%)scale(.8)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-120%)scale(.8);transform:translateX(calc(4% - 0%))translateY(-120%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-120%)scale(.8);transform:translateX(calc(-4% - 0%))translateY(-120%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-120%)scale(.8);transform:translateX(calc(4% - 0%))translateY(-120%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-120%)scale(.8);transform:translateX(calc(-4% - 0%))translateY(-120%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8);transform:translateX(calc(0 - 0%))translateY(-120%)scale(.8)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{-webkit-transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 21px))translateY(-120%)scale(.8);transform:translateX(calc(4% - 21px))translateY(-120%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 21px))translateY(-120%)scale(.8);transform:translateX(calc(-4% - 21px))translateY(-120%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{-webkit-transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 21px))translateY(-120%)scale(.8);transform:translateX(calc(4% - 21px))translateY(-120%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 21px))translateY(-120%)scale(.8);transform:translateX(calc(-4% - 21px))translateY(-120%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - 21px))translateY(-120%)scale(.8)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0))translateY(-130%)scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{-webkit-transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - -21px))translateY(-120%)scale(.8);transform:translateX(calc(4% - -21px))translateY(-120%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - -21px))translateY(-120%)scale(.8);transform:translateX(calc(-4% - -21px))translateY(-120%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{-webkit-transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - -21px))translateY(-120%)scale(.8);transform:translateX(calc(4% - -21px))translateY(-120%)scale(.8)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - -21px))translateY(-120%)scale(.8);transform:translateX(calc(-4% - -21px))translateY(-120%)scale(.8)}100%{-webkit-transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8);transform:translateX(calc(0 - -21px))translateY(-120%)scale(.8)}}@-webkit-keyframes mdc-floating-label-shake-float-above-textarea{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-textarea{0%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(4% - 0%))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 0%))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75);transform:translateX(calc(0 - 0%))translateY(-130%)scale(.75)}}#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon,#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}#cf7md-form .mdc-text-field__icon:not([tabindex]),#cf7md-form .mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}#cf7md-form .mdc-text-field--outlined .mdc-text-field__input{position:relative}#cf7md-form .mdc-text-field__input{margin-bottom:0}date-input-polyfill{z-index:9999;background:#ddd!important}date-input-polyfill select{border:none!important}date-input-polyfill .yearSelect{margin:4px 2px 4px 4px!important;width:calc(30% - 6px)!important}date-input-polyfill .monthSelect{margin:4px 2px!important;width:calc(46% - 8px)!important}date-input-polyfill>button{margin:4px 4px 4px 2px!important;width:calc(24% - 6px)!important;-webkit-appearance:none!important;font-size:14px!important;font-weight:400!important;background:0 0!important;border:none!important;color:#444!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;text-shadow:none!important;text-decoration:none!important}date-input-polyfill>button:hover{color:#000;background:rgba(0,0,0,.15)!important}date-input-polyfill table{background:#fff!important;margin:0!important;width:265px!important}@-webkit-keyframes mdc-select-float-native-control{0%{-webkit-transform:translateY(8px);transform:translateY(8px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes mdc-select-float-native-control{0%{-webkit-transform:translateY(8px);transform:translateY(8px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}#cf7md-form .mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon{color:#000;color:var(--mdc-theme-on-surface,#000)}#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;position:absolute;bottom:16px;box-sizing:border-box;width:24px;height:24px;border:none;background-color:initial;fill:currentColor;opacity:.54;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#cf7md-form .mdc-select__icon:not([tabindex]),#cf7md-form .mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}#cf7md-form .mdc-select-helper-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 180ms cubic-bezier(.4,0,.2,1);opacity:0;will-change:opacity}#cf7md-form .mdc-select-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}#cf7md-form .mdc-select-helper-text--persistent{transition:none;opacity:1;will-change:initial}#cf7md-form .mdc-select{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}#cf7md-form .mdc-select:not(.mdc-select--disabled){background-color:#f5f5f5}#cf7md-form .mdc-select::before,#cf7md-form .mdc-select::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-select::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-select.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-select.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-select.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-select.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-select.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-select::before,#cf7md-form .mdc-select::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}#cf7md-form .mdc-select.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-select::before,#cf7md-form .mdc-select::after{background-color:rgba(0,0,0,.87)}#cf7md-form .mdc-select:hover::before{opacity:.04}#cf7md-form .mdc-select:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-select.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,.87)}#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:rgba(0,0,0,.42)}#cf7md-form .mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0,0,0,.6)}#cf7md-form .mdc-select,#cf7md-form .mdc-select__native-control{border-radius:4px 4px 0 0}#cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#3f51b5;background-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(63,81,181,.87)}#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:rgba(0,0,0,.87)}#cf7md-form .mdc-select .mdc-floating-label--float-above{-webkit-transform:translateY(-70%)scale(.75);-ms-transform:translateY(-70%)scale(.75);transform:translateY(-70%)scale(.75)}#cf7md-form .mdc-select .mdc-floating-label{left:16px;right:initial;top:21px;pointer-events:none}#cf7md-form[dir=rtl] .mdc-select .mdc-floating-label,#cf7md-form .mdc-select .mdc-floating-label[dir=rtl]{left:initial;right:16px}#cf7md-form .mdc-select.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:initial}#cf7md-form[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label,#cf7md-form .mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}#cf7md-form .mdc-select.mdc-select--outlined .mdc-floating-label{left:4px;right:initial;top:17px}#cf7md-form[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label,#cf7md-form .mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}#cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:initial}#cf7md-form[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,#cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}#cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{left:36px;right:initial}#cf7md-form[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,#cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{left:initial;right:36px}#cf7md-form .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%227 10 10 5%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cpolygon id=%22Shape%22 stroke=%22none%22 fill=%22%23000%22 fill-rule=%22evenodd%22 opacity=%22.54%22 points=%227 10 12 15 17 10%22/%3E%3C/svg%3E")no-repeat 50%;left:auto;right:8px;position:absolute;bottom:16px;width:24px;height:24px;transition:-webkit-transform 150ms cubic-bezier(.4,0,.2,1);transition:transform 150ms cubic-bezier(.4,0,.2,1);transition:transform 150ms cubic-bezier(.4,0,.2,1),-webkit-transform 150ms cubic-bezier(.4,0,.2,1);pointer-events:none}#cf7md-form[dir=rtl] .mdc-select__dropdown-icon,#cf7md-form .mdc-select__dropdown-icon[dir=rtl]{left:8px;right:auto}#cf7md-form .mdc-select--focused .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%227 10 10 5%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cpolygon id=%22Shape%22 stroke=%22none%22 fill=%22%233f51b5%22 fill-rule=%22evenodd%22 opacity=%221%22 points=%227 10 12 15 17 10%22/%3E%3C/svg%3E")no-repeat 50%;-webkit-transform:rotate(180deg)translateY(-5px);-ms-transform:rotate(180deg)translateY(-5px);transform:rotate(180deg)translateY(-5px);transition:-webkit-transform 150ms cubic-bezier(.4,0,.2,1);transition:transform 150ms cubic-bezier(.4,0,.2,1);transition:transform 150ms cubic-bezier(.4,0,.2,1),-webkit-transform 150ms cubic-bezier(.4,0,.2,1)}#cf7md-form .mdc-select__native-control{padding-top:20px}#cf7md-form .mdc-select.mdc-select--focused .mdc-line-ripple::after{-webkit-transform:scale(1,2);-ms-transform:scale(1,2);transform:scale(1,2);opacity:1}#cf7md-form .mdc-select+.mdc-select-helper-text{margin-right:12px;margin-left:12px}#cf7md-form .mdc-select--outlined+.mdc-select-helper-text{margin-right:16px;margin-left:16px}#cf7md-form .mdc-select--focused+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){opacity:1}#cf7md-form .mdc-select__selected-text{min-width:200px;padding-top:22px}#cf7md-form .mdc-select__native-control,#cf7md-form .mdc-select__selected-text{padding-left:16px;padding-right:52px;font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;box-sizing:border-box;width:100%;height:56px;padding-top:20px;padding-bottom:4px;border:none;border-bottom:1px solid;outline:none;background-color:initial;color:inherit;white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}#cf7md-form[dir=rtl] .mdc-select__native-control,#cf7md-form .mdc-select__native-control[dir=rtl],#cf7md-form[dir=rtl] .mdc-select__selected-text,#cf7md-form .mdc-select__selected-text[dir=rtl]{padding-left:52px;padding-right:16px}#cf7md-form .mdc-select__native-control::-ms-expand,#cf7md-form .mdc-select__selected-text::-ms-expand{display:none}#cf7md-form .mdc-select__native-control::-ms-value,#cf7md-form .mdc-select__selected-text::-ms-value{background-color:initial;color:inherit}@-moz-document url-prefix(""){#cf7md-form .mdc-select__native-control,#cf7md-form .mdc-select__selected-text{text-indent:-2px}}#cf7md-form .mdc-select--outlined{border:none;overflow:visible}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled){background-color:initial}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.24)}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#3f51b5;border-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-select--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}#cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}#cf7md-form[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 4px 4px 0}#cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}#cf7md-form[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:4px 0 0 4px}#cf7md-form .mdc-select--outlined .mdc-select__native-control{border-radius:4px}#cf7md-form .mdc-select--outlined::before,#cf7md-form .mdc-select--outlined::after{content:none}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled){background-color:initial}#cf7md-form .mdc-select--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-144%)scale(1);-ms-transform:translateY(-144%)scale(1);transform:translateY(-144%)scale(1)}#cf7md-form .mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}#cf7md-form .mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-130%)scale(.75);-ms-transform:translateY(-130%)scale(.75);transform:translateY(-130%)scale(.75)}#cf7md-form .mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-select--outlined .mdc-select__native-control,#cf7md-form .mdc-select--outlined .mdc-select__selected-text{padding-left:16px;padding-right:52px;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:12px;padding-bottom:12px;border:none;background-color:initial;z-index:1}#cf7md-form[dir=rtl] .mdc-select--outlined .mdc-select__native-control,#cf7md-form .mdc-select--outlined .mdc-select__native-control[dir=rtl],#cf7md-form[dir=rtl] .mdc-select--outlined .mdc-select__selected-text,#cf7md-form .mdc-select--outlined .mdc-select__selected-text[dir=rtl]{padding-left:52px;padding-right:16px}#cf7md-form .mdc-select--outlined .mdc-select__selected-text{padding-top:14px}#cf7md-form .mdc-select--outlined .mdc-select__icon{z-index:2}#cf7md-form .mdc-select--outlined .mdc-floating-label{line-height:1.15rem;pointer-events:auto}#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#b00020;background-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020}#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}#cf7md-form .mdc-select--invalid .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%227 10 10 5%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cpolygon id=%22Shape%22 stroke=%22none%22 fill=%22%23b00020%22 fill-rule=%22evenodd%22 opacity=%221%22 points=%227 10 12 15 17 10%22/%3E%3C/svg%3E")no-repeat 50%}#cf7md-form .mdc-select--invalid+.mdc-select-helper-text--validation-msg{opacity:1}#cf7md-form .mdc-select--required .mdc-floating-label::after{content:"*"}#cf7md-form .mdc-select--disabled{background-color:#fafafa;cursor:default;pointer-events:none}#cf7md-form .mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}#cf7md-form .mdc-select--disabled .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%227 10 10 5%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cpolygon id=%22Shape%22 stroke=%22none%22 fill=%22%23000%22 fill-rule=%22evenodd%22 opacity=%22.37%22 points=%227 10 12 15 17 10%22/%3E%3C/svg%3E")no-repeat 50%}#cf7md-form .mdc-select--disabled .mdc-line-ripple{display:none}#cf7md-form .mdc-select--disabled .mdc-select__icon{color:rgba(0,0,0,.37)}#cf7md-form .mdc-select--disabled .mdc-select__native-control,#cf7md-form .mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,.37);border-bottom-style:dotted}#cf7md-form .mdc-select--disabled .mdc-select__selected-text{pointer-events:none}#cf7md-form .mdc-select--disabled.mdc-select--outlined{background-color:initial}#cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,#cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text{border-bottom-style:none}#cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,#cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,#cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.16)}#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon{left:16px;right:initial}#cf7md-form[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon[dir=rtl]{left:initial;right:16px}#cf7md-form .mdc-select--with-leading-icon .mdc-select__native-control,#cf7md-form .mdc-select--with-leading-icon .mdc-select__selected-text{padding-left:48px;padding-right:32px}#cf7md-form[dir=rtl] .mdc-select--with-leading-icon .mdc-select__native-control,#cf7md-form .mdc-select--with-leading-icon .mdc-select__native-control[dir=rtl],#cf7md-form[dir=rtl] .mdc-select--with-leading-icon .mdc-select__selected-text,#cf7md-form .mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl]{padding-left:32px;padding-right:48px}#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{-webkit-transform:translateY(-144%)translateX(-32px)scale(1);-ms-transform:translateY(-144%)translateX(-32px)scale(1);transform:translateY(-144%)translateX(-32px)scale(1)}#cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl]{-webkit-transform:translateY(-144%)translateX(32px)scale(1);-ms-transform:translateY(-144%)translateX(32px)scale(1);transform:translateY(-144%)translateX(32px)scale(1)}#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{-webkit-transform:translateY(-130%)translateX(-32px)scale(.75);-ms-transform:translateY(-130%)translateX(-32px)scale(.75);transform:translateY(-130%)translateX(-32px)scale(.75)}#cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],#cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{-webkit-transform:translateY(-130%)translateX(32px)scale(.75);-ms-transform:translateY(-130%)translateX(32px)scale(.75);transform:translateY(-130%)translateX(32px)scale(.75)}#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1;animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1}#cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake,#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1;animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1}#cf7md-form .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text{padding-left:32px;padding-right:32px}#cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,#cf7md-form .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir=rtl]{padding-left:32px;padding-right:32px}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected{color:#000;color:var(--mdc-theme-on-surface,#000)}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected::before,#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected::after{background-color:#000}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected::before,#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected::after{background-color:var(--mdc-theme-on-surface,#000)}}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before{opacity:.04}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon{0%{-webkit-transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 32px))translateY(-130%)scale(.75);transform:translateX(calc(4% - 32px))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 32px))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 32px))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon{0%{-webkit-transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - 32px))translateY(-130%)scale(.75);transform:translateX(calc(4% - 32px))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - 32px))translateY(-130%)scale(.75);transform:translateX(calc(-4% - 32px))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - 32px))translateY(-130%)scale(.75)}}@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl{0%{-webkit-transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - -32px))translateY(-130%)scale(.75);transform:translateX(calc(4% - -32px))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - -32px))translateY(-130%)scale(.75);transform:translateX(calc(-4% - -32px))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl{0%{-webkit-transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582);-webkit-transform:translateX(calc(4% - -32px))translateY(-130%)scale(.75);transform:translateX(calc(4% - -32px))translateY(-130%)scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);-webkit-transform:translateX(calc(-4% - -32px))translateY(-130%)scale(.75);transform:translateX(calc(-4% - -32px))translateY(-130%)scale(.75)}100%{-webkit-transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75);transform:translateX(calc(0 - -32px))translateY(-130%)scale(.75)}}#cf7md-form .mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon{color:#000;color:var(--mdc-theme-on-surface,#000)}#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;position:absolute;bottom:16px;box-sizing:border-box;width:24px;height:24px;border:none;background-color:initial;fill:currentColor;opacity:.54;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#cf7md-form .mdc-select__icon:not([tabindex]),#cf7md-form .mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}@-moz-document url-prefix(){#cf7md-form .mdc-select select:-moz-focusring,#cf7md-form .mdc-select select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important;background-image:none!important;border:0}#cf7md-form.cf7md-theme--dark .mdc-select select:-moz-focusring,#cf7md-form.cf7md-theme--dark .mdc-select select::-moz-focus-inner{text-shadow:0 0 0 #fff!important}}#cf7md-form.cf7md-theme--dark .mdc-select select>option,#cf7md-form.cf7md-theme--dark .mdc-select select>optgroup{background:#000}#cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-floating-label{pointer-events:none!important}#cf7md-form .cf7md-select .select-arrow{display:none}#cf7md-form .cf7md-select .mdc-select__native-control{background-image:none!important;box-shadow:none;margin-bottom:0}#cf7md-form .mdc-form-field{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:middle}#cf7md-form .mdc-form-field>label{-webkit-order:0;-ms-flex-order:0;order:0;margin-right:auto;padding-left:4px}#cf7md-form[dir=rtl] .mdc-form-field>label,#cf7md-form .mdc-form-field[dir=rtl]>label{margin-left:auto;padding-right:4px}#cf7md-form .mdc-form-field--align-end>label{-webkit-order:-1;-ms-flex-order:-1;order:-1;margin-left:auto;padding-right:4px}#cf7md-form[dir=rtl] .mdc-form-field--align-end>label,#cf7md-form .mdc-form-field--align-end[dir=rtl]>label{margin-right:auto;padding-left:4px}@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.78334}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.78334}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}100%{stroke-dashoffset:0}}@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{-webkit-transform:scaleX(0);transform:scaleX(0)}68.2%{-webkit-animation-timing-function:cubic-bezier(0,0,0,1);animation-timing-function:cubic-bezier(0,0,0,1)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{-webkit-transform:scaleX(0);transform:scaleX(0)}68.2%{-webkit-animation-timing-function:cubic-bezier(0,0,0,1);animation-timing-function:cubic-bezier(0,0,0,1)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{-webkit-animation-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.78334}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{-webkit-animation-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.78334}}@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark{from{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:1}}@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{-webkit-animation-timing-function:mdc-animation-deceleration-curve-timing-function;animation-timing-function:mdc-animation-deceleration-curve-timing-function;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{-webkit-animation-timing-function:mdc-animation-deceleration-curve-timing-function;animation-timing-function:mdc-animation-deceleration-curve-timing-function;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform:rotate(315deg);transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform:rotate(315deg);transform:rotate(315deg);opacity:0}}@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}32.8%,100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}32.8%,100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}}#cf7md-form .mdc-checkbox{display:inline-block;position:relative;-webkit-flex:0 0 18px;-ms-flex:0 0 18px;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;padding:11px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity}#cf7md-form .mdc-checkbox::before,#cf7md-form .mdc-checkbox::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-checkbox::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-checkbox::before,#cf7md-form .mdc-checkbox::after{background-color:#ff4081}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-checkbox::before,#cf7md-form .mdc-checkbox::after{background-color:var(--mdc-theme-secondary,#ff4081)}}#cf7md-form .mdc-checkbox:hover::before{opacity:.04}#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-checkbox.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-checkbox::before,#cf7md-form .mdc-checkbox::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::before,#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-checkbox__checkmark{color:#fff}#cf7md-form .mdc-checkbox__mixedmark{border-color:#fff}#cf7md-form .mdc-checkbox__background::before{background-color:#ff4081}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-checkbox__background::before{background-color:var(--mdc-theme-secondary,#ff4081)}}#cf7md-form .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);background-color:initial}#cf7md-form .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081);background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}@-webkit-keyframes mdc-checkbox-fade-in-background-0{0%{border-color:rgba(0,0,0,.54);background-color:initial}50%{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081);background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}}@keyframes mdc-checkbox-fade-in-background-0{0%{border-color:rgba(0,0,0,.54);background-color:initial}50%{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081);background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}}@-webkit-keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081);background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}100%{border-color:rgba(0,0,0,.54);background-color:initial}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081);background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}100%{border-color:rgba(0,0,0,.54);background-color:initial}}#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,#cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{-webkit-animation-name:mdc-checkbox-fade-in-background-0;animation-name:mdc-checkbox-fade-in-background-0}#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,#cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{-webkit-animation-name:mdc-checkbox-fade-out-background-0;animation-name:mdc-checkbox-fade-out-background-0}#cf7md-form .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.26)}#cf7md-form .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,#cf7md-form .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0,0,0,.26)}@media screen and (-ms-high-contrast:active){#cf7md-form .mdc-checkbox__mixedmark{margin:0 1px}}#cf7md-form .mdc-checkbox--disabled{cursor:default;pointer-events:none}#cf7md-form .mdc-checkbox__background{left:11px;right:initial;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:11px;bottom:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;width:45%;height:45%;transition:background-color 90ms 0ms cubic-bezier(.4,0,.6,1),border-color 90ms 0ms cubic-bezier(.4,0,.6,1);border:2px solid;border-radius:2px;background-color:initial;pointer-events:none;will-change:background-color,border-color}#cf7md-form .mdc-checkbox[dir=rtl] .mdc-checkbox__background,#cf7md-form[dir=rtl] .mdc-checkbox .mdc-checkbox__background{left:initial;right:11px}#cf7md-form .mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;transition:opacity 180ms 0ms cubic-bezier(.4,0,.6,1);opacity:0}#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}#cf7md-form .mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(.4,0,.6,1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334}#cf7md-form .mdc-checkbox__mixedmark{width:100%;height:0;-webkit-transform:scaleX(0)rotate(0);-ms-transform:scaleX(0)rotate(0);transform:scaleX(0)rotate(0);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);border-width:1px;border-style:solid;opacity:0}#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__background,#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark,#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none!important}#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,#cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,#cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{-webkit-animation-duration:180ms;animation-duration:180ms;-webkit-animation-timing-function:linear;animation-timing-function:linear}#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{-webkit-animation:180ms linear 0s mdc-checkbox-unchecked-checked-checkmark-path;animation:180ms linear 0s mdc-checkbox-unchecked-checked-checkmark-path;transition:none}#cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{-webkit-animation:90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;animation:90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;transition:none}#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{-webkit-animation:90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;animation:90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;transition:none}#cf7md-form .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{-webkit-animation:90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;animation:90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;transition:none}#cf7md-form .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{-webkit-animation:90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;animation:90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;transition:none}#cf7md-form .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{-webkit-animation:500ms linear 0s mdc-checkbox-indeterminate-checked-checkmark;animation:500ms linear 0s mdc-checkbox-indeterminate-checked-checkmark;transition:none}#cf7md-form .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{-webkit-animation:500ms linear 0s mdc-checkbox-indeterminate-checked-mixedmark;animation:500ms linear 0s mdc-checkbox-indeterminate-checked-mixedmark;transition:none}#cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{-webkit-animation:300ms linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;animation:300ms linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;transition:none}#cf7md-form .mdc-checkbox__native-control:checked~.mdc-checkbox__background,#cf7md-form .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0,0,.2,1),background-color 90ms 0ms cubic-bezier(0,0,.2,1)}#cf7md-form .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,#cf7md-form .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}#cf7md-form .mdc-checkbox__background::before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity,transform}#cf7md-form .mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before{content:none}#cf7md-form .mdc-checkbox__native-control:focus~.mdc-checkbox__background::before{-webkit-transform:scale(2.75,2.75);-ms-transform:scale(2.75,2.75);transform:scale(2.75,2.75);transition:opacity 80ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 80ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 80ms 0ms cubic-bezier(0,0,.2,1),transform 80ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 80ms 0ms cubic-bezier(0,0,.2,1),transform 80ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 80ms 0ms cubic-bezier(0,0,.2,1);opacity:.12}#cf7md-form .mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}#cf7md-form .mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}#cf7md-form .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 180ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1),transform 180ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 180ms 0ms cubic-bezier(0,0,.2,1),transform 180ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 180ms 0ms cubic-bezier(0,0,.2,1);opacity:1}#cf7md-form .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{-webkit-transform:scaleX(1)rotate(-45deg);-ms-transform:scaleX(1)rotate(-45deg);transform:scaleX(1)rotate(-45deg)}#cf7md-form .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);opacity:0}#cf7md-form .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{-webkit-transform:scaleX(1)rotate(0);-ms-transform:scaleX(1)rotate(0);transform:scaleX(1)rotate(0);opacity:1}#cf7md-form .cf7md-checkbox-item,#cf7md-form .cf7md-accept--inner{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}#cf7md-form .mdc-checkbox{margin:-10px;margin-right:0;-webkit-flex:0 0 18px;-ms-flex:0 0 18px;flex:0 0 18px}#cf7md-form .cf7md-accept .cf7md-accept--inner{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}#cf7md-form .cf7md-accept .wpcf7-list-item-label{display:none}#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:#666;background-color:#fff}#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#3f51b5;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}@-webkit-keyframes mdc-checkbox-fade-in-background-1{0%{border-color:#666;background-color:#fff}50%{border-color:#3f51b5;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}}@keyframes mdc-checkbox-fade-in-background-1{0%{border-color:#666;background-color:#fff}50%{border-color:#3f51b5;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}}@-webkit-keyframes mdc-checkbox-fade-out-background-1{0%,80%{border-color:#3f51b5;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}100%{border-color:#666;background-color:#fff}}@keyframes mdc-checkbox-fade-out-background-1{0%,80%{border-color:#3f51b5;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}100%{border-color:#666;background-color:#fff}}#cf7md-form .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,#cf7md-form .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{-webkit-animation-name:mdc-checkbox-fade-in-background-1;animation-name:mdc-checkbox-fade-in-background-1}#cf7md-form .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,#cf7md-form .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{-webkit-animation-name:mdc-checkbox-fade-out-background-1;animation-name:mdc-checkbox-fade-out-background-1}#cf7md-form .mdc-checkbox::before,#cf7md-form .mdc-checkbox::after{background-color:#3f51b5}#cf7md-form .mdc-checkbox:hover::before{opacity:.1}#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-checkbox.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.1}#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.4}#cf7md-form .mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.4}#cf7md-form .mdc-radio{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;display:inline-block;position:relative;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:none;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity,transform,border-color,color}#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54)}#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081)}#cf7md-form .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081)}#cf7md-form .mdc-radio .mdc-radio__background::before{background-color:#ff4081}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-radio .mdc-radio__background::before{background-color:var(--mdc-theme-secondary,#ff4081)}}#cf7md-form .mdc-radio::before,#cf7md-form .mdc-radio::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-radio::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-radio.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-radio.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-radio.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-radio.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-radio::before,#cf7md-form .mdc-radio::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}#cf7md-form .mdc-radio.mdc-ripple-upgraded::before,#cf7md-form .mdc-radio.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-radio.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-radio::before,#cf7md-form .mdc-radio::after{background-color:#ff4081}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-radio::before,#cf7md-form .mdc-radio::after{background-color:var(--mdc-theme-secondary,#ff4081)}}#cf7md-form .mdc-radio:hover::before{opacity:.04}#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-radio.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%}#cf7md-form .mdc-radio__background::before{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 120ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1),transform 120ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 120ms 0ms cubic-bezier(.4,0,.6,1),transform 120ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 120ms 0ms cubic-bezier(.4,0,.6,1);border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transition:border-color 120ms 0ms cubic-bezier(.4,0,.6,1);border-width:2px;border-style:solid;border-radius:50%}#cf7md-form .mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);transition:border-color 120ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 120ms 0ms cubic-bezier(.4,0,.6,1);transition:transform 120ms 0ms cubic-bezier(.4,0,.6,1),border-color 120ms 0ms cubic-bezier(.4,0,.6,1);transition:transform 120ms 0ms cubic-bezier(.4,0,.6,1),border-color 120ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 120ms 0ms cubic-bezier(.4,0,.6,1);border-width:10px;border-style:solid;border-radius:50%}#cf7md-form .mdc-radio__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}#cf7md-form .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before{content:none}#cf7md-form .mdc-radio__native-control:checked+.mdc-radio__background,#cf7md-form .mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1)}#cf7md-form .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,#cf7md-form .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0,0,.2,1)}#cf7md-form .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,#cf7md-form .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:border-color 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1);transition:transform 120ms 0ms cubic-bezier(0,0,.2,1),border-color 120ms 0ms cubic-bezier(0,0,.2,1);transition:transform 120ms 0ms cubic-bezier(0,0,.2,1),border-color 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1)}#cf7md-form .mdc-radio--disabled{cursor:default;pointer-events:none}#cf7md-form .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);transition:border-color 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1);transition:transform 120ms 0ms cubic-bezier(0,0,.2,1),border-color 120ms 0ms cubic-bezier(0,0,.2,1);transition:transform 120ms 0ms cubic-bezier(0,0,.2,1),border-color 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1)}#cf7md-form .mdc-radio__native-control:disabled+.mdc-radio__background,#cf7md-form [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}#cf7md-form .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,#cf7md-form [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.26)}#cf7md-form .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,#cf7md-form [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0,0,0,.26)}#cf7md-form .mdc-radio__native-control:focus+.mdc-radio__background::before{-webkit-transform:scale(2,2);-ms-transform:scale(2,2);transform:scale(2,2);transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1);transition:opacity 120ms 0ms cubic-bezier(0,0,.2,1),transform 120ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 120ms 0ms cubic-bezier(0,0,.2,1);opacity:.12}#cf7md-form .mdc-radio{margin:-10px;margin-right:0}#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#3f51b5}#cf7md-form .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#3f51b5}#cf7md-form .mdc-radio::before,#cf7md-form .mdc-radio::after{background-color:#3f51b5}#cf7md-form .mdc-radio:hover::before{opacity:.1}#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-radio.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.1}#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.4}#cf7md-form .mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.4}#cf7md-form .mdc-switch{display:inline-block;position:relative;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081);border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081)}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081);border-color:#ff4081;border-color:var(--mdc-theme-secondary,#ff4081)}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000;border-color:#000}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#9e9e9e}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.08}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32}#cf7md-form .mdc-switch__native-control{left:0;right:initial;position:absolute;top:0;width:68px;height:48px;margin:0;opacity:0;cursor:pointer;pointer-events:auto}#cf7md-form[dir=rtl] .mdc-switch__native-control,#cf7md-form .mdc-switch__native-control[dir=rtl]{left:initial;right:0}#cf7md-form .mdc-switch__track{box-sizing:border-box;width:32px;height:14px;transition:opacity 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1);border:1px solid;border-radius:7px;opacity:.38}#cf7md-form .mdc-switch__thumb-underlay{left:-18px;right:initial;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:-17px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1),-webkit-transform 90ms cubic-bezier(.4,0,.2,1);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1),-webkit-transform 90ms cubic-bezier(.4,0,.2,1)}#cf7md-form[dir=rtl] .mdc-switch__thumb-underlay,#cf7md-form .mdc-switch__thumb-underlay[dir=rtl]{left:initial;right:-18px}#cf7md-form .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch__thumb-underlay::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-switch__thumb-underlay::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch__thumb-underlay::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before,#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch__thumb-underlay::after{background-color:#ff4081}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch__thumb-underlay::after{background-color:var(--mdc-theme-secondary,#ff4081)}}#cf7md-form .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-switch__thumb{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 1px 5px rgba(0,0,0,.12);box-sizing:border-box;width:20px;height:20px;border:10px solid;border-radius:50%;pointer-events:none;z-index:1}#cf7md-form .mdc-switch--checked .mdc-switch__track{opacity:.54}#cf7md-form .mdc-switch--checked .mdc-switch__thumb-underlay{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}#cf7md-form[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay,#cf7md-form .mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl]{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}#cf7md-form .mdc-switch--checked .mdc-switch__native-control{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}#cf7md-form[dir=rtl] .mdc-switch--checked .mdc-switch__native-control,#cf7md-form .mdc-switch--checked .mdc-switch__native-control[dir=rtl]{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}#cf7md-form .mdc-switch--disabled{opacity:.38;pointer-events:none}#cf7md-form .mdc-switch--disabled .mdc-switch__thumb{border-width:1px}#cf7md-form .mdc-switch--disabled .mdc-switch__native-control{cursor:default;pointer-events:none}#cf7md-form span.cf7md-switch-item .mdc-form-field{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}#cf7md-form span.cf7md-switch-item .mdc-switch{margin-top:3px}#cf7md-form .mdc-form-field>.cf7md-switch-label{margin-left:16px}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#3f51b5;border-color:#3f51b5}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#3f51b5;border-color:#3f51b5}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after{background-color:#3f51b5}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#3f51b5;border-color:#3f51b5}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after{background-color:#3f51b5}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#3f51b5}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .cf7md-file .cf7md-label{margin-bottom:5px}#cf7md-form .cf7md-file .wpcf7-not-valid-tip{margin-top:5px}#cf7md-form .cf7md-file .cf7md-help-text{margin-top:3px!important}#cf7md-form .cf7md-file--btn{color:#fff}#cf7md-form .cf7md-file--label{position:relative;display:block}#cf7md-form .cf7md-file--label [type=file]{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0}#cf7md-form .cf7md-file--value{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));position:absolute;top:50%;left:0;padding-left:152px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}#cf7md-form.cf7md-theme--dark .cf7md-file--value{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}#cf7md-form .mdc-button{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.08929em;text-decoration:none;text-transform:uppercase;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;padding:0 8px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:4px}#cf7md-form .mdc-button::before,#cf7md-form .mdc-button::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-button::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-button.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-button.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-button.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-button.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-button.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-button::before,#cf7md-form .mdc-button::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}#cf7md-form .mdc-button.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-button::-moz-focus-inner{padding:0;border:0}#cf7md-form .mdc-button:active{outline:none}#cf7md-form .mdc-button:hover{cursor:pointer}#cf7md-form .mdc-button:disabled{background-color:initial;color:rgba(0,0,0,.37);cursor:default;pointer-events:none}#cf7md-form .mdc-button.mdc-button--dense{border-radius:4px}#cf7md-form .mdc-button:not(:disabled){background-color:initial}#cf7md-form .mdc-button:not(:disabled){color:#3f51b5;color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-button::before,#cf7md-form .mdc-button::after{background-color:#3f51b5}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-button::before,#cf7md-form .mdc-button::after{background-color:var(--mdc-theme-primary,#3f51b5)}}#cf7md-form .mdc-button:hover::before{opacity:.04}#cf7md-form .mdc-button:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-button.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}#cf7md-form[dir=rtl] .mdc-button .mdc-button__icon,#cf7md-form .mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}#cf7md-form .mdc-button svg.mdc-button__icon{fill:currentColor}#cf7md-form .mdc-button--raised .mdc-button__icon,#cf7md-form .mdc-button--unelevated .mdc-button__icon,#cf7md-form .mdc-button--outlined .mdc-button__icon{margin-left:-4px;margin-right:8px}#cf7md-form[dir=rtl] .mdc-button--raised .mdc-button__icon,#cf7md-form .mdc-button--raised .mdc-button__icon[dir=rtl],#cf7md-form[dir=rtl] .mdc-button--unelevated .mdc-button__icon,#cf7md-form .mdc-button--unelevated .mdc-button__icon[dir=rtl],#cf7md-form[dir=rtl] .mdc-button--outlined .mdc-button__icon,#cf7md-form .mdc-button--outlined .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:-4px}#cf7md-form .mdc-button--raised,#cf7md-form .mdc-button--unelevated{padding:0 16px}#cf7md-form .mdc-button--raised:disabled,#cf7md-form .mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.37)}#cf7md-form .mdc-button--raised:not(:disabled),#cf7md-form .mdc-button--unelevated:not(:disabled){background-color:#3f51b5}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-button--raised:not(:disabled),#cf7md-form .mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary,#3f51b5)}}#cf7md-form .mdc-button--raised:not(:disabled),#cf7md-form .mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary,#fff)}#cf7md-form .mdc-button--raised::before,#cf7md-form .mdc-button--raised::after,#cf7md-form .mdc-button--unelevated::before,#cf7md-form .mdc-button--unelevated::after{background-color:#fff}@supports not (-ms-ime-align:auto){#cf7md-form .mdc-button--raised::before,#cf7md-form .mdc-button--raised::after,#cf7md-form .mdc-button--unelevated::before,#cf7md-form .mdc-button--unelevated::after{background-color:var(--mdc-theme-on-primary,#fff)}}#cf7md-form .mdc-button--raised:hover::before,#cf7md-form .mdc-button--unelevated:hover::before{opacity:.08}#cf7md-form .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-button--raised.mdc-ripple-upgraded--background-focused::before,#cf7md-form .mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}#cf7md-form .mdc-button--raised:not(.mdc-ripple-upgraded)::after,#cf7md-form .mdc-button--unelevated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-button--raised:not(.mdc-ripple-upgraded):active::after,#cf7md-form .mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32}#cf7md-form .mdc-button--raised.mdc-ripple-upgraded,#cf7md-form .mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32}#cf7md-form .mdc-button--raised{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 1px 5px rgba(0,0,0,.12);transition:box-shadow 280ms cubic-bezier(.4,0,.2,1)}#cf7md-form .mdc-button--raised:hover,#cf7md-form .mdc-button--raised:focus{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px rgba(0,0,0,.14),0 1px 10px rgba(0,0,0,.12)}#cf7md-form .mdc-button--raised:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}#cf7md-form .mdc-button--raised:disabled{box-shadow:0 0 rgba(0,0,0,.2),0 0 rgba(0,0,0,.14),0 0 rgba(0,0,0,.12)}#cf7md-form .mdc-button--outlined{border-style:solid;padding:0 14px;border-width:2px}#cf7md-form .mdc-button--outlined:disabled{border-color:rgba(0,0,0,.37)}#cf7md-form .mdc-button--outlined:not(:disabled){border-color:#3f51b5;border-color:var(--mdc-theme-primary,#3f51b5)}#cf7md-form .mdc-button--dense{height:32px;font-size:.8125rem}#cf7md-form.cf7md-form .wpcf7-response-output,#cf7md-form.cf7md-form+.wpcf7-response-output{border:none;border-bottom:2px solid #b00020;padding:0 0 8px;font-size:.85em;color:#b00020;margin:24px 0 16px;background:0 0;box-shadow:none;text-align:left;text-transform:none}.wpcf7-form.sent .cf7md-form#cf7md-form+.wpcf7-response-output,.wpcf7-form.sent .cf7md-form#cf7md-form .wpcf7-response-output,#cf7md-form.cf7md-form .wpcf7-mail-sent-ok,#cf7md-form.cf7md-form+.wpcf7-mail-sent-ok{border-bottom-color:#1b5e20;color:#1b5e20}#cf7md-form.cf7md-form.cf7md-theme--dark .wpcf7-response-output,#cf7md-form.cf7md-form.cf7md-theme--dark+.wpcf7-response-output{border-bottom-color:#f74f6d;color:#f74f6d}.wpcf7-form.sent .cf7md-form.cf7md-theme--dark#cf7md-form+.wpcf7-response-output,.wpcf7-form.sent .cf7md-form.cf7md-theme--dark#cf7md-form .wpcf7-response-output,#cf7md-form.cf7md-form.cf7md-theme--dark .wpcf7-mail-sent-ok,#cf7md-form.cf7md-form.cf7md-theme--dark+.wpcf7-mail-sent-ok{border-bottom-color:#81c784;color:#81c784}#cf7md-form .wpcf7-not-valid-tip{color:#b00020;margin-top:4px;margin-bottom:0;display:block;float:none}#cf7md-form.cf7md-theme--dark .wpcf7-not-valid-tip{color:#f74f6d}#cf7md-form .cf7md-list .wpcf7-not-valid-tip{margin-top:-2px;margin-bottom:4px}#cf7md-form .cf7md-label--static,#cf7md-form .cf7md-help-text{display:block;float:none}#cf7md-form.cf7md-form+.fusion-alert .alert-icon,#cf7md-form.cf7md-form+.fusion-alert .toggle-alert{display:none}#cf7md-form .mdc-card{background-color:#fff;background-color:var(--mdc-theme-surface,#fff);border-radius:4px;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 1px 3px rgba(0,0,0,.12);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box}#cf7md-form .mdc-card--outlined{box-shadow:0 0 rgba(0,0,0,.2),0 0 rgba(0,0,0,.14),0 0 rgba(0,0,0,.12);border:1px solid #e0e0e0}#cf7md-form .mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:50%;background-size:cover}#cf7md-form .mdc-card__media::before{display:block;content:""}#cf7md-form .mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}#cf7md-form .mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}#cf7md-form .mdc-card__media--square::before{margin-top:100%}#cf7md-form .mdc-card__media--16-9::before{margin-top:56.25%}#cf7md-form .mdc-card__media-content{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box}#cf7md-form .mdc-card__primary-action{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;position:relative;outline:none;color:inherit;text-decoration:none;cursor:pointer;overflow:hidden}#cf7md-form .mdc-card__primary-action::before,#cf7md-form .mdc-card__primary-action::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}#cf7md-form .mdc-card__primary-action::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;animation:225ms mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:150ms mdc-ripple-fg-opacity-out;animation:150ms mdc-ripple-fg-opacity-out;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0))scale(var(--mdc-ripple-fg-scale,1))}#cf7md-form .mdc-card__primary-action::before,#cf7md-form .mdc-card__primary-action::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}#cf7md-form .mdc-card__primary-action::before,#cf7md-form .mdc-card__primary-action::after{background-color:#000}#cf7md-form .mdc-card__primary-action:hover::before{opacity:.04}#cf7md-form .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::before,#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form .mdc-card__primary-action:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form .mdc-card__primary-action:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form .mdc-card__primary-action:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}#cf7md-form .mdc-card__primary-action:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}#cf7md-form .mdc-card__actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}#cf7md-form .mdc-card__actions--full-bleed{padding:0}#cf7md-form .mdc-card__action-buttons,#cf7md-form .mdc-card__action-icons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box}#cf7md-form .mdc-card__action-icons{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38));-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#cf7md-form .mdc-card__action-buttons+.mdc-card__action-icons{margin-left:16px;margin-right:0}#cf7md-form[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons,#cf7md-form .mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl]{margin-left:0;margin-right:16px}#cf7md-form .mdc-card__action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#cf7md-form .mdc-card__action:focus{outline:none}#cf7md-form .mdc-card__action--button{margin-left:0;margin-right:8px;padding:0 8px}#cf7md-form[dir=rtl] .mdc-card__action--button,#cf7md-form .mdc-card__action--button[dir=rtl]{margin-left:8px;margin-right:0}#cf7md-form .mdc-card__action--button:last-child{margin-left:0;margin-right:0}#cf7md-form[dir=rtl] .mdc-card__action--button:last-child,#cf7md-form .mdc-card__action--button:last-child[dir=rtl]{margin-left:0;margin-right:0}#cf7md-form .mdc-card__actions--full-bleed .mdc-card__action--button{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:auto;max-height:none;margin:0;padding:8px 16px;text-align:left}#cf7md-form[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button,#cf7md-form .mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl]{text-align:right}#cf7md-form .mdc-card__action--icon{margin:-6px 0;padding:12px}#cf7md-form .mdc-card__action--icon:not(:disabled){color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}#cf7md-form .mdc-card{background:#fff}#cf7md-form.cf7md-theme--dark .mdc-card{background:rgba(255,255,255,.2)}#cf7md-form .mdc-card__media--img{padding:0;height:auto}#cf7md-form .mdc-card__media--img img{width:100%;height:auto}#cf7md-form .cf7md-card-content{padding-bottom:0!important}#cf7md-form .cf7md-card-content p{margin:16px 0}#cf7md-form .cf7md-card-header{margin:16px}#cf7md-form .cf7md-card-title{margin-bottom:0;font-size:1em;line-height:1.5em;margin:-.25em 0 0;padding:0;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}#cf7md-form .cf7md-card-title--large{font-size:1.2em}#cf7md-form .cf7md-card-subtitle{font-size:.75em;line-height:1.25em;margin:0;color:rgba(0,0,0,.5);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.5))}#cf7md-form.cf7md-theme--dark .cf7md-card-title{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}#cf7md-form.cf7md-theme--dark .cf7md-card-subtitle{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.7))}#cf7md-form .cf7md-card-body{margin:16px}#cf7md-form .cf7md-card-header+.cf7md-card-body{margin-top:0!important}@media screen and (min-width:840px){#cf7md-form .cf7md-card-header,#cf7md-form .cf7md-card-body{margin:24px}}#cf7md-form .cf7md-spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}#cf7md-form .cf7md-spinner-path{stroke-dasharray:187;stroke-dashoffset:0;stroke:rgba(0,0,0,.87);stroke:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite}#cf7md-form.cf7md-theme--dark .cf7md-spinner-path{stroke:#fff;stroke:var(--mdc-theme-text-primary-on-dark,#fff)}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}#cf7md-form .ajax-loader{background-image:none;width:25px;height:25px;margin-left:8px}#cf7md-form .cf7md-spinner{display:none}#cf7md-form .ajax-loader.is-active .cf7md-spinner{display:block}#cf7md-form .fusion-slider-loading,#cf7md-form .fusion-slider-loading:after{width:2.2em!important;height:2.2em}#cf7md-form .mdc-list a.mdc-list-item{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}#cf7md-form .mdc-list a.mdc-list-item:hover{text-decoration:none}#cf7md-form .cf7md-list .wpcf7-list-item,#cf7md-form .cf7md-list .cf7md-radio-item,#cf7md-form .cf7md-list .cf7md-checkbox-item,#cf7md-form .cf7md-list .cf7md-switch-item{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px}#cf7md-form .cf7md-list .wpcf7-form-control-wrap{margin-bottom:-10px}#cf7md-form .cf7md-list__inline .wpcf7-list-item{width:auto;margin-right:34px}#cf7md-form [class*=cf7md-list__columns-]:after{display:block;content:"";clear:both}#cf7md-form [class*=cf7md-list__columns-] .wpcf7-form-control{display:block;margin-left:-34px;font-size:0}#cf7md-form [class*=cf7md-list__columns-] .wpcf7-list-item{box-sizing:border-box;padding-left:34px;width:50%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-width:225px;vertical-align:top}#cf7md-form .cf7md-list__columns-2 .wpcf7-list-item{width:50%}#cf7md-form .cf7md-list__columns-3 .wpcf7-list-item{width:33.3333%}#cf7md-form .cf7md-list__columns-4 .wpcf7-list-item{width:25%}@media(max-width:768px){#cf7md-form .cf7md-list__columns-2 .wpcf7-list-item,#cf7md-form .cf7md-list__columns-3 .wpcf7-list-item,#cf7md-form .cf7md-list__columns-4 .wpcf7-list-item{width:100%}}#cf7md-form .cf7md-admin-customize-message p{margin-bottom:0}#cf7md-form .cf7md-hide-customize-message{text-decoration:none;box-shadow:none;display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;font-size:16px;background:#888;color:#fff;border-radius:100%;vertical-align:middle}#cf7md-form label,#cf7md-form .cf7md-label--static,#cf7md-form .cf7md-help-text{color:rgba(0,0,0,.5);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.5))}#cf7md-form.cf7md-theme--dark label,#cf7md-form.cf7md-theme--dark .cf7md-label--static,#cf7md-form.cf7md-theme--dark .cf7md-help-text{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.7))}#cf7md-form input,#cf7md-form textarea,#cf7md-form select,#cf7md-form .wpcf7-list-item label,#cf7md-form .cf7md-accept-label{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}#cf7md-form.cf7md-theme--dark input,#cf7md-form.cf7md-theme--dark textarea,#cf7md-form.cf7md-theme--dark select,#cf7md-form.cf7md-theme--dark .wpcf7-list-item label,#cf7md-form.cf7md-theme--dark .cf7md-accept-label{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}#cf7md-form.cf7md-theme--dark .mdc-floating-label{color:#fff}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#fff}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-text-field .mdc-text-field__input{caret-color:#fff}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled){background-color:rgba(255,255,255,.2)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) .mdc-line-ripple{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:#fff}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#fff}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-select .mdc-select__dropdown-icon{background-image:url("data:image/svg+xml,%3Csvg id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2210%22 height=%225%22 viewBox=%220 0 10 5%22 enable-background=%22new 0 0 10 5%22%3E%3Cpolygon id=%22Shape%22 opacity=%22.54%22 fill=%22%23c1c1c1%22 enable-background=%22new%22 points=%220,0 5,5 10,0%22/%3E%3C/svg%3E")}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled){background-color:rgba(255,255,255,.2)}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-checkbox::before,#cf7md-form.cf7md-theme--dark .mdc-checkbox::after,#cf7md-form.cf7md-theme--dark .mdc-radio::before,#cf7md-form.cf7md-theme--dark .mdc-radio::after{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-checkbox:hover::before,#cf7md-form.cf7md-theme--dark .mdc-radio:hover::before{opacity:.1}#cf7md-form.cf7md-theme--dark .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-ripple-upgraded--background-focused::before,#cf7md-form.cf7md-theme--dark .mdc-radio:not(.mdc-ripple-upgraded):focus::before,#cf7md-form.cf7md-theme--dark .mdc-radio.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.3}#cf7md-form.cf7md-theme--dark .mdc-checkbox:not(.mdc-ripple-upgraded)::after,#cf7md-form.cf7md-theme--dark .mdc-radio:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form.cf7md-theme--dark .mdc-checkbox:not(.mdc-ripple-upgraded):active::after,#cf7md-form.cf7md-theme--dark .mdc-radio:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.4}#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-ripple-upgraded,#cf7md-form.cf7md-theme--dark .mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.4}#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.2)}#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#526cf9;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}@-webkit-keyframes mdc-checkbox-fade-in-background-2{0%{border-color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.2)}50%{border-color:#526cf9;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}}@keyframes mdc-checkbox-fade-in-background-2{0%{border-color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.2)}50%{border-color:#526cf9;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}}@-webkit-keyframes mdc-checkbox-fade-out-background-2{0%,80%{border-color:#526cf9;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}100%{border-color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.2)}}@keyframes mdc-checkbox-fade-out-background-2{0%,80%{border-color:#526cf9;background-color:#ff4081;background-color:var(--mdc-theme-secondary,#ff4081)}100%{border-color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.2)}}#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{-webkit-animation-name:mdc-checkbox-fade-in-background-2;animation-name:mdc-checkbox-fade-in-background-2}#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{-webkit-animation-name:mdc-checkbox-fade-out-background-2;animation-name:mdc-checkbox-fade-out-background-2}#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__checkmark{color:#fff}#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__mixedmark{border-color:#fff}#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__background::before{background-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__background::before{background-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#526cf9;border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#526cf9;border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#999;border-color:#999}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#999;border-color:#999}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#999}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.08}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.32}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.32}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:rgba(255,255,255,.8);border-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#526cf9;border-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#999;border-color:#999}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.04}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.16}#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:.16}#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled),#cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled){background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled):hover,#cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled):hover{background-color:#5c74f9}#cf7md-form.cf7md-theme--dark .mdc-button--raised:disabled,#cf7md-form.cf7md-theme--dark .mdc-button--unelevated:disabled{background-color:rgba(255,255,255,.2);color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):not(:disabled){border-color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):not(:disabled){color:rgba(255,255,255,.8)}#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):hover:not(:disabled){border-color:#fff}#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):hover:not(:disabled){color:#fff}#cf7md-form.cf7md-theme--dark .mdc-button--outlined:disabled{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.5)}#cf7md-form.cf7md-theme--dark .cf7md-label--static,#cf7md-form.cf7md-theme--dark .cf7md-help-text{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.7))}#cf7md-form.cf7md-theme--dark .cf7md-checkbox-label,#cf7md-form.cf7md-theme--dark .cf7md-radio-label,#cf7md-form.cf7md-theme--dark .cf7md-switch-label,#cf7md-form.cf7md-theme--dark .cf7md-file--value{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}#cf7md-form.cf7md-theme--dark .wpcf7-not-valid-tip,#cf7md-form.cf7md-theme--dark+.wpcf7-response-output{color:#f74f6d}#cf7md-form .cf7md-item,#cf7md-form input,#cf7md-form label,#cf7md-form textarea,#cf7md-form p,#cf7md-form h1,#cf7md-form h2,#cf7md-form h3,#cf7md-form h4,#cf7md-form h5,#cf7md-form h6,#cf7md-form.cf7md-form+.wpcf7-response-output{font-family:roboto,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}#cf7md-form.cf7md-form,#cf7md-form .cf7md-item,#cf7md-form .mdc-form-field,#cf7md-form .mdc-text-field{font-size:18px;line-height:1.25}#cf7md-form .mdc-select{font-size:.936em}#cf7md-form label,#cf7md-form .cf7md-label{font-weight:400;font-size:.875em;letter-spacing:.01em}#cf7md-form .cf7md-label--static,#cf7md-form .cf7md-help-text,#cf7md-form .wpcf7-not-valid-tip{font-size:.75em;letter-spacing:.01em}#cf7md-form .mdc-form-field{font-size:.77779em;line-height:1.11112em}#cf7md-form .mdc-button{font-size:.77779em;line-height:2.00002em}#cf7md-form .mdc-button--dense{font-size:.72223em}#cf7md-form .wpcf7-form-control-wrap{display:block;width:100%}#cf7md-form .mdc-text-field,#cf7md-form .mdc-text-field input,#cf7md-form .mdc-text-field textarea,#cf7md-form .cf7md-item>div{width:100%}#cf7md-form .mdc-select{width:100%;max-width:100%}#cf7md-form .cf7md-item{margin-top:0}#cf7md-form .cf7md-item select,#cf7md-form .cf7md-item input,#cf7md-form .cf7md-item textarea{margin:0}#cf7md-form .cf7md-help-text{clear:both;margin:4px 0 0}#cf7md-form .cf7md-label--static{margin-bottom:8px}#cf7md-form .wpcf7-list-item{margin:0;width:100%}#cf7md-form .mdc-floating-label{width:auto}#cf7md-form .wpcf7-form-control-wrap{margin:0}#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus~.mdc-floating-label,#cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#3f51b5}#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus~.mdc-floating-label,#cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#3f51b5}#cf7md-form .mdc-text-field .mdc-text-field__input{caret-color:#3f51b5}#cf7md-form .mdc-text-field .mdc-line-ripple,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus~.mdc-line-ripple,#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,#cf7md-form .mdc-checkbox::before,#cf7md-form .mdc-checkbox::after,#cf7md-form .mdc-radio::before,#cf7md-form .mdc-radio::after,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#3f51b5}#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control:focus~.mdc-notched-outline .mdc-notched-outline__path{stroke:#3f51b5}#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled),#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus,#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,#cf7md-form .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#3f51b5}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) .mdc-line-ripple,#cf7md-form.cf7md-theme--dark .mdc-checkbox::before,#cf7md-form.cf7md-theme--dark .mdc-checkbox::after,#cf7md-form.cf7md-theme--dark .mdc-radio::before,#cf7md-form.cf7md-theme--dark .mdc-radio::after,#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control:focus~.mdc-notched-outline .mdc-notched-outline__path{stroke:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled),#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus,#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#526cf9}#cf7md-form .mdc-button--outlined:not(:disabled){border-color:#3f51b5}#cf7md-form .mdc-button::before,#cf7md-form .mdc-button::after,#cf7md-form .mdc-button--raised:not(:disabled),#cf7md-form .mdc-button--unelevated:not(:disabled){background-color:#3f51b5}#cf7md-form .mdc-button--outlined:not(:disabled){color:#3f51b5}#cf7md-form .mdc-button--raised:not(:disabled):hover,#cf7md-form .mdc-button--unelevated:not(:disabled):hover{background-color:#4254bd}#cf7md-form .mdc-button--raised:not(:disabled),#cf7md-form .mdc-button--unelevated:not(:disabled){color:#fff}#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled),#cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled){background-color:#526cf9}#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled):hover,#cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled):hover{background-color:#5c74f9}#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled),#cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled){color:#fff}#cf7md-form .mdc-theme--text-primary-on-background,#cf7md-form .mdc-theme--text-primary-on-light,#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form .mdc-form-field,#cf7md-form .cf7md-file--value,#cf7md-form .cf7md-card-title,#cf7md-form .mdc-list a.mdc-list-item,#cf7md-form input,#cf7md-form textarea,#cf7md-form select,#cf7md-form .wpcf7-list-item label,#cf7md-form .cf7md-switch-label,#cf7md-form .cf7md-checkbox-label,#cf7md-form .cf7md-radio-label,#cf7md-form .cf7md-accept-label,#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0,0,0,.87)}#cf7md-form .mdc-theme--text-hint-on-background,#cf7md-form .mdc-theme--text-disabled-on-background,#cf7md-form .mdc-theme--text-icon-on-background,#cf7md-form .mdc-theme--text-hint-on-light,#cf7md-form .mdc-theme--text-disabled-on-light,#cf7md-form .mdc-theme--text-icon-on-light,#cf7md-form .mdc-card__action-icons,#cf7md-form .cf7md-card-subtitle,#cf7md-form label,#cf7md-form .cf7md-label--static,#cf7md-form .cf7md-help-text{color:rgba(0,0,0,.5)}#cf7md-form .mdc-theme--text-primary-on-dark,#cf7md-form.cf7md-theme--dark .mdc-form-field,#cf7md-form.cf7md-theme--dark .cf7md-file--value,#cf7md-form.cf7md-theme--dark .cf7md-card-title,#cf7md-form.cf7md-theme--dark input,#cf7md-form.cf7md-theme--dark textarea,#cf7md-form.cf7md-theme--dark select,#cf7md-form.cf7md-theme--dark .wpcf7-list-item label,#cf7md-form.cf7md-theme--dark .cf7md-accept-label,#cf7md-form.cf7md-theme--dark .mdc-floating-label .cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus~.mdc-floating-label,#cf7md-form.cf7md-theme--dark .cf7md-checkbox-label,#cf7md-form.cf7md-theme--dark .cf7md-radio-label,#cf7md-form.cf7md-theme--dark .cf7md-switch-label,#cf7md-form.cf7md-theme--dark .cf7md-file--value,#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:#fff}#cf7md-form .mdc-theme--text-secondary-on-dark,#cf7md-form .mdc-theme--text-hint-on-dark,#cf7md-form .mdc-theme--text-disabled-on-dark,#cf7md-form .mdc-theme--text-icon-on-dark,#cf7md-form.cf7md-theme--dark .cf7md-card-subtitle,#cf7md-form.cf7md-theme--dark label,#cf7md-form.cf7md-theme--dark .cf7md-label--static,#cf7md-form.cf7md-theme--dark .cf7md-help-text{color:rgba(255,255,255,.6)}#cf7md-form .cf7md-item,#cf7md-form .mdc-form-field,#cf7md-form .mdc-text-field,#cf7md-form .mdc-select{font-size:18px}#cf7md-form .cf7md-item,#cf7md-form input,#cf7md-form label,#cf7md-form textarea,#cf7md-form p,#cf7md-form .mdc-select,#cf7md-form.cf7md-form+.wpcf7-response-output,#cf7md-form .wpcf7-not-valid-tip,#cf7md-form .cf7md-card-title,#cf7md-form .cf7md-card-subtitle,#cf7md-form .mdc-button,#cf7md-form .mdc-floating-label,#cf7md-form .mdc-text-field-helper-text,#cf7md-form .mdc-text-field__input,#cf7md-form .mdc-select__native-control,#cf7md-form .mdc-form-field{font-family:roboto,sans-serif}#cf7md-form .mdc-text-field__input.wpcf7-not-valid{caret-color:#b00020}#cf7md-form.cf7md-theme--dark .mdc-text-field__input.wpcf7-not-valid{caret-color:#f74f6d}#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input.wpcf7-not-valid,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid,#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text.wpcf7-not-valid{border-bottom-color:#b00020}#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input.wpcf7-not-valid,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid,#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text.wpcf7-not-valid{border-bottom-color:#f74f6d}#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020}#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#f74f6d}#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020}#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch,#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#f74f6d}
[data-class=wpcf7cf_group],.wpcf7cf_remove,.wpcf7cf_add{display:none}.wpcf7cf_repeater_sub{margin-bottom:20px}.wpcf7cf_repeater_controls,.wpcf7cf_step_controls{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:20px}.wpcf7cf_multistep .wpcf7cf_step{width:100%}.wpcf7cf_multistep .wpcf7cf_step .step-title{display:none}.wpcf7cf_multistep .wpcf7cf_steps-dots{display:flex;width:100%;margin-bottom:20px;flex-wrap:wrap}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index{display:inline-block;border-radius:50%;background:#dfdfdf;color:#000;width:40px;height:40px;line-height:40px;text-align:center}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot{border-bottom:5px solid #dfdfdf;text-align:center;flex:1;padding:15px;min-width:120px}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed{border-bottom:5px solid #333}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active{border-bottom:5px solid #333;font-weight:700}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index{background-color:#333;color:#fff}.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index{background-color:#333;color:#fff}.wpcf7cf_step_controls .disabled{pointer-events:none;cursor:default;opacity:.5}.wpcf7cf_repeater_sub_controls{display:inline-flex;gap:4px;margin:4px 0;align-items:center}
.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-Index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-Index:9;box-sizing:border-box;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}

.wpgmza-ol-modern-infowindow-container
{
	position: absolute;
	top: 0px;
	right: 0px;

}

.wpgmza_map
{
	position: relative;
}

.wpgmza_map.is-fullscreen{
	min-height: 100%;
}

.wpgmza_map[data-maps-engine="open-layers"] canvas {
	max-width: unset;
}

/*
.wpgmza-ol-modern-infowindow-container .wpgmza_modern_infowindow
{
	min-width: 160px;
}
*/

@keyframes wpgmza-bounce {
  from {
	bottom: 0px;
  }
  to {
	bottom: 15px;
  }
}
@-webkit-keyframes wpgmza-bounce {
  from {
	bottom: 0px;
  }
  to {
	bottom: 15px;
  }
}

@keyframes wpgmza-drop {
	from {
		bottom: 100vh;
	}
	to {
		bottom: 0vh;
	}
}

@-webkit-keyframes wpgmza-drop {
	from {
		bottom: 100vh;
	}
	to {
		bottom: 0vh;
	}
}

.ol-marker
{
	position: relative;
}

.ol-marker>img,
.wpgmza_map .ol-marker > img
{
	/* NB: Re-added, removing this breaks marker animations */
	position: absolute;
	bottom: 0px;
	transform: translateX(-50%);
	max-width: none;
	z-index: 2;
}

.ol-marker[data-anim='bounce']>img
{
	animation: wpgmza-bounce 0.3s infinite alternate;
	-webkit-animation: wpgmza-bounce 0.3s infinite alternate;
}

.ol-marker[data-anim='drop']>img
{
	animation: wpgmza-drop 0.3s;
	-webkit-animation: wpgmza-drop 0.3s;
}

.ol-marker-label
{
	top: 2.4rem;
    position: relative;
    transform: translateX(-50%);

	font-size:0.7rem;
	font-weight: bold;
    color: #000;

    text-shadow: 0px 0px 2px #fff;
    text-shadow: 0px 0px 2px #fff,
        0px 0px 2px #fff,
        0px 0px 2px #fff,
        0px 0px 2px #fff;
}

.wpgmza_map .wpgmza-ol-text-overlay-wrapper {
    white-space: nowrap;
    width: fit-content;
    margin: 0;
    pointer-events: none;
}

.ol-info-window-plain {
    position: absolute;
    bottom: 56px;
    left: 0px;
    transform: translateX(-50%);
    background: white;
    padding: 10px;
    font-size: 14px;
	width: 348px;
	max-width: 648px;
	overflow-y: auto;

    /* box-shadow: 2px 2px 5px rgba(0,0,0,0.5); */
    /* border: 1px solid lightgray; */
}

/* Hide for now, the way the container is wrapped, this causes scroll issues */
/* Scroll is more important than the arrow mark I believe. Longterm, wrap content for scrolls */
/*.ol-info-window-plain:after{
	
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	margin-left: -8px;
	margin-bottom: -8px;
}*/

.ol-info-window-close
{
	float: right;
	margin: 0 0 3px 3px;
	cursor: pointer;
}

.ol-info-window-container,
	.wpgmza-pro-info-window-container
{
	z-index: 999999;
}

.wpgmza_map, #wpgmza_map
{
	position: relative;
}

.wpgmza-ol-canvas-overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	pointer-events: none;
	z-index: 1;
}

.wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator,
	#wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator
{
	position: absolute;
	top: 0px;
	left: 50%;
	/*width: 100%;*/
	max-width: 100% !important;
	z-index: 99;
}

.wpgmza-modern-store-locator {
	pointer-events: none;
	z-index: 0;
	position: absolute;
	top: 0px;
	max-width: 100% !important;
	left: 50%;
}
.wpgmza-modern-store-locator .wpgmza-inner {
	position:relative;
	left:-50%;
}

.wpgmza-modern-store-locator>.wpgmza-inner
{
	pointer-events: all;
}

.ol-info-window-polygon {
    bottom: 0 !important;
}

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    font-size: 12px;
}

.wpgmza_map .ol-viewport .ol-control:not(.ol-attribution){
    background: transparent;
}

.wpgmza_map .ol-viewport .ol-control button {
    background: var(--wpgmza-color-white);
    color: var(--wpgmza-color-charcoal);
    box-shadow: var(--wpgmza-shadow-common);
}

.wpgmza_map .ol-viewport .ol-control button:focus, 
.wpgmza_map .ol-viewport .ol-control button:hover{
    background: var(--wpgmza-color-grey-50);
}

.rtl .wpgmza_map * {
    direction: ltr;
}

.rtl .wpgmza_map .wpgmza-infowindow,
.rtl .wpgmza_map .wpgmza-infowindow  *{
    direction: rtl;
}
/*
 * Attempts to polyill FA4 icons into FA5 where possible
*/

.wpgmza-wrap .wpgmza-editor .sidebar .wpgmza-preloader div:last-child:before, 
.wpgmza-wrap .wpgmza-preloader div:last-child:before,
.wpgmza-wrap .wpgmza-datatable-container .dataTables_processing:after,
.wpgmza-wrap .wpgmza-editor .sidebar .feature-list .dataTables_processing:after {
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 600 !important;
    content: "\f3c5" !important;
}

.wpgmza-wrap .fa.fa-file-image-o:before{
    content: "\f1c5" !important;
    font-weight: 100 !important;
}

.wpgmza-wrap .fa.fa-sliders:before{
    content: "\f1de" !important;
    font-weight: 600 !important;
}

.wpgmza-wrap .fa.fa-trash-o:before{
    content: "\f1f8" !important;
    font-weight: 600 !important;
}
/** Override the auto complete styles */
.pac-container {
    border-radius: 2px;
    border-top: none;
    font-family: Roboto, sans-serif;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.pac-container .pac-item{
    border-top: none;
}

.pac-container .pac-item .pac-item-query{
    color: #333;

}

/* Issue with focus element */
.wpgmza_map *:focus {
    outline: none;
}

.wpgmza-google-maps-api-error-overlay,
	.wpgmza-google-maps-api-error-overlay *
{
	text-align: left;
}

.wpgmza-google-api-error-list
{
	list-style: none;
}

.wpgmza-google-api-error-list li
{
	background: ghostwhite;
	padding: 0.5em;
	margin: 0.5em;
	border-color:1px solid #ccc;
}

.wpgmza-google-api-error-list li:before
{
	content: "\26D4";
	color: red;
}

.wpgmza-google-maps-api-error-overlay a
{
	color: blue;
}

.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons
{
	float: right;
}

.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a
{
	color: #444444;
    background: #F3F3F3;
    border: 1px #DADADA solid;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 9pt;
    outline: none;
}

.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover {
    border: 1px #C6C6C6 solid;
    box-shadow: 1px 1px 1px #EAEAEA;
    color: #333333;
    background: #F7F7F7;
}

.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:active {
    box-shadow: inset 1px 1px 1px #DFDFDF;   
}

.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a i
{
	font-weight: bold;
	padding-right: 0.3em;
}

.wpgmza-google-maps-api-error-overlay .wpgmza-front-end-only
{
	color: red;
	font-size: 0.8em;
}

.wpgmza-google-html-overlay
{
	position: absolute;
}

.wpgmza-google-maps-api-error-overlay
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background: rgba(255,255,255,0.95);
	padding: 1em;
	
	text-align: center;
	z-index: 2;
	
	overflow-y: scroll;
}

[data-wpgmza-table]
{
	overflow: visible;
}

.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder
{
	margin: 0 auto;
	pointer-events: all;
}

.wpgmza-modern-store-locator .wpgmza-inner { flex-wrap: wrap; }

.ol-info-window-plain
{
	min-width: 240px;
}

.wpgmza-marker-gallery
{
	cursor: pointer;
}

.wpgmza-gallery-input li
{
	position: relative;
	
	width: 120px;
	height: 120px;
	margin: 0.25em;
	
	display: inline-block;
	vertical-align: top;
	
	background-size: cover;
	box-sizing: border-box;
}

.wpgmza-gallery-input li.wpgmza-add-new-picture
{
	cursor: pointer;
	border: #E8E8E8 dashed 6px;
	color: #E8E8E8;
}

.wpgmza-gallery-input li.wpgmza-add-new-picture:hover
{
	border-color: lightgray;
	color: lightgray;
}

.wpgmza-gallery-input li.wpgmza-add-new-picture>i
{
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	transform: translate(-50%, -50%);
	
	font-size: 32px;
}

#wpgmaps_options fieldset
{
	margin-bottom: 1em;
}

/*(#wpgmaps_options fieldset>*,
	.wpgmza-marker-panel fieldset>*
{
	display: inline-block;
	vertical-align: top;
}*/

#wpgmaps_options input:disabled + label,
	.wpgmza-feature-panel input:disabled + label,
	.wpgmza-pro-feature
{
	opacity: 0.6;
}

.wpgmza-feature-panel .wpgmza-save-feature-container button
{
	width: 100%;
}

#wpgmaps_options legend,
.wpgmza-feature-panel legend,
#wpgmza-theme-panel label,
#advanced-markers legend {
	width: 20%;
	max-width:180px;
}

#wpgmaps_options [type="number"],
	.wpgmza-marker-panel [type="number"]
{
	width: 64px;
}

#wpgmaps_options fieldset>label,
	.wpgmza-marker-panel fieldset>label
{
	width: 200px;
}

#wpgmaps_options fieldset>label+div,
	.wpgmza-marker-panel fieldset>label+div
{
	width: calc(100% - 200px);
}

.wpgmza-marker-icon-preview
{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: #E8E8E8 dashed 6px;
}

.wpgmza-marker-icon-picker>*
{
	display: inline-block;
	vertical-align: middle;
}

.wpgmza-rating-gradient-container
{
	display: inline-block;
	vertical-align: middle;
	
	border: 1px solid lightgray;
	width: 128px;
	height: 1em;
}

.wpgmza-rating-gradient-container>.wpgmza-rating-gradient
{
	height: 100%;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,00ff00+100 */
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left, #ff0000 0%, #00ff00 128px); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff0000 0%,#00ff00 128px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff0000 0%,#00ff00 128px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff00',GradientType=1 ); /* IE6-9 */
	
	pointer-events: none;
	
	transition: width 0.5s;
}

.wpgmza-rating-stars-container
{
	position: relative;
	font-size: 1.5em;
	cursor: pointer;
}

.wpgmza-rating-stars-container + .wpgmza-num-ratings
{
	position: relative;
}

.wpgmza-rating-stars-container>span
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0.3em;
}

.wpgmza-rating-stars-container>span.wpgmza-background
{
	text-shadow: 0px 0px 2px black;
}

.wpgmza-rating-stars-container>span.wpgmza-foreground
{
	overflow: hidden;
	color: yellow;
	text-shadow: 0px -1px 3px orange inner;
}

.wpgmza-rating-thumbs-container i
{
	/* display: none; */
}

.wpgmza-rating-thumbs-container, .wpgmza-rating-thumbs-container *
{
	display: inline-block;
	vertical-align: middle;
}

.wpgmza-rating-thumbs-container
{
	background: ghostwhite;
	/* background: linear-gradient(to right, #88AFD0 0%, #88AFD0 75%, transparent 75%, transparent 100%); */
	
	border: 1px solid lightgrey;
	border-radius: 6px;
}

.wpgmza-rating-thumbs-container>span.wpgmza-downvote,
	.wpgmza-rating-thumbs-container>span.wpgmza-upvote
{
	padding: 0.5em 1em;
}

.wpgmza-rating-thumbs-container i
{
	position: relative;
	font-size: 1.5em;
	
	top: 0.0em;
	transition: top 0.6s;
}

.wpgmza-rating-thumbs-container .wpgmza-upvote>i
{
	top: -0.05em;
}

.wpgmza-rating-thumbs-container .wpgmza-down>i
{
	top: 0.05em;
}

.wpgmza-rating-thumbs-container .wpgmza-upvote:hover>i
{
	top: -0.25em;
}

.wpgmza-rating-thumbs-container .wpgmza-downvote:hover>i
{
	top: 0.25em;
}

.wpgmza-rating-thumbs-container>span.wpgmza-upvote
{
	border-left: 1px solid lightgrey;
}

.wpgmza-rating-thumbs-container>span:hover,
	.wpgmza-rating-thumbs-container>span.wpgmza-remembered-rating
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c9c9c9+100&0.5+0,0.2+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(201,201,201,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#33c9c9c9',GradientType=0 ); /* IE6-9 */
}

.wpgmza-rating-thumbs-container>span:active
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c9c9c9+100&0.5+0,0.2+100 */
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.5) 0%, rgba(201,201,201,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c9c9c9', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
}

.wpgmza-rating.wpgmza-loading
{
	filter: grayscale(100%);
}

.wpgmza-google-text-overlay > .wpgmza-inner
{
	position: absolute;
	transform: translate(-50%, -50%);
	
	text-align: center;
	font-weight: bold;
	
	text-shadow: 0px 0px 2px white;
	text-shadow: 0px 0px 2px white,
		0px 0px 2px white,
		0px 0px 2px white,
		0px 0px 2px white;
}

.wpgmza-modern-store-locator {
	text-align: center;
	padding-top: 10px;
}

.wpgmza-modern-store-locator > .wpgmza-inner {
	display: inline-block;
	background: white;
	padding: 0.5em !important;

    border-radius: 2px;
    font-family: Roboto, sans-serif;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;

}

.wpgmza-modern-store-locator input,
.wpgmza-modern-store-locator select {
    height: 28px !important;
    vertical-align: top;
    padding: 0 6px !important;
    margin: 0 2px;
    color: #777;
}

.wpgmza-select-theme-preset
{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}

#wpgmza-theme-editor
{
	
	background: #fff;
	z-index: 999;
	box-sizing: border-box;
	overflow-y: auto;
}

#wpgmza-theme-editor>*
{
}

#wpgmza-theme-editor fieldset>label
{
	width: 100px;
}

#wpgmza-theme-editor fieldset>label + div
{
	display: inline-block;
	vertical-align: middle;
}

#wpgmza-theme-editor fieldset>label + div > input[type="checkbox"]:not(:checked) + input
{
	display: none;
}

.wpgmza-import-log
{
	display: none;
	position: relative;
}

.wpgmza-import-log > .wpgmza-log-contents
{
	white-space: pre-wrap;
	display: block;
	word-wrap: break-word;
	border: 1px dotted grey;
	padding: 1em;
	font-family: monospace;
	font-size: 11px;
}

.wpgmza-import-log-buttons
{
	position: absolute;
	right: 0;
	bottom: 100%;
}

/* Global settings page */

#wpgmza-global-settings>ul>li
{
	display: inline-block;
}

form.wpgmza-form *
{
	box-sizing: border-box;
}

.wpgmza-form legend
{
	margin-right: 30px;
	margin-bottom: 6px;
	margin-top: 6px;
	/* padding: 1em; */
}


/*form.wpgmza-form label
{
	display: block;
}*/

.wpgmza-form input[type="color"]
{
	height: 2em;
}

form.wpgmza-form .wpgmza-fancy-toggle-button,
	form.wpgmza-form .wpgmza-fancy-toggle-button + label
{
	display: inline-block;
	vertical-align: baseline;
}

form.wpgmza-form .wpgmza-fancy-toggle-button + label
{
	padding: 1em 1em;
}

.wpgmza-upgrade-tab, .wpgmza-upgrade-tab a,
	.update-att,
	.update-att a
{
	color: #2B323C !important;  
}

.wpgmza-action-buttons>*
{
	text-align: center;
}

.wpgmza-preloader
{
	pointer-events: none;	/* Prevent mouse wheel scrolling on preloader */
	z-index: 10000000000;
	
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wpgmza-preloader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  
  background: #fff;
  box-shadow: 0px 0px 2px black;
  
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.wpgmza-preloader div:nth-child(1) {
  left: 6px;
  animation: wpgmza-preloader1 0.6s infinite;
}
.wpgmza-preloader div:nth-child(2) {
  left: 6px;
  animation: wpgmza-preloader2 0.6s infinite;
}
.wpgmza-preloader div:nth-child(3) {
  left: 26px;
  animation: wpgmza-preloader2 0.6s infinite;
}
.wpgmza-preloader div:nth-child(4) {
  left: 45px;
  animation: wpgmza-preloader3 0.6s infinite;
}
@keyframes wpgmza-preloader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wpgmza-preloader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes wpgmza-preloader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

#wpgmza-credits-page .wpgmza-developer-avatar
{
	width: 60px;
}

.wpgmza-feature-panel .wpgmza-preloader div
{
	background: #000;
	box-shadow: 0px 0px 2px white;
	
	transition: opacity 0.6s;
}

.wpgmza-feature-panel.wpgmza-loading > * :not(.wpgmza-preloader)
{
	opacity: 0.5;
}

.wpgmza-form .ui-tabs-nav>li
{
	cursor: pointer;
}

#wpgmaps_tabs_markers.wpgmza-form ul.wpgmza-tab-wrap img
{
	height: 1.3em;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.3em;
}

#wpgmaps_tabs_markers.wpgmza-form ul.wpgmza-tab-wrap .ui-tabs-active img
{
	/*filter: invert(100%);*/
}

input[name='wpgmza_developer_mode'] + .notice-warning
{
	display: none;
}

input[name='wpgmza_developer_mode']:checked + .notice-warning
{
	display: block;
}

.wpgmza-gesture-overlay
{
    color: white;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    line-height: 400px;
	pointer-events: none;
}

#wpgmza-admin-map-table-container td
{
	white-space: nowrap;
}

.wpgmza-review-nag
{
  padding: 10px;
  border: 2px solid #46b450;
  border-radius: 3px;
}

#wpgmza-theme-presets input[type="radio"]
{
	display: none;
}

#wpgmza-global-settings #xml-cache-settings
{
	display: none;
}

#wpgmza-map-edit-page input[name='wpgmza_iw_type']
{
	display: none;
}

.wpgmza-marker-listing-style-menu img
{
	width: 90px;
	height: auto;
}

/*.wpgmza-marker-listing-style-menu input[type='radio']
{
	display: none;
}*/

#wpgmza-marker-listing-preview
{
	float: right;
}

.wpgmza-marker-listing-style-menu input[type='radio']:checked + img
{
	/*border-left: #0073AA 3px solid;*/
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: relative;
	/*left: -3px;*/
	/*margin-right: -3px;*/
}

.wpgmza-marker-listing-style-menu input[type='radio']:checked + img + span,
input[type='radio']:checked + .wpgmza-infowindow-picker__item span{
	font-weight: 800;
}

.wpgmza-marker-listing-style-menu
{
	display: flex;
	flex-wrap: wrap;
}

.wpgmza-marker-listing-style-menu input[type='radio']
{
	display: none;
}

#wpgmza-pro-features.wpgmza-upsell
{
	background: transparent;
	border: none;
}

#wpgmza-pro-features.wpgmza-upsell a
{
	color: #2f76e1;
	font-weight: normal;
}

#open-route-service-key-notice .wpgmza-flex,
	#wpgmza-map-edit-page #marker-filtering .wpgmza-flex
{
	display: block;
}

#wpgmza-map-edit-page .wpgmza_map
{
	z-index: 2;
	width: 100% !important;
	float: right !important;
	margin-left: 15px;
}

.map-container-wrap { 
	float:left;
	width:50%;
}


#wpgmza-global-settings input[name='wpgmza_iw_type'] {
    display: none;
}

.wpgmza-feature-accordion .dataTable,
.wpgmza-table-container .dataTable{
    width: 100% !important;
}
.wgmza-map-editor-holder {
    display: block;
    overflow: auto;
    clear: both;
}

#wpgmaps_save_reminder {
    padding-top: 14px;
    clear: both;
    display: block;
    overflow: auto;
}

.wpgmza_map .gm-svpc img {
    max-width: initial;
}


/* Map Placements - Ported in from Atlas Novus */
.wpgmza_map.wpgmza-auto-left {
    margin-left: 0 !important;
    margin-right: auto !important;
	float: none !important;
}

.wpgmza_map.wpgmza-auto-center {
    margin-left: auto !important;
    margin-right: auto !important;
	float: none !important;
}

.wpgmza_map.wpgmza-auto-right {
    margin-left: auto !important;
    margin-right: 0 !important;
	float: none !important;
}

/* Simple polyfille for OpenLayers controls via variables */
.wpgmza_map .ol-viewport{
	--wpgmza-color-white    : #ffffff;
    --wpgmza-color-charcoal : #333333;
    --wpgmza-color-grey-50 : #f9f9f9;

    --wpgmza-shadow-common : 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);
}

/* Google AdvancedMarkerElement supports */
/* This is a block of CSS replacements for things that use to be handled by Marker module */
.wpgmza-google-icon-transform-fix {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.wpgmza-google-icon-transform-fix > div:not(.wpgmza-google-marker-label){
    position: relative;
}

.wpgmza-google-icon-transform-fix > div > img{
    position: absolute;
    bottom: 0;
    left: var(--wpgmza-icon-offset);
}

/* Marker nudge */
.wpgmza-google-icon-nudge {
    position:relative;
    left: var(--wpgmza-nudge-x);
    bottom: var(--wpgmza-nudge-y);
}

/* Marker non-interactive */
.wpgmza-google-marker-non-interactive {
    cursor: unset !important;
    pointer-events: none !important;
}

/* Marker hidden */
.wpgmza-google-marker-hidden{
    display: none;
}

/* Marker Opacity, variable driven */
.wpgmza-google-marker-opacity{
    opacity: var(--wpgmza-opacity) !important;
}

/* Marker animations - For Google markers using AdvancedMarkerElement */
/* Could become the defaults for OpenLayers too for consistency */
.wpgmza-google-marker-bounce {
    animation: wpgmza-google-animation-bounce 0.3s ease infinite alternate;
}

.wpgmza-google-marker-drop {
    animation: wpgmza-google-animation-drop 0.3s linear forwards;
}

/* Marker Labels */
.wpgmza-google-marker-label,
.wpgmza-google-marker-label-legacy {
    position: absolute;
    font-size: 0.8rem;
    bottom: -1.2rem;

    min-width: max-content;

    text-align: center;
    font-weight: bold;
    color: #000;
    
    text-shadow: 0px 0px 2px #fff;
    text-shadow: 0px 0px 2px #fff,
        0px 0px 2px #fff,
        0px 0px 2px #fff,
        0px 0px 2px #fff;
}

/* Extend the legacy marker module styling as well, so it is accurate */
.wpgmza-google-marker-label-legacy {
    position: relative;
    bottom: unset;
    top: 1.6rem;
}

/* Internal Autocomplete */
.wpgmza-internal-autocomplete-list {
    position: fixed;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow:  0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);
    z-index: 999;
}

.wpgmza-internal-autocomplete-list .wpgmza-internal-autocomplete-location{
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 0.8rem;
    border-bottom: 1px solid #eee;

    cursor: pointer;
}

.wpgmza-internal-autocomplete-list .wpgmza-internal-autocomplete-location [data-autocomplete-field="adr"],
.wpgmza-internal-autocomplete-list .wpgmza-internal-autocomplete-location [data-autocomplete-field="type"]{
    font-size: 0.7rem;
}

.wpgmza-internal-autocomplete-list .wpgmza-internal-autocomplete-location:hover{
    background: #eee;
}

.wpgmza-internal-autocomplete-list .wpgmza-internal-autocomplete-location:last-child{
    border: none;
}

.wpgmza-internal-autocomplete-list .wpgmza-internal-autocomplete-location > *{
    max-width: 100%;
    text-overflow: ellipsis; 
    overflow: hidden;
    white-space:nowrap;
}

.wpgmza-internal-autocomplete-list.wpgmza-hidden {
	display: none;
}

/* Polyfill Google Routes instructions with the original directions icons */
.wpgmza-route-instruction-icon .wpgmza-route-maneuver {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/maneuvers.png);

    background-size: 19px 630px;
    width: 16px;
    height: 16px;

    display: none;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-ferry{
	display:block;
	background-position:0 -614px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-ferry-train{
	display:block;
	background-position:0 -566px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-merge{
	display:block;
	background-position:0 -143px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-name-change,
.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-depart,
.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-straight{
	display:block;
	background-position:0 -534px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-fork-left{
	display:block;
	background-position:0 -550px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-ramp-left{
	display:block;
	background-position:0 -598px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-roundabout-left{
	display:block;
	background-position:0 -197px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-turn-left,
.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-keep-left{
	display:block;
	background-position:0 -413px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-turn-sharp-left{
	display:block;
	background-position:0 0;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-turn-slight-left{
	display:block;
	background-position:0 -378px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-uturn-left{
	display:block;
	background-position:0 -305px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-fork-right{
	display:block;
	background-position:0 -499px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-ramp-right{
	display:block;
	background-position:0 -429px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-roundabout-right{
	display:block;
	background-position:0 -232px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-turn-right,
.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-keep-right{
	display:block;
	background-position:0 -483px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-turn-sharp-right{
	display:block;
	background-position:0 -582px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-turn-slight-right{
	display:block;
	background-position:0 -51px;
}

.wpgmza-route-instruction-icon .wpgmza-route-maneuver.wpgmza-route-maneuver-uturn-right{
	display:block;
	background-position:0 -35px;
}

.wpgmza-route-instruction-inner {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    cursor: pointer;
}

.wpgmza-route-instruction-inner .wpgmza-route-instruction-icon {
    min-width: 30px;
}

.wpgmza-route-instruction-inner .wpgmza-route-instruction-metric {
    margin-left:auto;
    display: flex;
    flex-direction: column;
    align-items:end;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.8;
    min-width: 120px;
}

.wpgmza-route-instruction-inner .wpgmza-route-instruction-metric > * {
    text-align: right;
}

.wpgmza-route-instruction-inner .wpgmza-route-instruction-description {
    max-width: 75%;
    display: flex;
    font-size: 0.9rem;
}

.wpgmza-route-instruction-inner .wpgmza-route-instruction-description .wpgmza-route-instruction-step-no{
    min-width: 30px;
    opacity: 0.7;
    font-weight: 600;
}

.gm-style-iw-d .wpgmza-route-instruction-inner {
    max-width: 400px;
    border-radius: 5px;
    border: none;
}

.wpgmza-directions-stop {
    padding: 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    background:#eee;
}

.wpgmza-directions-travel-time {
    padding: 5px 10px;
    font-size: 0.7rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    display: flex;
    align-items:stretch;
}

.wpgmza-directions-travel-time > div{
    opacity: 0.8;
}

.wpgmza-directions-travel-time > div:last-child {
    margin-left:auto;
}

.wpgmza-route-selection {
    font-size: 0.85rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #eee;

    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}


.wpgmza-route-selection .wpgmza-route-selection-heading{
    padding: 5px 10px;
}

.wpgmza-route-selection .wpgmza-route-selection-item{
    padding: 5px 10px;
    cursor: pointer;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;

    transition: background 0.5s ease;
}

.wpgmza-route-selection .wpgmza-route-selection-item:hover,
.wpgmza-route-selection .wpgmza-route-selection-item.current-route{
    background: #ddd;
}

.wpgmza-route-selection .wpgmza-route-selection-item .wpgmza-route-selection-description{
    font-weight: 500;
    opacity: 0.8;
    font-size: 0.9rem;
    display: flex;
    align-items:center;
}

.wpgmza-route-selection .wpgmza-route-selection-item .wpgmza-route-selection-description .wpgmza-route-selection-type{
    font-size: 0.6rem;
    padding: 0 4px;
    border-radius: 3px;
    opacity: 0.9;
    background: #fff;
    margin-left: 7px;
}

.wpgmza-route-selection .wpgmza-route-selection-item .wpgmza-route-selection-metrics{
    margin-left: auto;
    text-align: right;
    font-size: 0.7rem;
    opacity: 0.8;
}

.wpgmza-directions-route-warnings {
    font-size: 0.7rem;
    border-bottom: 1px solid #ddd;
    background: #eee;
    display: flex;
    flex-direction: column;

    margin-bottom: 20px;
}

.wpgmza-directions-route-warnings > div{
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}

.wpgmza-directions-route-warnings > div:first-child{
    border-top: none;
}

.wpgmza-directions-notifications {
    text-align: center;
    font-size: 0.8rem;
    padding: 5px !important;
    opacity: 0.8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
}

.wpgmza-print-directions,
.wpgmza-reset-directions {
    cursor: pointer;
}

.wpgmza-directions-step:before{
	display:none;
}

/* Keyframes */
@keyframes wpgmza-google-animation-bounce {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes wpgmza-google-animation-drop {
    0% {
        transform: translateY(-200px) scaleY(0.9);
        opacity: 0;
    }
    5% {
        opacity: 0.7;
    }
    50% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
    65% {
        transform: translateY(-17px) scaleY(0.9);
        opacity: 1;
    }
    75% {
        transform: translateY(-22px) scaleY(0.9);
        opacity: 1;
    }
    100% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-2.3.7/r-3.0.8
 *
 * Included libraries:
 *   DataTables 2.3.7, Responsive 3.0.8
 */

:root{--dt-row-selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 228, 228, 228;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-header-align-items: center;--dt-header-vertical-align: middle;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable tbody td.dt-control{text-align:center;cursor:pointer}table.dataTable tbody td.dt-control:before{display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable tbody tr.dt-hasChild td.dt-control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable tfoot:empty{display:none}html.dark table.dataTable td.dt-control:before,:root[data-bs-theme=dark] table.dataTable td.dt-control:before,:root[data-theme=dark] table.dataTable td.dt-control:before{border-left-color:rgba(255, 255, 255, 0.5)}html.dark table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before{border-top-color:rgba(255, 255, 255, 0.5);border-left-color:transparent}div.dt-scroll{width:100%}div.dt-scroll-body thead tr,div.dt-scroll-body tfoot tr{height:0}div.dt-scroll-body thead tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body tfoot tr td{height:0 !important;padding-top:0px !important;padding-bottom:0px !important;border-top-width:0px !important;border-bottom-width:0px !important}div.dt-scroll-body thead tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body tfoot tr td div.dt-scroll-sizing{height:0 !important;overflow:hidden !important}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/""}table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/""}table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order,table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order,table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order,table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order,table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order,table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order,table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order,table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order{position:relative;width:12px;height:20px}table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:after{left:0;opacity:.125;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc,table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc{cursor:pointer}table.dataTable thead>tr>th.dt-orderable-asc:hover,table.dataTable thead>tr>th.dt-orderable-desc:hover,table.dataTable thead>tr>td.dt-orderable-asc:hover,table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(0, 0, 0, 0.05);outline-offset:-2px}table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:after{opacity:.6}table.dataTable thead>tr>th.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) .dt-column-order:empty,table.dataTable thead>tr>th.sorting_desc_disabled .dt-column-order:after,table.dataTable thead>tr>th.sorting_asc_disabled .dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) .dt-column-order:empty,table.dataTable thead>tr>td.sorting_desc_disabled .dt-column-order:after,table.dataTable thead>tr>td.sorting_asc_disabled .dt-column-order:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead>tr>th div.dt-column-header,table.dataTable thead>tr>th div.dt-column-footer,table.dataTable thead>tr>td div.dt-column-header,table.dataTable thead>tr>td div.dt-column-footer,table.dataTable tfoot>tr>th div.dt-column-header,table.dataTable tfoot>tr>th div.dt-column-footer,table.dataTable tfoot>tr>td div.dt-column-header,table.dataTable tfoot>tr>td div.dt-column-footer{display:flex;justify-content:space-between;align-items:var(--dt-header-align-items);gap:4px}table.dataTable thead>tr>th div.dt-column-header .dt-column-title,table.dataTable thead>tr>th div.dt-column-footer .dt-column-title,table.dataTable thead>tr>td div.dt-column-header .dt-column-title,table.dataTable thead>tr>td div.dt-column-footer .dt-column-title,table.dataTable tfoot>tr>th div.dt-column-header .dt-column-title,table.dataTable tfoot>tr>th div.dt-column-footer .dt-column-title,table.dataTable tfoot>tr>td div.dt-column-header .dt-column-title,table.dataTable tfoot>tr>td div.dt-column-footer .dt-column-title{flex-grow:1}table.dataTable thead>tr>th div.dt-column-header .dt-column-title:empty,table.dataTable thead>tr>th div.dt-column-footer .dt-column-title:empty,table.dataTable thead>tr>td div.dt-column-header .dt-column-title:empty,table.dataTable thead>tr>td div.dt-column-footer .dt-column-title:empty,table.dataTable tfoot>tr>th div.dt-column-header .dt-column-title:empty,table.dataTable tfoot>tr>th div.dt-column-footer .dt-column-title:empty,table.dataTable tfoot>tr>td div.dt-column-header .dt-column-title:empty,table.dataTable tfoot>tr>td div.dt-column-footer .dt-column-title:empty{display:none}div.dt-scroll-body>table.dataTable>thead>tr>th,div.dt-scroll-body>table.dataTable>thead>tr>td{overflow:hidden}:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(255, 255, 255, 0.05)}div.dt-processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-22px;text-align:center;padding:2px;z-index:10}div.dt-processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dt-processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgb(13, 110, 253);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dt-processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dt-processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th,table.dataTable td{box-sizing:border-box}table.dataTable th.dt-type-numeric,table.dataTable th.dt-type-date,table.dataTable td.dt-type-numeric,table.dataTable td.dt-type-date{text-align:right}table.dataTable th.dt-type-numeric div.dt-column-header,table.dataTable th.dt-type-numeric div.dt-column-footer,table.dataTable th.dt-type-date div.dt-column-header,table.dataTable th.dt-type-date div.dt-column-footer,table.dataTable td.dt-type-numeric div.dt-column-header,table.dataTable td.dt-type-numeric div.dt-column-footer,table.dataTable td.dt-type-date div.dt-column-header,table.dataTable td.dt-type-date div.dt-column-footer{flex-direction:row-reverse}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-left div.dt-column-header,table.dataTable th.dt-left div.dt-column-footer,table.dataTable td.dt-left div.dt-column-header,table.dataTable td.dt-left div.dt-column-footer{flex-direction:row}table.dataTable th.dt-center,table.dataTable td.dt-center{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-right div.dt-column-header,table.dataTable th.dt-right div.dt-column-footer,table.dataTable td.dt-right div.dt-column-header,table.dataTable td.dt-right div.dt-column-footer{flex-direction:row-reverse}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-justify div.dt-column-header,table.dataTable th.dt-justify div.dt-column-footer,table.dataTable td.dt-justify div.dt-column-header,table.dataTable td.dt-justify div.dt-column-footer{flex-direction:row}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable th.dt-empty,table.dataTable td.dt-empty{text-align:center;vertical-align:top}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left;vertical-align:var(--dt-header-vertical-align)}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-left div.dt-column-header,table.dataTable thead th.dt-head-left div.dt-column-footer,table.dataTable thead td.dt-head-left div.dt-column-header,table.dataTable thead td.dt-head-left div.dt-column-footer,table.dataTable tfoot th.dt-head-left div.dt-column-header,table.dataTable tfoot th.dt-head-left div.dt-column-footer,table.dataTable tfoot td.dt-head-left div.dt-column-header,table.dataTable tfoot td.dt-head-left div.dt-column-footer{flex-direction:row}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-right div.dt-column-header,table.dataTable thead th.dt-head-right div.dt-column-footer,table.dataTable thead td.dt-head-right div.dt-column-header,table.dataTable thead td.dt-head-right div.dt-column-footer,table.dataTable tfoot th.dt-head-right div.dt-column-header,table.dataTable tfoot th.dt-head-right div.dt-column-footer,table.dataTable tfoot td.dt-head-right div.dt-column-header,table.dataTable tfoot td.dt-head-right div.dt-column-footer{flex-direction:row-reverse}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-justify div.dt-column-header,table.dataTable thead th.dt-head-justify div.dt-column-footer,table.dataTable thead td.dt-head-justify div.dt-column-header,table.dataTable thead td.dt-head-justify div.dt-column-footer,table.dataTable tfoot th.dt-head-justify div.dt-column-header,table.dataTable tfoot th.dt-head-justify div.dt-column-footer,table.dataTable tfoot td.dt-head-justify div.dt-column-header,table.dataTable tfoot td.dt-head-justify div.dt-column-footer{flex-direction:row}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}:root{--dt-row-hover-alpha: 0.035;--dt-row-stripe-alpha: 0.023;--dt-column-ordering-alpha: 0.019;--dt-row-selected-stripe-alpha: 0.923;--dt-row-selected-column-ordering-alpha: 0.919}table.dataTable{width:100%;margin:0 auto;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable>thead>tr>th,table.dataTable>thead>tr>td{padding:10px;border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable>thead>tr>th:active,table.dataTable>thead>tr>td:active{outline:none}table.dataTable>tfoot>tr>th,table.dataTable>tfoot>tr>td{border-top:1px solid rgba(0, 0, 0, 0.3);padding:10px 10px 6px 10px}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr:first-child>*{border-top:none}table.dataTable>tbody>tr:last-child>*{border-bottom:none}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);color:rgb(255, 255, 255);color:rgb(var(--dt-row-selected-text))}table.dataTable>tbody>tr.selected a{color:rgb(228, 228, 228);color:rgb(var(--dt-row-selected-link))}table.dataTable>tbody>tr>th,table.dataTable>tbody>tr>td{padding:8px 10px}table.dataTable.row-border>tbody>tr>*,table.dataTable.display>tbody>tr>*{border-top:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.row-border>tbody>tr:first-child>*,table.dataTable.display>tbody>tr:first-child>*{border-top:none}table.dataTable.row-border>tbody>tr.selected+tr.selected>td,table.dataTable.display>tbody>tr.selected+tr.selected>td{border-top-color:rgba(13, 110, 253, 0.65);border-top-color:rgba(var(--dt-row-selected), 0.65)}table.dataTable.cell-border>tbody>tr>*{border-top:1px solid rgba(0, 0, 0, 0.15);border-right:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border>tbody>tr>*:first-child{border-left:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border>tbody>tr:first-child>*{border-top:1px solid rgba(0, 0, 0, 0.3)}table.dataTable.stripe>tbody>tr:nth-child(odd)>*,table.dataTable.display>tbody>tr:nth-child(odd)>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha))}table.dataTable.stripe>tbody>tr:nth-child(odd).selected>*,table.dataTable.display>tbody>tr:nth-child(odd).selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.923);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha))}table.dataTable.hover>tbody>tr:hover>*,table.dataTable.display>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.035);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha))}table.dataTable.hover>tbody>tr.selected:hover>*,table.dataTable.display>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px #0d6efd !important;box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important}table.dataTable.order-column>tbody tr>.sorting_1,table.dataTable.order-column>tbody tr>.sorting_2,table.dataTable.order-column>tbody tr>.sorting_3,table.dataTable.display>tbody tr>.sorting_1,table.dataTable.display>tbody tr>.sorting_2,table.dataTable.display>tbody tr>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha))}table.dataTable.order-column>tbody tr.selected>.sorting_1,table.dataTable.order-column>tbody tr.selected>.sorting_2,table.dataTable.order-column>tbody tr.selected>.sorting_3,table.dataTable.display>tbody tr.selected>.sorting_1,table.dataTable.display>tbody tr.selected>.sorting_2,table.dataTable.display>tbody tr.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha))}table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.054);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)))}table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_2,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.047);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007))}table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_3,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.039);box-shadow:inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015))}table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.954);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)))}table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.947);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007))}table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.939);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015))}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.082);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)))}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.074);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007))}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.062);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015))}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.982);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)))}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.974);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007))}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.962);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015))}table.dataTable.compact thead th,table.dataTable.compact thead td,table.dataTable.compact tfoot th,table.dataTable.compact tfoot td,table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}div.dt-container div.dt-layout-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin:.75em 0}div.dt-container div.dt-layout-row div.dt-layout-cell{display:flex;justify-content:space-between;align-items:center}div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start{justify-content:flex-start;margin-right:auto}div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{justify-content:flex-end;margin-left:auto}div.dt-container div.dt-layout-row div.dt-layout-cell:empty{display:none}@media screen and (max-width: 767px){div.dt-container div.dt-layout-row:not(.dt-layout-table){display:block}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell{display:block;text-align:center}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>*{margin:.5em 0}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start{margin-right:0}div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end{margin-left:0}}div.dt-container div.dt-layout-start>*:not(:last-child){margin-right:1em}div.dt-container div.dt-layout-end>*:not(:first-child){margin-left:1em}div.dt-container div.dt-layout-full{width:100%}div.dt-container div.dt-layout-full>*:only-child{margin-left:auto;margin-right:auto}div.dt-container div.dt-layout-table>div{display:block !important}@media screen and (max-width: 767px){div.dt-container div.dt-layout-start>*:not(:last-child){margin-right:0}div.dt-container div.dt-layout-end>*:not(:first-child){margin-left:0}}div.dt-container{position:relative;clear:both}div.dt-container .dt-search input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;color:inherit;margin-left:3px}div.dt-container .dt-input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;color:inherit}div.dt-container select.dt-input{padding:4px}div.dt-container .dt-paging .dt-paging-button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;color:inherit !important;border:1px solid transparent;border-radius:2px;background:transparent}div.dt-container .dt-paging .dt-paging-button.current,div.dt-container .dt-paging .dt-paging-button.current:hover{color:inherit !important;border:1px solid rgba(0, 0, 0, 0.3);background-color:rgba(0, 0, 0, 0.05);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229.5, 229.5, 229.5, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));background:-webkit-linear-gradient(top, rgba(229.5, 229.5, 229.5, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:-moz-linear-gradient(top, rgba(229.5, 229.5, 229.5, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:-ms-linear-gradient(top, rgba(229.5, 229.5, 229.5, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:-o-linear-gradient(top, rgba(229.5, 229.5, 229.5, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);background:linear-gradient(to bottom, rgba(229.5, 229.5, 229.5, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%)}div.dt-container .dt-paging .dt-paging-button.disabled,div.dt-container .dt-paging .dt-paging-button.disabled:hover,div.dt-container .dt-paging .dt-paging-button.disabled:active{cursor:default;color:rgba(0, 0, 0, 0.5) !important;border:1px solid transparent;background:transparent;box-shadow:none}div.dt-container .dt-paging .dt-paging-button:hover{color:white !important;border:1px solid #111;background-color:#111;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(88.4, 88.4, 88.4)), color-stop(100%, #111));background:-webkit-linear-gradient(top, rgb(88.4, 88.4, 88.4) 0%, #111 100%);background:-moz-linear-gradient(top, rgb(88.4, 88.4, 88.4) 0%, #111 100%);background:-ms-linear-gradient(top, rgb(88.4, 88.4, 88.4) 0%, #111 100%);background:-o-linear-gradient(top, rgb(88.4, 88.4, 88.4) 0%, #111 100%);background:linear-gradient(to bottom, rgb(88.4, 88.4, 88.4) 0%, #111 100%)}div.dt-container .dt-paging .dt-paging-button:active{outline:none;background-color:rgb(11.9, 11.9, 11.9);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(42.5, 42.5, 42.5)), color-stop(100%, rgb(11.9, 11.9, 11.9)));background:-webkit-linear-gradient(top, rgb(42.5, 42.5, 42.5) 0%, rgb(11.9, 11.9, 11.9) 100%);background:-moz-linear-gradient(top, rgb(42.5, 42.5, 42.5) 0%, rgb(11.9, 11.9, 11.9) 100%);background:-ms-linear-gradient(top, rgb(42.5, 42.5, 42.5) 0%, rgb(11.9, 11.9, 11.9) 100%);background:-o-linear-gradient(top, rgb(42.5, 42.5, 42.5) 0%, rgb(11.9, 11.9, 11.9) 100%);background:linear-gradient(to bottom, rgb(42.5, 42.5, 42.5) 0%, rgb(11.9, 11.9, 11.9) 100%);box-shadow:inset 0 0 3px #111}div.dt-container .dt-paging .ellipsis{padding:0 1em}div.dt-container .dt-length,div.dt-container .dt-search,div.dt-container .dt-info,div.dt-container .dt-processing,div.dt-container .dt-paging{color:inherit}div.dt-container .dataTables_scroll{clear:both}div.dt-container .dataTables_scroll div.dt-scroll-body{-webkit-overflow-scrolling:touch}div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th,div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td{vertical-align:middle}div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th>div.dataTables_sizing,div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td>div.dataTables_sizing,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th>div.dataTables_sizing,div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}div.dt-container.dt-empty-footer tbody>tr:last-child>*{border-bottom:1px solid rgba(0, 0, 0, 0.3)}div.dt-container.dt-empty-footer .dt-scroll-body{border-bottom:1px solid rgba(0, 0, 0, 0.3)}div.dt-container.dt-empty-footer .dt-scroll-body tbody>tr:last-child>*{border-bottom:none}html.dark{--dt-row-hover: 255, 255, 255;--dt-row-stripe: 255, 255, 255;--dt-column-ordering: 255, 255, 255}html.dark table.dataTable>thead>tr>th,html.dark table.dataTable>thead>tr>td{border-bottom:1px solid rgb(89, 91, 94)}html.dark table.dataTable>thead>tr>th:active,html.dark table.dataTable>thead>tr>td:active{outline:none}html.dark table.dataTable>tfoot>tr>th,html.dark table.dataTable>tfoot>tr>td{border-top:1px solid rgb(89, 91, 94)}html.dark table.dataTable.row-border>tbody>tr>*,html.dark table.dataTable.display>tbody>tr>*{border-top:1px solid rgb(64, 67, 70)}html.dark table.dataTable.row-border>tbody>tr:first-child>*,html.dark table.dataTable.display>tbody>tr:first-child>*{border-top:none}html.dark table.dataTable.row-border>tbody>tr.selected+tr.selected>td,html.dark table.dataTable.display>tbody>tr.selected+tr.selected>td{border-top-color:rgba(13, 110, 253, 0.65);border-top-color:rgba(var(--dt-row-selected), 0.65)}html.dark table.dataTable.cell-border>tbody>tr>th,html.dark table.dataTable.cell-border>tbody>tr>td{border-top:1px solid rgb(64, 67, 70);border-right:1px solid rgb(64, 67, 70)}html.dark table.dataTable.cell-border>tbody>tr>th:first-child,html.dark table.dataTable.cell-border>tbody>tr>td:first-child{border-left:1px solid rgb(64, 67, 70)}html.dark .dt-container.dt-empty-footer table.dataTable{border-bottom:1px solid rgb(89, 91, 94)}html.dark .dt-container .dt-search input,html.dark .dt-container .dt-length select{border:1px solid rgba(255, 255, 255, 0.2);background-color:var(--dt-html-background)}html.dark .dt-container .dt-paging .dt-paging-button.current,html.dark .dt-container .dt-paging .dt-paging-button.current:hover{border:1px solid rgb(89, 91, 94);background:rgba(255, 255, 255, 0.15)}html.dark .dt-container .dt-paging .dt-paging-button.disabled,html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,html.dark .dt-container .dt-paging .dt-paging-button.disabled:active{color:#666 !important}html.dark .dt-container .dt-paging .dt-paging-button:hover{border:1px solid rgb(53, 53, 53);background:rgb(53, 53, 53)}html.dark .dt-container .dt-paging .dt-paging-button:active{background:rgb(58.1, 58.1, 58.1)}*[dir=rtl] table.dataTable thead th,*[dir=rtl] table.dataTable thead td,*[dir=rtl] table.dataTable tfoot th,*[dir=rtl] table.dataTable tfoot td{text-align:right}*[dir=rtl] table.dataTable th.dt-type-numeric,*[dir=rtl] table.dataTable th.dt-type-date,*[dir=rtl] table.dataTable td.dt-type-numeric,*[dir=rtl] table.dataTable td.dt-type-date{text-align:left}*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start{text-align:right}*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end{text-align:left}*[dir=rtl] div.dt-container div.dt-search input{margin:0 3px 0 0}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{margin-right:.5em;display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before{border-top:5px solid transparent;border-left:0px solid transparent;border-bottom:5px solid transparent;border-right:10px solid rgba(0, 0, 0, 0.5)}table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:.333em}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before{border-top:5px solid transparent;border-left:0px solid transparent;border-bottom:5px solid transparent;border-right:10px solid rgba(0, 0, 0, 0.5)}table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{padding-bottom:0;border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:fit-content;max-height:75%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:.5em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:2.5em}div.dtr-modal div.dtr-modal-content h2{margin-top:0}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0, 0, 0, 0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}html.dark table.dataTable>tbody>tr>td.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control:before{border-left-color:rgba(255, 255, 255, 0.5) !important}html.dark table.dataTable>tbody>tr>td.dtr-control.arrow-right::before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control.arrow-right::before{border-right-color:rgba(255, 255, 255, 0.5) !important}html.dark table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,html.dark table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before{border-top-color:rgba(255, 255, 255, 0.5) !important;border-left-color:transparent !important;border-right-color:transparent !important}html.dark table.dataTable>tbody>tr.child ul.dtr-details>li,html[data-bs-theme=dark] table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom-color:rgb(64, 67, 70)}html.dark div.dtr-modal div.dtr-modal-display,html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display{background-color:rgb(33, 37, 41);border:1px solid rgba(255, 255, 255, 0.15)}



#wpgmza-maps-engine-dialog
{
	text-align: left;
}

#wpgmza-maps-engine-dialog h1
{
	text-align: center;
	margin-bottom: 1em;
}

#wpgmza-maps-engine-dialog img
{
	display: block;
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
}

#wpgmza-maps-engine-dialog .wpgmza-inner
{
	display: flex;
}

#wpgmza-maps-engine-dialog .wpgmza-inner>div,
	#wpgmza-maps-engine-dialog .wpgmza-inner label
{
	flex: 1;
	
	display: flex;
	flex-direction: column;
}

#wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
	#wpgmza-maps-engine-dialog .wpgmza-inner label>div
{
	flex-grow: 1;
}

#wpgmza-maps-engine-dialog ul
{
	list-style: none;
	/* font-weight: bold; */
}

#wpgmza-maps-engine-dialog .wpgmza-pros>li:before
{
	content: "\2714";
}

#wpgmza-maps-engine-dialog .wpgmza-cons>li:before
{
	content: "\2718";
}

/* #wpgmza-maps-engine-dialog h2 */
/* { */
	/* width: 30%; */
/* } */

#wpgmza-maps-engine-dialog h2>img
{
	width: 100%;
	height: auto;
}

#wpgmza-maps-engine-dialog footer
{
	margin: auto;
	width: 20%;
}

#wpgmza-maps-engine-dialog footer>img
{
	width: 100%;
	height: auto;
}

#wpgmza-maps-engine-dialog img.wpgmza-engine-logo
{
	width: 75%;
	height: auto;
}

#wpgmza-maps-engine-dialog input[type='radio']
{
	display: none;
}

#wpgmza-maps-engine-dialog input[type='radio'] + label
{
	/* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    /* filter: gray; /* IE6-9 */
	
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	
	transition: all 0.5s;
}

#wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
	#wpgmza-maps-engine-dialog input[type='radio']:checked + label
{
	/* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/
	
	-webkit-filter: grayscale(0%);
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio
{
	position: relative;
	
	left: -1.3em; /* Compensate for radio button */
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
{
	display: inline-block;
	box-sizing: border-box;
	width: 2em;
	height: 2em;
	
	margin-right: 0.5em;
	
	position: top;
	top: -4px;
	
	border: 1px solid #ccc;
	border-radius: 100%;
}

#wpgmza-maps-engine-dialog small
{
	display: block;
	text-align: center;
}

#wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
{
	/*width: calc(2em - 1px);
	height: calc(2em - 1px);*/
	
	border: 4px solid white;
	box-shadow: -1px -1px 0px #ccc,		/* top left */
				-1px 0px 0px #ccc,		/* top */
				1px -1px 0px #ccc,		/* top right */
				1px 0px 0px #ccc,		/* right */
				1px -1px 0px #ccc,		/* bottom right */
				0px -1px 0px #ccc,		/* bottom */
				-1px -1px 0px #ccc,		/* bottom left */
				-1px 0px 0px #ccc;		/* left */
	
	background: #0073AA;
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
{
	display: inline-block;
	vertical-align: middle;
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
{
	width: 50%;
	height: auto;
}

#wpgmza-maps-engine-dialog ul
{
	text-align: center;
}

#wpgmza-maps-engine-dialog button
{
	font-size: 1.25em;
}

.wpgmza-centered
{
	text-align: center;
}

.wpgmza_map {
    border:0;
}

.wpgmza_hide_input { display:none !important; }
.wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:4px; }

.wpgmza-not-found-msg {
    display: none;
    margin-top: 20px;
    color: #777;
}

.wpgmza-not-found-msg.is-active {
    display: block;
}

.wpgmza-not-found-msg p {
    margin-bottom: 0;
}
.wpgmza_map img:not(button img) {
    border: none !important;
    background-color:transparent !important;
    /* padding:0 !important; */ /* Moved to google-ui-compatibility.js */
    box-shadow: none !important;
}

/* Don't allow white border around Google logo */
.wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
	img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png']
{
	box-shadow: none !important;
}

#wpgmza_map img { box-shadow: none !important; }
.wpgmza_table img {
    box-shadow: none !important;
    
}
.gm-style div { margin-top:0 !important; }

#wpgmaps_directions_edit {
    padding-top:20px;
}
.wpgmza_markerbox {
    /* height:auto; */
    /* min-height:100px; */
    margin:0; padding:0;
    color:#000 !important;
}
.wpgmza_markerbox img { margin: 3px !important; }

.wpgmza_markerbox h1,
.wpgmza_markerbox h2,
.wpgmza_markerbox h3,
.wpgmza_markerbox h4,
.wpgmza_markerbox h5,
.wpgmza_markerbox h6,
.wpgmza_markerbox h7,
.wpgmza_markerbox h8,
.wpgmza_markerbox strong,
.wpgmza_markerbox p,
.wpgmza_markerbox br {
    margin:2px;
    padding:1px;
    color:#000 !important;
}


.wpgmza_markerbox a {
    color:#1982D1 !important;
}
.wpgmaps_mlist_table {
    width:42px;
}

.wpgmza_table .wpgmaps_mlist_marker {
    width:32px;
    height:32px;
    vertical-align:top;
    padding:0 !important;
}

.wpgmza_table .wpgmaps_mlist_info {
    vertical-align:top;
    text-align:left;
    padding:0 !important;
    
}
.wpgmza_table .wpgmaps_mlist_row {
    cursor:pointer;
}
.wpgmza_table .wpgmaps_mlist_row:hover {
    background-color: #EEEEEE;
    
}
.wpgmaps_directions_outer_div {
    padding-top:30px;
    padding-bottom:5px;
}

.wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
    margin-bottom:0px !important;
}

.wpgmza_map h2 { clear:both; }

.wpgmaps_user_form { clear: both; }

.wpgmza_table { clear:both; }


.wpgmaps_mlist_row img {
	margin-bottom:0 !important;
}

.wpgmza_table td {
	vertical-align: top !important;
        padding-bottom: 15px !important;
        padding-right: 10px !important;
        border: 0 !important;
        
}
.wpgmza_table tr { border: 0 !important; }
.wpgmza_table th {
	text-align: left !important;
        padding-bottom: 15px !important;
        border: 0 !important;
        min-width:100px;    
}


.dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
.dataTables_filter label { font-weight:bold; }
.adp-placemark img { width:24px !important; max-width:none !important; }

.wpgmza_table .sorting { background-image: none !important; }
/* .wpgmza_table .sorting_asc { background-image: none !important; }
.wpgmza_table .sorting_desc { background-image: none !important; } */


#wpgm_premium {
    display:block;
    overflow:auto;
    margin:10px;
    margin-left:0;
    clear:both;
    width:90%;
}
#wpgm_premium h2 {
    margin-top:0;
    padding-top:0;
    font-weight:200;
    font-size: 20px;
    padding-bottom:0px;
    margin-bottom:2px;
}
#wpgm_premium p {
    font-size:16px;
    line-height:28px;
    
}
.wpgm_premium_row { 
    margin-top:20px;
    display:block;
    clear:both;
    width:100%;
    overflow:auto;
}
.wpgm_details p {
    padding-top:0px;
    margin-top:2px;
    color: #666 !important;

}

.wpgm_icon {
    display:block;
    float:left;
    width:50px;
    height:70px;
    background-image:url(https://www.microsystem.co.uk/wp-content/plugins/wp-google-maps/css/styles/../images/premium.png);
    background-repeat: no-repeat;
}
.wpgm_details {
    display:block;
    float:left;
    width:80%;
}

.wpgm_notice_message {
    border-style: solid;
    border-width: 1px;
    margin: 5px 0 15px;
    padding: 0 0.6em;
    background-color: #FFFCF5;
    border-color: #FFBA00;
}


/* store locator styling */
.wpgmza_sl_main_div {
    width:100%;
}
.wpgmza_sl_query_div {
    height:30px;
    display:block;
}
    .wpgmza_sl_query_innerdiv1 { 
        float:left;
        display:block;
        width:150px;
        clear:left;
    }
    .wpgmza_sl_query_innerdiv2 {
        display:block;
        float:left;
        width:250px;
    }

.wpgmza_sl_radius_div {
    display:block; 
    height:30px;
    margin-top:10px;
    clear:both;
}
    .wpgmza_sl_radius_innerdiv1 { 
        float:left;
        display:block;
        width:150px;
    }
    .wpgmza_sl_radius_innerdiv2 {
        display:block;
        float:left;
        width:250px;
    }
    
.wpgmza_sl_radius_select {
    
}
    .wpgmza_sl_select_option {

    }

.wpgmza_sl_category_div {
    display:block; 
    clear:both;
    height:auto; 
    overflow:auto; 
    margin-top:10px; 
    margin-bottom:10px; 
    
}
    .wpgmza_sl_category_innerdiv1 { 
        float:left;
        display:block;
        width:150px;
    }
    .wpgmza_sl_category_innerdiv2 {
        
        float:left;
        
    }

.wpgmza_sl_search_button {

}
.wpgmza_marker_approval_msg { font-weight: bold; }

.scrollFix {
    line-height: 1.35;
}
.wpgmza_infowindow_description { white-space: normal; }
.wpgmza_infowindow_title { white-space: normal; }
.wpgmza_infowindow_address { white-space: normal; }
.wpgmza_infowindow_title { font-weight: bold; }
#wpgmza_marker_list tr { vertical-align: middle !important; }
#wpgmza_marker_list td { vertical-align: middle !important; }
#wpgmza_marker_list td img { vertical-align: middle !important; }

.wpgmza_marker_carousel { clear:both; }

.wpgmza-shadow { 
-webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
-moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
}
.wpgmza_innermap_holder { 
    padding:5px;
    background-color:white;
    border: 1px solid #ccc;
    border-radius:5px;
}
.wpgmza_small_img { max-width: 14px; max-height: 14px; }
ul.wpgmza_marker_list_class {
    list-style: none;
    margin-left:5px;
    padding-left:0;
}

.wpgmza-basic-list-item { float:left; cursor:pointer; }
.wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden;   }
.wpgmaps_blist_row:hover { background-color:#EEE;  }
.wpgmza_div_marker { width:17px; height:17px; }
.wpgmza_div_address { padding-left:2px;}


.wpgmza_row {
    width:100%;
    display:block;
    overflow:auto;
}
.wpgmza_row_col {
    width:90%;
    float:left;
    display:block;
    overflow:auto;
    margin:0.25%;
    padding:0.2%;
    min-height:360px;
}
.wpgmza_row_col h2 { 
    font-weight:900;
}
.wpgmza_row_col ul li {
    margin: 0.3em 2.5em;
}

.wpgmza_row_col ul {
    list-style-type:disc;
}


@media only screen and (min-width:480px) {
   .wpgmza_row_col {
        width:31%;
        float:left;
        display:block;
        overflow:auto;
        margin:0.25%;
        padding:0.2%;
        min-height:360px;
    } 
    
    
    
}
.wpgmza_theme_selection_activate {
    /* padding: 10px; */
    border-radius: px;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 4px solid #0073AA;
}

/*The following CSS will fix text from overflowing in the info window on an iPhone*/
@media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
    
	[data-maps-engine!='open-layers'] .wpgmza_infowindow_description,
    [data-maps-engine!='open-layers'] .wpgmza_infowindow_address,
    [data-maps-engine!='open-layers'] .wpgmza_infowindow_title {
        width:140px !important;
    }
	
}

.wpgmza-badge {
    background-image: url(https://www.microsystem.co.uk/wp-content/plugins/wp-google-maps/css/styles/../images/WP-google-maps-logo-1-B-transparent.png); position: absolute;
    background: url(https://www.microsystem.co.uk/wp-content/plugins/wp-google-maps/css/styles/../images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
    -webkit-background-size: 202px 101px;
    background-size: 202px 101px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 5px 0 0;
    padding:5px;
    
    height: 101px;
    display: inline-block;
    width: 202px;
    text-rendering: optimizeLegibility;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    top: 0;
    right: 0;
}

.wpgmza-clearfix {
    zoom: 1;
}

.wpgmza-clearfix:before,
.wpgmza-clearfix:after {
    content: '';
    display: table;
    table-layout: fixed;
}

.wpgmza-clearfix:after {
    clear: both;
}

.wpgmza_sl_main_div {
    overflow: hidden;
    position: relative;
    top: 10px;
}

.wpgmza_sl_query_div,
.wpgmza_sl_radius_div {
    height: auto;
    margin-bottom: 10px;
}

.wpgmza_sl_radius_div {
    margin-bottom: 20px;
}



.wpgmaps_fullscreen {
    position: fixed !important;
    top:0;
    left:0;
    width:100% !important;
    height: 100% !important;
    z-index:9999;

}

.wpgmza-modern-store-locator {
	text-align: center;
	padding-top: 10px;
}

.wpgmza-modern-store-locator > .wpgmza-inner {
	display: inline-block;
	background: white;
	padding: 0.5em !important;

    border-radius: 2px;
    font-family: Roboto, sans-serif;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;

}

.wpgmza-modern-store-locator input,
.wpgmza-modern-store-locator select {
    height: 28px !important;
    vertical-align: top;
    padding: 0 6px !important;
    margin: 0 2px;
    color: #777;
}

#addressInput {
	width: auto !important;
	display: inline;
}

.wpgmza-form-field {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 25px;
}

.wpgmza-form-field:last-of-type {
    margin-bottom: 18px;
}

.wpgmza-form-field--no-pad {
    display: block;
    padding-top: 0;
}

.wpgmza-form-field__label {
    display: block;
    color: #666;
    font-weight: 400;
}

#wpgmza-map .wpgmza-form-field__label--float {
    width: 100%;
    position: absolute;
    top: 37px;
    background: #fff;
    transition: all ease .3s;
}

.wpgmza-form-field__input:focus ~ label {
    top: 8px;
    color: #333;
    font-weight: 700;
}

.wpgmza-modern-store-locator .wpgmza_sl_search_button {
    cursor: pointer;
    font-size: 15px;
    padding: 0 0.3em;
    height: 100%;
    line-height: 28px;
    color: #b7b7b7;
}

#wpgmza_map .wpgmza-inner .wpgmza-form-field__input,
#wpgmza_map .wpgmza-form-field input[type="text"],
#wpgmza_map .wpgmza-form-field input[type="url"],
#wpgmza_map .wpgmza-form-field input[type="password"],
#wpgmza_map .wpgmza-form-field input[type="search"],
#wpgmza_map .wpgmza-form-field input[type="number"],
#wpgmza_map .wpgmza-form-field input[type="tel"],
#wpgmza_map .wpgmza-form-field input[type="email"],
#wpgmza_map .wpgmza-form-field textarea,
#wpgmza_map .wpgmza-form-field select {
    padding: 10px;
    padding-left: 0;
    border: none;
    border-radius: 0;
    transition: all .3s;
    background: none;
    box-shadow: none;
    font-family: Roboto, sans-serif;
}

#wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus,
#wpgmza_map .wpgmza-form-field input[type="text"]:focus,
#wpgmza_map .wpgmza-form-field input[type="url"]:focus,
#wpgmza_map .wpgmza-form-field input[type="password"]:focus,
#wpgmza_map .wpgmza-form-field input[type="search"]:focus,
#wpgmza_map .wpgmza-form-field input[type="number"]:focus,
#wpgmza_map .wpgmza-form-field input[type="tel"]:focus,
#wpgmza_map .wpgmza-form-field input[type="email"]:focus,
#wpgmza_map .wpgmza-form-field textarea:focus,
#wpgmza_map .wpgmza-form-field select:focus {
    background: none;
}

.wpgmza_sl_main_div input[type="button"],
.wpgmaps_directions_outer_div input[type="button"],
.wpgmza-inner input[type="button"]
.wpgmza_sl_main_div input[type="button"] {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ol-marker > img
{
	max-width: none !important;
}
