From f23591e7a5fa435fa50258707cad6e5919d707d8 Mon Sep 17 00:00:00 2001 From: Jon Kilroy Date: Wed, 29 Sep 2021 10:56:55 -0500 Subject: [PATCH] fix: minimize css files --- css/denali-components.css | 2250 +----- css/denali-dark-theme.css | 1053 +-- css/denali-helpers.css | 9239 +---------------------- css/denali.css | 14581 +----------------------------------- 4 files changed, 4 insertions(+), 27119 deletions(-) diff --git a/css/denali-components.css b/css/denali-components.css index 7a55afa..9ab4b74 100644 --- a/css/denali-components.css +++ b/css/denali-components.css @@ -1,2249 +1 @@ -.button-group { - display: inline-flex; -} -.button-group .button:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.button-group .button:last-child { - margin-left: -1px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} -.button-group .button { - min-width: 0px; - padding: 0px 20px; -} -.button-group .has-icon { - width: 38px; -} - -.input-group { - display: flex; - align-items: center; -} -.input-group label { - min-width: 110px; - font-size: 14px; - font-weight: bold; - align-self: center; - margin-right: 10px; -} -.input-group.auto label { - min-width: auto; -} -.input-group.is-stacked { - flex-direction: column; - align-items: flex-start; -} -.input-group.is-stacked label { - margin-top: 0px; - align-self: flex-start; - margin-bottom: 4px; -} -@media (max-width: 599px) { - .input-group.responsive { - flex-direction: column; - align-items: flex-start; - } - .input-group.responsive label { - margin-top: 0px; - align-self: flex-start; - margin-bottom: 4px; - } - .input-group.responsive > div { - width: 100%; - } -} - -.accordion { - width: 100%; -} -.accordion details > summary { - list-style-type: none; -} -.accordion details > summary::-webkit-details-marker { - display: none; -} -.accordion.has-icon > details > summary::before { - content: ""; - height: 20px; - width: 20px; - right: 10px; - position: absolute; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K"); - background-repeat: no-repeat; - background-size: 20px; -} -.accordion.has-icon > details[open] > summary::before { - content: ""; - height: 20px; - width: 20px; - right: 10px; - position: absolute; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiI+CiAgICAgIDxwYXRoIGQ9Ik0yNCwyMC44LDEzLjQsMzEuNGExLjksMS45LDAsMCwxLTMtLjIsMi4xLDIuMSwwLDAsMSwuMi0yLjdsMTItMTEuOWExLjksMS45LDAsMCwxLDIuOCwwbDEyLDExLjlhMi4xLDIuMSwwLDAsMSwuMiwyLjcsMS45LDEuOSwwLDAsMS0zLC4yWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg=="); - background-repeat: no-repeat; - background-size: 20px; -} -.accordion summary { - background: #F8F8F8; - position: relative; - font-family: Helvetica-Bold; - font-size: 14px; - color: #303030; - line-height: 18px; - height: auto; - padding: 15px 15px; - cursor: pointer; - transition: 0.3s; - border: 1px solid #E8E8E8; -} -.accordion summary:hover { - background: #FFFFFF; -} -.accordion .content { - padding: 15px 15px; - background: #FFFFFF; - border: 1px solid #E8E8E8; - border-top: none; -} -.accordion.is-inverse summary:hover { - background: #727272; - color: #d8d8d8; -} -.accordion.is-inverse summary { - background: #454545; - color: #FFFFFF; - border: 1px solid #F8F8F8; -} -.accordion.is-inverse .content { - background: #303030; - color: #FFFFFF; - border: 1px solid #F8F8F8; -} -.accordion.is-inverse.has-icon > details > summary::before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K"); -} -.accordion.is-inverse.has-icon > details[open] > summary::before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiIgPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQsMjAuOCwxMy40LDMxLjRhMS45LDEuOSwwLDAsMS0zLS4yLDIuMSwyLjEsMCwwLDEsLjItMi43bDEyLTExLjlhMS45LDEuOSwwLDAsMSwyLjgsMGwxMiwxMS45YTIuMSwyLjEsMCwwLDEsLjIsMi43LDEuOSwxLjksMCwwLDEtMywuMloiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo="); -} - -.alert { - width: 400px; - display: flex; - box-sizing: border-box; - background: #FFFFFF; - border-radius: 4px; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - border-top-width: 4px; - border-top-style: solid; - border-top-color: #D5D5D5; -} -@media (max-width: 599px) { - .alert { - width: 100%; - } -} -.alert div { - margin: 17px 0px 18px 0px; - flex: auto; - overflow: hidden; -} -.alert div h5 { - margin-bottom: 8px; -} -.alert div p { - margin-top: 4px; - font-size: 12px !important; - margin-bottom: 0px; - line-height: 1.25; -} -.alert .d-icon { - margin: 14px; - font-size: 28px !important; - color: #D5D5D5; -} -.alert .close { - display: block; - padding: 16px 0px; -} -.alert .close .d-icon { - font-size: 24px !important; - color: #303030 !important; -} -.alert.is-inline { - justify-content: center; - padding: 4px 10px; - background: #F2F2F2; - color: #303030; - font-size: inherit; - box-shadow: none !important; - border: none !important; - border-radius: 0px !important; - width: 100%; - display: flex !important; -} -.alert.is-inline p { - text-align: center; - overflow: hidden; -} -.alert.is-block { - border-top: none; - position: relative; - box-shadow: none !important; - width: 100%; - background: rgba(213, 213, 213, 0.1); - border-left-width: 4px; - border-left-style: solid; - border-left-color: #D5D5D5; -} -.alert.is-block.is-info { - background: rgba(0, 102, 223, 0.06); -} -.alert.is-block.is-warning { - background: rgba(244, 203, 0, 0.06); -} -.alert.is-block.is-success { - background: rgba(21, 192, 70, 0.06); -} -.alert.is-block.is-danger { - background: rgba(234, 0, 0, 0.06); -} -.alert.is-block p { - font-size: 1.4rem !important; -} -.alert.is-info { - border-color: #0066DF; -} -.alert.is-info .d-icon { - color: #0066DF; -} -.alert.is-warning { - border-color: #F4CB00; -} -.alert.is-warning .d-icon { - color: #F4CB00; -} -.alert.is-success { - border-color: #15C046; -} -.alert.is-success .d-icon { - color: #15C046; -} -.alert.is-danger { - border-color: #EA0000; -} -.alert.is-danger .d-icon { - color: #EA0000; -} - -.box { - padding: 20px; - background: #F8F8F8; - border-radius: 4px; - border-color: #D5D5D5; - border-width: 1px; - border-style: solid; -} -.box footer { - margin: 22px -20px 0px -20px; - padding: 22px 22px 0px 22px; - border-top-style: solid; - border-top-color: #D5D5D5; - border-top-width: 1px; -} - -.breadcrumb { - list-style-type: none; - margin: 0; - padding: 0; -} -.breadcrumb li { - float: left; - position: relative; - margin-right: 22px; -} -.breadcrumb li > * { - display: block; -} -.breadcrumb li.is-active > * { - color: #303030; - font-weight: bold; -} -.breadcrumb li::after { - content: "/"; - position: absolute; - height: 1.6rem; - width: 0.4rem; - top: 0; - right: -11px; - color: rgba(48, 48, 48, 0.5); -} -.breadcrumb li:last-child { - margin-right: 0px; -} -.breadcrumb li:last-child::after { - display: none; -} - -.button { - border: none; - outline: 0; - cursor: pointer; - box-sizing: border-box; - display: inline-flex; - justify-content: center; - align-items: center; - margin: 0px; - padding: 0px 10px; - padding-bottom: 1px; - height: 36px; - font-size: inherit; - min-width: 120px; - border-radius: 4px; - transition: background 300ms; - font-weight: inherit; -} -.button.is-solid { - background: #016EFF; - color: #FFFFFF; -} -.button.is-solid.is-inverse { - background: #016EFF; - color: #FFFFFF; -} -.button.is-outline { - background: transparent; - color: #016EFF; - border: solid 1px #016EFF; -} -.button.is-outline.is-inverse { - background: transparent; - color: #FFFFFF; - border: solid 1px #016EFF; -} -.button.is-ghost { - background: rgba(1, 110, 255, 0.16); - color: #016EFF; -} -.button.is-ghost.is-inverse { - background: rgba(1, 110, 255, 0.16); - color: #FFFFFF; -} -.button.is-text { - background: transparent; - color: #016EFF; -} -.button.is-text.is-inverse { - background: transparent; - color: #FFFFFF; -} -.button.is-danger { - background: #EA0000; - color: #FFFFFF; -} -.button.is-danger.is-inverse { - background: #EA0000; - color: #FFFFFF; -} -.button:hover, .button.is-active, .button.is-active:hover, .button:focus { - transition: background 300ms; -} -.button:hover.is-solid, .button.is-active.is-solid, .button.is-active:hover.is-solid, .button:focus.is-solid { - background: #004CB3; - color: #FFFFFF !important; -} -.button:hover.is-solid.is-inverse, .button.is-active.is-solid.is-inverse, .button.is-active:hover.is-solid.is-inverse, .button:focus.is-solid.is-inverse { - background: #004CB3; - color: #FFFFFF !important; -} -.button:hover.is-outline, .button.is-active.is-outline, .button.is-active:hover.is-outline, .button:focus.is-outline { - background: rgba(0, 76, 179, 0.26); - color: #004CB3 !important; - border: solid 1px #004CB3; -} -.button:hover.is-outline.is-inverse, .button.is-active.is-outline.is-inverse, .button.is-active:hover.is-outline.is-inverse, .button:focus.is-outline.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; - border: solid 1px #004CB3; -} -.button:hover.is-ghost, .button.is-active.is-ghost, .button.is-active:hover.is-ghost, .button:focus.is-ghost { - background: rgba(0, 76, 179, 0.26); - color: #004CB3 !important; -} -.button:hover.is-ghost.is-inverse, .button.is-active.is-ghost.is-inverse, .button.is-active:hover.is-ghost.is-inverse, .button:focus.is-ghost.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; -} -.button:hover.is-text, .button.is-active.is-text, .button.is-active:hover.is-text, .button:focus.is-text { - background: rgba(0, 76, 179, 0.26); - color: #004CB3 !important; -} -.button:hover.is-text.is-inverse, .button.is-active.is-text.is-inverse, .button.is-active:hover.is-text.is-inverse, .button:focus.is-text.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; -} -.button:hover.is-danger, .button.is-active.is-danger, .button.is-active:hover.is-danger, .button:focus.is-danger { - background: #BB0000; - color: #FFFFFF !important; -} -.button:hover.is-danger.is-inverse, .button.is-active.is-danger.is-inverse, .button.is-active:hover.is-danger.is-inverse, .button:focus.is-danger.is-inverse { - background: #BB0000; - color: #FFFFFF !important; -} -.button.is-disabled, .button[disabled], .button.is-disabled:hover, .button:hover[disabled] { - box-shadow: none; - cursor: not-allowed; -} -.button.is-disabled.is-solid, .button[disabled].is-solid, .button.is-disabled:hover.is-solid, .button:hover[disabled].is-solid { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-solid.is-inverse, .button[disabled].is-solid.is-inverse, .button.is-disabled:hover.is-solid.is-inverse, .button:hover[disabled].is-solid.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-disabled.is-outline, .button[disabled].is-outline, .button.is-disabled:hover.is-outline, .button:hover[disabled].is-outline { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; - border: solid 1px rgba(48, 48, 48, 0.5); -} -.button.is-disabled.is-outline.is-inverse, .button[disabled].is-outline.is-inverse, .button.is-disabled:hover.is-outline.is-inverse, .button:hover[disabled].is-outline.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; - border: solid 1px rgba(255, 255, 255, 0.5); -} -.button.is-disabled.is-ghost, .button[disabled].is-ghost, .button.is-disabled:hover.is-ghost, .button:hover[disabled].is-ghost { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-ghost.is-inverse, .button[disabled].is-ghost.is-inverse, .button.is-disabled:hover.is-ghost.is-inverse, .button:hover[disabled].is-ghost.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-disabled.is-text, .button[disabled].is-text, .button.is-disabled:hover.is-text, .button:hover[disabled].is-text { - background: transparent; - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-text.is-inverse, .button[disabled].is-text.is-inverse, .button.is-disabled:hover.is-text.is-inverse, .button:hover[disabled].is-text.is-inverse { - background: transparent; - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-disabled.is-danger, .button[disabled].is-danger, .button.is-disabled:hover.is-danger, .button:hover[disabled].is-danger { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-danger.is-inverse, .button[disabled].is-danger.is-inverse, .button.is-disabled:hover.is-danger.is-inverse, .button:hover[disabled].is-danger.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-small { - height: 24px; - font-size: 12px; - min-width: 70px; - padding: 0px 10px; -} -.button.is-medium { - height: 32px; - font-size: inherit; - min-width: 90px; - padding: 0px 10px; -} -.button.is-large { - height: 44px; - font-size: 16px; - padding: 0px 30px; -} -.button.is-full { - width: 100%; -} -.button.has-icon { - min-width: 0px !important; -} -.button .d-icon { - vertical-align: middle; - font-size: 18px; - margin: 0px 6px; -} - -.checkbox { - backface-visibility: hidden; - box-sizing: border-box; - display: inline-block; - outline: 0; - position: relative; - height: 20px; - padding-left: 2px; - margin-right: 16px; -} -.checkbox input[type=checkbox] { - box-sizing: border-box; - display: inline-block; - height: 20px; - opacity: 0; - /* Hide it */ - position: absolute; - /* Take it out of the documenet flow */ -} -.checkbox > label { - box-sizing: border-box; - cursor: pointer; - padding: 0; - position: relative; - color: #303030; - font-size: 14px; - font-family: inherit; - font-weight: normal !important; -} -.checkbox label:before { - border-radius: 1px; - box-shadow: 0 0 0 2px rgba(1, 110, 255, 0.5); - box-sizing: border-box; - content: ""; - display: inline-block; - height: 16px; - margin-right: 10px; - transition: all 0.2s; - vertical-align: text-top; - width: 16px; -} -.checkbox input[type=checkbox]:hover + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.checkbox input[type=checkbox]:focus + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.checkbox input[type=checkbox][data-partial=true] + label:before, -.checkbox input[type=checkbox]:checked + label:before { - box-shadow: 0 0 0 2px #016EFF; - background: #016EFF; -} -.checkbox input[type=checkbox]:disabled + label { - color: #D5D5D5; - cursor: not-allowed; -} -.checkbox input[type=checkbox]:disabled + label:before { - box-shadow: 0 0 0 2px #D5D5D5; -} -.checkbox input[type=checkbox]:checked:not([data-partial]) + label:after { - border: solid #FFFFFF; - border-width: 0 2px 2px 0; - /* creates the inverted "L" shape */ - box-sizing: border-box; - content: " "; - display: block; - height: 12px; - left: 5px; - position: absolute; - top: 1px; - transform: rotate(45deg); - width: 6px; - /* the short bar of the mark is half as long as the long bar */ -} -.checkbox input[type=checkbox][data-partial] + label:after { - box-shadow: inset 0 0 0 2px rgba(1, 110, 255, 0.5); - box-sizing: border-box; - content: " "; - height: 2px; - left: 2px; - position: absolute; - top: 7px; - transition: all 0.2s; - width: 12px; - border-radius: 9999px; -} - -.chips { - font-size: inherit; - background: #CCE2FF; - border-radius: 4px; - color: #303030; - padding: 4px 6px; -} -.chips.is-small { - font-size: 1.2rem; - padding: 2px 4px; -} - -.chip-group .chips { - border-radius: 0px !important; -} -.chip-group .chips:first-child { - border-top-left-radius: 4px !important; - border-bottom-left-radius: 4px !important; -} -.chip-group .chips:last-child { - border-top-right-radius: 4px !important; - border-bottom-right-radius: 4px !important; -} - -.d-icon { - font-size: 2.4rem; -} -.d-icon.is-extrasmall { - font-size: 1.2rem !important; -} -.d-icon.is-small { - font-size: 1.8rem !important; -} -.d-icon.is-medium { - font-size: 3.6rem !important; -} -.d-icon.is-large { - font-size: 4.8rem !important; -} - -svg.d-icon { - width: 2.4rem; - height: 2.4rem; -} -svg.d-icon.is-extrasmall { - width: 1.2rem !important; - height: 1.2rem !important; -} -svg.d-icon.is-small { - width: 1.8rem !important; - height: 1.8rem !important; -} -svg.d-icon.is-medium { - width: 3.6rem !important; - height: 3.6rem !important; -} -svg.d-icon.is-large { - width: 4.8rem !important; - height: 4.8rem !important; -} - -.input { - position: relative; - z-index: 0; -} -.input input, -.input textarea { - margin: 0; - appearance: none; - border: none; - box-shadow: none; - flex: 1 0 auto; - font: inherit; - outline: none; - text-align: left; - padding: 0px 10px; - width: inherit; -} -.input input:active, .input input:focus, -.input textarea:active, -.input textarea:focus { - transition: 300ms; -} - -.input { - display: flex; - width: 250px; -} -.input.is-full { - width: 100% !important; -} -.input input { - height: 36px; -} -.input textarea { - padding-top: 6px; - max-width: 100%; - min-height: 90px; -} -.input input, -.input textarea { - background: rgba(1, 110, 255, 0.08); - border-radius: 4px; - color: #303030; - box-shadow: none; -} -.input input:active, .input input:focus, -.input textarea:active, -.input textarea:focus { - box-shadow: inset 0 -2px #016eff; -} -.input input::placeholder, -.input textarea::placeholder { - color: rgba(48, 48, 48, 0.6); -} -.input input[disabled], -.input textarea[disabled] { - background: rgba(48, 48, 48, 0.05); - color: rgba(48, 48, 48, 0.25); - box-shadow: inset 0 -2px rgba(48, 48, 48, 0.05); -} -.input input[disabled]::placeholder, -.input textarea[disabled]::placeholder { - color: rgba(48, 48, 48, 0.6); -} -.input.is-active > input, .input.is-active > textarea { - box-shadow: inset 0 -2px #016eff; -} -.input.is-disabled > input, .input.is-disabled > textarea { - background: rgba(48, 48, 48, 0.05); - color: rgba(48, 48, 48, 0.25); - box-shadow: inset 0 -2px rgba(48, 48, 48, 0.05); -} -.input.is-error > input, -.input input:invalid, .input.is-error > textarea, -.input textarea:invalid { - box-shadow: inset 0 -2px #EA0000; -} -.input.is-large > input { - height: 44px; -} -.input.is-medium > input { - height: 32px; -} -.input.is-small > input { - height: 24px; -} -.input.is-inverse input { - background: rgba(138, 197, 237, 0.1); - color: #FFFFFF; -} -.input.is-inverse input:active { - border-bottom: 2px solid #004cb3; - color: #FFFFFF; -} -.input.is-inverse input::placeholder { - color: rgba(255, 255, 255, 0.5); -} -.input.is-inverse label { - color: #FFFFFF; -} -.input .message { - width: inherit; - font-size: 11px !important; - font-weight: normal; - line-height: 1.6rem; - position: absolute; - margin-top: 2px; -} -.input.is-error > .message { - color: #EA0000; -} - -.input.has-icon-back > * { - float: left; -} -.input.has-icon-back input { - padding-right: 34px; -} -.input.has-icon-back .d-icon { - align-items: center; - display: flex; - font-size: 1.8rem !important; - pointer-events: none; -} -.input.has-icon-back .d-icon::before { - position: absolute; - right: 10px; -} - -.input.has-icon-front > * { - float: left; -} -.input.has-icon-front input { - padding-left: 34px; -} -.input.has-icon-front .d-icon { - align-items: center; - display: flex; - font-size: 1.8rem !important; -} -.input.has-icon-front .d-icon::before { - position: absolute; - left: 10px; -} -.input.has-icon-front.has-icon-back .d-icon:first-child::before { - left: 10px; - right: unset; -} -.input.has-icon-front.has-icon-back .d-icon:last-child::before { - left: unset; - right: 10px; -} - -.input-group.has-button input { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.input-group.has-button button.button { - margin: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.input-group.has-dropdown .input { - min-width: 0px; - width: auto; -} -.input-group.has-dropdown .input input { - min-width: 250px; - border-radius: 0px; -} -.input-group.has-dropdown .input select { - width: inherit; - padding-right: 34px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -a, -.link { - color: #016EFF; - text-decoration: none; - font-size: inherit; - cursor: pointer; -} -a:hover, a.is-active, -.link:hover, -.link.is-active { - color: #004CB3; -} -a[disabled], a.is-disabled, -.link[disabled], -.link.is-disabled { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -a.is-inverse, -.link.is-inverse { - color: #FFFFFF; -} -a.is-inverse:hover, -.link.is-inverse:hover { - color: rgba(255, 255, 255, 0.4); -} -a.is-small, -.link.is-small { - font-size: 1.2rem; -} -a.is-secondary, -.link.is-secondary { - color: #606060; -} -a.is-secondary:hover, -.link.is-secondary:hover { - color: #303030 !important; -} -a.is-sub, -a .is-sub, -.link.is-sub, -.link .is-sub { - opacity: 0.5; -} -a.is-sub:hover, -a .is-sub:hover, -.link.is-sub:hover, -.link .is-sub:hover { - opacity: 1; -} -a.has-icon-front .d-icon, -.link.has-icon-front .d-icon { - margin-right: 4px; - font-size: 1.4rem !important; - vertical-align: sub; -} -a.has-icon-back .d-icon, -.link.has-icon-back .d-icon { - margin-left: 2px; - font-size: 1.2rem !important; - vertical-align: middle; -} -a.has-icon-back.is-small .d-icon, -.link.has-icon-back.is-small .d-icon { - vertical-align: text-top; -} -a:hover > .d-icon.is-sub, -.link:hover > .d-icon.is-sub { - color: #004CB3; - opacity: 1; -} -a.is-secondary:hover > .d-icon.is-sub, -.link.is-secondary:hover > .d-icon.is-sub { - color: #303030; - opacity: 1; -} - -ol.list, -ul.list { - list-style-position: inside; -} -ol.list.no-marker, -ul.list.no-marker { - list-style: none; -} -ol.list li, -ul.list li { - margin: 4px 0px; -} - -ul.list { - list-style-type: square; -} - -.loader { - position: relative; - width: 10px; - height: 10px; - border-radius: 50%; - animation-name: loaderDefault; - animation-iteration-count: infinite; - animation-direction: alternate; - animation-timing-function: ease; - animation-duration: 0.9s; - animation-delay: 0.2s; - left: 14px; - top: -10px; - margin: 0px; -} -.loader:before, .loader:after { - content: ""; - position: absolute; - width: 10px; - height: 10px; - border-radius: 50%; - animation-name: loaderDefault; - animation-iteration-count: infinite; - animation-direction: alternate; - animation-timing-function: ease; - animation-duration: 0.9s; -} -.loader:before { - left: 14px; - animation-delay: 0.3s; -} -.loader:after { - right: 14px; - animation-delay: 0.1s; -} -.loader--inverse, .loader.is-inverse { - animation-name: loaderInverse; -} -.loader--inverse:before, .loader--inverse:after, .loader.is-inverse:before, .loader.is-inverse:after { - animation-name: loaderInverse; -} -.loader--button { - left: 0px; -} - -.button.is-solid .loader, .button.is-danger .loader { - animation-name: loaderInverse; -} -.button.is-solid .loader:before, .button.is-solid .loader:after, .button.is-danger .loader:before, .button.is-danger .loader:after { - animation-name: loaderInverse; -} - -@keyframes loaderDefault { - 0% { - box-shadow: 0 10px 0 -10px #016EFF; - opacity: 0; - } - 50% { - box-shadow: 0 10px 0 #016EFF; - opacity: 0.75; - } - 100% { - box-shadow: 0 10px 0 #016EFF; - opacity: 1; - } -} -@keyframes loaderInverse { - 0% { - box-shadow: 0 10px 0 -10px #FFFFFF; - opacity: 0; - } - 50% { - box-shadow: 0 10px 0 #FFFFFF; - opacity: 0.75; - } - 100% { - box-shadow: 0 10px 0 #FFFFFF; - opacity: 1; - } -} -.menu { - white-space: nowrap; - position: relative; -} -.menu.is-right .menu-content { - left: 100%; - transform: translateX(-100%); -} -.menu.is-left .menu-content { - left: 0%; - transform: translateX(0%); -} -.menu.is-active .menu-trigger { - pointer-events: none; -} -.menu.is-active .menu-content, -.menu.is-active .menu-content:hover { - opacity: 1; - visibility: visible; -} -.menu .menu-content { - height: auto; - opacity: 0; - background: #FFFFFF; - font-size: 14px; - position: absolute; - padding: 15px 20px; - border-radius: 8px; - visibility: hidden; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - z-index: 100; - left: 50%; - transform: translateX(-50%); - border-color: #E8E8E8; - border-width: 2px; - border-style: solid; - border-radius: 4px; - -webkit-transition: all 0.3s 0.1s; - -moz-transition: all 0.3s 0.1s; - -o-transition: all 0.3s 0.1s; - transition: all 0.3s 0.1s; -} -.menu .menu-content > * { - display: block; - white-space: nowrap; - padding: 5px 0px; - height: unset; -} -.menu .menu-content hr { - background-color: #E8E8E8; - height: 2px; - width: calc(100% + 40px); - margin-left: -20px; - padding: 0px; -} -.menu .menu-trigger:hover + .menu-content, -.menu .menu-trigger:focus + .menu-content, -.menu .menu-content:hover { - opacity: 1; - visibility: visible; -} - -.modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 400; - opacity: 0; - -webkit-transition: opacity 300ms ease-in; - -moz-transition: opacity 300ms ease-in; - transition: opacity 300ms ease-in; - pointer-events: none; - background: rgba(232, 232, 232, 0.9); - overflow: auto; - display: flex; - justify-content: center; - align-items: center; -} -.modal div.modal-container { - width: 450px; - margin: 20px; - position: relative; - background: #FFFFFF; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - border-width: 2px; - border-style: solid; - border-color: #E8E8E8; - border-radius: 4px; - display: flex; - flex-direction: column; -} -.modal div.modal-container .close { - color: #303030; - opacity: 0.4; - line-height: 14px; - position: absolute; - z-index: 500; - right: 14px; - top: 14px; -} -.modal div.modal-container .close:hover { - color: #303030; - opacity: 0.6; -} -.modal div.modal-container div.modal-content { - padding: 24px 30px 24px 30px; -} -.modal div.modal-container div.modal-header { - border-bottom-width: 2px; - border-bottom-style: solid; - border-bottom-color: #E8E8E8; - display: flex; - align-items: center; - padding: 15px 58px 13px 30px; - width: 100%; -} -.modal div.modal-container div.modal-footer { - border-top-width: 2px; - border-top-style: solid; - border-top-color: #E8E8E8; - margin-bottom: 0px; - display: flex; - align-items: center; - padding: 20px 30px 20px 30px; - width: 100%; -} -.modal div.modal-container.is-full { - width: 100%; - height: 100%; - box-shadow: none; - border: none !important; - border-radius: 0px !important; - margin: 0px; - padding: 0px; -} -.modal div.modal-container.is-full div.modal-content { - padding: 24px 58px 24px 58px; - height: 100%; - overflow-y: scroll; -} - -.modal:target, -.modal.is-active { - opacity: 1; - pointer-events: auto; -} - -@media (max-width: 899px) { - .modal div.is-full div.modal-content { - padding: 24px 30px 24px 30px; - } -} -.nav { - box-sizing: border-box; - height: 60px; - width: 100%; - background: #002B66; - position: relative; -} -.nav.is-fixed-top { - position: fixed; - top: 0; -} -.nav .nav-center .nav-item, -.nav .nav-center .nav-icon, -.nav .nav-center .menu--nav, -.nav .nav-center .nav-control, -.nav .nav-right .nav-item, -.nav .nav-right .nav-icon, -.nav .nav-right .menu--nav, -.nav .nav-right .nav-control { - display: block; -} -@media (min-width: 899px) { - .nav .nav-center, -.nav .nav-right { - display: inline-block; - background: transparent; - } - .nav .nav-center .nav-item, -.nav .nav-center .nav-icon, -.nav .nav-center .menu--nav, -.nav .nav-center .nav-control, -.nav .nav-right .nav-item, -.nav .nav-right .nav-icon, -.nav .nav-right .menu--nav, -.nav .nav-right .nav-control { - display: inline-block; - } -} -.nav .nav-left { - padding-left: 12px; - padding-right: 12px; - display: inline-block; - vertical-align: top; - height: 60px; - width: 100%; -} -.nav .nav-left .nav-item, -.nav .nav-left .nav-icon, -.nav .nav-left .menu--nav, -.nav .nav-left .nav-control { - height: 60px; - padding: 18px 8px; -} -@media (min-width: 899px) { - .nav .nav-left .nav-item, -.nav .nav-left .nav-icon, -.nav .nav-left .menu--nav, -.nav .nav-left .nav-control { - padding: 18px 12px; - } -} -@media (min-width: 899px) { - .nav .nav-left { - width: 300px; - padding-left: 18px; - padding-right: 0px; - } -} -.nav .nav-right { - padding-right: 0px; -} -@media (min-width: 899px) { - .nav .nav-right { - float: right; - padding-right: 18px; - } -} -.nav .nav-responsive { - position: absolute; - left: 0; - right: 0; - height: calc(100vh - 60px); - background: #19375F; - opacity: 0; - visibility: hidden; - overflow: auto; -} -.nav .nav-responsive.is-active { - opacity: 1; - visibility: visible; -} -@media (min-width: 899px) { - .nav .nav-responsive { - float: right; - width: calc(100% - 300px); - opacity: 1; - visibility: visible; - height: 60px; - background: transparent !important; - position: relative; - overflow: inherit; - } -} -.nav .nav-item, -.nav .nav-icon, -.nav .menu--nav, -.nav .nav-control { - display: inline-block; - vertical-align: top; - height: 54px; - padding: 16px 20px; - position: relative; -} -@media (min-width: 899px) { - .nav .nav-item, -.nav .nav-icon, -.nav .menu--nav, -.nav .nav-control { - height: 60px; - padding: 18px 12px; - } -} -.nav .nav-brand { - width: auto; - padding: 13px 12px; - height: 60px; -} -.nav .nav-item, -.nav .nav-icon { - color: #FFFFFF; - font-size: 1.6rem; -} -.nav .nav-item .icon-name, -.nav .nav-icon .icon-name { - margin-left: 10px; -} -@media (min-width: 899px) { - .nav .nav-item .icon-name, -.nav .nav-icon .icon-name { - display: none; - } -} -.nav .nav-item.is-active, -.nav .nav-icon.is-active { - box-shadow: inset 4px 0 0 #016EFF; -} -@media (min-width: 899px) { - .nav .nav-item.is-active, -.nav .nav-icon.is-active { - box-shadow: inset 0 -4px 0 #016EFF; - } -} -.nav .nav-item:hover, .nav .nav-item:focus, -.nav .nav-icon:hover, -.nav .nav-icon:focus { - color: rgba(255, 255, 255, 0.4); -} -.nav .menu.menu--nav { - color: #FFFFFF; - padding: 0px !important; - height: auto; -} -.nav .menu.menu--nav .menu-content { - margin-top: -8px; -} -@media (max-width: 898px) { - .nav .menu.menu--nav { - position: unset; - } - .nav .menu.menu--nav .menu-content { - height: 0px; - overflow: hidden; - padding: 0px; - border-radius: 0px; - border: none; - box-shadow: none; - width: 100%; - margin-top: 0px; - background-color: transparent; - } - .nav .menu.menu--nav .menu-content > * { - display: block; - height: 40px; - background: #334D71; - padding: 10px 20px; - color: #FFFFFF; - } - .nav .menu.menu--nav .menu-content > *:hover, .nav .menu.menu--nav .menu-content > *:focus { - color: #FFFFFF; - } - .nav .menu.menu--nav .menu-content:before, .nav .menu.menu--nav .menu-content:after { - display: none; - } - .nav .menu.menu--nav .menu-trigger:hover + .menu-content, -.nav .menu.menu--nav .menu-trigger:focus + .menu-content, -.nav .menu.menu--nav .menu-content:hover { - height: auto; - } -} -.nav .nav-control { - padding: 9px 12px; - color: #FFFFFF; -} -.nav .nav-control > * { - width: 100%; -} -@media (min-width: 899px) { - .nav .nav-control { - padding: 12px 12px; - } -} - -.d-progress { - height: 16px; - width: 100%; - background: #E8E8E8; - border-radius: 4px; - display: flex; - overflow: hidden; -} -.d-progress .d-progress--bar { - height: inherit; - background: #016EFF; - margin-left: 2px; -} -.d-progress .d-progress--bar:first-child { - margin-left: 0px !important; -} -.d-progress__sm { - height: 10px; -} -.d-progress__md { - height: 20px; -} -.d-progress__lg { - height: 24px; -} -.d-progress__loading { - animation-duration: 1s; - animation-fill-mode: forwards; - animation-iteration-count: infinite; - animation-name: loadingShimmer; - animation-timing-function: linear; - background-image: linear-gradient(to right, #E8E8E8 0%, #f7f7f7 50%, #E8E8E8 100%); - background-size: 50%; - background-repeat: no-repeat; - position: relative; -} - -@keyframes loadingShimmer { - 0% { - background-position: -100%; - } - 100% { - background-position: 200%; - } -} -.radio { - backface-visibility: hidden; - box-sizing: border-box; - display: inline-block; - outline: 0; - position: relative; - height: 20px; - margin-right: 16px; -} - -.radio > input[type=radio] { - height: 20px; - box-sizing: border-box; - opacity: 0; - position: absolute; -} - -.radio > label { - box-sizing: border-box; - cursor: pointer; - padding: 0; - position: relative; - color: #303030; - font-size: 14px; - font-family: helvetica, sans-serif; - font-weight: normal; - padding-left: 2px; -} - -.radio > label:before { - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(1, 110, 255, 0.5); - box-sizing: border-box; - content: ""; - display: inline-block; - height: 16px; - margin-right: 10px; - transition: 0.2s; - vertical-align: text-top; - width: 16px; -} - -.radio > input[type=radio]:hover + label:before { - box-shadow: 0 0 0 2px #016EFF; -} - -.radio > input[type=radio]:checked + label:before { - box-shadow: 0 0 0 2px #016EFF; -} - -.radio > input[type=radio]:disabled + label { - color: #D5D5D5; - cursor: not-allowed; -} - -.radio > input[type=radio]:disabled + label:before { - box-shadow: 0 0 0 2px #D5D5D5; -} - -.radio > input[type=radio]:checked + label:after { - background-color: #016EFF; - border-radius: 50%; - box-sizing: border-box; - content: ""; - height: 12px; - left: 4px; - position: absolute; - top: 2px; - transition: 0.2s; - width: 12px; -} - -.input.has-arrow:before { - content: url('data:image/svg+xml;charset=UTF-8, '); - pointer-events: none; - opacity: 0.4; - position: absolute; - top: 50%; - transform: translateY(-50%); - right: 10px; - height: 18px; - width: 18px; -} -.input select { - background: rgba(1, 110, 255, 0.08); - border-radius: 4px; - color: #303030; - height: 36px; - box-shadow: none; - appearance: none; - -webkit-appearance: none; - flex: 1 0 auto; - font: inherit; - outline: none; - border: none; - text-align: left; - width: inherit; - margin: 0; - position: relative; - padding: 0px 10px; -} -.input select option { - color: black; -} -.input select:active, .input select:focus, .input select[disabled] { - transition: 300ms; -} -.input select:invalid { - box-shadow: inset 0 -2px 0 #EA0000; -} -.input select::placeholder { - color: rgba(48, 48, 48, 0.6); -} -.input select:active, .input select:focus { - box-shadow: inset 0 -2px #016eff; -} -.input select[disabled] { - background: rgba(48, 48, 48, 0.05); - box-shadow: inset 0 -2px rgba(48, 48, 48, 0.05); -} -.input.is-active > select { - box-shadow: inset 0 -2px #016eff; -} -.input.is-error > select { - box-shadow: inset 0 -2px #EA0000; -} -.input.is-inverse.has-arrow:before { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -.input.is-inverse select { - background: rgba(242, 242, 242, 0.1); - color: #FFFFFF; -} -.input.is-inverse select::placeholder { - color: rgba(255, 255, 255, 0.6); -} -.input.is-inverse select:active, .input.is-inverse select:focus { - background: rgba(242, 242, 242, 0.1); - box-shadow: inset 0 -2px 0 #004CB3; -} -.input.is-inverse select[disabled] { - background: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.05); - color: rgba(255, 255, 255, 0.1); -} -.input.is-inverse select[disabled]::placeholder { - color: rgba(255, 255, 255, 0.2); -} -.input.is-large > select { - height: 44px; -} -.input.is-medium > select { - height: 32px; -} -.input.is-small > select { - height: 24px; -} -.input.is-full { - width: 100%; -} - -label.switch { - box-sizing: border-box; - display: inline-flex; - height: 20px; - position: relative; - margin-top: 0px !important; - align-items: center; - margin-right: 16px; -} - -label.switch > input[type=checkbox] { - display: none; -} - -/* Horizontal line */ -label.switch > .slider { - background-color: #D5D5D5; - border-radius: 34px; - bottom: 0; - box-sizing: border-box; - cursor: pointer; - height: 4px; - left: 0; - position: relative; - right: 0; - transition: all 0.4s; - width: 34px; -} - -/* Make it easier to click the empty space to the side of the Toggle circle */ -label.switch > .slider:before { - background-color: transparent; - box-sizing: border-box; - content: " "; - height: 18px; - left: 0; - position: absolute; - top: -8px; - width: 34px; -} - -/* Toggle circle */ -label.switch > .slider:after { - background-color: #FFFFFF; - bottom: -8px; - border: 2px solid; - border-color: rgba(1, 110, 255, 0.5); - border-radius: 50%; - box-sizing: border-box; - content: ""; - height: 20px; - left: 0; - position: absolute; - transition: all 0.4s; - width: 20px; -} - -label.switch > input[type=checkbox]:hover ~ .slider:after { - border-color: #016EFF; -} - -label.switch > input[type=checkbox]:checked ~ .slider { - background-color: rgba(21, 192, 70, 0.45); -} - -label.switch > input[type=checkbox]:checked ~ .slider:after { - background: #15C046; - border-color: #15C046; - transform: translateX(16px); -} - -label.switch.disabled > input[type=checkbox] ~ .slider, -label.switch > input[type=checkbox]:disabled ~ .slider, -label.switch > input[type=checkbox]:checked:disabled ~ .slider { - background-color: #E8E8E8; - cursor: not-allowed; -} - -label.switch.disabled > input[type=checkbox] ~ .slider:after, -label.switch > input[type=checkbox]:disabled ~ .slider:after, -label.switch > input[type=checkbox]:checked:disabled ~ .slider:after { - border-color: #D5D5D5; - cursor: not-allowed; -} - -label.switch.disabled > input[type=checkbox]:checked ~ .slider:after, -label.switch > input[type=checkbox]:checked:disabled ~ .slider:after { - background: #FFFFFF; -} - -label.switch > .label { - color: inherit; - font-size: 14px; - font-family: helvetica, sans-serif; - font-weight: normal; - margin-left: 10px; - position: relative; - white-space: nowrap; -} - -label.switch.disabled > .label, -label.switch > input[type=checkbox]:disabled ~ .label, -label.switch > input[type=checkbox]:checked:disabled ~ .label { - color: #D5D5D5; -} - -label.switch > input[type=checkbox]:checked ~ .off { - display: none; -} - -label.switch > input[type=checkbox]:not(:checked) ~ .off { - display: inline; -} - -label.switch > input[type=checkbox]:checked ~ .on { - display: inline; -} - -label.switch > input[type=checkbox]:not(:checked) ~ .on { - display: none; -} - -.table-container { - width: 100%; - overflow: scroll; - border-radius: 6px; -} -.table-container__freeze table.table tr th:first-child { - position: sticky; - left: 0; - box-shadow: 0 50px 20px -50px rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.1); - max-width: fit-content; - background: #FFFFFF; -} - -table.table { - width: 100%; - overflow: scroll; - position: relative; -} -table.table th, table.table td { - padding: 0px 10px; - white-space: nowrap; -} -table.table th.is-center, table.table td.is-center { - text-align: center; -} -table.table th.is-right, table.table td.is-right { - text-align: right; -} -table.table tbody th, table.table tbody td { - border-bottom: solid 1px #E8E8E8; - font-weight: normal; -} -table.table thead tr { - height: 14px; - border-bottom: solid 2px #E8E8E8; -} -table.table thead th { - text-transform: uppercase; - font-weight: normal; - color: #303030; - font-size: 1.2rem; - padding: 10px; -} -table.table thead th.is-sorted { - align-items: center; -} -table.table thead th.is-sorted::after { - content: url('data:image/svg+xml;charset=UTF-8, '); - width: 14px; - height: 14px; - margin-left: 4px; - display: inline-flex; - position: relative; - top: 2px; -} -table.table thead th.is-sorted__ascend { - font-weight: bold; -} -table.table thead th.is-sorted__ascend::after { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -table.table thead th.is-sorted__descend { - font-weight: bold; -} -table.table thead th.is-sorted__descend::after { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -table.table tfoot th, table.table tfoot td { - background: #E8E8E8 !important; -} -table.table tfoot th:first-child, table.table tfoot td:first-child { - border-radius: 0px 0px 0px 6px; -} -table.table tfoot th:last-child, table.table tfoot td:last-child { - border-radius: 0px 0px 6px 0px; -} -table.table.is-striped tbody th, table.table.is-striped tbody td { - border: none !important; -} -table.table.is-striped tbody tr:nth-child(odd) th, table.table.is-striped tbody tr:nth-child(odd) td { - background: #F8F8F8 !important; -} -table.table.is-cards { - border-collapse: separate; - border-spacing: 0px 10px; -} -table.table.is-cards th:first-child, table.table.is-cards td:first-child { - border-radius: 6px 0px 0px 6px !important; -} -table.table.is-cards th:last-child, table.table.is-cards td:last-child { - border-radius: 0px 6px 6px 0px !important; -} -table.table.is-cards thead th { - padding-bottom: 0px; - border: none; -} -table.table.is-cards tbody th, table.table.is-cards tbody td { - border: solid 1px #E8E8E8; - border-right: none; - border-left: none; -} -table.table.is-cards tbody th:first-child, table.table.is-cards tbody td:first-child { - border-left: solid 1px #E8E8E8; -} -table.table.is-cards tbody th:last-child, table.table.is-cards tbody td:last-child { - border-right: solid 1px #E8E8E8; -} -table.table tr { - height: 48px; -} -table.table__condensed tr { - height: 40px; -} -table.table__expanded tr { - height: 56px; -} - -.tabs { - -webkit-overflow-scrolling: touch; -} -.tabs.is-primary { - min-width: 100%; - background: #F3F8FF; -} -.tabs.is-primary ul { - list-style: none; - display: flex; - justify-content: flex-start; - padding: 20px 0px 0px 30px; - overflow-x: auto; - overflow-x: -moz-scrollbars-none; -} -.tabs.is-primary ul::-webkit-scrollbar { - width: 0 !important; -} -.tabs.is-primary ul li { - white-space: nowrap; - cursor: pointer; - display: flex; - justify-content: center; - align-items: center; - color: #016EFF; - font-size: 1.6rem; - height: 40px; - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} -.tabs.is-primary ul li > * { - padding: 0px 20px; -} -.tabs.is-primary ul li.is-active { - background: #FFFFFF; -} -.tabs.is-primary ul li.is-active > * { - color: #303030; -} -.tabs.is-primary ul li.is-disabled > * { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -.tabs.is-primary.is-vertical { - min-width: 300px; - width: 300px; - height: inherit; - overflow-y: auto; -} -.tabs.is-primary.is-vertical ul { - flex-direction: column; - padding: 12px 0px 40px 0px; -} -.tabs.is-primary.is-vertical ul li { - cursor: pointer; - justify-content: flex-start; - box-sizing: border-box; - height: 40px; - margin: 2px 16px; - border-radius: 8px; -} -.tabs.is-primary.is-vertical ul li > * { - color: inherit; - padding: 0px 14px; - height: inherit; - flex: auto; - display: flex; - align-items: center; -} -.tabs.is-primary.is-vertical ul li:hover { - box-shadow: inset 0px 0px 0px 1px rgba(0, 76, 179, 0.1); -} -.tabs.is-primary.is-vertical ul li:hover > * { - color: #004CB3; -} -.tabs.is-primary.is-vertical ul li.is-active { - box-shadow: inset 0px 0px 0px 1px rgba(1, 110, 255, 0.1); - background: rgba(1, 110, 255, 0.1); - font-weight: bold; -} -.tabs.is-primary.is-vertical ul li.is-active > * { - color: #303030; -} -.tabs.is-primary.is-vertical ul li.is-disabled { - box-shadow: none; -} -.tabs.is-primary.is-vertical ul li.is-disabled > * { - color: rgba(48, 48, 48, 0.2); -} -.tabs.is-primary.is-vertical ul li.tabs__section-header { - font-size: 1.2rem; - text-transform: uppercase; - color: #9a9a9a; - padding: 0px 14px; -} -.tabs.is-primary.is-vertical ul li.tabs__section-header:hover { - box-shadow: none; -} -.tabs.is-secondary { - min-width: 100%; -} -.tabs.is-secondary ul { - list-style: none; - display: flex; - justify-content: flex-start; - padding: 0px; - box-shadow: inset 0px -2px rgba(96, 96, 96, 0.05); - overflow-x: auto; - overflow-x: -moz-scrollbars-none; -} -.tabs.is-secondary ul::-webkit-scrollbar { - width: 0 !important; -} -.tabs.is-secondary ul li { - cursor: pointer; - white-space: nowrap; -} -.tabs.is-secondary ul li > * { - display: flex; - justify-content: center; - align-items: center; - color: #016EFF; - font-size: 1.6rem; - height: 40px; - padding: 0px 20px; -} -.tabs.is-secondary ul li.is-active > * { - box-shadow: inset 0px -2px #016EFF; - color: #303030; -} -@media (max-width: 899px) { - .tabs.tablet-down-hide-left { - position: absolute; - left: -300px; - transition: left 300ms; - } -} -@media (max-width: 899px) { - .tabs.tablet-down-hide-right { - position: absolute; - right: -300px; - transition: right 300ms; - } -} -@media (max-width: 899px) { - .tabs.tablet-down-toggle-tabs-left { - position: absolute; - left: 0px; - margin: 0px; - box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.16); - z-index: 99; - } -} - -div.tags { - display: flex; - flex-direction: row; - flex-wrap: wrap; -} -div.tags.nowrap { - flex-wrap: nowrap; - overflow-x: auto; - overflow-x: -moz-scrollbars-none; -} -div.tags.nowrap::-webkit-scrollbar { - width: 0 !important; -} - -.tag { - display: inline-flex; - align-items: center; - justify-content: center; - padding: 0px 10px; - height: 28px; - margin: 3px; - background: #CCE2FF; - color: #303030; - border-radius: 9999px; - white-space: nowrap; - transition: 300ms; -} -.tag.is-active { - background: #80B6FF; -} -.tag[disabled], .tag.is-disabled { - background: rgba(48, 48, 48, 0.1); - color: rgba(48, 48, 48, 0.4); -} -.tag .d-icon { - font-size: 2rem !important; -} -.tag.is-small { - font-size: 1.2rem; - height: 22px; - padding: 0px 8px; -} -.tag.is-small .d-icon { - font-size: 1.6rem !important; -} -.tag a.d-icon { - opacity: 0.5; - color: #303030; -} -.tag a.d-icon:hover { - opacity: 1; -} -.tag.has-icon-back { - padding-right: 6px; -} -.tag.has-icon-back .d-icon { - margin-left: 6px; -} -.tag.has-icon-back.is-small { - padding-right: 4px; -} -.tag.has-icon-back.is-small .d-icon { - margin-left: 4px; -} -.tag.has-icon-front .d-icon { - margin-right: 4px; -} -.tag.outlined { - background: transparent; - color: #303030 !important; - border: 1px solid #016EFF; -} -.tag.outlined:hover { - background: rgba(1, 110, 255, 0.2); - color: #303030 !important; - transition: 300ms; -} -.tag.outlined.is-active { - background: #016eff; - color: #FFFFFF !important; -} -.tag.outlined[disabled], .tag.outlined.is-disabled { - background: rgba(48, 48, 48, 0.1); - color: rgba(48, 48, 48, 0.4); - border-color: rgba(48, 48, 48, 0.4); -} - -.title { - display: flex; - align-items: center; - height: 52px; -} -.title span.bar { - height: inherit; - width: 2px; - background-color: #D5D5D5; - border-radius: 4px; - margin-right: 8px; -} -.title span.bar.is-wide { - width: 4px; - margin-right: 6px; -} - -.toggle { - display: flex; - position: relative; - white-space: nowrap; - overflow: auto; - padding: 2px; -} -.toggle input { - position: absolute !important; - clip: rect(0, 0, 0, 0); - overflow: hidden; -} -.toggle input:checked + label { - box-shadow: none; - z-index: 1; - background-color: #FFFFFF; - color: #303030; - border-radius: 4px; - box-shadow: 0 0 0 2px #016EFF; -} -.toggle input:disabled + label { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -.toggle input.is-disabled + label { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -.toggle > ul { - display: flex; -} -.toggle label, -.toggle li { - display: flex; - justify-content: center; - align-items: center; - transition: all 300ms ease-in-out; - background: rgba(1, 110, 255, 0.08); - color: #016EFF; - font-size: 1.4rem; - height: 36px; - padding: 0px 14px; -} -.toggle label a, -.toggle li a { - color: inherit; -} -.toggle label.is-active, -.toggle li.is-active { - box-shadow: none; - z-index: 1; - background-color: #FFFFFF; - color: #303030; - border-radius: 4px !important; - box-shadow: 0 0 0 2px #016EFF; -} -.toggle label.is-active a, -.toggle li.is-active a { - color: inherit; -} -.toggle label:hover, -.toggle li:hover { - cursor: pointer; - color: #002B66; -} -.toggle label.is-disabled, .toggle label:disabled, -.toggle li.is-disabled, -.toggle li:disabled { - cursor: not-allowed; - color: rgba(48, 48, 48, 0.2); -} -.toggle label.is-disabled > *, .toggle label:disabled > *, -.toggle li.is-disabled > *, -.toggle li:disabled > * { - cursor: not-allowed; -} -.toggle label:first-of-type, -.toggle li:first-of-type { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.toggle label:last-of-type, -.toggle li:last-of-type { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.toggle.has-icons label, -.toggle.has-icons li { - padding: 0px 8px !important; -} -.toggle.has-icons.is-small label, -.toggle.has-icons.is-small li { - padding: 0px 6px !important; -} -.toggle.is-small label, -.toggle.is-small li { - height: 28px; - padding: 0px 10px; -} -.toggle.is-inverse label, -.toggle.is-inverse li { - color: #80B6FF; - background: rgba(255, 255, 255, 0.1); -} -.toggle.is-inverse label.is-active, -.toggle.is-inverse li.is-active { - color: #FFFFFF; - background: transparent; -} - -*[class*=d-tooltip] { - position: relative; -} -*[class*=d-tooltip]::after { - content: attr(data-tooltip); - z-index: 1000; - position: absolute; - visibility: hidden; - opacity: 0; - transition: 300ms; - white-space: nowrap; - padding: 6px 8px; - font-size: 1.2rem; - border-radius: 4px; - font-family: inherit; - background-color: rgba(48, 48, 48, 0.9); - color: #FFFFFF; - left: 50%; - top: calc(100% + 4px); - transform: translateX(-50%); -} -*[class*=d-tooltip][class*=-small]::after { - font-size: 1rem; - padding: 4px 6px; -} -*[class*=d-tooltip][class*=tooltip-top]::after { - top: 0%; - transform: translate(-50%, calc(-100% - 4px)); -} -*[class*=d-tooltip][class*=tooltip-left]::after { - left: 0%; - top: 50%; - transform: translate(calc(-100% - 4px), -50%); -} -*[class*=d-tooltip][class*=tooltip-right]::after { - left: calc(100% + 4px); - top: 50%; - transform: translateY(-50%); -} -*[class*=d-tooltip]:hover::after, *[class*=d-tooltip]:focus::after { - visibility: visible; - opacity: 1; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: inherit; -} - -h1 { - font-size: 2.8rem; - line-height: 1.25; - font-weight: 600; - color: #303030; -} - -h2 { - font-size: 2.6rem; - line-height: 1.25; - font-weight: 600; - color: #303030; -} - -h3 { - font-size: 2rem; - line-height: 1.5; - font-weight: 600; - color: #303030; -} - -h4 { - font-size: 1.6rem; - line-height: 1.5; - font-weight: 600; - color: #303030; -} - -h5 { - font-size: 1.4rem; - line-height: 1.5; - font-weight: 600; - color: #303030; -} - -h6 { - font-size: 1.2rem; - line-height: 1.5; - font-weight: 400; - color: #303030; -} - -p { - font-family: inherit; - font-size: 1.4rem; - line-height: 1.75; - font-weight: 400; - color: #303030; -} +.button-group{display:inline-flex}.button-group .button:first-child{border-top-right-radius:0px;border-bottom-right-radius:0px}.button-group .button:last-child{margin-left:-1px;border-top-left-radius:0px;border-bottom-left-radius:0px}.button-group .button{min-width:0px;padding:0px 20px}.button-group .has-icon{width:38px}.input-group{display:flex;align-items:center}.input-group label{min-width:110px;font-size:14px;font-weight:bold;align-self:center;margin-right:10px}.input-group.auto label{min-width:auto}.input-group.is-stacked{flex-direction:column;align-items:flex-start}.input-group.is-stacked label{margin-top:0px;align-self:flex-start;margin-bottom:4px}@media(max-width: 599px){.input-group.responsive{flex-direction:column;align-items:flex-start}.input-group.responsive label{margin-top:0px;align-self:flex-start;margin-bottom:4px}.input-group.responsive>div{width:100%}}.accordion{width:100%}.accordion details>summary{list-style-type:none}.accordion details>summary::-webkit-details-marker{display:none}.accordion.has-icon>details>summary::before{content:"";height:20px;width:20px;right:10px;position:absolute;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");background-repeat:no-repeat;background-size:20px}.accordion.has-icon>details[open]>summary::before{content:"";height:20px;width:20px;right:10px;position:absolute;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiI+CiAgICAgIDxwYXRoIGQ9Ik0yNCwyMC44LDEzLjQsMzEuNGExLjksMS45LDAsMCwxLTMtLjIsMi4xLDIuMSwwLDAsMSwuMi0yLjdsMTItMTEuOWExLjksMS45LDAsMCwxLDIuOCwwbDEyLDExLjlhMi4xLDIuMSwwLDAsMSwuMiwyLjcsMS45LDEuOSwwLDAsMS0zLC4yWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:20px}.accordion summary{background:#f8f8f8;position:relative;font-family:Helvetica-Bold;font-size:14px;color:#303030;line-height:18px;height:auto;padding:15px 15px;cursor:pointer;transition:.3s;border:1px solid #e8e8e8}.accordion summary:hover{background:#fff}.accordion .content{padding:15px 15px;background:#fff;border:1px solid #e8e8e8;border-top:none}.accordion.is-inverse summary:hover{background:#727272;color:#d8d8d8}.accordion.is-inverse summary{background:#454545;color:#fff;border:1px solid #f8f8f8}.accordion.is-inverse .content{background:#303030;color:#fff;border:1px solid #f8f8f8}.accordion.is-inverse.has-icon>details>summary::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K")}.accordion.is-inverse.has-icon>details[open]>summary::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiIgPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQsMjAuOCwxMy40LDMxLjRhMS45LDEuOSwwLDAsMS0zLS4yLDIuMSwyLjEsMCwwLDEsLjItMi43bDEyLTExLjlhMS45LDEuOSwwLDAsMSwyLjgsMGwxMiwxMS45YTIuMSwyLjEsMCwwLDEsLjIsMi43LDEuOSwxLjksMCwwLDEtMywuMloiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=")}.alert{width:400px;display:flex;box-sizing:border-box;background:#fff;border-radius:4px;box-shadow:0px 4px 8px rgba(0,0,0,.16);border-top-width:4px;border-top-style:solid;border-top-color:#d5d5d5}@media(max-width: 599px){.alert{width:100%}}.alert div{margin:17px 0px 18px 0px;flex:auto;overflow:hidden}.alert div h5{margin-bottom:8px}.alert div p{margin-top:4px;font-size:12px !important;margin-bottom:0px;line-height:1.25}.alert .d-icon{margin:14px;font-size:28px !important;color:#d5d5d5}.alert .close{display:block;padding:16px 0px}.alert .close .d-icon{font-size:24px !important;color:#303030 !important}.alert.is-inline{justify-content:center;padding:4px 10px;background:#f2f2f2;color:#303030;font-size:inherit;box-shadow:none !important;border:none !important;border-radius:0px !important;width:100%;display:flex !important}.alert.is-inline p{text-align:center;overflow:hidden}.alert.is-block{border-top:none;position:relative;box-shadow:none !important;width:100%;background:rgba(213,213,213,.1);border-left-width:4px;border-left-style:solid;border-left-color:#d5d5d5}.alert.is-block.is-info{background:rgba(0,102,223,.06)}.alert.is-block.is-warning{background:rgba(244,203,0,.06)}.alert.is-block.is-success{background:rgba(21,192,70,.06)}.alert.is-block.is-danger{background:rgba(234,0,0,.06)}.alert.is-block p{font-size:1.4rem !important}.alert.is-info{border-color:#0066df}.alert.is-info .d-icon{color:#0066df}.alert.is-warning{border-color:#f4cb00}.alert.is-warning .d-icon{color:#f4cb00}.alert.is-success{border-color:#15c046}.alert.is-success .d-icon{color:#15c046}.alert.is-danger{border-color:#ea0000}.alert.is-danger .d-icon{color:#ea0000}.box{padding:20px;background:#f8f8f8;border-radius:4px;border-color:#d5d5d5;border-width:1px;border-style:solid}.box footer{margin:22px -20px 0px -20px;padding:22px 22px 0px 22px;border-top-style:solid;border-top-color:#d5d5d5;border-top-width:1px}.breadcrumb{list-style-type:none;margin:0;padding:0}.breadcrumb li{float:left;position:relative;margin-right:22px}.breadcrumb li>*{display:block}.breadcrumb li.is-active>*{color:#303030;font-weight:bold}.breadcrumb li::after{content:"/";position:absolute;height:1.6rem;width:.4rem;top:0;right:-11px;color:rgba(48,48,48,.5)}.breadcrumb li:last-child{margin-right:0px}.breadcrumb li:last-child::after{display:none}.button{border:none;outline:0;cursor:pointer;box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;margin:0px;padding:0px 10px;padding-bottom:1px;height:36px;font-size:inherit;min-width:120px;border-radius:4px;transition:background 300ms;font-weight:inherit}.button.is-solid{background:#016eff;color:#fff}.button.is-solid.is-inverse{background:#016eff;color:#fff}.button.is-outline{background:transparent;color:#016eff;border:solid 1px #016eff}.button.is-outline.is-inverse{background:transparent;color:#fff;border:solid 1px #016eff}.button.is-ghost{background:rgba(1,110,255,.16);color:#016eff}.button.is-ghost.is-inverse{background:rgba(1,110,255,.16);color:#fff}.button.is-text{background:transparent;color:#016eff}.button.is-text.is-inverse{background:transparent;color:#fff}.button.is-danger{background:#ea0000;color:#fff}.button.is-danger.is-inverse{background:#ea0000;color:#fff}.button:hover,.button.is-active,.button.is-active:hover,.button:focus{transition:background 300ms}.button:hover.is-solid,.button.is-active.is-solid,.button.is-active:hover.is-solid,.button:focus.is-solid{background:#004cb3;color:#fff !important}.button:hover.is-solid.is-inverse,.button.is-active.is-solid.is-inverse,.button.is-active:hover.is-solid.is-inverse,.button:focus.is-solid.is-inverse{background:#004cb3;color:#fff !important}.button:hover.is-outline,.button.is-active.is-outline,.button.is-active:hover.is-outline,.button:focus.is-outline{background:rgba(0,76,179,.26);color:#004cb3 !important;border:solid 1px #004cb3}.button:hover.is-outline.is-inverse,.button.is-active.is-outline.is-inverse,.button.is-active:hover.is-outline.is-inverse,.button:focus.is-outline.is-inverse{background:rgba(0,76,179,.26);color:#fff !important;border:solid 1px #80b6ff}.button:hover.is-ghost,.button.is-active.is-ghost,.button.is-active:hover.is-ghost,.button:focus.is-ghost{background:rgba(0,76,179,.26);color:#004cb3 !important}.button:hover.is-ghost.is-inverse,.button.is-active.is-ghost.is-inverse,.button.is-active:hover.is-ghost.is-inverse,.button:focus.is-ghost.is-inverse{background:rgba(0,76,179,.26);color:#fff !important}.button:hover.is-text,.button.is-active.is-text,.button.is-active:hover.is-text,.button:focus.is-text{background:rgba(0,76,179,.26);color:#004cb3 !important}.button:hover.is-text.is-inverse,.button.is-active.is-text.is-inverse,.button.is-active:hover.is-text.is-inverse,.button:focus.is-text.is-inverse{background:rgba(0,76,179,.26);color:#fff !important}.button:hover.is-danger,.button.is-active.is-danger,.button.is-active:hover.is-danger,.button:focus.is-danger{background:#b00;color:#fff !important}.button:hover.is-danger.is-inverse,.button.is-active.is-danger.is-inverse,.button.is-active:hover.is-danger.is-inverse,.button:focus.is-danger.is-inverse{background:#b00;color:#fff !important}.button.is-disabled,.button[disabled],.button.is-disabled:hover,.button:hover[disabled]{box-shadow:none;cursor:not-allowed}.button.is-disabled.is-solid,.button[disabled].is-solid,.button.is-disabled:hover.is-solid,.button:hover[disabled].is-solid{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.button.is-disabled.is-solid.is-inverse,.button[disabled].is-solid.is-inverse,.button.is-disabled:hover.is-solid.is-inverse,.button:hover[disabled].is-solid.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.button.is-disabled.is-outline,.button[disabled].is-outline,.button.is-disabled:hover.is-outline,.button:hover[disabled].is-outline{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important;border:solid 1px rgba(48,48,48,.5)}.button.is-disabled.is-outline.is-inverse,.button[disabled].is-outline.is-inverse,.button.is-disabled:hover.is-outline.is-inverse,.button:hover[disabled].is-outline.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important;border:solid 1px rgba(255,255,255,.5)}.button.is-disabled.is-ghost,.button[disabled].is-ghost,.button.is-disabled:hover.is-ghost,.button:hover[disabled].is-ghost{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.button.is-disabled.is-ghost.is-inverse,.button[disabled].is-ghost.is-inverse,.button.is-disabled:hover.is-ghost.is-inverse,.button:hover[disabled].is-ghost.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.button.is-disabled.is-text,.button[disabled].is-text,.button.is-disabled:hover.is-text,.button:hover[disabled].is-text{background:transparent;color:rgba(48,48,48,.5) !important}.button.is-disabled.is-text.is-inverse,.button[disabled].is-text.is-inverse,.button.is-disabled:hover.is-text.is-inverse,.button:hover[disabled].is-text.is-inverse{background:transparent;color:rgba(255,255,255,.5) !important}.button.is-disabled.is-danger,.button[disabled].is-danger,.button.is-disabled:hover.is-danger,.button:hover[disabled].is-danger{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.button.is-disabled.is-danger.is-inverse,.button[disabled].is-danger.is-inverse,.button.is-disabled:hover.is-danger.is-inverse,.button:hover[disabled].is-danger.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.button.is-small{height:24px;font-size:12px;min-width:70px;padding:0px 10px}.button.is-medium{height:32px;font-size:inherit;min-width:90px;padding:0px 10px}.button.is-large{height:44px;font-size:16px;padding:0px 30px}.button.is-full{width:100%}.button.has-icon{min-width:0px !important}.button .d-icon{vertical-align:middle;font-size:18px;margin:0px 6px}.checkbox{backface-visibility:hidden;box-sizing:border-box;display:inline-block;outline:0;position:relative;height:20px;padding-left:2px;margin-right:16px}.checkbox input[type=checkbox]{box-sizing:border-box;display:inline-block;height:20px;opacity:0;position:absolute}.checkbox>label{box-sizing:border-box;cursor:pointer;padding:0;position:relative;color:#303030;font-size:14px;font-family:inherit;font-weight:normal !important}.checkbox label:before{border-radius:1px;box-shadow:0 0 0 2px rgba(1,110,255,.5);box-sizing:border-box;content:"";display:inline-block;height:16px;margin-right:10px;transition:all .2s;vertical-align:text-top;width:16px}.checkbox input[type=checkbox]:hover+label:before{box-shadow:0 0 0 2px #016eff}.checkbox input[type=checkbox]:focus+label:before{box-shadow:0 0 0 2px #016eff}.checkbox input[type=checkbox][data-partial=true]+label:before,.checkbox input[type=checkbox]:checked+label:before{box-shadow:0 0 0 2px #016eff;background:#016eff}.checkbox input[type=checkbox]:disabled+label{color:#d5d5d5;cursor:not-allowed}.checkbox input[type=checkbox]:disabled+label:before{box-shadow:0 0 0 2px #d5d5d5}.checkbox input[type=checkbox]:checked:not([data-partial])+label:after{border:solid #fff;border-width:0 2px 2px 0;box-sizing:border-box;content:" ";display:block;height:12px;left:5px;position:absolute;top:1px;transform:rotate(45deg);width:6px}.checkbox input[type=checkbox][data-partial]+label:after{box-shadow:inset 0 0 0 2px rgba(1,110,255,.5);box-sizing:border-box;content:" ";height:2px;left:2px;position:absolute;top:7px;transition:all .2s;width:12px;border-radius:9999px}.chips{font-size:inherit;background:#cce2ff;border-radius:4px;color:#303030;padding:4px 6px}.chips.is-small{font-size:1.2rem;padding:2px 4px}.chip-group .chips{border-radius:0px !important}.chip-group .chips:first-child{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.chip-group .chips:last-child{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.d-icon{font-size:2.4rem}.d-icon.is-extrasmall{font-size:1.2rem !important}.d-icon.is-small{font-size:1.8rem !important}.d-icon.is-medium{font-size:3.6rem !important}.d-icon.is-large{font-size:4.8rem !important}svg.d-icon{width:2.4rem;height:2.4rem}svg.d-icon.is-extrasmall{width:1.2rem !important;height:1.2rem !important}svg.d-icon.is-small{width:1.8rem !important;height:1.8rem !important}svg.d-icon.is-medium{width:3.6rem !important;height:3.6rem !important}svg.d-icon.is-large{width:4.8rem !important;height:4.8rem !important}.input{position:relative;z-index:0}.input input,.input textarea{margin:0;appearance:none;border:none;box-shadow:none;flex:1 0 auto;font:inherit;outline:none;text-align:left;padding:0px 10px;width:inherit}.input input:active,.input input:focus,.input textarea:active,.input textarea:focus{transition:300ms}.input{display:flex;width:250px}.input.is-full{width:100% !important}.input input{height:36px}.input textarea{padding-top:6px;max-width:100%;min-height:90px}.input input,.input textarea{background:rgba(1,110,255,.08);border-radius:4px;color:#303030;box-shadow:none}.input input:active,.input input:focus,.input textarea:active,.input textarea:focus{box-shadow:inset 0 -2px #016eff}.input input::placeholder,.input textarea::placeholder{color:rgba(48,48,48,.6)}.input input[disabled],.input textarea[disabled]{background:rgba(48,48,48,.05);color:rgba(48,48,48,.25);box-shadow:inset 0 -2px rgba(48,48,48,.05)}.input input[disabled]::placeholder,.input textarea[disabled]::placeholder{color:rgba(48,48,48,.6)}.input.is-active>input,.input.is-active>textarea{box-shadow:inset 0 -2px #016eff}.input.is-disabled>input,.input.is-disabled>textarea{background:rgba(48,48,48,.05);color:rgba(48,48,48,.25);box-shadow:inset 0 -2px rgba(48,48,48,.05)}.input.is-error>input,.input input:invalid,.input.is-error>textarea,.input textarea:invalid{box-shadow:inset 0 -2px #ea0000}.input.is-large>input{height:44px}.input.is-medium>input{height:32px}.input.is-small>input{height:24px}.input.is-inverse input{background:rgba(138,197,237,.1);color:#fff}.input.is-inverse input:active{border-bottom:2px solid #004cb3;color:#fff}.input.is-inverse input::placeholder{color:rgba(255,255,255,.5)}.input.is-inverse label{color:#fff}.input .message{width:inherit;font-size:11px !important;font-weight:normal;line-height:1.6rem;position:absolute;margin-top:2px}.input.is-error>.message{color:#ea0000}.input.has-icon-back>*{float:left}.input.has-icon-back input{padding-right:34px}.input.has-icon-back .d-icon{align-items:center;display:flex;font-size:1.8rem !important;pointer-events:none}.input.has-icon-back .d-icon::before{position:absolute;right:10px}.input.has-icon-front>*{float:left}.input.has-icon-front input{padding-left:34px}.input.has-icon-front .d-icon{align-items:center;display:flex;font-size:1.8rem !important}.input.has-icon-front .d-icon::before{position:absolute;left:10px}.input.has-icon-front.has-icon-back .d-icon:first-child::before{left:10px;right:unset}.input.has-icon-front.has-icon-back .d-icon:last-child::before{left:unset;right:10px}.input-group.has-button input{border-top-right-radius:0px;border-bottom-right-radius:0px}.input-group.has-button button.button{margin:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.input-group.has-dropdown .input{min-width:0px;width:auto}.input-group.has-dropdown .input input{min-width:250px;border-radius:0px}.input-group.has-dropdown .input select{width:inherit;padding-right:34px;border-top-right-radius:0px;border-bottom-right-radius:0px}a,.link{color:#016eff;text-decoration:none;font-size:inherit;cursor:pointer}a:hover,a.is-active,.link:hover,.link.is-active{color:#004cb3}a[disabled],a.is-disabled,.link[disabled],.link.is-disabled{color:rgba(48,48,48,.2);cursor:not-allowed}a.is-inverse,.link.is-inverse{color:#fff}a.is-inverse:hover,.link.is-inverse:hover{color:rgba(255,255,255,.4)}a.is-small,.link.is-small{font-size:1.2rem}a.is-secondary,.link.is-secondary{color:#606060}a.is-secondary:hover,.link.is-secondary:hover{color:#303030 !important}a.is-sub,a .is-sub,.link.is-sub,.link .is-sub{opacity:.5}a.is-sub:hover,a .is-sub:hover,.link.is-sub:hover,.link .is-sub:hover{opacity:1}a.has-icon-front .d-icon,.link.has-icon-front .d-icon{margin-right:4px;font-size:1.4rem !important;vertical-align:sub}a.has-icon-back .d-icon,.link.has-icon-back .d-icon{margin-left:2px;font-size:1.2rem !important;vertical-align:middle}a.has-icon-back.is-small .d-icon,.link.has-icon-back.is-small .d-icon{vertical-align:text-top}a:hover>.d-icon.is-sub,.link:hover>.d-icon.is-sub{color:#004cb3;opacity:1}a.is-secondary:hover>.d-icon.is-sub,.link.is-secondary:hover>.d-icon.is-sub{color:#303030;opacity:1}ol.list,ul.list{list-style-position:inside}ol.list.no-marker,ul.list.no-marker{list-style:none}ol.list li,ul.list li{margin:4px 0px}ul.list{list-style-type:square}.loader{position:relative;width:10px;height:10px;border-radius:50%;animation-name:loaderDefault;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease;animation-duration:.9s;animation-delay:.2s;left:14px;top:-10px;margin:0px}.loader:before,.loader:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;animation-name:loaderDefault;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease;animation-duration:.9s}.loader:before{left:14px;animation-delay:.3s}.loader:after{right:14px;animation-delay:.1s}.loader--inverse,.loader.is-inverse{animation-name:loaderInverse}.loader--inverse:before,.loader--inverse:after,.loader.is-inverse:before,.loader.is-inverse:after{animation-name:loaderInverse}.loader--button{left:0px}.button.is-solid .loader,.button.is-danger .loader{animation-name:loaderInverse}.button.is-solid .loader:before,.button.is-solid .loader:after,.button.is-danger .loader:before,.button.is-danger .loader:after{animation-name:loaderInverse}@keyframes loaderDefault{0%{box-shadow:0 10px 0 -10px #016eff;opacity:0}50%{box-shadow:0 10px 0 #016eff;opacity:.75}100%{box-shadow:0 10px 0 #016eff;opacity:1}}@keyframes loaderInverse{0%{box-shadow:0 10px 0 -10px #fff;opacity:0}50%{box-shadow:0 10px 0 #fff;opacity:.75}100%{box-shadow:0 10px 0 #fff;opacity:1}}.menu{white-space:nowrap;position:relative}.menu.is-right .menu-content{left:100%;transform:translateX(-100%)}.menu.is-left .menu-content{left:0%;transform:translateX(0%)}.menu.is-active .menu-trigger{pointer-events:none}.menu.is-active .menu-content,.menu.is-active .menu-content:hover{opacity:1;visibility:visible}.menu .menu-content{height:auto;opacity:0;background:#fff;font-size:14px;position:absolute;padding:15px 20px;border-radius:8px;visibility:hidden;box-shadow:0px 4px 8px rgba(0,0,0,.16);z-index:100;left:50%;transform:translateX(-50%);border-color:#e8e8e8;border-width:2px;border-style:solid;border-radius:4px;-webkit-transition:all .3s .1s;-moz-transition:all .3s .1s;-o-transition:all .3s .1s;transition:all .3s .1s}.menu .menu-content>*{display:block;white-space:nowrap;padding:5px 0px;height:unset}.menu .menu-content hr{background-color:#e8e8e8;height:2px;width:calc(100% + 40px);margin-left:-20px;padding:0px}.menu .menu-trigger:hover+.menu-content,.menu .menu-trigger:focus+.menu-content,.menu .menu-content:hover{opacity:1;visibility:visible}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;opacity:0;-webkit-transition:opacity 300ms ease-in;-moz-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in;pointer-events:none;background:rgba(232,232,232,.9);overflow:auto;display:flex;justify-content:center;align-items:center}.modal div.modal-container{width:450px;margin:20px;position:relative;background:#fff;box-shadow:0px 4px 8px rgba(0,0,0,.16);border-width:2px;border-style:solid;border-color:#e8e8e8;border-radius:4px;display:flex;flex-direction:column}.modal div.modal-container .close{color:#303030;opacity:.4;line-height:14px;position:absolute;z-index:500;right:14px;top:14px}.modal div.modal-container .close:hover{color:#303030;opacity:.6}.modal div.modal-container div.modal-content{padding:24px 30px 24px 30px}.modal div.modal-container div.modal-header{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e8e8e8;display:flex;align-items:center;padding:15px 58px 13px 30px;width:100%}.modal div.modal-container div.modal-footer{border-top-width:2px;border-top-style:solid;border-top-color:#e8e8e8;margin-bottom:0px;display:flex;align-items:center;padding:20px 30px 20px 30px;width:100%}.modal div.modal-container.is-full{width:100%;height:100%;box-shadow:none;border:none !important;border-radius:0px !important;margin:0px;padding:0px}.modal div.modal-container.is-full div.modal-content{padding:24px 58px 24px 58px;height:100%;overflow-y:scroll}.modal:target,.modal.is-active{opacity:1;pointer-events:auto}@media(max-width: 899px){.modal div.is-full div.modal-content{padding:24px 30px 24px 30px}}.nav{box-sizing:border-box;height:60px;width:100%;background:#002b66;position:relative}.nav.is-fixed-top{position:fixed;top:0}.nav .nav-center .nav-item,.nav .nav-center .nav-icon,.nav .nav-center .menu--nav,.nav .nav-center .nav-control,.nav .nav-right .nav-item,.nav .nav-right .nav-icon,.nav .nav-right .menu--nav,.nav .nav-right .nav-control{display:block}@media(min-width: 899px){.nav .nav-center,.nav .nav-right{display:inline-block;background:transparent}.nav .nav-center .nav-item,.nav .nav-center .nav-icon,.nav .nav-center .menu--nav,.nav .nav-center .nav-control,.nav .nav-right .nav-item,.nav .nav-right .nav-icon,.nav .nav-right .menu--nav,.nav .nav-right .nav-control{display:inline-block}}.nav .nav-left{padding-left:12px;padding-right:12px;display:inline-block;vertical-align:top;height:60px;width:100%}.nav .nav-left .nav-item,.nav .nav-left .nav-icon,.nav .nav-left .menu--nav,.nav .nav-left .nav-control{height:60px;padding:18px 8px}@media(min-width: 899px){.nav .nav-left .nav-item,.nav .nav-left .nav-icon,.nav .nav-left .menu--nav,.nav .nav-left .nav-control{padding:18px 12px}}@media(min-width: 899px){.nav .nav-left{width:300px;padding-left:18px;padding-right:0px}}.nav .nav-right{padding-right:0px}@media(min-width: 899px){.nav .nav-right{float:right;padding-right:18px}}.nav .nav-responsive{position:absolute;left:0;right:0;height:calc(100vh - 60px);background:#19375f;opacity:0;visibility:hidden;overflow:auto}.nav .nav-responsive.is-active{opacity:1;visibility:visible}@media(min-width: 899px){.nav .nav-responsive{float:right;width:calc(100% - 300px);opacity:1;visibility:visible;height:60px;background:transparent !important;position:relative;overflow:inherit}}.nav .nav-item,.nav .nav-icon,.nav .menu--nav,.nav .nav-control{display:inline-block;vertical-align:top;height:54px;padding:16px 20px;position:relative}@media(min-width: 899px){.nav .nav-item,.nav .nav-icon,.nav .menu--nav,.nav .nav-control{height:60px;padding:18px 12px}}.nav .nav-brand{width:auto;padding:13px 12px;height:60px}.nav .nav-item,.nav .nav-icon{color:#fff;font-size:1.6rem}.nav .nav-item .icon-name,.nav .nav-icon .icon-name{margin-left:10px}@media(min-width: 899px){.nav .nav-item .icon-name,.nav .nav-icon .icon-name{display:none}}.nav .nav-item.is-active,.nav .nav-icon.is-active{box-shadow:inset 4px 0 0 #016eff}@media(min-width: 899px){.nav .nav-item.is-active,.nav .nav-icon.is-active{box-shadow:inset 0 -4px 0 #016eff}}.nav .nav-item:hover,.nav .nav-item:focus,.nav .nav-icon:hover,.nav .nav-icon:focus{color:rgba(255,255,255,.4)}.nav .menu.menu--nav{color:#fff;padding:0px !important;height:auto}.nav .menu.menu--nav .menu-content{margin-top:-8px}@media(max-width: 898px){.nav .menu.menu--nav{position:unset}.nav .menu.menu--nav .menu-content{height:0px;overflow:hidden;padding:0px;border-radius:0px;border:none;box-shadow:none;width:100%;margin-top:0px;background-color:transparent}.nav .menu.menu--nav .menu-content>*{display:block;height:40px;background:#334d71;padding:10px 20px;color:#fff}.nav .menu.menu--nav .menu-content>*:hover,.nav .menu.menu--nav .menu-content>*:focus{color:#fff}.nav .menu.menu--nav .menu-content:before,.nav .menu.menu--nav .menu-content:after{display:none}.nav .menu.menu--nav .menu-trigger:hover+.menu-content,.nav .menu.menu--nav .menu-trigger:focus+.menu-content,.nav .menu.menu--nav .menu-content:hover{height:auto}}.nav .nav-control{padding:9px 12px;color:#fff}.nav .nav-control>*{width:100%}@media(min-width: 899px){.nav .nav-control{padding:12px 12px}}.d-progress{height:16px;width:100%;background:#e8e8e8;border-radius:4px;display:flex;overflow:hidden}.d-progress .d-progress--bar{height:inherit;background:#016eff;margin-left:2px}.d-progress .d-progress--bar:first-child{margin-left:0px !important}.d-progress__sm{height:10px}.d-progress__md{height:20px}.d-progress__lg{height:24px}.d-progress__loading{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:loadingShimmer;animation-timing-function:linear;background-image:linear-gradient(to right, #E8E8E8 0%, #f7f7f7 50%, #E8E8E8 100%);background-size:50%;background-repeat:no-repeat;position:relative}@keyframes loadingShimmer{0%{background-position:-100%}100%{background-position:200%}}.radio{backface-visibility:hidden;box-sizing:border-box;display:inline-block;outline:0;position:relative;height:20px;margin-right:16px}.radio>input[type=radio]{height:20px;box-sizing:border-box;opacity:0;position:absolute}.radio>label{box-sizing:border-box;cursor:pointer;padding:0;position:relative;color:#303030;font-size:14px;font-family:helvetica,sans-serif;font-weight:normal;padding-left:2px}.radio>label:before{border-radius:50%;box-shadow:0 0 0 2px rgba(1,110,255,.5);box-sizing:border-box;content:"";display:inline-block;height:16px;margin-right:10px;transition:.2s;vertical-align:text-top;width:16px}.radio>input[type=radio]:hover+label:before{box-shadow:0 0 0 2px #016eff}.radio>input[type=radio]:checked+label:before{box-shadow:0 0 0 2px #016eff}.radio>input[type=radio]:disabled+label{color:#d5d5d5;cursor:not-allowed}.radio>input[type=radio]:disabled+label:before{box-shadow:0 0 0 2px #d5d5d5}.radio>input[type=radio]:checked+label:after{background-color:#016eff;border-radius:50%;box-sizing:border-box;content:"";height:12px;left:4px;position:absolute;top:2px;transition:.2s;width:12px}.input.has-arrow:before{content:url('data:image/svg+xml;charset=UTF-8, ');pointer-events:none;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);right:10px;height:18px;width:18px}.input select{background:rgba(1,110,255,.08);border-radius:4px;color:#303030;height:36px;box-shadow:none;appearance:none;-webkit-appearance:none;flex:1 0 auto;font:inherit;outline:none;border:none;text-align:left;width:inherit;margin:0;position:relative;padding:0px 10px}.input select option{color:#000}.input select:active,.input select:focus,.input select[disabled]{transition:300ms}.input select:invalid{box-shadow:inset 0 -2px 0 #ea0000}.input select::placeholder{color:rgba(48,48,48,.6)}.input select:active,.input select:focus{box-shadow:inset 0 -2px #016eff}.input select[disabled]{background:rgba(48,48,48,.05);box-shadow:inset 0 -2px rgba(48,48,48,.05)}.input.is-active>select{box-shadow:inset 0 -2px #016eff}.input.is-error>select{box-shadow:inset 0 -2px #ea0000}.input.is-inverse.has-arrow:before{content:url('data:image/svg+xml;charset=UTF-8, ')}.input.is-inverse select{background:rgba(242,242,242,.1);color:#fff}.input.is-inverse select::placeholder{color:rgba(255,255,255,.6)}.input.is-inverse select:active,.input.is-inverse select:focus{background:rgba(242,242,242,.1);box-shadow:inset 0 -2px 0 #004cb3}.input.is-inverse select[disabled]{background:rgba(255,255,255,.1);box-shadow:inset 0 -2px 0 rgba(255,255,255,.05);color:rgba(255,255,255,.1)}.input.is-inverse select[disabled]::placeholder{color:rgba(255,255,255,.2)}.input.is-large>select{height:44px}.input.is-medium>select{height:32px}.input.is-small>select{height:24px}.input.is-full{width:100%}label.switch{box-sizing:border-box;display:inline-flex;height:20px;position:relative;margin-top:0px !important;align-items:center;margin-right:16px}label.switch>input[type=checkbox]{display:none}label.switch>.slider{background-color:#d5d5d5;border-radius:34px;bottom:0;box-sizing:border-box;cursor:pointer;height:4px;left:0;position:relative;right:0;transition:all .4s;width:34px}label.switch>.slider:before{background-color:transparent;box-sizing:border-box;content:" ";height:18px;left:0;position:absolute;top:-8px;width:34px}label.switch>.slider:after{background-color:#fff;bottom:-8px;border:2px solid;border-color:rgba(1,110,255,.5);border-radius:50%;box-sizing:border-box;content:"";height:20px;left:0;position:absolute;transition:all .4s;width:20px}label.switch>input[type=checkbox]:hover~.slider:after{border-color:#016eff}label.switch>input[type=checkbox]:checked~.slider{background-color:rgba(21,192,70,.45)}label.switch>input[type=checkbox]:checked~.slider:after{background:#15c046;border-color:#15c046;transform:translateX(16px)}label.switch.disabled>input[type=checkbox]~.slider,label.switch>input[type=checkbox]:disabled~.slider,label.switch>input[type=checkbox]:checked:disabled~.slider{background-color:#e8e8e8;cursor:not-allowed}label.switch.disabled>input[type=checkbox]~.slider:after,label.switch>input[type=checkbox]:disabled~.slider:after,label.switch>input[type=checkbox]:checked:disabled~.slider:after{border-color:#d5d5d5;cursor:not-allowed}label.switch.disabled>input[type=checkbox]:checked~.slider:after,label.switch>input[type=checkbox]:checked:disabled~.slider:after{background:#fff}label.switch>.label{color:inherit;font-size:14px;font-family:helvetica,sans-serif;font-weight:normal;margin-left:10px;position:relative;white-space:nowrap}label.switch.disabled>.label,label.switch>input[type=checkbox]:disabled~.label,label.switch>input[type=checkbox]:checked:disabled~.label{color:#d5d5d5}label.switch>input[type=checkbox]:checked~.off{display:none}label.switch>input[type=checkbox]:not(:checked)~.off{display:inline}label.switch>input[type=checkbox]:checked~.on{display:inline}label.switch>input[type=checkbox]:not(:checked)~.on{display:none}.table-container{width:100%;overflow:scroll;border-radius:6px}.table-container__freeze table.table tr th:first-child{position:sticky;left:0;box-shadow:0 50px 20px -50px rgba(0,0,0,.1),0 8px 20px 0 rgba(0,0,0,.1);max-width:fit-content;background:#fff}table.table{width:100%;overflow:scroll;position:relative}table.table th,table.table td{padding:0px 10px;white-space:nowrap}table.table th.is-center,table.table td.is-center{text-align:center}table.table th.is-right,table.table td.is-right{text-align:right}table.table tbody th,table.table tbody td{border-bottom:solid 1px #e8e8e8;font-weight:normal}table.table thead tr{height:14px;border-bottom:solid 2px #e8e8e8}table.table thead th{text-transform:uppercase;font-weight:normal;color:#303030;font-size:1.2rem;padding:10px}table.table thead th.is-sorted{align-items:center}table.table thead th.is-sorted::after{content:url('data:image/svg+xml;charset=UTF-8, ');width:14px;height:14px;margin-left:4px;display:inline-flex;position:relative;top:2px}table.table thead th.is-sorted__ascend{font-weight:bold}table.table thead th.is-sorted__ascend::after{content:url('data:image/svg+xml;charset=UTF-8, ')}table.table thead th.is-sorted__descend{font-weight:bold}table.table thead th.is-sorted__descend::after{content:url('data:image/svg+xml;charset=UTF-8, ')}table.table tfoot th,table.table tfoot td{background:#e8e8e8 !important}table.table tfoot th:first-child,table.table tfoot td:first-child{border-radius:0px 0px 0px 6px}table.table tfoot th:last-child,table.table tfoot td:last-child{border-radius:0px 0px 6px 0px}table.table.is-striped tbody th,table.table.is-striped tbody td{border:none !important}table.table.is-striped tbody tr:nth-child(odd) th,table.table.is-striped tbody tr:nth-child(odd) td{background:#f8f8f8 !important}table.table.is-cards{border-collapse:separate;border-spacing:0px 10px}table.table.is-cards th:first-child,table.table.is-cards td:first-child{border-radius:6px 0px 0px 6px !important}table.table.is-cards th:last-child,table.table.is-cards td:last-child{border-radius:0px 6px 6px 0px !important}table.table.is-cards thead th{padding-bottom:0px;border:none}table.table.is-cards tbody th,table.table.is-cards tbody td{border:solid 1px #e8e8e8;border-right:none;border-left:none}table.table.is-cards tbody th:first-child,table.table.is-cards tbody td:first-child{border-left:solid 1px #e8e8e8}table.table.is-cards tbody th:last-child,table.table.is-cards tbody td:last-child{border-right:solid 1px #e8e8e8}table.table tr{height:48px}table.table__condensed tr{height:40px}table.table__expanded tr{height:56px}.tabs{-webkit-overflow-scrolling:touch}.tabs.is-primary{min-width:100%;background:#f3f8ff}.tabs.is-primary ul{list-style:none;display:flex;justify-content:flex-start;padding:20px 0px 0px 30px;overflow-x:auto;overflow-x:-moz-scrollbars-none}.tabs.is-primary ul::-webkit-scrollbar{width:0 !important}.tabs.is-primary ul li{white-space:nowrap;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#016eff;font-size:1.6rem;height:40px;border-top-left-radius:6px;border-top-right-radius:6px}.tabs.is-primary ul li>*{padding:0px 20px}.tabs.is-primary ul li.is-active{background:#fff}.tabs.is-primary ul li.is-active>*{color:#303030}.tabs.is-primary ul li.is-disabled>*{color:rgba(48,48,48,.2);cursor:not-allowed}.tabs.is-primary.is-vertical{min-width:300px;width:300px;height:inherit;overflow-y:auto}.tabs.is-primary.is-vertical ul{flex-direction:column;padding:12px 0px 40px 0px}.tabs.is-primary.is-vertical ul li{cursor:pointer;justify-content:flex-start;box-sizing:border-box;height:40px;margin:2px 16px;border-radius:8px}.tabs.is-primary.is-vertical ul li>*{color:inherit;padding:0px 14px;height:inherit;flex:auto;display:flex;align-items:center}.tabs.is-primary.is-vertical ul li:hover{box-shadow:inset 0px 0px 0px 1px rgba(0,76,179,.1)}.tabs.is-primary.is-vertical ul li:hover>*{color:#004cb3}.tabs.is-primary.is-vertical ul li.is-active{box-shadow:inset 0px 0px 0px 1px rgba(1,110,255,.1);background:rgba(1,110,255,.1);font-weight:bold}.tabs.is-primary.is-vertical ul li.is-active>*{color:#303030}.tabs.is-primary.is-vertical ul li.is-disabled{box-shadow:none}.tabs.is-primary.is-vertical ul li.is-disabled>*{color:rgba(48,48,48,.2)}.tabs.is-primary.is-vertical ul li.tabs__section-header{font-size:1.2rem;text-transform:uppercase;color:#9a9a9a;padding:0px 14px}.tabs.is-primary.is-vertical ul li.tabs__section-header:hover{box-shadow:none}.tabs.is-secondary{min-width:100%}.tabs.is-secondary ul{list-style:none;display:flex;justify-content:flex-start;padding:0px;box-shadow:inset 0px -2px rgba(96,96,96,.05);overflow-x:auto;overflow-x:-moz-scrollbars-none}.tabs.is-secondary ul::-webkit-scrollbar{width:0 !important}.tabs.is-secondary ul li{cursor:pointer;white-space:nowrap}.tabs.is-secondary ul li>*{display:flex;justify-content:center;align-items:center;color:#016eff;font-size:1.6rem;height:40px;padding:0px 20px}.tabs.is-secondary ul li.is-active>*{box-shadow:inset 0px -2px #016eff;color:#303030}@media(max-width: 899px){.tabs.tablet-down-hide-left{position:absolute;left:-300px;transition:left 300ms}}@media(max-width: 899px){.tabs.tablet-down-hide-right{position:absolute;right:-300px;transition:right 300ms}}@media(max-width: 899px){.tabs.tablet-down-toggle-tabs-left{position:absolute;left:0px;margin:0px;box-shadow:4px 0px 8px rgba(0,0,0,.16);z-index:99}}div.tags{display:flex;flex-direction:row;flex-wrap:wrap}div.tags.nowrap{flex-wrap:nowrap;overflow-x:auto;overflow-x:-moz-scrollbars-none}div.tags.nowrap::-webkit-scrollbar{width:0 !important}.tag{display:inline-flex;align-items:center;justify-content:center;padding:0px 10px;height:28px;margin:3px;background:#cce2ff;color:#303030;border-radius:9999px;white-space:nowrap;transition:300ms}.tag.is-active{background:#80b6ff}.tag[disabled],.tag.is-disabled{background:rgba(48,48,48,.1);color:rgba(48,48,48,.4)}.tag .d-icon{font-size:2rem !important}.tag.is-small{font-size:1.2rem;height:22px;padding:0px 8px}.tag.is-small .d-icon{font-size:1.6rem !important}.tag a.d-icon{opacity:.5;color:#303030}.tag a.d-icon:hover{opacity:1}.tag.has-icon-back{padding-right:6px}.tag.has-icon-back .d-icon{margin-left:6px}.tag.has-icon-back.is-small{padding-right:4px}.tag.has-icon-back.is-small .d-icon{margin-left:4px}.tag.has-icon-front .d-icon{margin-right:4px}.tag.outlined{background:transparent;color:#303030 !important;border:1px solid #016eff}.tag.outlined:hover{background:rgba(1,110,255,.2);color:#303030 !important;transition:300ms}.tag.outlined.is-active{background:#016eff;color:#fff !important}.tag.outlined[disabled],.tag.outlined.is-disabled{background:rgba(48,48,48,.1);color:rgba(48,48,48,.4);border-color:rgba(48,48,48,.4)}.title{display:flex;align-items:center;height:52px}.title span.bar{height:inherit;width:2px;background-color:#d5d5d5;border-radius:4px;margin-right:8px}.title span.bar.is-wide{width:4px;margin-right:6px}.toggle{display:flex;position:relative;white-space:nowrap;overflow:auto;padding:2px}.toggle input{position:absolute !important;clip:rect(0, 0, 0, 0);overflow:hidden}.toggle input:checked+label{box-shadow:none;z-index:1;background-color:#fff;color:#303030;border-radius:4px;box-shadow:0 0 0 2px #016eff}.toggle input:disabled+label{color:rgba(48,48,48,.2);cursor:not-allowed}.toggle input.is-disabled+label{color:rgba(48,48,48,.2);cursor:not-allowed}.toggle>ul{display:flex}.toggle label,.toggle li{display:flex;justify-content:center;align-items:center;transition:all 300ms ease-in-out;background:rgba(1,110,255,.08);color:#016eff;font-size:1.4rem;height:36px;padding:0px 14px}.toggle label a,.toggle li a{color:inherit}.toggle label.is-active,.toggle li.is-active{box-shadow:none;z-index:1;background-color:#fff;color:#303030;border-radius:4px !important;box-shadow:0 0 0 2px #016eff}.toggle label.is-active a,.toggle li.is-active a{color:inherit}.toggle label:hover,.toggle li:hover{cursor:pointer;color:#002b66}.toggle label.is-disabled,.toggle label:disabled,.toggle li.is-disabled,.toggle li:disabled{cursor:not-allowed;color:rgba(48,48,48,.2)}.toggle label.is-disabled>*,.toggle label:disabled>*,.toggle li.is-disabled>*,.toggle li:disabled>*{cursor:not-allowed}.toggle label:first-of-type,.toggle li:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.toggle label:last-of-type,.toggle li:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.toggle.has-icons label,.toggle.has-icons li{padding:0px 8px !important}.toggle.has-icons.is-small label,.toggle.has-icons.is-small li{padding:0px 6px !important}.toggle.is-small label,.toggle.is-small li{height:28px;padding:0px 10px}.toggle.is-inverse label,.toggle.is-inverse li{color:#80b6ff;background:rgba(255,255,255,.1)}.toggle.is-inverse label.is-active,.toggle.is-inverse li.is-active{color:#fff;background:transparent}*[class*=d-tooltip]{position:relative}*[class*=d-tooltip]::after{content:attr(data-tooltip);z-index:1000;position:absolute;visibility:hidden;opacity:0;transition:300ms;white-space:nowrap;padding:6px 8px;font-size:1.2rem;border-radius:4px;font-family:inherit;background-color:rgba(48,48,48,.9);color:#fff;left:50%;top:calc(100% + 4px);transform:translateX(-50%)}*[class*=d-tooltip][class*=-small]::after{font-size:1rem;padding:4px 6px}*[class*=d-tooltip][class*=tooltip-top]::after{top:0%;transform:translate(-50%, calc(-100% - 4px))}*[class*=d-tooltip][class*=tooltip-left]::after{left:0%;top:50%;transform:translate(calc(-100% - 4px), -50%)}*[class*=d-tooltip][class*=tooltip-right]::after{left:calc(100% + 4px);top:50%;transform:translateY(-50%)}*[class*=d-tooltip]:hover::after,*[class*=d-tooltip]:focus::after{visibility:visible;opacity:1}h1,h2,h3,h4,h5,h6{font-family:inherit}h1{font-size:2.8rem;line-height:1.25;font-weight:600;color:#303030}h2{font-size:2.6rem;line-height:1.25;font-weight:600;color:#303030}h3{font-size:2rem;line-height:1.5;font-weight:600;color:#303030}h4{font-size:1.6rem;line-height:1.5;font-weight:600;color:#303030}h5{font-size:1.4rem;line-height:1.5;font-weight:600;color:#303030}h6{font-size:1.2rem;line-height:1.5;font-weight:400;color:#303030}p{font-family:inherit;font-size:1.4rem;line-height:1.75;font-weight:400;color:#303030} diff --git a/css/denali-dark-theme.css b/css/denali-dark-theme.css index ef0974d..5247e77 100644 --- a/css/denali-dark-theme.css +++ b/css/denali-dark-theme.css @@ -1,1052 +1 @@ -html { - font-size: 10px; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; -} - -.denali-dark-theme { - font-size: 1.4rem; - background: #12191F; - color: #ffffff; - font-family: Helvetica, "Arial", sans-serif; -} -.denali-dark-theme hr { - background-color: #D5D5D5; -} -.denali-dark-theme .alert { - background: #303030; - border-radius: 4px; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - border-top-width: 4px; - border-top-style: solid; - border-top-color: #D5D5D5; -} -.denali-dark-theme .alert div p { - line-height: 1.25; -} -.denali-dark-theme .alert .d-icon { - color: #D5D5D5; -} -.denali-dark-theme .alert .close .d-icon { - color: #ffffff !important; -} -.denali-dark-theme .alert.is-inline { - justify-content: center; - padding: 4px 10px; - background: rgba(204, 226, 255, 0.4); - color: #303030; - font-size: inherit; -} -.denali-dark-theme .alert.is-inline p { - text-align: center; -} -.denali-dark-theme .alert.is-block { - border-top: none; - background: rgba(213, 213, 213, 0.1); - border-left-width: 4px; - border-left-style: solid; - border-left-color: #D5D5D5; -} -.denali-dark-theme .alert.is-block.is-info { - background: rgba(0, 102, 223, 0.06); -} -.denali-dark-theme .alert.is-block.is-warning { - background: rgba(244, 203, 0, 0.06); -} -.denali-dark-theme .alert.is-block.is-success { - background: rgba(21, 192, 70, 0.06); -} -.denali-dark-theme .alert.is-block.is-danger { - background: rgba(234, 0, 0, 0.06); -} -.denali-dark-theme .box { - padding: 20px; - background: rgba(42, 48, 53, 0.5); - border-radius: 4px; - border-color: #606060; - border-width: 1px; - border-style: solid; -} -.denali-dark-theme .box footer { - margin: 22px -20px 0px -20px; - padding: 22px 22px 0px 22px; - border-top-style: solid; - border-top-color: #606060; - border-top-width: 1px; -} -.denali-dark-theme .breadcrumb li { - margin-right: 22px; -} -.denali-dark-theme .breadcrumb li.is-active > * { - color: #ffffff; - font-weight: bold; -} -.denali-dark-theme .breadcrumb li::after { - content: "/"; - right: -11px; - color: rgba(255, 255, 255, 0.5); -} -.denali-dark-theme .button { - height: 36px; - font-size: inherit; - min-width: 120px; - border-radius: 4px; - font-weight: inherit; - padding: 0px 10px; -} -.denali-dark-theme .button.is-solid { - background: #016EFF; - color: #FFFFFF; -} -.denali-dark-theme .button.is-solid.is-inverse { - background: #016EFF; - color: #FFFFFF; -} -.denali-dark-theme .button.is-outline { - background: transparent; - color: #ffffff; - border: solid 1px #016EFF; -} -.denali-dark-theme .button.is-outline.is-inverse { - background: transparent; - color: #FFFFFF; - border: solid 1px #016EFF; -} -.denali-dark-theme .button.is-ghost { - background: rgba(128, 182, 255, 0.16); - color: #ffffff; -} -.denali-dark-theme .button.is-ghost.is-inverse { - background: rgba(128, 182, 255, 0.16); - color: #FFFFFF; -} -.denali-dark-theme .button.is-text { - background: transparent; - color: #80B6FF; -} -.denali-dark-theme .button.is-text.is-inverse { - background: transparent; - color: #FFFFFF; -} -.denali-dark-theme .button.is-danger { - background: #EA0000; - color: #FFFFFF; -} -.denali-dark-theme .button.is-danger.is-inverse { - background: #EA0000; - color: #FFFFFF; -} -.denali-dark-theme .button:hover.is-solid, .denali-dark-theme .button.is-active.is-solid, .denali-dark-theme .button.is-active:hover.is-solid, .denali-dark-theme .button:focus.is-solid { - background: #004CB3; - color: #FFFFFF !important; -} -.denali-dark-theme .button:hover.is-solid.is-inverse, .denali-dark-theme .button.is-active.is-solid.is-inverse, .denali-dark-theme .button.is-active:hover.is-solid.is-inverse, .denali-dark-theme .button:focus.is-solid.is-inverse { - background: #004CB3; - color: #FFFFFF !important; -} -.denali-dark-theme .button:hover.is-outline, .denali-dark-theme .button.is-active.is-outline, .denali-dark-theme .button.is-active:hover.is-outline, .denali-dark-theme .button:focus.is-outline { - background: rgba(0, 76, 179, 0.26); - color: #ffffff !important; - border: solid 1px #004CB3; -} -.denali-dark-theme .button:hover.is-outline.is-inverse, .denali-dark-theme .button.is-active.is-outline.is-inverse, .denali-dark-theme .button.is-active:hover.is-outline.is-inverse, .denali-dark-theme .button:focus.is-outline.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; - border: solid 1px #004CB3; -} -.denali-dark-theme .button:hover.is-ghost, .denali-dark-theme .button.is-active.is-ghost, .denali-dark-theme .button.is-active:hover.is-ghost, .denali-dark-theme .button:focus.is-ghost { - background: rgba(1, 110, 255, 0.26); - color: #ffffff !important; -} -.denali-dark-theme .button:hover.is-ghost.is-inverse, .denali-dark-theme .button.is-active.is-ghost.is-inverse, .denali-dark-theme .button.is-active:hover.is-ghost.is-inverse, .denali-dark-theme .button:focus.is-ghost.is-inverse { - background: rgba(1, 110, 255, 0.26); - color: #FFFFFF !important; -} -.denali-dark-theme .button:hover.is-text, .denali-dark-theme .button.is-active.is-text, .denali-dark-theme .button.is-active:hover.is-text, .denali-dark-theme .button:focus.is-text { - background: rgba(128, 182, 255, 0.26); - color: #80B6FF !important; -} -.denali-dark-theme .button:hover.is-text.is-inverse, .denali-dark-theme .button.is-active.is-text.is-inverse, .denali-dark-theme .button.is-active:hover.is-text.is-inverse, .denali-dark-theme .button:focus.is-text.is-inverse { - background: rgba(128, 182, 255, 0.26); - color: #FFFFFF !important; -} -.denali-dark-theme .button.is-disabled.is-solid, .denali-dark-theme .button[disabled].is-solid, .denali-dark-theme .button.is-disabled:hover.is-solid, .denali-dark-theme .button:hover[disabled].is-solid { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-solid.is-inverse, .denali-dark-theme .button[disabled].is-solid.is-inverse, .denali-dark-theme .button.is-disabled:hover.is-solid.is-inverse, .denali-dark-theme .button:hover[disabled].is-solid.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-outline, .denali-dark-theme .button[disabled].is-outline, .denali-dark-theme .button.is-disabled:hover.is-outline, .denali-dark-theme .button:hover[disabled].is-outline { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; - border: solid 1px rgba(255, 255, 255, 0.5); -} -.denali-dark-theme .button.is-disabled.is-outline.is-inverse, .denali-dark-theme .button[disabled].is-outline.is-inverse, .denali-dark-theme .button.is-disabled:hover.is-outline.is-inverse, .denali-dark-theme .button:hover[disabled].is-outline.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; - border: solid 1px rgba(255, 255, 255, 0.5); -} -.denali-dark-theme .button.is-disabled.is-ghost, .denali-dark-theme .button[disabled].is-ghost, .denali-dark-theme .button.is-disabled:hover.is-ghost, .denali-dark-theme .button:hover[disabled].is-ghost { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-ghost.is-inverse, .denali-dark-theme .button[disabled].is-ghost.is-inverse, .denali-dark-theme .button.is-disabled:hover.is-ghost.is-inverse, .denali-dark-theme .button:hover[disabled].is-ghost.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-text, .denali-dark-theme .button[disabled].is-text, .denali-dark-theme .button.is-disabled:hover.is-text, .denali-dark-theme .button:hover[disabled].is-text { - background: transparent; - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-text.is-inverse, .denali-dark-theme .button[disabled].is-text.is-inverse, .denali-dark-theme .button.is-disabled:hover.is-text.is-inverse, .denali-dark-theme .button:hover[disabled].is-text.is-inverse { - background: transparent; - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-danger, .denali-dark-theme .button[disabled].is-danger, .denali-dark-theme .button.is-disabled:hover.is-danger, .denali-dark-theme .button:hover[disabled].is-danger { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.denali-dark-theme .button.is-disabled.is-danger.is-inverse, .denali-dark-theme .button[disabled].is-danger.is-inverse, .denali-dark-theme .button.is-disabled:hover.is-danger.is-inverse, .denali-dark-theme .button:hover[disabled].is-danger.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.denali-dark-theme .button.is-small { - height: 24px; - font-size: 12px; - min-width: 70px; - padding: 0px 10px; -} -.denali-dark-theme .button.is-medium { - height: 32px; - font-size: inherit; - min-width: 90px; - padding: 0px 10px; -} -.denali-dark-theme .button.is-large { - height: 44px; - font-size: 16px; - padding: 0px 30px; -} -.denali-dark-theme .checkbox label { - color: #ffffff; -} -.denali-dark-theme .checkbox label:before { - border-radius: 1px; - box-shadow: 0 0 0 2px #80B6FF; -} -.denali-dark-theme .checkbox input[type=checkbox]:hover + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.denali-dark-theme .checkbox input[type=checkbox]:focus + label:before { - box-shadow: 0 0 0 2px #80B6FF; -} -.denali-dark-theme .checkbox input[type=checkbox][data-partial=true] + label:before, -.denali-dark-theme .checkbox input[type=checkbox]:checked + label:before { - box-shadow: 0 0 0 2px #016EFF; - background: #016EFF; -} -.denali-dark-theme .checkbox input[type=checkbox]:disabled + label { - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .checkbox input[type=checkbox]:disabled + label:before { - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); -} -.denali-dark-theme .checkbox input[type=checkbox]:checked:not([data-partial]) + label:after { - border: solid #FFFFFF; - border-width: 0 2px 2px 0; -} -.denali-dark-theme .checkbox input[type=checkbox][data-partial] + label:after { - border: solid #80B6FF; - border-width: 2px 0 0 0; -} -.denali-dark-theme .chips { - background: rgba(128, 182, 255, 0.4); - border-radius: 4px; - color: #ffffff; - padding: 4px 6px; -} -.denali-dark-theme .chips.is-small { - font-size: 1.2rem; - padding: 2px 4px; -} -.denali-dark-theme .chip-group .chips:first-child { - border-top-left-radius: 4px !important; - border-bottom-left-radius: 4px !important; -} -.denali-dark-theme .chip-group .chips:last-child { - border-top-right-radius: 4px !important; - border-bottom-right-radius: 4px !important; -} -.denali-dark-theme .d-icon { - font-size: 2.4rem; -} -.denali-dark-theme .d-icon.is-extrasmall { - font-size: 1.2rem !important; -} -.denali-dark-theme .d-icon.is-small { - font-size: 1.8rem !important; -} -.denali-dark-theme .d-icon.is-medium { - font-size: 3.6rem !important; -} -.denali-dark-theme .d-icon.is-large { - font-size: 4.8rem !important; -} -.denali-dark-theme svg.d-icon { - width: 2.4rem; - height: 2.4rem; -} -.denali-dark-theme svg.d-icon.is-extrasmall { - width: 1.2rem !important; - height: 1.2rem !important; -} -.denali-dark-theme svg.d-icon.is-small { - width: 1.8rem !important; - height: 1.8rem !important; -} -.denali-dark-theme svg.d-icon.is-medium { - width: 3.6rem !important; - height: 3.6rem !important; -} -.denali-dark-theme svg.d-icon.is-large { - width: 4.8rem !important; - height: 4.8rem !important; -} -.denali-dark-theme .input { - width: 250px; -} -.denali-dark-theme .input input { - height: 36px; -} -.denali-dark-theme .input input, -.denali-dark-theme .input textarea { - background: rgba(255, 255, 255, 0.1); - border-radius: 4px; - color: #ffffff; - box-shadow: none; - padding: 0px 10px; -} -.denali-dark-theme .input input:active, .denali-dark-theme .input input:focus, -.denali-dark-theme .input textarea:active, -.denali-dark-theme .input textarea:focus { - box-shadow: inset 0 -2px #016eff; -} -.denali-dark-theme .input input::placeholder, -.denali-dark-theme .input textarea::placeholder { - color: rgba(255, 255, 255, 0.6); -} -.denali-dark-theme .input input[disabled], -.denali-dark-theme .input textarea[disabled] { - background: rgba(255, 255, 255, 0.05); - color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.05); -} -.denali-dark-theme .input input[disabled]::placeholder, -.denali-dark-theme .input textarea[disabled]::placeholder { - color: rgba(255, 255, 255, 0.6); -} -.denali-dark-theme .input.is-active > input, .denali-dark-theme .input.is-active > textarea { - box-shadow: inset 0 -2px #016eff; -} -.denali-dark-theme .input.is-disabled > input, .denali-dark-theme .input.is-disabled > textarea { - background: rgba(255, 255, 255, 0.05); - color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.05); -} -.denali-dark-theme .input.is-error > input, -.denali-dark-theme .input input:invalid, .denali-dark-theme .input.is-error > textarea, -.denali-dark-theme .input textarea:invalid { - box-shadow: inset 0 -2px #EA0000; -} -.denali-dark-theme .input.is-medium > input { - height: 32px; -} -.denali-dark-theme .input.is-small > input { - height: 24px; -} -.denali-dark-theme a, -.denali-dark-theme .link { - color: #80B6FF; -} -.denali-dark-theme a:hover, .denali-dark-theme a.is-active, -.denali-dark-theme .link:hover, -.denali-dark-theme .link.is-active { - color: #016EFF; -} -.denali-dark-theme a[disabled], .denali-dark-theme a.is-disabled, -.denali-dark-theme .link[disabled], -.denali-dark-theme .link.is-disabled { - color: rgba(255, 255, 255, 0.2); -} -.denali-dark-theme a.is-inverse, -.denali-dark-theme .link.is-inverse { - color: #FFFFFF; -} -.denali-dark-theme a.is-inverse:hover, -.denali-dark-theme .link.is-inverse:hover { - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme a.is-small, -.denali-dark-theme .link.is-small { - font-size: 1.2rem; -} -.denali-dark-theme a.is-secondary, -.denali-dark-theme .link.is-secondary { - color: rgba(255, 255, 255, 0.7); -} -.denali-dark-theme a.is-secondary:hover, -.denali-dark-theme .link.is-secondary:hover { - color: #ffffff !important; -} -.denali-dark-theme a:hover > .d-icon.is-sub, -.denali-dark-theme .link:hover > .d-icon.is-sub { - color: #016EFF; -} -.denali-dark-theme a.is-secondary:hover > .d-icon.is-sub, -.denali-dark-theme .link.is-secondary:hover > .d-icon.is-sub { - color: #ffffff; -} -.denali-dark-theme .loader { - animation-name: loaderThemeDefault; -} -.denali-dark-theme .loader:before, .denali-dark-theme .loader:after { - animation-name: loaderThemeDefault; -} -.denali-dark-theme .loader--inverse, .denali-dark-theme .loader.is-inverse { - animation-name: loaderThemeInverse; -} -.denali-dark-theme .loader--inverse:before, .denali-dark-theme .loader--inverse:after, .denali-dark-theme .loader.is-inverse:before, .denali-dark-theme .loader.is-inverse:after { - animation-name: loaderThemeInverse; -} -.denali-dark-theme .button.is-solid .loader, .denali-dark-theme .button.is-danger .loader { - animation-name: loaderThemeInverse; -} -.denali-dark-theme .button.is-solid .loader:before, .denali-dark-theme .button.is-solid .loader:after, .denali-dark-theme .button.is-danger .loader:before, .denali-dark-theme .button.is-danger .loader:after { - animation-name: loaderThemeInverse; -} -@keyframes loaderThemeDefault { - 0% { - box-shadow: 0 10px 0 -10px #80B6FF; - opacity: 0; - } - 50% { - box-shadow: 0 10px 0 #80B6FF; - opacity: 0.75; - } - 100% { - box-shadow: 0 10px 0 #80B6FF; - opacity: 1; - } -} -@keyframes loaderThemeInverse { - 0% { - box-shadow: 0 10px 0 -10px #ffffff; - opacity: 0; - } - 50% { - box-shadow: 0 10px 0 #ffffff; - opacity: 0.75; - } - 100% { - box-shadow: 0 10px 0 #ffffff; - opacity: 1; - } -} -.denali-dark-theme .menu .menu-content { - background: #2A3035; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - border-color: #606060; - border-width: 2px; - border-style: solid; - border-radius: 4px; -} -.denali-dark-theme .menu .menu-content hr { - background-color: #606060; - height: 2px; -} -.denali-dark-theme .modal { - background: rgba(0, 0, 0, 0.8); -} -.denali-dark-theme .modal div.modal-container { - background: #2A3035; - border-width: 2px; - border-style: solid; - border-color: #606060; - border-radius: 4px; -} -.denali-dark-theme .modal div.modal-container .close { - color: #ffffff; -} -.denali-dark-theme .modal div.modal-container .close:hover { - color: #ffffff; -} -.denali-dark-theme .modal div.modal-container div.modal-header { - border-bottom-width: 2px; - border-bottom-style: solid; - border-bottom-color: #606060; -} -.denali-dark-theme .modal div.modal-container div.modal-footer { - border-top-width: 2px; - border-top-style: solid; - border-top-color: #606060; -} -.denali-dark-theme .nav { - height: 60px; - background: #2A3035; -} -.denali-dark-theme .nav .nav-left { - height: 60px; -} -.denali-dark-theme .nav .nav-left .nav-item, -.denali-dark-theme .nav .nav-left .nav-icon, -.denali-dark-theme .nav .nav-left .menu--nav, -.denali-dark-theme .nav .nav-left .nav-control { - height: 60px; -} -.denali-dark-theme .nav .nav-responsive { - background: #1E242A; -} -@media (min-width: 899px) { - .denali-dark-theme .nav .nav-responsive { - height: 60px; - } -} -@media (min-width: 899px) { - .denali-dark-theme .nav .nav-item, -.denali-dark-theme .nav .nav-icon, -.denali-dark-theme .nav .menu--nav, -.denali-dark-theme .nav .nav-control { - height: 60px; - } -} -.denali-dark-theme .nav .nav-brand { - height: 60px; -} -.denali-dark-theme .nav .nav-item, -.denali-dark-theme .nav .nav-icon { - color: #FFFFFF; -} -.denali-dark-theme .nav .nav-item.is-active, -.denali-dark-theme .nav .nav-icon.is-active { - box-shadow: inset 4px 0 0 #016EFF; -} -@media (min-width: 899px) { - .denali-dark-theme .nav .nav-item.is-active, -.denali-dark-theme .nav .nav-icon.is-active { - box-shadow: inset 0 -4px 0 #016EFF; - } -} -.denali-dark-theme .nav .nav-item:hover, .denali-dark-theme .nav .nav-item:focus, -.denali-dark-theme .nav .nav-icon:hover, -.denali-dark-theme .nav .nav-icon:focus { - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .nav .menu.menu--nav { - color: #FFFFFF; -} -@media (max-width: 898px) { - .denali-dark-theme .nav .menu.menu--nav .menu-content > * { - background: #2A3035; - color: #FFFFFF; - } - .denali-dark-theme .nav .menu.menu--nav .menu-content > *:hover, .denali-dark-theme .nav .menu.menu--nav .menu-content > *:focus { - color: #FFFFFF; - } -} -.denali-dark-theme .nav .nav-control { - color: #FFFFFF; -} -.denali-dark-theme .d-progress { - height: 16px; - background: #606060; - border-radius: 4px; -} -.denali-dark-theme .d-progress .d-progress--bar { - background: #016EFF; - margin-left: 2px; -} -.denali-dark-theme .d-progress__sm { - height: 10px; -} -.denali-dark-theme .d-progress__md { - height: 20px; -} -.denali-dark-theme .d-progress__lg { - height: 24px; -} -.denali-dark-theme .d-progress__loading { - animation-duration: 1s; - animation-fill-mode: forwards; - animation-iteration-count: infinite; - animation-name: loadingShimmer; - animation-timing-function: linear; - background-image: linear-gradient(to right, #606060 0%, #6f6f6f 50%, #606060 100%); - background-size: 50%; - background-repeat: no-repeat; - position: relative; -} -@keyframes loadingShimmer { - 0% { - background-position: -100%; - } - 100% { - background-position: 200%; - } -} -.denali-dark-theme .radio > label { - color: #ffffff; -} -.denali-dark-theme .radio > label:before { - box-shadow: 0 0 0 2px #80B6FF; -} -.denali-dark-theme .radio > input[type=radio]:hover + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.denali-dark-theme .radio > input[type=radio]:checked + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.denali-dark-theme .radio > input[type=radio]:disabled + label { - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .radio > input[type=radio]:disabled + label:before { - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .radio > input[type=radio]:checked + label:after { - background-color: #016EFF; -} -.denali-dark-theme .input.has-arrow:before { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -.denali-dark-theme .input select { - background: rgba(255, 255, 255, 0.1); - border-radius: 4px; - color: #ffffff; - height: 36px; - box-shadow: none; -} -.denali-dark-theme .input select::placeholder { - color: rgba(255, 255, 255, 0.6); -} -.denali-dark-theme .input select:active, .denali-dark-theme .input select:focus { - box-shadow: inset 0 -2px #016eff; -} -.denali-dark-theme .input select[disabled] { - background: rgba(255, 255, 255, 0.05); - color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.05); -} -.denali-dark-theme .input.is-active > select { - box-shadow: inset 0 -2px #016eff; -} -.denali-dark-theme .input.is-error > select { - box-shadow: inset 0 -2px #EA0000; -} -.denali-dark-theme .input.is-medium > select { - height: 32px; -} -.denali-dark-theme .input.is-small > select { - height: 24px; -} -.denali-dark-theme label.switch > .slider { - background-color: #D5D5D5; -} -.denali-dark-theme label.switch > .slider:after { - background-color: #12191F; - border-color: #80B6FF; -} -.denali-dark-theme label.switch > input[type=checkbox]:hover ~ .slider:after { - border-color: #016EFF; -} -.denali-dark-theme label.switch > input[type=checkbox]:checked ~ .slider { - background-color: rgba(21, 192, 70, 0.45); -} -.denali-dark-theme label.switch > input[type=checkbox]:checked ~ .slider:after { - background: #15C046; - border-color: #15C046; -} -.denali-dark-theme label.switch.disabled > input[type=checkbox] ~ .slider, -.denali-dark-theme label.switch > input[type=checkbox]:disabled ~ .slider, -.denali-dark-theme label.switch > input[type=checkbox]:checked:disabled ~ .slider { - background-color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme label.switch.disabled > input[type=checkbox] ~ .slider:after, -.denali-dark-theme label.switch > input[type=checkbox]:disabled ~ .slider:after, -.denali-dark-theme label.switch > input[type=checkbox]:checked:disabled ~ .slider:after { - border-color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme label.switch.disabled > input[type=checkbox]:checked ~ .slider:after, -.denali-dark-theme label.switch > input[type=checkbox]:checked:disabled ~ .slider:after { - background: #12191F; -} -.denali-dark-theme label.switch > .label { - color: #ffffff; -} -.denali-dark-theme label.switch.disabled > .label, -.denali-dark-theme label.switch > input[type=checkbox]:disabled ~ .label, -.denali-dark-theme label.switch > input[type=checkbox]:checked:disabled ~ .label { - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .table-container { - border-radius: 6px; -} -.denali-dark-theme .table-container__freeze table.table tr th:first-child { - box-shadow: 0 50px 20px -50px rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.1); - background: #12191F; -} -.denali-dark-theme table.table th, .denali-dark-theme table.table td { - padding: 0px 10px; -} -.denali-dark-theme table.table tbody th, .denali-dark-theme table.table tbody td { - border-bottom: solid 1px #303030; -} -.denali-dark-theme table.table thead tr { - height: 14px; - border-bottom: solid 2px #303030; -} -.denali-dark-theme table.table thead th { - text-transform: uppercase; - font-weight: normal; - color: #ffffff; - font-size: 1.2rem; - padding: 10px; -} -.denali-dark-theme table.table thead th.is-sorted__ascend { - font-weight: bold; -} -.denali-dark-theme table.table thead th.is-sorted__descend { - font-weight: bold; -} -.denali-dark-theme table.table tfoot th, .denali-dark-theme table.table tfoot td { - background: #303030 !important; -} -.denali-dark-theme table.table tfoot th:first-child, .denali-dark-theme table.table tfoot td:first-child { - border-radius: 0px 0px 0px 6px; -} -.denali-dark-theme table.table tfoot th:last-child, .denali-dark-theme table.table tfoot td:last-child { - border-radius: 0px 0px 6px 0px; -} -.denali-dark-theme table.table.is-striped tbody tr:nth-child(odd) th, .denali-dark-theme table.table.is-striped tbody tr:nth-child(odd) td { - background: #303030 !important; -} -.denali-dark-theme table.table.is-cards { - border-spacing: 0px 10px; -} -.denali-dark-theme table.table.is-cards th:first-child, .denali-dark-theme table.table.is-cards td:first-child { - border-radius: 6px 0px 0px 6px !important; -} -.denali-dark-theme table.table.is-cards th:last-child, .denali-dark-theme table.table.is-cards td:last-child { - border-radius: 0px 6px 6px 0px !important; -} -.denali-dark-theme table.table.is-cards tbody th, .denali-dark-theme table.table.is-cards tbody td { - border: solid 1px #303030; - border-right: none; - border-left: none; -} -.denali-dark-theme table.table.is-cards tbody th:first-child, .denali-dark-theme table.table.is-cards tbody td:first-child { - border-left: solid 1px #303030; -} -.denali-dark-theme table.table.is-cards tbody th:last-child, .denali-dark-theme table.table.is-cards tbody td:last-child { - border-right: solid 1px #303030; -} -.denali-dark-theme table.table tr { - height: 48px; -} -.denali-dark-theme table.table__condensed tr { - height: 40px; -} -.denali-dark-theme table.table__expanded tr { - height: 56px; -} -.denali-dark-theme .tabs.is-primary { - background: #1E242A; -} -.denali-dark-theme .tabs.is-primary ul { - padding: 20px 0px 0px 30px; -} -.denali-dark-theme .tabs.is-primary ul li { - color: #80B6FF; - font-size: 1.6rem; - height: 40px; - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} -.denali-dark-theme .tabs.is-primary ul li > * { - padding: 0px 20px; -} -.denali-dark-theme .tabs.is-primary ul li.is-active { - background: #12191F; -} -.denali-dark-theme .tabs.is-primary ul li.is-active > * { - color: #ffffff; -} -.denali-dark-theme .tabs.is-primary ul li.is-disabled > * { - color: rgba(255, 255, 255, 0.2); -} -.denali-dark-theme .tabs.is-primary.is-vertical { - min-width: 300px; - width: 300px; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul { - padding: 12px 0px 40px 0px; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li { - height: 40px; - margin: 2px 16px; - border-radius: 8px; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li > * { - color: inherit; - padding: 0px 14px; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li:hover { - box-shadow: inset 0px 0px 0px 1px rgba(204, 226, 255, 0.1); -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li:hover > * { - color: #CCE2FF; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-active { - box-shadow: inset 0px 0px 0px 1px rgba(204, 226, 255, 0.1); - background: #12191F; - font-weight: bold; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-active > * { - color: #ffffff; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-disabled { - box-shadow: none; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-disabled > * { - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li.tabs__section-header { - font-size: 1.2rem; - text-transform: uppercase; - color: #9a9a9a; - padding: 0px 14px; -} -.denali-dark-theme .tabs.is-primary.is-vertical ul li.tabs__section-header:hover { - box-shadow: none !important; -} -.denali-dark-theme .tabs.is-secondary ul { - box-shadow: inset 0px -2px rgba(213, 213, 213, 0.05); -} -.denali-dark-theme .tabs.is-secondary ul li > * { - color: #80B6FF; - font-size: 1.6rem; - height: 40px; - padding: 0px 20px; -} -.denali-dark-theme .tabs.is-secondary ul li.is-active > * { - box-shadow: inset 0px -2px #016EFF; - color: #ffffff; -} -.denali-dark-theme .tag { - padding: 0px 10px; - height: 28px; - margin: 3px; - background: rgba(128, 182, 255, 0.2); - color: #ffffff; - border-radius: 9999px; -} -.denali-dark-theme .tag.is-active { - background: rgba(128, 182, 255, 0.5); -} -.denali-dark-theme .tag[disabled], .denali-dark-theme .tag.is-disabled { - background: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .tag .d-icon { - font-size: 2rem !important; -} -.denali-dark-theme .tag.is-small { - font-size: 1.2rem; - height: 22px; - padding: 0px 8px; -} -.denali-dark-theme .tag.is-small .d-icon { - font-size: 1.6rem !important; -} -.denali-dark-theme .tag a.d-icon { - color: #ffffff; -} -.denali-dark-theme .tag.outlined { - background: transparent; - color: #ffffff !important; - border: 1px solid #016EFF; -} -.denali-dark-theme .tag.outlined:hover { - background: rgba(128, 182, 255, 0.2); - color: #ffffff !important; -} -.denali-dark-theme .tag.outlined.is-active { - background: #016eff; - color: #FFFFFF !important; -} -.denali-dark-theme .tag.outlined[disabled], .denali-dark-theme .tag.outlined.is-disabled { - background: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.4) !important; - border-color: rgba(255, 255, 255, 0.4); -} -.denali-dark-theme .title { - height: 52px; -} -.denali-dark-theme .title span.bar { - width: 2px; - background-color: rgba(255, 255, 255, 0.4); - border-radius: 4px; -} -.denali-dark-theme .title span.bar.is-wide { - width: 4px; -} -.denali-dark-theme .toggle { - padding: 2px; -} -.denali-dark-theme .toggle input:checked + label { - background-color: transparent; - color: #ffffff; - border-radius: 4px; - box-shadow: 0 0 0 2px #016EFF; -} -.denali-dark-theme .toggle input:disabled + label { - color: rgba(255, 255, 255, 0.2); -} -.denali-dark-theme .toggle input.is-disabled + label { - color: rgba(255, 255, 255, 0.2); -} -.denali-dark-theme .toggle label, -.denali-dark-theme .toggle li { - background: rgba(204, 226, 255, 0.1); - color: #80B6FF; - font-size: 1.4rem; - height: 36px; - padding: 0px 14px; -} -.denali-dark-theme .toggle label.is-active, -.denali-dark-theme .toggle li.is-active { - background-color: transparent; - color: #ffffff; - border-radius: 4px !important; - box-shadow: 0 0 0 2px #016EFF; -} -.denali-dark-theme .toggle label.is-disabled, -.denali-dark-theme .toggle li.is-disabled { - color: rgba(255, 255, 255, 0.2); -} -.denali-dark-theme .toggle label:hover, -.denali-dark-theme .toggle li:hover { - color: #80B6FF; -} -.denali-dark-theme .toggle label:first-of-type, -.denali-dark-theme .toggle li:first-of-type { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.denali-dark-theme .toggle label:last-of-type, -.denali-dark-theme .toggle li:last-of-type { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.denali-dark-theme .toggle.is-small label, -.denali-dark-theme .toggle.is-small li { - height: 28px; - padding: 0px 10px; -} -.denali-dark-theme .toggle.is-inverse label, -.denali-dark-theme .toggle.is-inverse li { - color: #80B6FF; - background: rgba(255, 255, 255, 0.1); -} -.denali-dark-theme .toggle.is-inverse label.is-active, -.denali-dark-theme .toggle.is-inverse li.is-active { - color: #FFFFFF; - background: transparent; -} -.denali-dark-theme *[class*=d-tooltip]::after { - padding: 6px 8px; - font-size: 1.2rem; - border-radius: 4px; - font-family: inherit; - background-color: rgba(48, 48, 48, 0.9); - color: #FFFFFF; -} -.denali-dark-theme *[class*=d-tooltip][class*=-small]::after { - font-size: 1rem; - padding: 4px 6px; -} -.denali-dark-theme h1, -.denali-dark-theme h2, -.denali-dark-theme h3, -.denali-dark-theme h4, -.denali-dark-theme h5, -.denali-dark-theme h6 { - font-family: inherit; -} -.denali-dark-theme h1 { - font-size: 2.8rem; - line-height: 1.25; - font-weight: 600; - color: #ffffff; -} -.denali-dark-theme h2 { - font-size: 2.6rem; - line-height: 1.25; - font-weight: 600; - color: #ffffff; -} -.denali-dark-theme h3 { - font-size: 2rem; - line-height: 1.5; - font-weight: 600; - color: #ffffff; -} -.denali-dark-theme h4 { - font-size: 1.6rem; - line-height: 1.5; - font-weight: 600; - color: #ffffff; -} -.denali-dark-theme h5 { - font-size: 1.4rem; - line-height: 1.5; - font-weight: 600; - color: #ffffff; -} -.denali-dark-theme h6 { - font-size: 1.2rem; - line-height: 1.5; - font-weight: 400; - color: #ffffff; -} -.denali-dark-theme p { - font-family: inherit; - font-size: 1.4rem; - line-height: 1.75; - font-weight: 400; - color: #ffffff; -} -.denali-dark-theme .accordion { - width: 100%; -} -.denali-dark-theme .accordion summary { - background: #F8F8F8; - font-family: Helvetica-Bold; - font-size: 14px; - color: #303030; - line-height: 18px; - height: auto; - padding: 15px 15px; - cursor: pointer; - transition: 0.3s; - border: 1px solid #E8E8E8; -} -.denali-dark-theme .accordion summary:hover { - background: #FFFFFF; -} -.denali-dark-theme .accordion .content { - padding: 15px 15px; - background: #FFFFFF; - border: 1px solid #E8E8E8; - border-top: none; -} +html{font-size:10px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.denali-dark-theme{font-size:1.4rem;background:#12191f;color:#fff;font-family:Helvetica,"Arial",sans-serif}.denali-dark-theme hr{background-color:#d5d5d5}.denali-dark-theme .alert{background:#303030;border-radius:4px;box-shadow:0px 4px 8px rgba(0,0,0,.16);border-top-width:4px;border-top-style:solid;border-top-color:#d5d5d5}.denali-dark-theme .alert div p{line-height:1.25}.denali-dark-theme .alert .d-icon{color:#d5d5d5}.denali-dark-theme .alert .close .d-icon{color:#fff !important}.denali-dark-theme .alert.is-inline{justify-content:center;padding:4px 10px;background:rgba(204,226,255,.4);color:#303030;font-size:inherit}.denali-dark-theme .alert.is-inline p{text-align:center}.denali-dark-theme .alert.is-block{border-top:none;background:rgba(213,213,213,.1);border-left-width:4px;border-left-style:solid;border-left-color:#d5d5d5}.denali-dark-theme .alert.is-block.is-info{background:rgba(0,102,223,.06)}.denali-dark-theme .alert.is-block.is-warning{background:rgba(244,203,0,.06)}.denali-dark-theme .alert.is-block.is-success{background:rgba(21,192,70,.06)}.denali-dark-theme .alert.is-block.is-danger{background:rgba(234,0,0,.06)}.denali-dark-theme .box{padding:20px;background:rgba(42,48,53,.5);border-radius:4px;border-color:#606060;border-width:1px;border-style:solid}.denali-dark-theme .box footer{margin:22px -20px 0px -20px;padding:22px 22px 0px 22px;border-top-style:solid;border-top-color:#606060;border-top-width:1px}.denali-dark-theme .breadcrumb li{margin-right:22px}.denali-dark-theme .breadcrumb li.is-active>*{color:#fff;font-weight:bold}.denali-dark-theme .breadcrumb li::after{content:"/";right:-11px;color:rgba(255,255,255,.5)}.denali-dark-theme .button{height:36px;font-size:inherit;min-width:120px;border-radius:4px;font-weight:inherit;padding:0px 10px}.denali-dark-theme .button.is-solid{background:#016eff;color:#fff}.denali-dark-theme .button.is-solid.is-inverse{background:#016eff;color:#fff}.denali-dark-theme .button.is-outline{background:transparent;color:#fff;border:solid 1px #016eff}.denali-dark-theme .button.is-outline.is-inverse{background:transparent;color:#fff;border:solid 1px #016eff}.denali-dark-theme .button.is-ghost{background:rgba(128,182,255,.16);color:#fff}.denali-dark-theme .button.is-ghost.is-inverse{background:rgba(128,182,255,.16);color:#fff}.denali-dark-theme .button.is-text{background:transparent;color:#80b6ff}.denali-dark-theme .button.is-text.is-inverse{background:transparent;color:#fff}.denali-dark-theme .button.is-danger{background:#ea0000;color:#fff}.denali-dark-theme .button.is-danger.is-inverse{background:#ea0000;color:#fff}.denali-dark-theme .button:hover.is-solid,.denali-dark-theme .button.is-active.is-solid,.denali-dark-theme .button.is-active:hover.is-solid,.denali-dark-theme .button:focus.is-solid{background:#004cb3;color:#fff !important}.denali-dark-theme .button:hover.is-solid.is-inverse,.denali-dark-theme .button.is-active.is-solid.is-inverse,.denali-dark-theme .button.is-active:hover.is-solid.is-inverse,.denali-dark-theme .button:focus.is-solid.is-inverse{background:#004cb3;color:#fff !important}.denali-dark-theme .button:hover.is-outline,.denali-dark-theme .button.is-active.is-outline,.denali-dark-theme .button.is-active:hover.is-outline,.denali-dark-theme .button:focus.is-outline{background:rgba(0,76,179,.26);color:#fff !important;border:solid 1px #004cb3}.denali-dark-theme .button:hover.is-outline.is-inverse,.denali-dark-theme .button.is-active.is-outline.is-inverse,.denali-dark-theme .button.is-active:hover.is-outline.is-inverse,.denali-dark-theme .button:focus.is-outline.is-inverse{background:rgba(0,76,179,.26);color:#fff !important;border:solid 1px #80b6ff}.denali-dark-theme .button:hover.is-ghost,.denali-dark-theme .button.is-active.is-ghost,.denali-dark-theme .button.is-active:hover.is-ghost,.denali-dark-theme .button:focus.is-ghost{background:rgba(1,110,255,.26);color:#fff !important}.denali-dark-theme .button:hover.is-ghost.is-inverse,.denali-dark-theme .button.is-active.is-ghost.is-inverse,.denali-dark-theme .button.is-active:hover.is-ghost.is-inverse,.denali-dark-theme .button:focus.is-ghost.is-inverse{background:rgba(1,110,255,.26);color:#fff !important}.denali-dark-theme .button:hover.is-text,.denali-dark-theme .button.is-active.is-text,.denali-dark-theme .button.is-active:hover.is-text,.denali-dark-theme .button:focus.is-text{background:rgba(128,182,255,.26);color:#80b6ff !important}.denali-dark-theme .button:hover.is-text.is-inverse,.denali-dark-theme .button.is-active.is-text.is-inverse,.denali-dark-theme .button.is-active:hover.is-text.is-inverse,.denali-dark-theme .button:focus.is-text.is-inverse{background:rgba(128,182,255,.26);color:#fff !important}.denali-dark-theme .button.is-disabled.is-solid,.denali-dark-theme .button[disabled].is-solid,.denali-dark-theme .button.is-disabled:hover.is-solid,.denali-dark-theme .button:hover[disabled].is-solid{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-disabled.is-solid.is-inverse,.denali-dark-theme .button[disabled].is-solid.is-inverse,.denali-dark-theme .button.is-disabled:hover.is-solid.is-inverse,.denali-dark-theme .button:hover[disabled].is-solid.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-disabled.is-outline,.denali-dark-theme .button[disabled].is-outline,.denali-dark-theme .button.is-disabled:hover.is-outline,.denali-dark-theme .button:hover[disabled].is-outline{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important;border:solid 1px rgba(255,255,255,.5)}.denali-dark-theme .button.is-disabled.is-outline.is-inverse,.denali-dark-theme .button[disabled].is-outline.is-inverse,.denali-dark-theme .button.is-disabled:hover.is-outline.is-inverse,.denali-dark-theme .button:hover[disabled].is-outline.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important;border:solid 1px rgba(255,255,255,.5)}.denali-dark-theme .button.is-disabled.is-ghost,.denali-dark-theme .button[disabled].is-ghost,.denali-dark-theme .button.is-disabled:hover.is-ghost,.denali-dark-theme .button:hover[disabled].is-ghost{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-disabled.is-ghost.is-inverse,.denali-dark-theme .button[disabled].is-ghost.is-inverse,.denali-dark-theme .button.is-disabled:hover.is-ghost.is-inverse,.denali-dark-theme .button:hover[disabled].is-ghost.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-disabled.is-text,.denali-dark-theme .button[disabled].is-text,.denali-dark-theme .button.is-disabled:hover.is-text,.denali-dark-theme .button:hover[disabled].is-text{background:transparent;color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-disabled.is-text.is-inverse,.denali-dark-theme .button[disabled].is-text.is-inverse,.denali-dark-theme .button.is-disabled:hover.is-text.is-inverse,.denali-dark-theme .button:hover[disabled].is-text.is-inverse{background:transparent;color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-disabled.is-danger,.denali-dark-theme .button[disabled].is-danger,.denali-dark-theme .button.is-disabled:hover.is-danger,.denali-dark-theme .button:hover[disabled].is-danger{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.denali-dark-theme .button.is-disabled.is-danger.is-inverse,.denali-dark-theme .button[disabled].is-danger.is-inverse,.denali-dark-theme .button.is-disabled:hover.is-danger.is-inverse,.denali-dark-theme .button:hover[disabled].is-danger.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.denali-dark-theme .button.is-small{height:24px;font-size:12px;min-width:70px;padding:0px 10px}.denali-dark-theme .button.is-medium{height:32px;font-size:inherit;min-width:90px;padding:0px 10px}.denali-dark-theme .button.is-large{height:44px;font-size:16px;padding:0px 30px}.denali-dark-theme .checkbox label{color:#fff}.denali-dark-theme .checkbox label:before{border-radius:1px;box-shadow:0 0 0 2px #80b6ff}.denali-dark-theme .checkbox input[type=checkbox]:hover+label:before{box-shadow:0 0 0 2px #016eff}.denali-dark-theme .checkbox input[type=checkbox]:focus+label:before{box-shadow:0 0 0 2px #80b6ff}.denali-dark-theme .checkbox input[type=checkbox][data-partial=true]+label:before,.denali-dark-theme .checkbox input[type=checkbox]:checked+label:before{box-shadow:0 0 0 2px #016eff;background:#016eff}.denali-dark-theme .checkbox input[type=checkbox]:disabled+label{color:rgba(255,255,255,.4)}.denali-dark-theme .checkbox input[type=checkbox]:disabled+label:before{box-shadow:0 0 0 2px rgba(255,255,255,.2)}.denali-dark-theme .checkbox input[type=checkbox]:checked:not([data-partial])+label:after{border:solid #fff;border-width:0 2px 2px 0}.denali-dark-theme .checkbox input[type=checkbox][data-partial]+label:after{border:solid #80b6ff;border-width:2px 0 0 0}.denali-dark-theme .chips{background:rgba(128,182,255,.4);border-radius:4px;color:#fff;padding:4px 6px}.denali-dark-theme .chips.is-small{font-size:1.2rem;padding:2px 4px}.denali-dark-theme .chip-group .chips:first-child{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.denali-dark-theme .chip-group .chips:last-child{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.denali-dark-theme .d-icon{font-size:2.4rem}.denali-dark-theme .d-icon.is-extrasmall{font-size:1.2rem !important}.denali-dark-theme .d-icon.is-small{font-size:1.8rem !important}.denali-dark-theme .d-icon.is-medium{font-size:3.6rem !important}.denali-dark-theme .d-icon.is-large{font-size:4.8rem !important}.denali-dark-theme svg.d-icon{width:2.4rem;height:2.4rem}.denali-dark-theme svg.d-icon.is-extrasmall{width:1.2rem !important;height:1.2rem !important}.denali-dark-theme svg.d-icon.is-small{width:1.8rem !important;height:1.8rem !important}.denali-dark-theme svg.d-icon.is-medium{width:3.6rem !important;height:3.6rem !important}.denali-dark-theme svg.d-icon.is-large{width:4.8rem !important;height:4.8rem !important}.denali-dark-theme .input{width:250px}.denali-dark-theme .input input{height:36px}.denali-dark-theme .input input,.denali-dark-theme .input textarea{background:rgba(255,255,255,.1);border-radius:4px;color:#fff;box-shadow:none;padding:0px 10px}.denali-dark-theme .input input:active,.denali-dark-theme .input input:focus,.denali-dark-theme .input textarea:active,.denali-dark-theme .input textarea:focus{box-shadow:inset 0 -2px #016eff}.denali-dark-theme .input input::placeholder,.denali-dark-theme .input textarea::placeholder{color:rgba(255,255,255,.6)}.denali-dark-theme .input input[disabled],.denali-dark-theme .input textarea[disabled]{background:rgba(255,255,255,.05);color:rgba(255,255,255,.25);box-shadow:inset 0 -2px rgba(255,255,255,.05)}.denali-dark-theme .input input[disabled]::placeholder,.denali-dark-theme .input textarea[disabled]::placeholder{color:rgba(255,255,255,.6)}.denali-dark-theme .input.is-active>input,.denali-dark-theme .input.is-active>textarea{box-shadow:inset 0 -2px #016eff}.denali-dark-theme .input.is-disabled>input,.denali-dark-theme .input.is-disabled>textarea{background:rgba(255,255,255,.05);color:rgba(255,255,255,.25);box-shadow:inset 0 -2px rgba(255,255,255,.05)}.denali-dark-theme .input.is-error>input,.denali-dark-theme .input input:invalid,.denali-dark-theme .input.is-error>textarea,.denali-dark-theme .input textarea:invalid{box-shadow:inset 0 -2px #ea0000}.denali-dark-theme .input.is-medium>input{height:32px}.denali-dark-theme .input.is-small>input{height:24px}.denali-dark-theme a,.denali-dark-theme .link{color:#80b6ff}.denali-dark-theme a:hover,.denali-dark-theme a.is-active,.denali-dark-theme .link:hover,.denali-dark-theme .link.is-active{color:#016eff}.denali-dark-theme a[disabled],.denali-dark-theme a.is-disabled,.denali-dark-theme .link[disabled],.denali-dark-theme .link.is-disabled{color:rgba(255,255,255,.2)}.denali-dark-theme a.is-inverse,.denali-dark-theme .link.is-inverse{color:#fff}.denali-dark-theme a.is-inverse:hover,.denali-dark-theme .link.is-inverse:hover{color:rgba(255,255,255,.4)}.denali-dark-theme a.is-small,.denali-dark-theme .link.is-small{font-size:1.2rem}.denali-dark-theme a.is-secondary,.denali-dark-theme .link.is-secondary{color:rgba(255,255,255,.7)}.denali-dark-theme a.is-secondary:hover,.denali-dark-theme .link.is-secondary:hover{color:#fff !important}.denali-dark-theme a:hover>.d-icon.is-sub,.denali-dark-theme .link:hover>.d-icon.is-sub{color:#016eff}.denali-dark-theme a.is-secondary:hover>.d-icon.is-sub,.denali-dark-theme .link.is-secondary:hover>.d-icon.is-sub{color:#fff}.denali-dark-theme .loader{animation-name:loaderThemeDefault}.denali-dark-theme .loader:before,.denali-dark-theme .loader:after{animation-name:loaderThemeDefault}.denali-dark-theme .loader--inverse,.denali-dark-theme .loader.is-inverse{animation-name:loaderThemeInverse}.denali-dark-theme .loader--inverse:before,.denali-dark-theme .loader--inverse:after,.denali-dark-theme .loader.is-inverse:before,.denali-dark-theme .loader.is-inverse:after{animation-name:loaderThemeInverse}.denali-dark-theme .button.is-solid .loader,.denali-dark-theme .button.is-danger .loader{animation-name:loaderThemeInverse}.denali-dark-theme .button.is-solid .loader:before,.denali-dark-theme .button.is-solid .loader:after,.denali-dark-theme .button.is-danger .loader:before,.denali-dark-theme .button.is-danger .loader:after{animation-name:loaderThemeInverse}@keyframes loaderThemeDefault{0%{box-shadow:0 10px 0 -10px #80b6ff;opacity:0}50%{box-shadow:0 10px 0 #80b6ff;opacity:.75}100%{box-shadow:0 10px 0 #80b6ff;opacity:1}}@keyframes loaderThemeInverse{0%{box-shadow:0 10px 0 -10px #fff;opacity:0}50%{box-shadow:0 10px 0 #fff;opacity:.75}100%{box-shadow:0 10px 0 #fff;opacity:1}}.denali-dark-theme .menu .menu-content{background:#2a3035;box-shadow:0px 4px 8px rgba(0,0,0,.16);border-color:#606060;border-width:2px;border-style:solid;border-radius:4px}.denali-dark-theme .menu .menu-content hr{background-color:#606060;height:2px}.denali-dark-theme .modal{background:rgba(0,0,0,.8)}.denali-dark-theme .modal div.modal-container{background:#2a3035;border-width:2px;border-style:solid;border-color:#606060;border-radius:4px}.denali-dark-theme .modal div.modal-container .close{color:#fff}.denali-dark-theme .modal div.modal-container .close:hover{color:#fff}.denali-dark-theme .modal div.modal-container div.modal-header{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#606060}.denali-dark-theme .modal div.modal-container div.modal-footer{border-top-width:2px;border-top-style:solid;border-top-color:#606060}.denali-dark-theme .nav{height:60px;background:#2a3035}.denali-dark-theme .nav .nav-left{height:60px}.denali-dark-theme .nav .nav-left .nav-item,.denali-dark-theme .nav .nav-left .nav-icon,.denali-dark-theme .nav .nav-left .menu--nav,.denali-dark-theme .nav .nav-left .nav-control{height:60px}.denali-dark-theme .nav .nav-responsive{background:#1e242a}@media(min-width: 899px){.denali-dark-theme .nav .nav-responsive{height:60px}}@media(min-width: 899px){.denali-dark-theme .nav .nav-item,.denali-dark-theme .nav .nav-icon,.denali-dark-theme .nav .menu--nav,.denali-dark-theme .nav .nav-control{height:60px}}.denali-dark-theme .nav .nav-brand{height:60px}.denali-dark-theme .nav .nav-item,.denali-dark-theme .nav .nav-icon{color:#fff}.denali-dark-theme .nav .nav-item.is-active,.denali-dark-theme .nav .nav-icon.is-active{box-shadow:inset 4px 0 0 #016eff}@media(min-width: 899px){.denali-dark-theme .nav .nav-item.is-active,.denali-dark-theme .nav .nav-icon.is-active{box-shadow:inset 0 -4px 0 #016eff}}.denali-dark-theme .nav .nav-item:hover,.denali-dark-theme .nav .nav-item:focus,.denali-dark-theme .nav .nav-icon:hover,.denali-dark-theme .nav .nav-icon:focus{color:rgba(255,255,255,.4)}.denali-dark-theme .nav .menu.menu--nav{color:#fff}@media(max-width: 898px){.denali-dark-theme .nav .menu.menu--nav .menu-content>*{background:#2a3035;color:#fff}.denali-dark-theme .nav .menu.menu--nav .menu-content>*:hover,.denali-dark-theme .nav .menu.menu--nav .menu-content>*:focus{color:#fff}}.denali-dark-theme .nav .nav-control{color:#fff}.denali-dark-theme .d-progress{height:16px;background:#606060;border-radius:4px}.denali-dark-theme .d-progress .d-progress--bar{background:#016eff;margin-left:2px}.denali-dark-theme .d-progress__sm{height:10px}.denali-dark-theme .d-progress__md{height:20px}.denali-dark-theme .d-progress__lg{height:24px}.denali-dark-theme .d-progress__loading{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:loadingShimmer;animation-timing-function:linear;background-image:linear-gradient(to right, #606060 0%, #6f6f6f 50%, #606060 100%);background-size:50%;background-repeat:no-repeat;position:relative}@keyframes loadingShimmer{0%{background-position:-100%}100%{background-position:200%}}.denali-dark-theme .radio>label{color:#fff}.denali-dark-theme .radio>label:before{box-shadow:0 0 0 2px #80b6ff}.denali-dark-theme .radio>input[type=radio]:hover+label:before{box-shadow:0 0 0 2px #016eff}.denali-dark-theme .radio>input[type=radio]:checked+label:before{box-shadow:0 0 0 2px #016eff}.denali-dark-theme .radio>input[type=radio]:disabled+label{color:rgba(255,255,255,.4)}.denali-dark-theme .radio>input[type=radio]:disabled+label:before{box-shadow:0 0 0 2px rgba(255,255,255,.4)}.denali-dark-theme .radio>input[type=radio]:checked+label:after{background-color:#016eff}.denali-dark-theme .input.has-arrow:before{content:url('data:image/svg+xml;charset=UTF-8, ')}.denali-dark-theme .input select{background:rgba(255,255,255,.1);border-radius:4px;color:#fff;height:36px;box-shadow:none}.denali-dark-theme .input select::placeholder{color:rgba(255,255,255,.6)}.denali-dark-theme .input select:active,.denali-dark-theme .input select:focus{box-shadow:inset 0 -2px #016eff}.denali-dark-theme .input select[disabled]{background:rgba(255,255,255,.05);color:rgba(255,255,255,.25);box-shadow:inset 0 -2px rgba(255,255,255,.05)}.denali-dark-theme .input.is-active>select{box-shadow:inset 0 -2px #016eff}.denali-dark-theme .input.is-error>select{box-shadow:inset 0 -2px #ea0000}.denali-dark-theme .input.is-medium>select{height:32px}.denali-dark-theme .input.is-small>select{height:24px}.denali-dark-theme label.switch>.slider{background-color:#d5d5d5}.denali-dark-theme label.switch>.slider:after{background-color:#12191f;border-color:#80b6ff}.denali-dark-theme label.switch>input[type=checkbox]:hover~.slider:after{border-color:#016eff}.denali-dark-theme label.switch>input[type=checkbox]:checked~.slider{background-color:rgba(21,192,70,.45)}.denali-dark-theme label.switch>input[type=checkbox]:checked~.slider:after{background:#15c046;border-color:#15c046}.denali-dark-theme label.switch.disabled>input[type=checkbox]~.slider,.denali-dark-theme label.switch>input[type=checkbox]:disabled~.slider,.denali-dark-theme label.switch>input[type=checkbox]:checked:disabled~.slider{background-color:rgba(255,255,255,.4)}.denali-dark-theme label.switch.disabled>input[type=checkbox]~.slider:after,.denali-dark-theme label.switch>input[type=checkbox]:disabled~.slider:after,.denali-dark-theme label.switch>input[type=checkbox]:checked:disabled~.slider:after{border-color:rgba(255,255,255,.4)}.denali-dark-theme label.switch.disabled>input[type=checkbox]:checked~.slider:after,.denali-dark-theme label.switch>input[type=checkbox]:checked:disabled~.slider:after{background:#12191f}.denali-dark-theme label.switch>.label{color:#fff}.denali-dark-theme label.switch.disabled>.label,.denali-dark-theme label.switch>input[type=checkbox]:disabled~.label,.denali-dark-theme label.switch>input[type=checkbox]:checked:disabled~.label{color:rgba(255,255,255,.4)}.denali-dark-theme .table-container{border-radius:6px}.denali-dark-theme .table-container__freeze table.table tr th:first-child{box-shadow:0 50px 20px -50px rgba(0,0,0,.1),0 8px 20px 0 rgba(0,0,0,.1);background:#12191f}.denali-dark-theme table.table th,.denali-dark-theme table.table td{padding:0px 10px}.denali-dark-theme table.table tbody th,.denali-dark-theme table.table tbody td{border-bottom:solid 1px #303030}.denali-dark-theme table.table thead tr{height:14px;border-bottom:solid 2px #303030}.denali-dark-theme table.table thead th{text-transform:uppercase;font-weight:normal;color:#fff;font-size:1.2rem;padding:10px}.denali-dark-theme table.table thead th.is-sorted__ascend{font-weight:bold}.denali-dark-theme table.table thead th.is-sorted__descend{font-weight:bold}.denali-dark-theme table.table tfoot th,.denali-dark-theme table.table tfoot td{background:#303030 !important}.denali-dark-theme table.table tfoot th:first-child,.denali-dark-theme table.table tfoot td:first-child{border-radius:0px 0px 0px 6px}.denali-dark-theme table.table tfoot th:last-child,.denali-dark-theme table.table tfoot td:last-child{border-radius:0px 0px 6px 0px}.denali-dark-theme table.table.is-striped tbody tr:nth-child(odd) th,.denali-dark-theme table.table.is-striped tbody tr:nth-child(odd) td{background:#303030 !important}.denali-dark-theme table.table.is-cards{border-spacing:0px 10px}.denali-dark-theme table.table.is-cards th:first-child,.denali-dark-theme table.table.is-cards td:first-child{border-radius:6px 0px 0px 6px !important}.denali-dark-theme table.table.is-cards th:last-child,.denali-dark-theme table.table.is-cards td:last-child{border-radius:0px 6px 6px 0px !important}.denali-dark-theme table.table.is-cards tbody th,.denali-dark-theme table.table.is-cards tbody td{border:solid 1px #303030;border-right:none;border-left:none}.denali-dark-theme table.table.is-cards tbody th:first-child,.denali-dark-theme table.table.is-cards tbody td:first-child{border-left:solid 1px #303030}.denali-dark-theme table.table.is-cards tbody th:last-child,.denali-dark-theme table.table.is-cards tbody td:last-child{border-right:solid 1px #303030}.denali-dark-theme table.table tr{height:48px}.denali-dark-theme table.table__condensed tr{height:40px}.denali-dark-theme table.table__expanded tr{height:56px}.denali-dark-theme .tabs.is-primary{background:#1e242a}.denali-dark-theme .tabs.is-primary ul{padding:20px 0px 0px 30px}.denali-dark-theme .tabs.is-primary ul li{color:#80b6ff;font-size:1.6rem;height:40px;border-top-left-radius:6px;border-top-right-radius:6px}.denali-dark-theme .tabs.is-primary ul li>*{padding:0px 20px}.denali-dark-theme .tabs.is-primary ul li.is-active{background:#12191f}.denali-dark-theme .tabs.is-primary ul li.is-active>*{color:#fff}.denali-dark-theme .tabs.is-primary ul li.is-disabled>*{color:rgba(255,255,255,.2)}.denali-dark-theme .tabs.is-primary.is-vertical{min-width:300px;width:300px}.denali-dark-theme .tabs.is-primary.is-vertical ul{padding:12px 0px 40px 0px}.denali-dark-theme .tabs.is-primary.is-vertical ul li{height:40px;margin:2px 16px;border-radius:8px}.denali-dark-theme .tabs.is-primary.is-vertical ul li>*{color:inherit;padding:0px 14px}.denali-dark-theme .tabs.is-primary.is-vertical ul li:hover{box-shadow:inset 0px 0px 0px 1px rgba(204,226,255,.1)}.denali-dark-theme .tabs.is-primary.is-vertical ul li:hover>*{color:#cce2ff}.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-active{box-shadow:inset 0px 0px 0px 1px rgba(204,226,255,.1);background:#12191f;font-weight:bold}.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-active>*{color:#fff}.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-disabled{box-shadow:none}.denali-dark-theme .tabs.is-primary.is-vertical ul li.is-disabled>*{color:rgba(255,255,255,.4)}.denali-dark-theme .tabs.is-primary.is-vertical ul li.tabs__section-header{font-size:1.2rem;text-transform:uppercase;color:#9a9a9a;padding:0px 14px}.denali-dark-theme .tabs.is-primary.is-vertical ul li.tabs__section-header:hover{box-shadow:none !important}.denali-dark-theme .tabs.is-secondary ul{box-shadow:inset 0px -2px rgba(213,213,213,.05)}.denali-dark-theme .tabs.is-secondary ul li>*{color:#80b6ff;font-size:1.6rem;height:40px;padding:0px 20px}.denali-dark-theme .tabs.is-secondary ul li.is-active>*{box-shadow:inset 0px -2px #016eff;color:#fff}.denali-dark-theme .tag{padding:0px 10px;height:28px;margin:3px;background:rgba(128,182,255,.2);color:#fff;border-radius:9999px}.denali-dark-theme .tag.is-active{background:rgba(128,182,255,.5)}.denali-dark-theme .tag[disabled],.denali-dark-theme .tag.is-disabled{background:rgba(255,255,255,.1);color:rgba(255,255,255,.4)}.denali-dark-theme .tag .d-icon{font-size:2rem !important}.denali-dark-theme .tag.is-small{font-size:1.2rem;height:22px;padding:0px 8px}.denali-dark-theme .tag.is-small .d-icon{font-size:1.6rem !important}.denali-dark-theme .tag a.d-icon{color:#fff}.denali-dark-theme .tag.outlined{background:transparent;color:#fff !important;border:1px solid #016eff}.denali-dark-theme .tag.outlined:hover{background:rgba(128,182,255,.2);color:#fff !important}.denali-dark-theme .tag.outlined.is-active{background:#016eff;color:#fff !important}.denali-dark-theme .tag.outlined[disabled],.denali-dark-theme .tag.outlined.is-disabled{background:rgba(255,255,255,.1);color:rgba(255,255,255,.4) !important;border-color:rgba(255,255,255,.4)}.denali-dark-theme .title{height:52px}.denali-dark-theme .title span.bar{width:2px;background-color:rgba(255,255,255,.4);border-radius:4px}.denali-dark-theme .title span.bar.is-wide{width:4px}.denali-dark-theme .toggle{padding:2px}.denali-dark-theme .toggle input:checked+label{background-color:transparent;color:#fff;border-radius:4px;box-shadow:0 0 0 2px #016eff}.denali-dark-theme .toggle input:disabled+label{color:rgba(255,255,255,.2)}.denali-dark-theme .toggle input.is-disabled+label{color:rgba(255,255,255,.2)}.denali-dark-theme .toggle label,.denali-dark-theme .toggle li{background:rgba(204,226,255,.1);color:#80b6ff;font-size:1.4rem;height:36px;padding:0px 14px}.denali-dark-theme .toggle label.is-active,.denali-dark-theme .toggle li.is-active{background-color:transparent;color:#fff;border-radius:4px !important;box-shadow:0 0 0 2px #016eff}.denali-dark-theme .toggle label.is-disabled,.denali-dark-theme .toggle li.is-disabled{color:rgba(255,255,255,.2)}.denali-dark-theme .toggle label:hover,.denali-dark-theme .toggle li:hover{color:#80b6ff}.denali-dark-theme .toggle label:first-of-type,.denali-dark-theme .toggle li:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.denali-dark-theme .toggle label:last-of-type,.denali-dark-theme .toggle li:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.denali-dark-theme .toggle.is-small label,.denali-dark-theme .toggle.is-small li{height:28px;padding:0px 10px}.denali-dark-theme .toggle.is-inverse label,.denali-dark-theme .toggle.is-inverse li{color:#80b6ff;background:rgba(255,255,255,.1)}.denali-dark-theme .toggle.is-inverse label.is-active,.denali-dark-theme .toggle.is-inverse li.is-active{color:#fff;background:transparent}.denali-dark-theme *[class*=d-tooltip]::after{padding:6px 8px;font-size:1.2rem;border-radius:4px;font-family:inherit;background-color:rgba(48,48,48,.9);color:#fff}.denali-dark-theme *[class*=d-tooltip][class*=-small]::after{font-size:1rem;padding:4px 6px}.denali-dark-theme h1,.denali-dark-theme h2,.denali-dark-theme h3,.denali-dark-theme h4,.denali-dark-theme h5,.denali-dark-theme h6{font-family:inherit}.denali-dark-theme h1{font-size:2.8rem;line-height:1.25;font-weight:600;color:#fff}.denali-dark-theme h2{font-size:2.6rem;line-height:1.25;font-weight:600;color:#fff}.denali-dark-theme h3{font-size:2rem;line-height:1.5;font-weight:600;color:#fff}.denali-dark-theme h4{font-size:1.6rem;line-height:1.5;font-weight:600;color:#fff}.denali-dark-theme h5{font-size:1.4rem;line-height:1.5;font-weight:600;color:#fff}.denali-dark-theme h6{font-size:1.2rem;line-height:1.5;font-weight:400;color:#fff}.denali-dark-theme p{font-family:inherit;font-size:1.4rem;line-height:1.75;font-weight:400;color:#fff}.denali-dark-theme .accordion{width:100%}.denali-dark-theme .accordion summary{background:#f8f8f8;font-family:Helvetica-Bold;font-size:14px;color:#303030;line-height:18px;height:auto;padding:15px 15px;cursor:pointer;transition:.3s;border:1px solid #e8e8e8}.denali-dark-theme .accordion summary:hover{background:#fff}.denali-dark-theme .accordion .content{padding:15px 15px;background:#fff;border:1px solid #e8e8e8;border-top:none} diff --git a/css/denali-helpers.css b/css/denali-helpers.css index 6c4f721..1ded160 100644 --- a/css/denali-helpers.css +++ b/css/denali-helpers.css @@ -1,9238 +1 @@ -.bg-origin-padding-box { - background-origin: padding-box !important; -} - -.bg-origin-border-box { - background-origin: border-box !important; -} - -.bg-origin-content-box { - background-origin: content-box !important; -} - -.bg-clip-padding-box { - background-clip: padding-box !important; -} - -.bg-clip-border-box { - background-clip: border-box !important; -} - -.bg-clip-content-box { - background-clip: content-box !important; -} - -.bg-attachment-scroll { - background-attachment: scroll !important; -} - -.bg-attachment-fixed { - background-attachment: fixed !important; -} - -.bg-attachment-local { - background-attachment: local !important; -} - -.bg-size-auto { - background-size: auto !important; -} - -.bg-size-cover { - background-size: cover !important; -} - -.bg-size-contain { - background-size: contain !important; -} - -.bg-position-left { - background-position: left !important; -} - -.bg-position-left-top { - background-position: left-top !important; -} - -.bg-position-left-center { - background-position: left-center !important; -} - -.bg-position-left-bottom { - background-position: left-bottom !important; -} - -.bg-position-right { - background-position: right !important; -} - -.bg-position-right-top { - background-position: right-top !important; -} - -.bg-position-right-center { - background-position: right-center !important; -} - -.bg-position-right-bottom { - background-position: right-bottom !important; -} - -.bg-position-center { - background-position: center !important; -} - -.bg-position-center-top { - background-position: center-top !important; -} - -.bg-position-center-center { - background-position: center-center !important; -} - -.bg-position-center-bottom { - background-position: center-bottom !important; -} - -.bg-no-repeat { - background-repeat: no-repeat !important; -} - -.bg-repeat { - background-repeat: repeat !important; -} - -.bg-repeat-x { - background-repeat: repeat-x !important; -} - -.bg-repeat-y { - background-repeat: repeat-y !important; -} - -.bg-repeat-space { - background-repeat: space !important; -} - -.bg-repeat-round { - background-repeat: round !important; -} - -.has-bg-black { - background-color: #000 !important; - color: #fff !important; -} - -.is-black { - color: #000 !important; -} - -.fill-black { - fill: #000 !important; -} - -.has-bg-white { - background-color: #fff !important; - color: #000 !important; -} - -.is-white { - color: #fff !important; -} - -.fill-white { - fill: #fff !important; -} - -.has-bg-brand-100 { - background-color: #CCE2FF !important; - color: find-color-invert(#CCE2FF) !important; -} - -.is-brand-100 { - color: #CCE2FF !important; -} - -.fill-brand-100 { - fill: #CCE2FF !important; -} - -.has-bg-brand-200 { - background-color: #80B6FF !important; - color: find-color-invert(#80B6FF) !important; -} - -.is-brand-200 { - color: #80B6FF !important; -} - -.fill-brand-200 { - fill: #80B6FF !important; -} - -.has-bg-brand-300 { - background-color: #016EFF !important; - color: find-color-invert(#016EFF) !important; -} - -.is-brand-300 { - color: #016EFF !important; -} - -.fill-brand-300 { - fill: #016EFF !important; -} - -.has-bg-brand-400 { - background-color: #004CB3 !important; - color: find-color-invert(#004CB3) !important; -} - -.is-brand-400 { - color: #004CB3 !important; -} - -.fill-brand-400 { - fill: #004CB3 !important; -} - -.has-bg-brand-500 { - background-color: #002B66 !important; - color: find-color-invert(#002B66) !important; -} - -.is-brand-500 { - color: #002B66 !important; -} - -.fill-brand-500 { - fill: #002B66 !important; -} - -.has-bg-status-danger { - background-color: #EA0000 !important; - color: find-color-invert(#EA0000) !important; -} - -.is-status-danger { - color: #EA0000 !important; -} - -.fill-status-danger { - fill: #EA0000 !important; -} - -.has-bg-status-warning { - background-color: #F4CB00 !important; - color: find-color-invert(#F4CB00) !important; -} - -.is-status-warning { - color: #F4CB00 !important; -} - -.fill-status-warning { - fill: #F4CB00 !important; -} - -.has-bg-status-success { - background-color: #15C046 !important; - color: find-color-invert(#15C046) !important; -} - -.is-status-success { - color: #15C046 !important; -} - -.fill-status-success { - fill: #15C046 !important; -} - -.has-bg-status-info { - background-color: #0066DF !important; - color: find-color-invert(#0066DF) !important; -} - -.is-status-info { - color: #0066DF !important; -} - -.fill-status-info { - fill: #0066DF !important; -} - -.has-bg-grey-100 { - background-color: #FFFFFF !important; - color: find-color-invert(#FFFFFF) !important; -} - -.is-grey-100 { - color: #FFFFFF !important; -} - -.fill-grey-100 { - fill: #FFFFFF !important; -} - -.has-bg-grey-200 { - background-color: #F8F8F8 !important; - color: find-color-invert(#F8F8F8) !important; -} - -.is-grey-200 { - color: #F8F8F8 !important; -} - -.fill-grey-200 { - fill: #F8F8F8 !important; -} - -.has-bg-grey-300 { - background-color: #F2F2F2 !important; - color: find-color-invert(#F2F2F2) !important; -} - -.is-grey-300 { - color: #F2F2F2 !important; -} - -.fill-grey-300 { - fill: #F2F2F2 !important; -} - -.has-bg-grey-400 { - background-color: #E8E8E8 !important; - color: find-color-invert(#E8E8E8) !important; -} - -.is-grey-400 { - color: #E8E8E8 !important; -} - -.fill-grey-400 { - fill: #E8E8E8 !important; -} - -.has-bg-grey-500 { - background-color: #D5D5D5 !important; - color: find-color-invert(#D5D5D5) !important; -} - -.is-grey-500 { - color: #D5D5D5 !important; -} - -.fill-grey-500 { - fill: #D5D5D5 !important; -} - -.has-bg-grey-600 { - background-color: #9A9A9A !important; - color: find-color-invert(#9A9A9A) !important; -} - -.is-grey-600 { - color: #9A9A9A !important; -} - -.fill-grey-600 { - fill: #9A9A9A !important; -} - -.has-bg-grey-700 { - background-color: #606060 !important; - color: find-color-invert(#606060) !important; -} - -.is-grey-700 { - color: #606060 !important; -} - -.fill-grey-700 { - fill: #606060 !important; -} - -.has-bg-grey-800 { - background-color: #303030 !important; - color: find-color-invert(#303030) !important; -} - -.is-grey-800 { - color: #303030 !important; -} - -.fill-grey-800 { - fill: #303030 !important; -} - -.has-bg-graph-red { - background-color: #E21717 !important; - color: find-color-invert(#E21717) !important; -} - -.is-graph-red { - color: #E21717 !important; -} - -.fill-graph-red { - fill: #E21717 !important; -} - -.has-bg-graph-orange { - background-color: #F17603 !important; - color: find-color-invert(#F17603) !important; -} - -.is-graph-orange { - color: #F17603 !important; -} - -.fill-graph-orange { - fill: #F17603 !important; -} - -.has-bg-graph-yellow { - background-color: #FED800 !important; - color: find-color-invert(#FED800) !important; -} - -.is-graph-yellow { - color: #FED800 !important; -} - -.fill-graph-yellow { - fill: #FED800 !important; -} - -.has-bg-graph-lime { - background-color: #87D812 !important; - color: find-color-invert(#87D812) !important; -} - -.is-graph-lime { - color: #87D812 !important; -} - -.fill-graph-lime { - fill: #87D812 !important; -} - -.has-bg-graph-green { - background-color: #20C05B !important; - color: find-color-invert(#20C05B) !important; -} - -.is-graph-green { - color: #20C05B !important; -} - -.fill-graph-green { - fill: #20C05B !important; -} - -.has-bg-graph-sky { - background-color: #19C6F4 !important; - color: find-color-invert(#19C6F4) !important; -} - -.is-graph-sky { - color: #19C6F4 !important; -} - -.fill-graph-sky { - fill: #19C6F4 !important; -} - -.has-bg-graph-blue { - background-color: #0072DF !important; - color: find-color-invert(#0072DF) !important; -} - -.is-graph-blue { - color: #0072DF !important; -} - -.fill-graph-blue { - fill: #0072DF !important; -} - -.has-bg-graph-purple { - background-color: #6E2EBF !important; - color: find-color-invert(#6E2EBF) !important; -} - -.is-graph-purple { - color: #6E2EBF !important; -} - -.fill-graph-purple { - fill: #6E2EBF !important; -} - -.has-bg-graph-violet { - background-color: #9A2EAD !important; - color: find-color-invert(#9A2EAD) !important; -} - -.is-graph-violet { - color: #9A2EAD !important; -} - -.fill-graph-violet { - fill: #9A2EAD !important; -} - -.has-bg-graph-pink { - background-color: #FF3390 !important; - color: find-color-invert(#FF3390) !important; -} - -.is-graph-pink { - color: #FF3390 !important; -} - -.fill-graph-pink { - fill: #FF3390 !important; -} - -.has-bg-red-100 { - background-color: #FFBDBD !important; - color: find-color-invert(#FFBDBD) !important; -} - -.is-red-100 { - color: #FFBDBD !important; -} - -.fill-red-100 { - fill: #FFBDBD !important; -} - -.has-bg-red-200 { - background-color: #F89494 !important; - color: find-color-invert(#F89494) !important; -} - -.is-red-200 { - color: #F89494 !important; -} - -.fill-red-200 { - fill: #F89494 !important; -} - -.has-bg-red-300 { - background-color: #F16A6A !important; - color: find-color-invert(#F16A6A) !important; -} - -.is-red-300 { - color: #F16A6A !important; -} - -.fill-red-300 { - fill: #F16A6A !important; -} - -.has-bg-red-400 { - background-color: #E94141 !important; - color: find-color-invert(#E94141) !important; -} - -.is-red-400 { - color: #E94141 !important; -} - -.fill-red-400 { - fill: #E94141 !important; -} - -.has-bg-red-500 { - background-color: #E21717 !important; - color: find-color-invert(#E21717) !important; -} - -.is-red-500 { - color: #E21717 !important; -} - -.fill-red-500 { - fill: #E21717 !important; -} - -.has-bg-red-600 { - background-color: #D01111 !important; - color: find-color-invert(#D01111) !important; -} - -.is-red-600 { - color: #D01111 !important; -} - -.fill-red-600 { - fill: #D01111 !important; -} - -.has-bg-red-700 { - background-color: #BE0C0C !important; - color: find-color-invert(#BE0C0C) !important; -} - -.is-red-700 { - color: #BE0C0C !important; -} - -.fill-red-700 { - fill: #BE0C0C !important; -} - -.has-bg-red-800 { - background-color: #AB0606 !important; - color: find-color-invert(#AB0606) !important; -} - -.is-red-800 { - color: #AB0606 !important; -} - -.fill-red-800 { - fill: #AB0606 !important; -} - -.has-bg-red-900 { - background-color: #990000 !important; - color: find-color-invert(#990000) !important; -} - -.is-red-900 { - color: #990000 !important; -} - -.fill-red-900 { - fill: #990000 !important; -} - -.has-bg-red-r100 { - background-color: #FFBDBD !important; - color: find-color-invert(#FFBDBD) !important; -} - -.is-red-r100 { - color: #FFBDBD !important; -} - -.fill-red-r100 { - fill: #FFBDBD !important; -} - -.has-bg-red-r200 { - background-color: #F16A6A !important; - color: find-color-invert(#F16A6A) !important; -} - -.is-red-r200 { - color: #F16A6A !important; -} - -.fill-red-r200 { - fill: #F16A6A !important; -} - -.has-bg-red-r300 { - background-color: #E21717 !important; - color: find-color-invert(#E21717) !important; -} - -.is-red-r300 { - color: #E21717 !important; -} - -.fill-red-r300 { - fill: #E21717 !important; -} - -.has-bg-red-r400 { - background-color: #BE0C0C !important; - color: find-color-invert(#BE0C0C) !important; -} - -.is-red-r400 { - color: #BE0C0C !important; -} - -.fill-red-r400 { - fill: #BE0C0C !important; -} - -.has-bg-red-r500 { - background-color: #990000 !important; - color: find-color-invert(#990000) !important; -} - -.is-red-r500 { - color: #990000 !important; -} - -.fill-red-r500 { - fill: #990000 !important; -} - -.has-bg-orange-100 { - background-color: #FFDCC0 !important; - color: find-color-invert(#FFDCC0) !important; -} - -.is-orange-100 { - color: #FFDCC0 !important; -} - -.fill-orange-100 { - fill: #FFDCC0 !important; -} - -.has-bg-orange-200 { - background-color: #FCC391 !important; - color: find-color-invert(#FCC391) !important; -} - -.is-orange-200 { - color: #FCC391 !important; -} - -.fill-orange-200 { - fill: #FCC391 !important; -} - -.has-bg-orange-300 { - background-color: #F8A962 !important; - color: find-color-invert(#F8A962) !important; -} - -.is-orange-300 { - color: #F8A962 !important; -} - -.fill-orange-300 { - fill: #F8A962 !important; -} - -.has-bg-orange-400 { - background-color: #F49032 !important; - color: find-color-invert(#F49032) !important; -} - -.is-orange-400 { - color: #F49032 !important; -} - -.fill-orange-400 { - fill: #F49032 !important; -} - -.has-bg-orange-500 { - background-color: #F17603 !important; - color: find-color-invert(#F17603) !important; -} - -.is-orange-500 { - color: #F17603 !important; -} - -.fill-orange-500 { - fill: #F17603 !important; -} - -.has-bg-orange-600 { - background-color: #DC6A03 !important; - color: find-color-invert(#DC6A03) !important; -} - -.is-orange-600 { - color: #DC6A03 !important; -} - -.fill-orange-600 { - fill: #DC6A03 !important; -} - -.has-bg-orange-700 { - background-color: #C85E03 !important; - color: find-color-invert(#C85E03) !important; -} - -.is-orange-700 { - color: #C85E03 !important; -} - -.fill-orange-700 { - fill: #C85E03 !important; -} - -.has-bg-orange-800 { - background-color: #B35102 !important; - color: find-color-invert(#B35102) !important; -} - -.is-orange-800 { - color: #B35102 !important; -} - -.fill-orange-800 { - fill: #B35102 !important; -} - -.has-bg-orange-900 { - background-color: #9E4502 !important; - color: find-color-invert(#9E4502) !important; -} - -.is-orange-900 { - color: #9E4502 !important; -} - -.fill-orange-900 { - fill: #9E4502 !important; -} - -.has-bg-orange-r100 { - background-color: #FFDCC0 !important; - color: find-color-invert(#FFDCC0) !important; -} - -.is-orange-r100 { - color: #FFDCC0 !important; -} - -.fill-orange-r100 { - fill: #FFDCC0 !important; -} - -.has-bg-orange-r200 { - background-color: #F8A962 !important; - color: find-color-invert(#F8A962) !important; -} - -.is-orange-r200 { - color: #F8A962 !important; -} - -.fill-orange-r200 { - fill: #F8A962 !important; -} - -.has-bg-orange-r300 { - background-color: #F17603 !important; - color: find-color-invert(#F17603) !important; -} - -.is-orange-r300 { - color: #F17603 !important; -} - -.fill-orange-r300 { - fill: #F17603 !important; -} - -.has-bg-orange-r400 { - background-color: #C85E03 !important; - color: find-color-invert(#C85E03) !important; -} - -.is-orange-r400 { - color: #C85E03 !important; -} - -.fill-orange-r400 { - fill: #C85E03 !important; -} - -.has-bg-orange-r500 { - background-color: #9E4502 !important; - color: find-color-invert(#9E4502) !important; -} - -.is-orange-r500 { - color: #9E4502 !important; -} - -.fill-orange-r500 { - fill: #9E4502 !important; -} - -.has-bg-yellow-100 { - background-color: #FFFCD2 !important; - color: find-color-invert(#FFFCD2) !important; -} - -.is-yellow-100 { - color: #FFFCD2 !important; -} - -.fill-yellow-100 { - fill: #FFFCD2 !important; -} - -.has-bg-yellow-200 { - background-color: #FFF4A9 !important; - color: find-color-invert(#FFF4A9) !important; -} - -.is-yellow-200 { - color: #FFF4A9 !important; -} - -.fill-yellow-200 { - fill: #FFF4A9 !important; -} - -.has-bg-yellow-300 { - background-color: #FFEB71 !important; - color: find-color-invert(#FFEB71) !important; -} - -.is-yellow-300 { - color: #FFEB71 !important; -} - -.fill-yellow-300 { - fill: #FFEB71 !important; -} - -.has-bg-yellow-400 { - background-color: #FEE344 !important; - color: find-color-invert(#FEE344) !important; -} - -.is-yellow-400 { - color: #FEE344 !important; -} - -.fill-yellow-400 { - fill: #FEE344 !important; -} - -.has-bg-yellow-500 { - background-color: #FED800 !important; - color: find-color-invert(#FED800) !important; -} - -.is-yellow-500 { - color: #FED800 !important; -} - -.fill-yellow-500 { - fill: #FED800 !important; -} - -.has-bg-yellow-600 { - background-color: #F7C500 !important; - color: find-color-invert(#F7C500) !important; -} - -.is-yellow-600 { - color: #F7C500 !important; -} - -.fill-yellow-600 { - fill: #F7C500 !important; -} - -.has-bg-yellow-700 { - background-color: #F0B200 !important; - color: find-color-invert(#F0B200) !important; -} - -.is-yellow-700 { - color: #F0B200 !important; -} - -.fill-yellow-700 { - fill: #F0B200 !important; -} - -.has-bg-yellow-800 { - background-color: #E99E00 !important; - color: find-color-invert(#E99E00) !important; -} - -.is-yellow-800 { - color: #E99E00 !important; -} - -.fill-yellow-800 { - fill: #E99E00 !important; -} - -.has-bg-yellow-900 { - background-color: #E28B00 !important; - color: find-color-invert(#E28B00) !important; -} - -.is-yellow-900 { - color: #E28B00 !important; -} - -.fill-yellow-900 { - fill: #E28B00 !important; -} - -.has-bg-yellow-r100 { - background-color: #FFFCD2 !important; - color: find-color-invert(#FFFCD2) !important; -} - -.is-yellow-r100 { - color: #FFFCD2 !important; -} - -.fill-yellow-r100 { - fill: #FFFCD2 !important; -} - -.has-bg-yellow-r200 { - background-color: #FFE86E !important; - color: find-color-invert(#FFE86E) !important; -} - -.is-yellow-r200 { - color: #FFE86E !important; -} - -.fill-yellow-r200 { - fill: #FFE86E !important; -} - -.has-bg-yellow-r300 { - background-color: #FED800 !important; - color: find-color-invert(#FED800) !important; -} - -.is-yellow-r300 { - color: #FED800 !important; -} - -.fill-yellow-r300 { - fill: #FED800 !important; -} - -.has-bg-yellow-r400 { - background-color: #F0B200 !important; - color: find-color-invert(#F0B200) !important; -} - -.is-yellow-r400 { - color: #F0B200 !important; -} - -.fill-yellow-r400 { - fill: #F0B200 !important; -} - -.has-bg-yellow-r500 { - background-color: #E28B00 !important; - color: find-color-invert(#E28B00) !important; -} - -.is-yellow-r500 { - color: #E28B00 !important; -} - -.fill-yellow-r500 { - fill: #E28B00 !important; -} - -.has-bg-lime-100 { - background-color: #E8FFC0 !important; - color: find-color-invert(#E8FFC0) !important; -} - -.is-lime-100 { - color: #E8FFC0 !important; -} - -.fill-lime-100 { - fill: #E8FFC0 !important; -} - -.has-bg-lime-200 { - background-color: #D0F595 !important; - color: find-color-invert(#D0F595) !important; -} - -.is-lime-200 { - color: #D0F595 !important; -} - -.fill-lime-200 { - fill: #D0F595 !important; -} - -.has-bg-lime-300 { - background-color: #B8EC69 !important; - color: find-color-invert(#B8EC69) !important; -} - -.is-lime-300 { - color: #B8EC69 !important; -} - -.fill-lime-300 { - fill: #B8EC69 !important; -} - -.has-bg-lime-400 { - background-color: #9FE23E !important; - color: find-color-invert(#9FE23E) !important; -} - -.is-lime-400 { - color: #9FE23E !important; -} - -.fill-lime-400 { - fill: #9FE23E !important; -} - -.has-bg-lime-500 { - background-color: #87D812 !important; - color: find-color-invert(#87D812) !important; -} - -.is-lime-500 { - color: #87D812 !important; -} - -.fill-lime-500 { - fill: #87D812 !important; -} - -.has-bg-lime-600 { - background-color: #7BC210 !important; - color: find-color-invert(#7BC210) !important; -} - -.is-lime-600 { - color: #7BC210 !important; -} - -.fill-lime-600 { - fill: #7BC210 !important; -} - -.has-bg-lime-700 { - background-color: #6EAC0F !important; - color: find-color-invert(#6EAC0F) !important; -} - -.is-lime-700 { - color: #6EAC0F !important; -} - -.fill-lime-700 { - fill: #6EAC0F !important; -} - -.has-bg-lime-800 { - background-color: #62950D !important; - color: find-color-invert(#62950D) !important; -} - -.is-lime-800 { - color: #62950D !important; -} - -.fill-lime-800 { - fill: #62950D !important; -} - -.has-bg-lime-900 { - background-color: #557F0B !important; - color: find-color-invert(#557F0B) !important; -} - -.is-lime-900 { - color: #557F0B !important; -} - -.fill-lime-900 { - fill: #557F0B !important; -} - -.has-bg-lime-r100 { - background-color: #E8FFC0 !important; - color: find-color-invert(#E8FFC0) !important; -} - -.is-lime-r100 { - color: #E8FFC0 !important; -} - -.fill-lime-r100 { - fill: #E8FFC0 !important; -} - -.has-bg-lime-r200 { - background-color: #B8EC69 !important; - color: find-color-invert(#B8EC69) !important; -} - -.is-lime-r200 { - color: #B8EC69 !important; -} - -.fill-lime-r200 { - fill: #B8EC69 !important; -} - -.has-bg-lime-r300 { - background-color: #87D812 !important; - color: find-color-invert(#87D812) !important; -} - -.is-lime-r300 { - color: #87D812 !important; -} - -.fill-lime-r300 { - fill: #87D812 !important; -} - -.has-bg-lime-r400 { - background-color: #6EAC0F !important; - color: find-color-invert(#6EAC0F) !important; -} - -.is-lime-r400 { - color: #6EAC0F !important; -} - -.fill-lime-r400 { - fill: #6EAC0F !important; -} - -.has-bg-lime-r500 { - background-color: #557F0B !important; - color: find-color-invert(#557F0B) !important; -} - -.is-lime-r500 { - color: #557F0B !important; -} - -.fill-lime-r500 { - fill: #557F0B !important; -} - -.has-bg-green-100 { - background-color: #D3FFD2 !important; - color: find-color-invert(#D3FFD2) !important; -} - -.is-green-100 { - color: #D3FFD2 !important; -} - -.fill-green-100 { - fill: #D3FFD2 !important; -} - -.has-bg-green-200 { - background-color: #A6EFB4 !important; - color: find-color-invert(#A6EFB4) !important; -} - -.is-green-200 { - color: #A6EFB4 !important; -} - -.fill-green-200 { - fill: #A6EFB4 !important; -} - -.has-bg-green-300 { - background-color: #7AE097 !important; - color: find-color-invert(#7AE097) !important; -} - -.is-green-300 { - color: #7AE097 !important; -} - -.fill-green-300 { - fill: #7AE097 !important; -} - -.has-bg-green-400 { - background-color: #4DD079 !important; - color: find-color-invert(#4DD079) !important; -} - -.is-green-400 { - color: #4DD079 !important; -} - -.fill-green-400 { - fill: #4DD079 !important; -} - -.has-bg-green-500 { - background-color: #20C05B !important; - color: find-color-invert(#20C05B) !important; -} - -.is-green-500 { - color: #20C05B !important; -} - -.fill-green-500 { - fill: #20C05B !important; -} - -.has-bg-green-600 { - background-color: #1DAD51 !important; - color: find-color-invert(#1DAD51) !important; -} - -.is-green-600 { - color: #1DAD51 !important; -} - -.fill-green-600 { - fill: #1DAD51 !important; -} - -.has-bg-green-700 { - background-color: #1A9947 !important; - color: find-color-invert(#1A9947) !important; -} - -.is-green-700 { - color: #1A9947 !important; -} - -.fill-green-700 { - fill: #1A9947 !important; -} - -.has-bg-green-800 { - background-color: #17863D !important; - color: find-color-invert(#17863D) !important; -} - -.is-green-800 { - color: #17863D !important; -} - -.fill-green-800 { - fill: #17863D !important; -} - -.has-bg-green-900 { - background-color: #147233 !important; - color: find-color-invert(#147233) !important; -} - -.is-green-900 { - color: #147233 !important; -} - -.fill-green-900 { - fill: #147233 !important; -} - -.has-bg-green-r100 { - background-color: #D3FFD2 !important; - color: find-color-invert(#D3FFD2) !important; -} - -.is-green-r100 { - color: #D3FFD2 !important; -} - -.fill-green-r100 { - fill: #D3FFD2 !important; -} - -.has-bg-green-r200 { - background-color: #7AE097 !important; - color: find-color-invert(#7AE097) !important; -} - -.is-green-r200 { - color: #7AE097 !important; -} - -.fill-green-r200 { - fill: #7AE097 !important; -} - -.has-bg-green-r300 { - background-color: #20C05B !important; - color: find-color-invert(#20C05B) !important; -} - -.is-green-r300 { - color: #20C05B !important; -} - -.fill-green-r300 { - fill: #20C05B !important; -} - -.has-bg-green-r400 { - background-color: #1A9947 !important; - color: find-color-invert(#1A9947) !important; -} - -.is-green-r400 { - color: #1A9947 !important; -} - -.fill-green-r400 { - fill: #1A9947 !important; -} - -.has-bg-green-r500 { - background-color: #147233 !important; - color: find-color-invert(#147233) !important; -} - -.is-green-r500 { - color: #147233 !important; -} - -.fill-green-r500 { - fill: #147233 !important; -} - -.has-bg-sky-100 { - background-color: #BEF0FC !important; - color: find-color-invert(#BEF0FC) !important; -} - -.is-sky-100 { - color: #BEF0FC !important; -} - -.fill-sky-100 { - fill: #BEF0FC !important; -} - -.has-bg-sky-200 { - background-color: #96E8FC !important; - color: find-color-invert(#96E8FC) !important; -} - -.is-sky-200 { - color: #96E8FC !important; -} - -.fill-sky-200 { - fill: #96E8FC !important; -} - -.has-bg-sky-300 { - background-color: #6DDDFA !important; - color: find-color-invert(#6DDDFA) !important; -} - -.is-sky-300 { - color: #6DDDFA !important; -} - -.fill-sky-300 { - fill: #6DDDFA !important; -} - -.has-bg-sky-400 { - background-color: #43D1F7 !important; - color: find-color-invert(#43D1F7) !important; -} - -.is-sky-400 { - color: #43D1F7 !important; -} - -.fill-sky-400 { - fill: #43D1F7 !important; -} - -.has-bg-sky-500 { - background-color: #19C6F4 !important; - color: find-color-invert(#19C6F4) !important; -} - -.is-sky-500 { - color: #19C6F4 !important; -} - -.fill-sky-500 { - fill: #19C6F4 !important; -} - -.has-bg-sky-600 { - background-color: #17AFD4 !important; - color: find-color-invert(#17AFD4) !important; -} - -.is-sky-600 { - color: #17AFD4 !important; -} - -.fill-sky-600 { - fill: #17AFD4 !important; -} - -.has-bg-sky-700 { - background-color: #1499B5 !important; - color: find-color-invert(#1499B5) !important; -} - -.is-sky-700 { - color: #1499B5 !important; -} - -.fill-sky-700 { - fill: #1499B5 !important; -} - -.has-bg-sky-800 { - background-color: #128295 !important; - color: find-color-invert(#128295) !important; -} - -.is-sky-800 { - color: #128295 !important; -} - -.fill-sky-800 { - fill: #128295 !important; -} - -.has-bg-sky-900 { - background-color: #106B75 !important; - color: find-color-invert(#106B75) !important; -} - -.is-sky-900 { - color: #106B75 !important; -} - -.fill-sky-900 { - fill: #106B75 !important; -} - -.has-bg-sky-r100 { - background-color: #C0F3FF !important; - color: find-color-invert(#C0F3FF) !important; -} - -.is-sky-r100 { - color: #C0F3FF !important; -} - -.fill-sky-r100 { - fill: #C0F3FF !important; -} - -.has-bg-sky-r200 { - background-color: #6DDDFA !important; - color: find-color-invert(#6DDDFA) !important; -} - -.is-sky-r200 { - color: #6DDDFA !important; -} - -.fill-sky-r200 { - fill: #6DDDFA !important; -} - -.has-bg-sky-r300 { - background-color: #19C6F4 !important; - color: find-color-invert(#19C6F4) !important; -} - -.is-sky-r300 { - color: #19C6F4 !important; -} - -.fill-sky-r300 { - fill: #19C6F4 !important; -} - -.has-bg-sky-r400 { - background-color: #1499B5 !important; - color: find-color-invert(#1499B5) !important; -} - -.is-sky-r400 { - color: #1499B5 !important; -} - -.fill-sky-r400 { - fill: #1499B5 !important; -} - -.has-bg-sky-r500 { - background-color: #106B75 !important; - color: find-color-invert(#106B75) !important; -} - -.is-sky-r500 { - color: #106B75 !important; -} - -.fill-sky-r500 { - fill: #106B75 !important; -} - -.has-bg-blue-100 { - background-color: #C0E3FF !important; - color: find-color-invert(#C0E3FF) !important; -} - -.is-blue-100 { - color: #C0E3FF !important; -} - -.fill-blue-100 { - fill: #C0E3FF !important; -} - -.has-bg-blue-200 { - background-color: #90C7F7 !important; - color: find-color-invert(#90C7F7) !important; -} - -.is-blue-200 { - color: #90C7F7 !important; -} - -.fill-blue-200 { - fill: #90C7F7 !important; -} - -.has-bg-blue-300 { - background-color: #60ABEF !important; - color: find-color-invert(#60ABEF) !important; -} - -.is-blue-300 { - color: #60ABEF !important; -} - -.fill-blue-300 { - fill: #60ABEF !important; -} - -.has-bg-blue-400 { - background-color: #308EE7 !important; - color: find-color-invert(#308EE7) !important; -} - -.is-blue-400 { - color: #308EE7 !important; -} - -.fill-blue-400 { - fill: #308EE7 !important; -} - -.has-bg-blue-500 { - background-color: #0072DF !important; - color: find-color-invert(#0072DF) !important; -} - -.is-blue-500 { - color: #0072DF !important; -} - -.fill-blue-500 { - fill: #0072DF !important; -} - -.has-bg-blue-600 { - background-color: #0065BF !important; - color: find-color-invert(#0065BF) !important; -} - -.is-blue-600 { - color: #0065BF !important; -} - -.fill-blue-600 { - fill: #0065BF !important; -} - -.has-bg-blue-700 { - background-color: #0058A0 !important; - color: find-color-invert(#0058A0) !important; -} - -.is-blue-700 { - color: #0058A0 !important; -} - -.fill-blue-700 { - fill: #0058A0 !important; -} - -.has-bg-blue-800 { - background-color: #004B80 !important; - color: find-color-invert(#004B80) !important; -} - -.is-blue-800 { - color: #004B80 !important; -} - -.fill-blue-800 { - fill: #004B80 !important; -} - -.has-bg-blue-900 { - background-color: #003E60 !important; - color: find-color-invert(#003E60) !important; -} - -.is-blue-900 { - color: #003E60 !important; -} - -.fill-blue-900 { - fill: #003E60 !important; -} - -.has-bg-blue-r100 { - background-color: #C0E3FF !important; - color: find-color-invert(#C0E3FF) !important; -} - -.is-blue-r100 { - color: #C0E3FF !important; -} - -.fill-blue-r100 { - fill: #C0E3FF !important; -} - -.has-bg-blue-r200 { - background-color: #60ABEF !important; - color: find-color-invert(#60ABEF) !important; -} - -.is-blue-r200 { - color: #60ABEF !important; -} - -.fill-blue-r200 { - fill: #60ABEF !important; -} - -.has-bg-blue-r300 { - background-color: #0072DF !important; - color: find-color-invert(#0072DF) !important; -} - -.is-blue-r300 { - color: #0072DF !important; -} - -.fill-blue-r300 { - fill: #0072DF !important; -} - -.has-bg-blue-r400 { - background-color: #0058A0 !important; - color: find-color-invert(#0058A0) !important; -} - -.is-blue-r400 { - color: #0058A0 !important; -} - -.fill-blue-r400 { - fill: #0058A0 !important; -} - -.has-bg-blue-r500 { - background-color: #003E60 !important; - color: find-color-invert(#003E60) !important; -} - -.is-blue-r500 { - color: #003E60 !important; -} - -.fill-blue-r500 { - fill: #003E60 !important; -} - -.has-bg-purple-100 { - background-color: #DBD0FD !important; - color: find-color-invert(#DBD0FD) !important; -} - -.is-purple-100 { - color: #DBD0FD !important; -} - -.fill-purple-100 { - fill: #DBD0FD !important; -} - -.has-bg-purple-200 { - background-color: #C8B6FF !important; - color: find-color-invert(#C8B6FF) !important; -} - -.is-purple-200 { - color: #C8B6FF !important; -} - -.fill-purple-200 { - fill: #C8B6FF !important; -} - -.has-bg-purple-300 { - background-color: #AA89EA !important; - color: find-color-invert(#AA89EA) !important; -} - -.is-purple-300 { - color: #AA89EA !important; -} - -.fill-purple-300 { - fill: #AA89EA !important; -} - -.has-bg-purple-400 { - background-color: #8C5BD4 !important; - color: find-color-invert(#8C5BD4) !important; -} - -.is-purple-400 { - color: #8C5BD4 !important; -} - -.fill-purple-400 { - fill: #8C5BD4 !important; -} - -.has-bg-purple-500 { - background-color: #6E2EBF !important; - color: find-color-invert(#6E2EBF) !important; -} - -.is-purple-500 { - color: #6E2EBF !important; -} - -.fill-purple-500 { - fill: #6E2EBF !important; -} - -.has-bg-purple-600 { - background-color: #5413A8 !important; - color: find-color-invert(#5413A8) !important; -} - -.is-purple-600 { - color: #5413A8 !important; -} - -.fill-purple-600 { - fill: #5413A8 !important; -} - -.has-bg-purple-700 { - background-color: #40008B !important; - color: find-color-invert(#40008B) !important; -} - -.is-purple-700 { - color: #40008B !important; -} - -.fill-purple-700 { - fill: #40008B !important; -} - -.has-bg-purple-800 { - background-color: #30006D !important; - color: find-color-invert(#30006D) !important; -} - -.is-purple-800 { - color: #30006D !important; -} - -.fill-purple-800 { - fill: #30006D !important; -} - -.has-bg-purple-900 { - background-color: #20004E !important; - color: find-color-invert(#20004E) !important; -} - -.is-purple-900 { - color: #20004E !important; -} - -.fill-purple-900 { - fill: #20004E !important; -} - -.has-bg-purple-r100 { - background-color: #DBD0FD !important; - color: find-color-invert(#DBD0FD) !important; -} - -.is-purple-r100 { - color: #DBD0FD !important; -} - -.fill-purple-r100 { - fill: #DBD0FD !important; -} - -.has-bg-purple-r200 { - background-color: #AA89EA !important; - color: find-color-invert(#AA89EA) !important; -} - -.is-purple-r200 { - color: #AA89EA !important; -} - -.fill-purple-r200 { - fill: #AA89EA !important; -} - -.has-bg-purple-r300 { - background-color: #6E2EBF !important; - color: find-color-invert(#6E2EBF) !important; -} - -.is-purple-r300 { - color: #6E2EBF !important; -} - -.fill-purple-r300 { - fill: #6E2EBF !important; -} - -.has-bg-purple-r400 { - background-color: #40008B !important; - color: find-color-invert(#40008B) !important; -} - -.is-purple-r400 { - color: #40008B !important; -} - -.fill-purple-r400 { - fill: #40008B !important; -} - -.has-bg-purple-r500 { - background-color: #20004E !important; - color: find-color-invert(#20004E) !important; -} - -.is-purple-r500 { - color: #20004E !important; -} - -.fill-purple-r500 { - fill: #20004E !important; -} - -.has-bg-violet-100 { - background-color: #E9B7F3 !important; - color: find-color-invert(#E9B7F3) !important; -} - -.is-violet-100 { - color: #E9B7F3 !important; -} - -.fill-violet-100 { - fill: #E9B7F3 !important; -} - -.has-bg-violet-200 { - background-color: #DE9BEB !important; - color: find-color-invert(#DE9BEB) !important; -} - -.is-violet-200 { - color: #DE9BEB !important; -} - -.fill-violet-200 { - fill: #DE9BEB !important; -} - -.has-bg-violet-300 { - background-color: #C777D6 !important; - color: find-color-invert(#C777D6) !important; -} - -.is-violet-300 { - color: #C777D6 !important; -} - -.fill-violet-300 { - fill: #C777D6 !important; -} - -.has-bg-violet-400 { - background-color: #B152C2 !important; - color: find-color-invert(#B152C2) !important; -} - -.is-violet-400 { - color: #B152C2 !important; -} - -.fill-violet-400 { - fill: #B152C2 !important; -} - -.has-bg-violet-500 { - background-color: #9A2EAD !important; - color: find-color-invert(#9A2EAD) !important; -} - -.is-violet-500 { - color: #9A2EAD !important; -} - -.fill-violet-500 { - fill: #9A2EAD !important; -} - -.has-bg-violet-600 { - background-color: #842895 !important; - color: find-color-invert(#842895) !important; -} - -.is-violet-600 { - color: #842895 !important; -} - -.fill-violet-600 { - fill: #842895 !important; -} - -.has-bg-violet-700 { - background-color: #6E227D !important; - color: find-color-invert(#6E227D) !important; -} - -.is-violet-700 { - color: #6E227D !important; -} - -.fill-violet-700 { - fill: #6E227D !important; -} - -.has-bg-violet-800 { - background-color: #571B64 !important; - color: find-color-invert(#571B64) !important; -} - -.is-violet-800 { - color: #571B64 !important; -} - -.fill-violet-800 { - fill: #571B64 !important; -} - -.has-bg-violet-900 { - background-color: #41154C !important; - color: find-color-invert(#41154C) !important; -} - -.is-violet-900 { - color: #41154C !important; -} - -.fill-violet-900 { - fill: #41154C !important; -} - -.has-bg-violet-r100 { - background-color: #E9B7F3 !important; - color: find-color-invert(#E9B7F3) !important; -} - -.is-violet-r100 { - color: #E9B7F3 !important; -} - -.fill-violet-r100 { - fill: #E9B7F3 !important; -} - -.has-bg-violet-r200 { - background-color: #C777D6 !important; - color: find-color-invert(#C777D6) !important; -} - -.is-violet-r200 { - color: #C777D6 !important; -} - -.fill-violet-r200 { - fill: #C777D6 !important; -} - -.has-bg-violet-r300 { - background-color: #9A2EAD !important; - color: find-color-invert(#9A2EAD) !important; -} - -.is-violet-r300 { - color: #9A2EAD !important; -} - -.fill-violet-r300 { - fill: #9A2EAD !important; -} - -.has-bg-violet-r400 { - background-color: #6E227D !important; - color: find-color-invert(#6E227D) !important; -} - -.is-violet-r400 { - color: #6E227D !important; -} - -.fill-violet-r400 { - fill: #6E227D !important; -} - -.has-bg-violet-r500 { - background-color: #41154C !important; - color: find-color-invert(#41154C) !important; -} - -.is-violet-r500 { - color: #41154C !important; -} - -.fill-violet-r500 { - fill: #41154C !important; -} - -.has-bg-pink-100 { - background-color: #FABCDC !important; - color: find-color-invert(#FABCDC) !important; -} - -.is-pink-100 { - color: #FABCDC !important; -} - -.fill-pink-100 { - fill: #FABCDC !important; -} - -.has-bg-pink-200 { - background-color: #FF9DCC !important; - color: find-color-invert(#FF9DCC) !important; -} - -.is-pink-200 { - color: #FF9DCC !important; -} - -.fill-pink-200 { - fill: #FF9DCC !important; -} - -.has-bg-pink-300 { - background-color: #FF7AB8 !important; - color: find-color-invert(#FF7AB8) !important; -} - -.is-pink-300 { - color: #FF7AB8 !important; -} - -.fill-pink-300 { - fill: #FF7AB8 !important; -} - -.has-bg-pink-400 { - background-color: #FF56A4 !important; - color: find-color-invert(#FF56A4) !important; -} - -.is-pink-400 { - color: #FF56A4 !important; -} - -.fill-pink-400 { - fill: #FF56A4 !important; -} - -.has-bg-pink-500 { - background-color: #FF3390 !important; - color: find-color-invert(#FF3390) !important; -} - -.is-pink-500 { - color: #FF3390 !important; -} - -.fill-pink-500 { - fill: #FF3390 !important; -} - -.has-bg-pink-600 { - background-color: #DF2D82 !important; - color: find-color-invert(#DF2D82) !important; -} - -.is-pink-600 { - color: #DF2D82 !important; -} - -.fill-pink-600 { - fill: #DF2D82 !important; -} - -.has-bg-pink-700 { - background-color: #BF2874 !important; - color: find-color-invert(#BF2874) !important; -} - -.is-pink-700 { - color: #BF2874 !important; -} - -.fill-pink-700 { - fill: #BF2874 !important; -} - -.has-bg-pink-800 { - background-color: #9F2265 !important; - color: find-color-invert(#9F2265) !important; -} - -.is-pink-800 { - color: #9F2265 !important; -} - -.fill-pink-800 { - fill: #9F2265 !important; -} - -.has-bg-pink-900 { - background-color: #7F1C57 !important; - color: find-color-invert(#7F1C57) !important; -} - -.is-pink-900 { - color: #7F1C57 !important; -} - -.fill-pink-900 { - fill: #7F1C57 !important; -} - -.has-bg-pink-r100 { - background-color: #FABCDC !important; - color: find-color-invert(#FABCDC) !important; -} - -.is-pink-r100 { - color: #FABCDC !important; -} - -.fill-pink-r100 { - fill: #FABCDC !important; -} - -.has-bg-pink-r200 { - background-color: #FF7AB8 !important; - color: find-color-invert(#FF7AB8) !important; -} - -.is-pink-r200 { - color: #FF7AB8 !important; -} - -.fill-pink-r200 { - fill: #FF7AB8 !important; -} - -.has-bg-pink-r300 { - background-color: #FF3390 !important; - color: find-color-invert(#FF3390) !important; -} - -.is-pink-r300 { - color: #FF3390 !important; -} - -.fill-pink-r300 { - fill: #FF3390 !important; -} - -.has-bg-pink-r400 { - background-color: #BF2874 !important; - color: find-color-invert(#BF2874) !important; -} - -.is-pink-r400 { - color: #BF2874 !important; -} - -.fill-pink-r400 { - fill: #BF2874 !important; -} - -.has-bg-pink-r500 { - background-color: #7F1C57 !important; - color: find-color-invert(#7F1C57) !important; -} - -.is-pink-r500 { - color: #7F1C57 !important; -} - -.fill-pink-r500 { - fill: #7F1C57 !important; -} - -.m-0 { - margin: 0px !important; -} - -.m-1 { - margin: 1px !important; -} - -.m-2 { - margin: 2px !important; -} - -.m-3 { - margin: 3px !important; -} - -.m-4 { - margin: 4px !important; -} - -.m-5 { - margin: 5px !important; -} - -.m-6 { - margin: 6px !important; -} - -.m-7 { - margin: 7px !important; -} - -.m-8 { - margin: 8px !important; -} - -.m-9 { - margin: 9px !important; -} - -.m-10 { - margin: 10px !important; -} - -.m-11 { - margin: 11px !important; -} - -.m-12 { - margin: 12px !important; -} - -.m-13 { - margin: 13px !important; -} - -.m-14 { - margin: 14px !important; -} - -.m-15 { - margin: 15px !important; -} - -.m-16 { - margin: 16px !important; -} - -.m-17 { - margin: 17px !important; -} - -.m-18 { - margin: 18px !important; -} - -.m-19 { - margin: 19px !important; -} - -.m-20 { - margin: 20px !important; -} - -.m-21 { - margin: 21px !important; -} - -.m-22 { - margin: 22px !important; -} - -.m-23 { - margin: 23px !important; -} - -.m-24 { - margin: 24px !important; -} - -.m-25 { - margin: 25px !important; -} - -.m-26 { - margin: 26px !important; -} - -.m-27 { - margin: 27px !important; -} - -.m-28 { - margin: 28px !important; -} - -.m-29 { - margin: 29px !important; -} - -.m-30 { - margin: 30px !important; -} - -.m-31 { - margin: 31px !important; -} - -.m-32 { - margin: 32px !important; -} - -.m-33 { - margin: 33px !important; -} - -.m-34 { - margin: 34px !important; -} - -.m-35 { - margin: 35px !important; -} - -.m-36 { - margin: 36px !important; -} - -.m-37 { - margin: 37px !important; -} - -.m-38 { - margin: 38px !important; -} - -.m-39 { - margin: 39px !important; -} - -.m-40 { - margin: 40px !important; -} - -.m-41 { - margin: 41px !important; -} - -.m-42 { - margin: 42px !important; -} - -.m-43 { - margin: 43px !important; -} - -.m-44 { - margin: 44px !important; -} - -.m-45 { - margin: 45px !important; -} - -.m-46 { - margin: 46px !important; -} - -.m-47 { - margin: 47px !important; -} - -.m-48 { - margin: 48px !important; -} - -.m-49 { - margin: 49px !important; -} - -.m-50 { - margin: 50px !important; -} - -.m-51 { - margin: 51px !important; -} - -.m-52 { - margin: 52px !important; -} - -.m-53 { - margin: 53px !important; -} - -.m-54 { - margin: 54px !important; -} - -.m-55 { - margin: 55px !important; -} - -.m-56 { - margin: 56px !important; -} - -.m-57 { - margin: 57px !important; -} - -.m-58 { - margin: 58px !important; -} - -.m-59 { - margin: 59px !important; -} - -.m-60 { - margin: 60px !important; -} - -.m-61 { - margin: 61px !important; -} - -.m-62 { - margin: 62px !important; -} - -.m-63 { - margin: 63px !important; -} - -.m-64 { - margin: 64px !important; -} - -.m-65 { - margin: 65px !important; -} - -.m-66 { - margin: 66px !important; -} - -.m-67 { - margin: 67px !important; -} - -.m-68 { - margin: 68px !important; -} - -.m-69 { - margin: 69px !important; -} - -.m-70 { - margin: 70px !important; -} - -.m-71 { - margin: 71px !important; -} - -.m-72 { - margin: 72px !important; -} - -.m-73 { - margin: 73px !important; -} - -.m-74 { - margin: 74px !important; -} - -.m-75 { - margin: 75px !important; -} - -.m-76 { - margin: 76px !important; -} - -.m-77 { - margin: 77px !important; -} - -.m-78 { - margin: 78px !important; -} - -.m-79 { - margin: 79px !important; -} - -.m-80 { - margin: 80px !important; -} - -.m-81 { - margin: 81px !important; -} - -.m-82 { - margin: 82px !important; -} - -.m-83 { - margin: 83px !important; -} - -.m-84 { - margin: 84px !important; -} - -.m-85 { - margin: 85px !important; -} - -.m-86 { - margin: 86px !important; -} - -.m-87 { - margin: 87px !important; -} - -.m-88 { - margin: 88px !important; -} - -.m-89 { - margin: 89px !important; -} - -.m-90 { - margin: 90px !important; -} - -.m-91 { - margin: 91px !important; -} - -.m-92 { - margin: 92px !important; -} - -.m-93 { - margin: 93px !important; -} - -.m-94 { - margin: 94px !important; -} - -.m-95 { - margin: 95px !important; -} - -.m-96 { - margin: 96px !important; -} - -.m-97 { - margin: 97px !important; -} - -.m-98 { - margin: 98px !important; -} - -.m-99 { - margin: 99px !important; -} - -.m-100 { - margin: 100px !important; -} - -.m-auto { - margin: auto; -} - -.m-t-0 { - margin-top: 0px !important; -} - -.m-t-1 { - margin-top: 1px !important; -} - -.m-t-2 { - margin-top: 2px !important; -} - -.m-t-3 { - margin-top: 3px !important; -} - -.m-t-4 { - margin-top: 4px !important; -} - -.m-t-5 { - margin-top: 5px !important; -} - -.m-t-6 { - margin-top: 6px !important; -} - -.m-t-7 { - margin-top: 7px !important; -} - -.m-t-8 { - margin-top: 8px !important; -} - -.m-t-9 { - margin-top: 9px !important; -} - -.m-t-10 { - margin-top: 10px !important; -} - -.m-t-11 { - margin-top: 11px !important; -} - -.m-t-12 { - margin-top: 12px !important; -} - -.m-t-13 { - margin-top: 13px !important; -} - -.m-t-14 { - margin-top: 14px !important; -} - -.m-t-15 { - margin-top: 15px !important; -} - -.m-t-16 { - margin-top: 16px !important; -} - -.m-t-17 { - margin-top: 17px !important; -} - -.m-t-18 { - margin-top: 18px !important; -} - -.m-t-19 { - margin-top: 19px !important; -} - -.m-t-20 { - margin-top: 20px !important; -} - -.m-t-21 { - margin-top: 21px !important; -} - -.m-t-22 { - margin-top: 22px !important; -} - -.m-t-23 { - margin-top: 23px !important; -} - -.m-t-24 { - margin-top: 24px !important; -} - -.m-t-25 { - margin-top: 25px !important; -} - -.m-t-26 { - margin-top: 26px !important; -} - -.m-t-27 { - margin-top: 27px !important; -} - -.m-t-28 { - margin-top: 28px !important; -} - -.m-t-29 { - margin-top: 29px !important; -} - -.m-t-30 { - margin-top: 30px !important; -} - -.m-t-31 { - margin-top: 31px !important; -} - -.m-t-32 { - margin-top: 32px !important; -} - -.m-t-33 { - margin-top: 33px !important; -} - -.m-t-34 { - margin-top: 34px !important; -} - -.m-t-35 { - margin-top: 35px !important; -} - -.m-t-36 { - margin-top: 36px !important; -} - -.m-t-37 { - margin-top: 37px !important; -} - -.m-t-38 { - margin-top: 38px !important; -} - -.m-t-39 { - margin-top: 39px !important; -} - -.m-t-40 { - margin-top: 40px !important; -} - -.m-t-41 { - margin-top: 41px !important; -} - -.m-t-42 { - margin-top: 42px !important; -} - -.m-t-43 { - margin-top: 43px !important; -} - -.m-t-44 { - margin-top: 44px !important; -} - -.m-t-45 { - margin-top: 45px !important; -} - -.m-t-46 { - margin-top: 46px !important; -} - -.m-t-47 { - margin-top: 47px !important; -} - -.m-t-48 { - margin-top: 48px !important; -} - -.m-t-49 { - margin-top: 49px !important; -} - -.m-t-50 { - margin-top: 50px !important; -} - -.m-t-51 { - margin-top: 51px !important; -} - -.m-t-52 { - margin-top: 52px !important; -} - -.m-t-53 { - margin-top: 53px !important; -} - -.m-t-54 { - margin-top: 54px !important; -} - -.m-t-55 { - margin-top: 55px !important; -} - -.m-t-56 { - margin-top: 56px !important; -} - -.m-t-57 { - margin-top: 57px !important; -} - -.m-t-58 { - margin-top: 58px !important; -} - -.m-t-59 { - margin-top: 59px !important; -} - -.m-t-60 { - margin-top: 60px !important; -} - -.m-t-61 { - margin-top: 61px !important; -} - -.m-t-62 { - margin-top: 62px !important; -} - -.m-t-63 { - margin-top: 63px !important; -} - -.m-t-64 { - margin-top: 64px !important; -} - -.m-t-65 { - margin-top: 65px !important; -} - -.m-t-66 { - margin-top: 66px !important; -} - -.m-t-67 { - margin-top: 67px !important; -} - -.m-t-68 { - margin-top: 68px !important; -} - -.m-t-69 { - margin-top: 69px !important; -} - -.m-t-70 { - margin-top: 70px !important; -} - -.m-t-71 { - margin-top: 71px !important; -} - -.m-t-72 { - margin-top: 72px !important; -} - -.m-t-73 { - margin-top: 73px !important; -} - -.m-t-74 { - margin-top: 74px !important; -} - -.m-t-75 { - margin-top: 75px !important; -} - -.m-t-76 { - margin-top: 76px !important; -} - -.m-t-77 { - margin-top: 77px !important; -} - -.m-t-78 { - margin-top: 78px !important; -} - -.m-t-79 { - margin-top: 79px !important; -} - -.m-t-80 { - margin-top: 80px !important; -} - -.m-t-81 { - margin-top: 81px !important; -} - -.m-t-82 { - margin-top: 82px !important; -} - -.m-t-83 { - margin-top: 83px !important; -} - -.m-t-84 { - margin-top: 84px !important; -} - -.m-t-85 { - margin-top: 85px !important; -} - -.m-t-86 { - margin-top: 86px !important; -} - -.m-t-87 { - margin-top: 87px !important; -} - -.m-t-88 { - margin-top: 88px !important; -} - -.m-t-89 { - margin-top: 89px !important; -} - -.m-t-90 { - margin-top: 90px !important; -} - -.m-t-91 { - margin-top: 91px !important; -} - -.m-t-92 { - margin-top: 92px !important; -} - -.m-t-93 { - margin-top: 93px !important; -} - -.m-t-94 { - margin-top: 94px !important; -} - -.m-t-95 { - margin-top: 95px !important; -} - -.m-t-96 { - margin-top: 96px !important; -} - -.m-t-97 { - margin-top: 97px !important; -} - -.m-t-98 { - margin-top: 98px !important; -} - -.m-t-99 { - margin-top: 99px !important; -} - -.m-t-100 { - margin-top: 100px !important; -} - -.m-r-0 { - margin-right: 0px !important; -} - -.m-r-1 { - margin-right: 1px !important; -} - -.m-r-2 { - margin-right: 2px !important; -} - -.m-r-3 { - margin-right: 3px !important; -} - -.m-r-4 { - margin-right: 4px !important; -} - -.m-r-5 { - margin-right: 5px !important; -} - -.m-r-6 { - margin-right: 6px !important; -} - -.m-r-7 { - margin-right: 7px !important; -} - -.m-r-8 { - margin-right: 8px !important; -} - -.m-r-9 { - margin-right: 9px !important; -} - -.m-r-10 { - margin-right: 10px !important; -} - -.m-r-11 { - margin-right: 11px !important; -} - -.m-r-12 { - margin-right: 12px !important; -} - -.m-r-13 { - margin-right: 13px !important; -} - -.m-r-14 { - margin-right: 14px !important; -} - -.m-r-15 { - margin-right: 15px !important; -} - -.m-r-16 { - margin-right: 16px !important; -} - -.m-r-17 { - margin-right: 17px !important; -} - -.m-r-18 { - margin-right: 18px !important; -} - -.m-r-19 { - margin-right: 19px !important; -} - -.m-r-20 { - margin-right: 20px !important; -} - -.m-r-21 { - margin-right: 21px !important; -} - -.m-r-22 { - margin-right: 22px !important; -} - -.m-r-23 { - margin-right: 23px !important; -} - -.m-r-24 { - margin-right: 24px !important; -} - -.m-r-25 { - margin-right: 25px !important; -} - -.m-r-26 { - margin-right: 26px !important; -} - -.m-r-27 { - margin-right: 27px !important; -} - -.m-r-28 { - margin-right: 28px !important; -} - -.m-r-29 { - margin-right: 29px !important; -} - -.m-r-30 { - margin-right: 30px !important; -} - -.m-r-31 { - margin-right: 31px !important; -} - -.m-r-32 { - margin-right: 32px !important; -} - -.m-r-33 { - margin-right: 33px !important; -} - -.m-r-34 { - margin-right: 34px !important; -} - -.m-r-35 { - margin-right: 35px !important; -} - -.m-r-36 { - margin-right: 36px !important; -} - -.m-r-37 { - margin-right: 37px !important; -} - -.m-r-38 { - margin-right: 38px !important; -} - -.m-r-39 { - margin-right: 39px !important; -} - -.m-r-40 { - margin-right: 40px !important; -} - -.m-r-41 { - margin-right: 41px !important; -} - -.m-r-42 { - margin-right: 42px !important; -} - -.m-r-43 { - margin-right: 43px !important; -} - -.m-r-44 { - margin-right: 44px !important; -} - -.m-r-45 { - margin-right: 45px !important; -} - -.m-r-46 { - margin-right: 46px !important; -} - -.m-r-47 { - margin-right: 47px !important; -} - -.m-r-48 { - margin-right: 48px !important; -} - -.m-r-49 { - margin-right: 49px !important; -} - -.m-r-50 { - margin-right: 50px !important; -} - -.m-r-51 { - margin-right: 51px !important; -} - -.m-r-52 { - margin-right: 52px !important; -} - -.m-r-53 { - margin-right: 53px !important; -} - -.m-r-54 { - margin-right: 54px !important; -} - -.m-r-55 { - margin-right: 55px !important; -} - -.m-r-56 { - margin-right: 56px !important; -} - -.m-r-57 { - margin-right: 57px !important; -} - -.m-r-58 { - margin-right: 58px !important; -} - -.m-r-59 { - margin-right: 59px !important; -} - -.m-r-60 { - margin-right: 60px !important; -} - -.m-r-61 { - margin-right: 61px !important; -} - -.m-r-62 { - margin-right: 62px !important; -} - -.m-r-63 { - margin-right: 63px !important; -} - -.m-r-64 { - margin-right: 64px !important; -} - -.m-r-65 { - margin-right: 65px !important; -} - -.m-r-66 { - margin-right: 66px !important; -} - -.m-r-67 { - margin-right: 67px !important; -} - -.m-r-68 { - margin-right: 68px !important; -} - -.m-r-69 { - margin-right: 69px !important; -} - -.m-r-70 { - margin-right: 70px !important; -} - -.m-r-71 { - margin-right: 71px !important; -} - -.m-r-72 { - margin-right: 72px !important; -} - -.m-r-73 { - margin-right: 73px !important; -} - -.m-r-74 { - margin-right: 74px !important; -} - -.m-r-75 { - margin-right: 75px !important; -} - -.m-r-76 { - margin-right: 76px !important; -} - -.m-r-77 { - margin-right: 77px !important; -} - -.m-r-78 { - margin-right: 78px !important; -} - -.m-r-79 { - margin-right: 79px !important; -} - -.m-r-80 { - margin-right: 80px !important; -} - -.m-r-81 { - margin-right: 81px !important; -} - -.m-r-82 { - margin-right: 82px !important; -} - -.m-r-83 { - margin-right: 83px !important; -} - -.m-r-84 { - margin-right: 84px !important; -} - -.m-r-85 { - margin-right: 85px !important; -} - -.m-r-86 { - margin-right: 86px !important; -} - -.m-r-87 { - margin-right: 87px !important; -} - -.m-r-88 { - margin-right: 88px !important; -} - -.m-r-89 { - margin-right: 89px !important; -} - -.m-r-90 { - margin-right: 90px !important; -} - -.m-r-91 { - margin-right: 91px !important; -} - -.m-r-92 { - margin-right: 92px !important; -} - -.m-r-93 { - margin-right: 93px !important; -} - -.m-r-94 { - margin-right: 94px !important; -} - -.m-r-95 { - margin-right: 95px !important; -} - -.m-r-96 { - margin-right: 96px !important; -} - -.m-r-97 { - margin-right: 97px !important; -} - -.m-r-98 { - margin-right: 98px !important; -} - -.m-r-99 { - margin-right: 99px !important; -} - -.m-r-100 { - margin-right: 100px !important; -} - -.m-b-0 { - margin-bottom: 0px !important; -} - -.m-b-1 { - margin-bottom: 1px !important; -} - -.m-b-2 { - margin-bottom: 2px !important; -} - -.m-b-3 { - margin-bottom: 3px !important; -} - -.m-b-4 { - margin-bottom: 4px !important; -} - -.m-b-5 { - margin-bottom: 5px !important; -} - -.m-b-6 { - margin-bottom: 6px !important; -} - -.m-b-7 { - margin-bottom: 7px !important; -} - -.m-b-8 { - margin-bottom: 8px !important; -} - -.m-b-9 { - margin-bottom: 9px !important; -} - -.m-b-10 { - margin-bottom: 10px !important; -} - -.m-b-11 { - margin-bottom: 11px !important; -} - -.m-b-12 { - margin-bottom: 12px !important; -} - -.m-b-13 { - margin-bottom: 13px !important; -} - -.m-b-14 { - margin-bottom: 14px !important; -} - -.m-b-15 { - margin-bottom: 15px !important; -} - -.m-b-16 { - margin-bottom: 16px !important; -} - -.m-b-17 { - margin-bottom: 17px !important; -} - -.m-b-18 { - margin-bottom: 18px !important; -} - -.m-b-19 { - margin-bottom: 19px !important; -} - -.m-b-20 { - margin-bottom: 20px !important; -} - -.m-b-21 { - margin-bottom: 21px !important; -} - -.m-b-22 { - margin-bottom: 22px !important; -} - -.m-b-23 { - margin-bottom: 23px !important; -} - -.m-b-24 { - margin-bottom: 24px !important; -} - -.m-b-25 { - margin-bottom: 25px !important; -} - -.m-b-26 { - margin-bottom: 26px !important; -} - -.m-b-27 { - margin-bottom: 27px !important; -} - -.m-b-28 { - margin-bottom: 28px !important; -} - -.m-b-29 { - margin-bottom: 29px !important; -} - -.m-b-30 { - margin-bottom: 30px !important; -} - -.m-b-31 { - margin-bottom: 31px !important; -} - -.m-b-32 { - margin-bottom: 32px !important; -} - -.m-b-33 { - margin-bottom: 33px !important; -} - -.m-b-34 { - margin-bottom: 34px !important; -} - -.m-b-35 { - margin-bottom: 35px !important; -} - -.m-b-36 { - margin-bottom: 36px !important; -} - -.m-b-37 { - margin-bottom: 37px !important; -} - -.m-b-38 { - margin-bottom: 38px !important; -} - -.m-b-39 { - margin-bottom: 39px !important; -} - -.m-b-40 { - margin-bottom: 40px !important; -} - -.m-b-41 { - margin-bottom: 41px !important; -} - -.m-b-42 { - margin-bottom: 42px !important; -} - -.m-b-43 { - margin-bottom: 43px !important; -} - -.m-b-44 { - margin-bottom: 44px !important; -} - -.m-b-45 { - margin-bottom: 45px !important; -} - -.m-b-46 { - margin-bottom: 46px !important; -} - -.m-b-47 { - margin-bottom: 47px !important; -} - -.m-b-48 { - margin-bottom: 48px !important; -} - -.m-b-49 { - margin-bottom: 49px !important; -} - -.m-b-50 { - margin-bottom: 50px !important; -} - -.m-b-51 { - margin-bottom: 51px !important; -} - -.m-b-52 { - margin-bottom: 52px !important; -} - -.m-b-53 { - margin-bottom: 53px !important; -} - -.m-b-54 { - margin-bottom: 54px !important; -} - -.m-b-55 { - margin-bottom: 55px !important; -} - -.m-b-56 { - margin-bottom: 56px !important; -} - -.m-b-57 { - margin-bottom: 57px !important; -} - -.m-b-58 { - margin-bottom: 58px !important; -} - -.m-b-59 { - margin-bottom: 59px !important; -} - -.m-b-60 { - margin-bottom: 60px !important; -} - -.m-b-61 { - margin-bottom: 61px !important; -} - -.m-b-62 { - margin-bottom: 62px !important; -} - -.m-b-63 { - margin-bottom: 63px !important; -} - -.m-b-64 { - margin-bottom: 64px !important; -} - -.m-b-65 { - margin-bottom: 65px !important; -} - -.m-b-66 { - margin-bottom: 66px !important; -} - -.m-b-67 { - margin-bottom: 67px !important; -} - -.m-b-68 { - margin-bottom: 68px !important; -} - -.m-b-69 { - margin-bottom: 69px !important; -} - -.m-b-70 { - margin-bottom: 70px !important; -} - -.m-b-71 { - margin-bottom: 71px !important; -} - -.m-b-72 { - margin-bottom: 72px !important; -} - -.m-b-73 { - margin-bottom: 73px !important; -} - -.m-b-74 { - margin-bottom: 74px !important; -} - -.m-b-75 { - margin-bottom: 75px !important; -} - -.m-b-76 { - margin-bottom: 76px !important; -} - -.m-b-77 { - margin-bottom: 77px !important; -} - -.m-b-78 { - margin-bottom: 78px !important; -} - -.m-b-79 { - margin-bottom: 79px !important; -} - -.m-b-80 { - margin-bottom: 80px !important; -} - -.m-b-81 { - margin-bottom: 81px !important; -} - -.m-b-82 { - margin-bottom: 82px !important; -} - -.m-b-83 { - margin-bottom: 83px !important; -} - -.m-b-84 { - margin-bottom: 84px !important; -} - -.m-b-85 { - margin-bottom: 85px !important; -} - -.m-b-86 { - margin-bottom: 86px !important; -} - -.m-b-87 { - margin-bottom: 87px !important; -} - -.m-b-88 { - margin-bottom: 88px !important; -} - -.m-b-89 { - margin-bottom: 89px !important; -} - -.m-b-90 { - margin-bottom: 90px !important; -} - -.m-b-91 { - margin-bottom: 91px !important; -} - -.m-b-92 { - margin-bottom: 92px !important; -} - -.m-b-93 { - margin-bottom: 93px !important; -} - -.m-b-94 { - margin-bottom: 94px !important; -} - -.m-b-95 { - margin-bottom: 95px !important; -} - -.m-b-96 { - margin-bottom: 96px !important; -} - -.m-b-97 { - margin-bottom: 97px !important; -} - -.m-b-98 { - margin-bottom: 98px !important; -} - -.m-b-99 { - margin-bottom: 99px !important; -} - -.m-b-100 { - margin-bottom: 100px !important; -} - -.m-l-0 { - margin-left: 0px !important; -} - -.m-l-1 { - margin-left: 1px !important; -} - -.m-l-2 { - margin-left: 2px !important; -} - -.m-l-3 { - margin-left: 3px !important; -} - -.m-l-4 { - margin-left: 4px !important; -} - -.m-l-5 { - margin-left: 5px !important; -} - -.m-l-6 { - margin-left: 6px !important; -} - -.m-l-7 { - margin-left: 7px !important; -} - -.m-l-8 { - margin-left: 8px !important; -} - -.m-l-9 { - margin-left: 9px !important; -} - -.m-l-10 { - margin-left: 10px !important; -} - -.m-l-11 { - margin-left: 11px !important; -} - -.m-l-12 { - margin-left: 12px !important; -} - -.m-l-13 { - margin-left: 13px !important; -} - -.m-l-14 { - margin-left: 14px !important; -} - -.m-l-15 { - margin-left: 15px !important; -} - -.m-l-16 { - margin-left: 16px !important; -} - -.m-l-17 { - margin-left: 17px !important; -} - -.m-l-18 { - margin-left: 18px !important; -} - -.m-l-19 { - margin-left: 19px !important; -} - -.m-l-20 { - margin-left: 20px !important; -} - -.m-l-21 { - margin-left: 21px !important; -} - -.m-l-22 { - margin-left: 22px !important; -} - -.m-l-23 { - margin-left: 23px !important; -} - -.m-l-24 { - margin-left: 24px !important; -} - -.m-l-25 { - margin-left: 25px !important; -} - -.m-l-26 { - margin-left: 26px !important; -} - -.m-l-27 { - margin-left: 27px !important; -} - -.m-l-28 { - margin-left: 28px !important; -} - -.m-l-29 { - margin-left: 29px !important; -} - -.m-l-30 { - margin-left: 30px !important; -} - -.m-l-31 { - margin-left: 31px !important; -} - -.m-l-32 { - margin-left: 32px !important; -} - -.m-l-33 { - margin-left: 33px !important; -} - -.m-l-34 { - margin-left: 34px !important; -} - -.m-l-35 { - margin-left: 35px !important; -} - -.m-l-36 { - margin-left: 36px !important; -} - -.m-l-37 { - margin-left: 37px !important; -} - -.m-l-38 { - margin-left: 38px !important; -} - -.m-l-39 { - margin-left: 39px !important; -} - -.m-l-40 { - margin-left: 40px !important; -} - -.m-l-41 { - margin-left: 41px !important; -} - -.m-l-42 { - margin-left: 42px !important; -} - -.m-l-43 { - margin-left: 43px !important; -} - -.m-l-44 { - margin-left: 44px !important; -} - -.m-l-45 { - margin-left: 45px !important; -} - -.m-l-46 { - margin-left: 46px !important; -} - -.m-l-47 { - margin-left: 47px !important; -} - -.m-l-48 { - margin-left: 48px !important; -} - -.m-l-49 { - margin-left: 49px !important; -} - -.m-l-50 { - margin-left: 50px !important; -} - -.m-l-51 { - margin-left: 51px !important; -} - -.m-l-52 { - margin-left: 52px !important; -} - -.m-l-53 { - margin-left: 53px !important; -} - -.m-l-54 { - margin-left: 54px !important; -} - -.m-l-55 { - margin-left: 55px !important; -} - -.m-l-56 { - margin-left: 56px !important; -} - -.m-l-57 { - margin-left: 57px !important; -} - -.m-l-58 { - margin-left: 58px !important; -} - -.m-l-59 { - margin-left: 59px !important; -} - -.m-l-60 { - margin-left: 60px !important; -} - -.m-l-61 { - margin-left: 61px !important; -} - -.m-l-62 { - margin-left: 62px !important; -} - -.m-l-63 { - margin-left: 63px !important; -} - -.m-l-64 { - margin-left: 64px !important; -} - -.m-l-65 { - margin-left: 65px !important; -} - -.m-l-66 { - margin-left: 66px !important; -} - -.m-l-67 { - margin-left: 67px !important; -} - -.m-l-68 { - margin-left: 68px !important; -} - -.m-l-69 { - margin-left: 69px !important; -} - -.m-l-70 { - margin-left: 70px !important; -} - -.m-l-71 { - margin-left: 71px !important; -} - -.m-l-72 { - margin-left: 72px !important; -} - -.m-l-73 { - margin-left: 73px !important; -} - -.m-l-74 { - margin-left: 74px !important; -} - -.m-l-75 { - margin-left: 75px !important; -} - -.m-l-76 { - margin-left: 76px !important; -} - -.m-l-77 { - margin-left: 77px !important; -} - -.m-l-78 { - margin-left: 78px !important; -} - -.m-l-79 { - margin-left: 79px !important; -} - -.m-l-80 { - margin-left: 80px !important; -} - -.m-l-81 { - margin-left: 81px !important; -} - -.m-l-82 { - margin-left: 82px !important; -} - -.m-l-83 { - margin-left: 83px !important; -} - -.m-l-84 { - margin-left: 84px !important; -} - -.m-l-85 { - margin-left: 85px !important; -} - -.m-l-86 { - margin-left: 86px !important; -} - -.m-l-87 { - margin-left: 87px !important; -} - -.m-l-88 { - margin-left: 88px !important; -} - -.m-l-89 { - margin-left: 89px !important; -} - -.m-l-90 { - margin-left: 90px !important; -} - -.m-l-91 { - margin-left: 91px !important; -} - -.m-l-92 { - margin-left: 92px !important; -} - -.m-l-93 { - margin-left: 93px !important; -} - -.m-l-94 { - margin-left: 94px !important; -} - -.m-l-95 { - margin-left: 95px !important; -} - -.m-l-96 { - margin-left: 96px !important; -} - -.m-l-97 { - margin-left: 97px !important; -} - -.m-l-98 { - margin-left: 98px !important; -} - -.m-l-99 { - margin-left: 99px !important; -} - -.m-l-100 { - margin-left: 100px !important; -} - -.m-x-0 { - margin-left: 0px !important; - margin-right: 0px !important; -} - -.m-x-1 { - margin-left: 1px !important; - margin-right: 1px !important; -} - -.m-x-2 { - margin-left: 2px !important; - margin-right: 2px !important; -} - -.m-x-3 { - margin-left: 3px !important; - margin-right: 3px !important; -} - -.m-x-4 { - margin-left: 4px !important; - margin-right: 4px !important; -} - -.m-x-5 { - margin-left: 5px !important; - margin-right: 5px !important; -} - -.m-x-6 { - margin-left: 6px !important; - margin-right: 6px !important; -} - -.m-x-7 { - margin-left: 7px !important; - margin-right: 7px !important; -} - -.m-x-8 { - margin-left: 8px !important; - margin-right: 8px !important; -} - -.m-x-9 { - margin-left: 9px !important; - margin-right: 9px !important; -} - -.m-x-10 { - margin-left: 10px !important; - margin-right: 10px !important; -} - -.m-x-11 { - margin-left: 11px !important; - margin-right: 11px !important; -} - -.m-x-12 { - margin-left: 12px !important; - margin-right: 12px !important; -} - -.m-x-13 { - margin-left: 13px !important; - margin-right: 13px !important; -} - -.m-x-14 { - margin-left: 14px !important; - margin-right: 14px !important; -} - -.m-x-15 { - margin-left: 15px !important; - margin-right: 15px !important; -} - -.m-x-16 { - margin-left: 16px !important; - margin-right: 16px !important; -} - -.m-x-17 { - margin-left: 17px !important; - margin-right: 17px !important; -} - -.m-x-18 { - margin-left: 18px !important; - margin-right: 18px !important; -} - -.m-x-19 { - margin-left: 19px !important; - margin-right: 19px !important; -} - -.m-x-20 { - margin-left: 20px !important; - margin-right: 20px !important; -} - -.m-x-21 { - margin-left: 21px !important; - margin-right: 21px !important; -} - -.m-x-22 { - margin-left: 22px !important; - margin-right: 22px !important; -} - -.m-x-23 { - margin-left: 23px !important; - margin-right: 23px !important; -} - -.m-x-24 { - margin-left: 24px !important; - margin-right: 24px !important; -} - -.m-x-25 { - margin-left: 25px !important; - margin-right: 25px !important; -} - -.m-x-26 { - margin-left: 26px !important; - margin-right: 26px !important; -} - -.m-x-27 { - margin-left: 27px !important; - margin-right: 27px !important; -} - -.m-x-28 { - margin-left: 28px !important; - margin-right: 28px !important; -} - -.m-x-29 { - margin-left: 29px !important; - margin-right: 29px !important; -} - -.m-x-30 { - margin-left: 30px !important; - margin-right: 30px !important; -} - -.m-x-31 { - margin-left: 31px !important; - margin-right: 31px !important; -} - -.m-x-32 { - margin-left: 32px !important; - margin-right: 32px !important; -} - -.m-x-33 { - margin-left: 33px !important; - margin-right: 33px !important; -} - -.m-x-34 { - margin-left: 34px !important; - margin-right: 34px !important; -} - -.m-x-35 { - margin-left: 35px !important; - margin-right: 35px !important; -} - -.m-x-36 { - margin-left: 36px !important; - margin-right: 36px !important; -} - -.m-x-37 { - margin-left: 37px !important; - margin-right: 37px !important; -} - -.m-x-38 { - margin-left: 38px !important; - margin-right: 38px !important; -} - -.m-x-39 { - margin-left: 39px !important; - margin-right: 39px !important; -} - -.m-x-40 { - margin-left: 40px !important; - margin-right: 40px !important; -} - -.m-x-41 { - margin-left: 41px !important; - margin-right: 41px !important; -} - -.m-x-42 { - margin-left: 42px !important; - margin-right: 42px !important; -} - -.m-x-43 { - margin-left: 43px !important; - margin-right: 43px !important; -} - -.m-x-44 { - margin-left: 44px !important; - margin-right: 44px !important; -} - -.m-x-45 { - margin-left: 45px !important; - margin-right: 45px !important; -} - -.m-x-46 { - margin-left: 46px !important; - margin-right: 46px !important; -} - -.m-x-47 { - margin-left: 47px !important; - margin-right: 47px !important; -} - -.m-x-48 { - margin-left: 48px !important; - margin-right: 48px !important; -} - -.m-x-49 { - margin-left: 49px !important; - margin-right: 49px !important; -} - -.m-x-50 { - margin-left: 50px !important; - margin-right: 50px !important; -} - -.m-x-51 { - margin-left: 51px !important; - margin-right: 51px !important; -} - -.m-x-52 { - margin-left: 52px !important; - margin-right: 52px !important; -} - -.m-x-53 { - margin-left: 53px !important; - margin-right: 53px !important; -} - -.m-x-54 { - margin-left: 54px !important; - margin-right: 54px !important; -} - -.m-x-55 { - margin-left: 55px !important; - margin-right: 55px !important; -} - -.m-x-56 { - margin-left: 56px !important; - margin-right: 56px !important; -} - -.m-x-57 { - margin-left: 57px !important; - margin-right: 57px !important; -} - -.m-x-58 { - margin-left: 58px !important; - margin-right: 58px !important; -} - -.m-x-59 { - margin-left: 59px !important; - margin-right: 59px !important; -} - -.m-x-60 { - margin-left: 60px !important; - margin-right: 60px !important; -} - -.m-x-61 { - margin-left: 61px !important; - margin-right: 61px !important; -} - -.m-x-62 { - margin-left: 62px !important; - margin-right: 62px !important; -} - -.m-x-63 { - margin-left: 63px !important; - margin-right: 63px !important; -} - -.m-x-64 { - margin-left: 64px !important; - margin-right: 64px !important; -} - -.m-x-65 { - margin-left: 65px !important; - margin-right: 65px !important; -} - -.m-x-66 { - margin-left: 66px !important; - margin-right: 66px !important; -} - -.m-x-67 { - margin-left: 67px !important; - margin-right: 67px !important; -} - -.m-x-68 { - margin-left: 68px !important; - margin-right: 68px !important; -} - -.m-x-69 { - margin-left: 69px !important; - margin-right: 69px !important; -} - -.m-x-70 { - margin-left: 70px !important; - margin-right: 70px !important; -} - -.m-x-71 { - margin-left: 71px !important; - margin-right: 71px !important; -} - -.m-x-72 { - margin-left: 72px !important; - margin-right: 72px !important; -} - -.m-x-73 { - margin-left: 73px !important; - margin-right: 73px !important; -} - -.m-x-74 { - margin-left: 74px !important; - margin-right: 74px !important; -} - -.m-x-75 { - margin-left: 75px !important; - margin-right: 75px !important; -} - -.m-x-76 { - margin-left: 76px !important; - margin-right: 76px !important; -} - -.m-x-77 { - margin-left: 77px !important; - margin-right: 77px !important; -} - -.m-x-78 { - margin-left: 78px !important; - margin-right: 78px !important; -} - -.m-x-79 { - margin-left: 79px !important; - margin-right: 79px !important; -} - -.m-x-80 { - margin-left: 80px !important; - margin-right: 80px !important; -} - -.m-x-81 { - margin-left: 81px !important; - margin-right: 81px !important; -} - -.m-x-82 { - margin-left: 82px !important; - margin-right: 82px !important; -} - -.m-x-83 { - margin-left: 83px !important; - margin-right: 83px !important; -} - -.m-x-84 { - margin-left: 84px !important; - margin-right: 84px !important; -} - -.m-x-85 { - margin-left: 85px !important; - margin-right: 85px !important; -} - -.m-x-86 { - margin-left: 86px !important; - margin-right: 86px !important; -} - -.m-x-87 { - margin-left: 87px !important; - margin-right: 87px !important; -} - -.m-x-88 { - margin-left: 88px !important; - margin-right: 88px !important; -} - -.m-x-89 { - margin-left: 89px !important; - margin-right: 89px !important; -} - -.m-x-90 { - margin-left: 90px !important; - margin-right: 90px !important; -} - -.m-x-91 { - margin-left: 91px !important; - margin-right: 91px !important; -} - -.m-x-92 { - margin-left: 92px !important; - margin-right: 92px !important; -} - -.m-x-93 { - margin-left: 93px !important; - margin-right: 93px !important; -} - -.m-x-94 { - margin-left: 94px !important; - margin-right: 94px !important; -} - -.m-x-95 { - margin-left: 95px !important; - margin-right: 95px !important; -} - -.m-x-96 { - margin-left: 96px !important; - margin-right: 96px !important; -} - -.m-x-97 { - margin-left: 97px !important; - margin-right: 97px !important; -} - -.m-x-98 { - margin-left: 98px !important; - margin-right: 98px !important; -} - -.m-x-99 { - margin-left: 99px !important; - margin-right: 99px !important; -} - -.m-x-100 { - margin-left: 100px !important; - margin-right: 100px !important; -} - -.m-y-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - -.m-y-1 { - margin-top: 1px !important; - margin-bottom: 1px !important; -} - -.m-y-2 { - margin-top: 2px !important; - margin-bottom: 2px !important; -} - -.m-y-3 { - margin-top: 3px !important; - margin-bottom: 3px !important; -} - -.m-y-4 { - margin-top: 4px !important; - margin-bottom: 4px !important; -} - -.m-y-5 { - margin-top: 5px !important; - margin-bottom: 5px !important; -} - -.m-y-6 { - margin-top: 6px !important; - margin-bottom: 6px !important; -} - -.m-y-7 { - margin-top: 7px !important; - margin-bottom: 7px !important; -} - -.m-y-8 { - margin-top: 8px !important; - margin-bottom: 8px !important; -} - -.m-y-9 { - margin-top: 9px !important; - margin-bottom: 9px !important; -} - -.m-y-10 { - margin-top: 10px !important; - margin-bottom: 10px !important; -} - -.m-y-11 { - margin-top: 11px !important; - margin-bottom: 11px !important; -} - -.m-y-12 { - margin-top: 12px !important; - margin-bottom: 12px !important; -} - -.m-y-13 { - margin-top: 13px !important; - margin-bottom: 13px !important; -} - -.m-y-14 { - margin-top: 14px !important; - margin-bottom: 14px !important; -} - -.m-y-15 { - margin-top: 15px !important; - margin-bottom: 15px !important; -} - -.m-y-16 { - margin-top: 16px !important; - margin-bottom: 16px !important; -} - -.m-y-17 { - margin-top: 17px !important; - margin-bottom: 17px !important; -} - -.m-y-18 { - margin-top: 18px !important; - margin-bottom: 18px !important; -} - -.m-y-19 { - margin-top: 19px !important; - margin-bottom: 19px !important; -} - -.m-y-20 { - margin-top: 20px !important; - margin-bottom: 20px !important; -} - -.m-y-21 { - margin-top: 21px !important; - margin-bottom: 21px !important; -} - -.m-y-22 { - margin-top: 22px !important; - margin-bottom: 22px !important; -} - -.m-y-23 { - margin-top: 23px !important; - margin-bottom: 23px !important; -} - -.m-y-24 { - margin-top: 24px !important; - margin-bottom: 24px !important; -} - -.m-y-25 { - margin-top: 25px !important; - margin-bottom: 25px !important; -} - -.m-y-26 { - margin-top: 26px !important; - margin-bottom: 26px !important; -} - -.m-y-27 { - margin-top: 27px !important; - margin-bottom: 27px !important; -} - -.m-y-28 { - margin-top: 28px !important; - margin-bottom: 28px !important; -} - -.m-y-29 { - margin-top: 29px !important; - margin-bottom: 29px !important; -} - -.m-y-30 { - margin-top: 30px !important; - margin-bottom: 30px !important; -} - -.m-y-31 { - margin-top: 31px !important; - margin-bottom: 31px !important; -} - -.m-y-32 { - margin-top: 32px !important; - margin-bottom: 32px !important; -} - -.m-y-33 { - margin-top: 33px !important; - margin-bottom: 33px !important; -} - -.m-y-34 { - margin-top: 34px !important; - margin-bottom: 34px !important; -} - -.m-y-35 { - margin-top: 35px !important; - margin-bottom: 35px !important; -} - -.m-y-36 { - margin-top: 36px !important; - margin-bottom: 36px !important; -} - -.m-y-37 { - margin-top: 37px !important; - margin-bottom: 37px !important; -} - -.m-y-38 { - margin-top: 38px !important; - margin-bottom: 38px !important; -} - -.m-y-39 { - margin-top: 39px !important; - margin-bottom: 39px !important; -} - -.m-y-40 { - margin-top: 40px !important; - margin-bottom: 40px !important; -} - -.m-y-41 { - margin-top: 41px !important; - margin-bottom: 41px !important; -} - -.m-y-42 { - margin-top: 42px !important; - margin-bottom: 42px !important; -} - -.m-y-43 { - margin-top: 43px !important; - margin-bottom: 43px !important; -} - -.m-y-44 { - margin-top: 44px !important; - margin-bottom: 44px !important; -} - -.m-y-45 { - margin-top: 45px !important; - margin-bottom: 45px !important; -} - -.m-y-46 { - margin-top: 46px !important; - margin-bottom: 46px !important; -} - -.m-y-47 { - margin-top: 47px !important; - margin-bottom: 47px !important; -} - -.m-y-48 { - margin-top: 48px !important; - margin-bottom: 48px !important; -} - -.m-y-49 { - margin-top: 49px !important; - margin-bottom: 49px !important; -} - -.m-y-50 { - margin-top: 50px !important; - margin-bottom: 50px !important; -} - -.m-y-51 { - margin-top: 51px !important; - margin-bottom: 51px !important; -} - -.m-y-52 { - margin-top: 52px !important; - margin-bottom: 52px !important; -} - -.m-y-53 { - margin-top: 53px !important; - margin-bottom: 53px !important; -} - -.m-y-54 { - margin-top: 54px !important; - margin-bottom: 54px !important; -} - -.m-y-55 { - margin-top: 55px !important; - margin-bottom: 55px !important; -} - -.m-y-56 { - margin-top: 56px !important; - margin-bottom: 56px !important; -} - -.m-y-57 { - margin-top: 57px !important; - margin-bottom: 57px !important; -} - -.m-y-58 { - margin-top: 58px !important; - margin-bottom: 58px !important; -} - -.m-y-59 { - margin-top: 59px !important; - margin-bottom: 59px !important; -} - -.m-y-60 { - margin-top: 60px !important; - margin-bottom: 60px !important; -} - -.m-y-61 { - margin-top: 61px !important; - margin-bottom: 61px !important; -} - -.m-y-62 { - margin-top: 62px !important; - margin-bottom: 62px !important; -} - -.m-y-63 { - margin-top: 63px !important; - margin-bottom: 63px !important; -} - -.m-y-64 { - margin-top: 64px !important; - margin-bottom: 64px !important; -} - -.m-y-65 { - margin-top: 65px !important; - margin-bottom: 65px !important; -} - -.m-y-66 { - margin-top: 66px !important; - margin-bottom: 66px !important; -} - -.m-y-67 { - margin-top: 67px !important; - margin-bottom: 67px !important; -} - -.m-y-68 { - margin-top: 68px !important; - margin-bottom: 68px !important; -} - -.m-y-69 { - margin-top: 69px !important; - margin-bottom: 69px !important; -} - -.m-y-70 { - margin-top: 70px !important; - margin-bottom: 70px !important; -} - -.m-y-71 { - margin-top: 71px !important; - margin-bottom: 71px !important; -} - -.m-y-72 { - margin-top: 72px !important; - margin-bottom: 72px !important; -} - -.m-y-73 { - margin-top: 73px !important; - margin-bottom: 73px !important; -} - -.m-y-74 { - margin-top: 74px !important; - margin-bottom: 74px !important; -} - -.m-y-75 { - margin-top: 75px !important; - margin-bottom: 75px !important; -} - -.m-y-76 { - margin-top: 76px !important; - margin-bottom: 76px !important; -} - -.m-y-77 { - margin-top: 77px !important; - margin-bottom: 77px !important; -} - -.m-y-78 { - margin-top: 78px !important; - margin-bottom: 78px !important; -} - -.m-y-79 { - margin-top: 79px !important; - margin-bottom: 79px !important; -} - -.m-y-80 { - margin-top: 80px !important; - margin-bottom: 80px !important; -} - -.m-y-81 { - margin-top: 81px !important; - margin-bottom: 81px !important; -} - -.m-y-82 { - margin-top: 82px !important; - margin-bottom: 82px !important; -} - -.m-y-83 { - margin-top: 83px !important; - margin-bottom: 83px !important; -} - -.m-y-84 { - margin-top: 84px !important; - margin-bottom: 84px !important; -} - -.m-y-85 { - margin-top: 85px !important; - margin-bottom: 85px !important; -} - -.m-y-86 { - margin-top: 86px !important; - margin-bottom: 86px !important; -} - -.m-y-87 { - margin-top: 87px !important; - margin-bottom: 87px !important; -} - -.m-y-88 { - margin-top: 88px !important; - margin-bottom: 88px !important; -} - -.m-y-89 { - margin-top: 89px !important; - margin-bottom: 89px !important; -} - -.m-y-90 { - margin-top: 90px !important; - margin-bottom: 90px !important; -} - -.m-y-91 { - margin-top: 91px !important; - margin-bottom: 91px !important; -} - -.m-y-92 { - margin-top: 92px !important; - margin-bottom: 92px !important; -} - -.m-y-93 { - margin-top: 93px !important; - margin-bottom: 93px !important; -} - -.m-y-94 { - margin-top: 94px !important; - margin-bottom: 94px !important; -} - -.m-y-95 { - margin-top: 95px !important; - margin-bottom: 95px !important; -} - -.m-y-96 { - margin-top: 96px !important; - margin-bottom: 96px !important; -} - -.m-y-97 { - margin-top: 97px !important; - margin-bottom: 97px !important; -} - -.m-y-98 { - margin-top: 98px !important; - margin-bottom: 98px !important; -} - -.m-y-99 { - margin-top: 99px !important; - margin-bottom: 99px !important; -} - -.m-y-100 { - margin-top: 100px !important; - margin-bottom: 100px !important; -} - -.p-0 { - padding: 0px !important; -} - -.p-1 { - padding: 1px !important; -} - -.p-2 { - padding: 2px !important; -} - -.p-3 { - padding: 3px !important; -} - -.p-4 { - padding: 4px !important; -} - -.p-5 { - padding: 5px !important; -} - -.p-6 { - padding: 6px !important; -} - -.p-7 { - padding: 7px !important; -} - -.p-8 { - padding: 8px !important; -} - -.p-9 { - padding: 9px !important; -} - -.p-10 { - padding: 10px !important; -} - -.p-11 { - padding: 11px !important; -} - -.p-12 { - padding: 12px !important; -} - -.p-13 { - padding: 13px !important; -} - -.p-14 { - padding: 14px !important; -} - -.p-15 { - padding: 15px !important; -} - -.p-16 { - padding: 16px !important; -} - -.p-17 { - padding: 17px !important; -} - -.p-18 { - padding: 18px !important; -} - -.p-19 { - padding: 19px !important; -} - -.p-20 { - padding: 20px !important; -} - -.p-21 { - padding: 21px !important; -} - -.p-22 { - padding: 22px !important; -} - -.p-23 { - padding: 23px !important; -} - -.p-24 { - padding: 24px !important; -} - -.p-25 { - padding: 25px !important; -} - -.p-26 { - padding: 26px !important; -} - -.p-27 { - padding: 27px !important; -} - -.p-28 { - padding: 28px !important; -} - -.p-29 { - padding: 29px !important; -} - -.p-30 { - padding: 30px !important; -} - -.p-31 { - padding: 31px !important; -} - -.p-32 { - padding: 32px !important; -} - -.p-33 { - padding: 33px !important; -} - -.p-34 { - padding: 34px !important; -} - -.p-35 { - padding: 35px !important; -} - -.p-36 { - padding: 36px !important; -} - -.p-37 { - padding: 37px !important; -} - -.p-38 { - padding: 38px !important; -} - -.p-39 { - padding: 39px !important; -} - -.p-40 { - padding: 40px !important; -} - -.p-41 { - padding: 41px !important; -} - -.p-42 { - padding: 42px !important; -} - -.p-43 { - padding: 43px !important; -} - -.p-44 { - padding: 44px !important; -} - -.p-45 { - padding: 45px !important; -} - -.p-46 { - padding: 46px !important; -} - -.p-47 { - padding: 47px !important; -} - -.p-48 { - padding: 48px !important; -} - -.p-49 { - padding: 49px !important; -} - -.p-50 { - padding: 50px !important; -} - -.p-51 { - padding: 51px !important; -} - -.p-52 { - padding: 52px !important; -} - -.p-53 { - padding: 53px !important; -} - -.p-54 { - padding: 54px !important; -} - -.p-55 { - padding: 55px !important; -} - -.p-56 { - padding: 56px !important; -} - -.p-57 { - padding: 57px !important; -} - -.p-58 { - padding: 58px !important; -} - -.p-59 { - padding: 59px !important; -} - -.p-60 { - padding: 60px !important; -} - -.p-61 { - padding: 61px !important; -} - -.p-62 { - padding: 62px !important; -} - -.p-63 { - padding: 63px !important; -} - -.p-64 { - padding: 64px !important; -} - -.p-65 { - padding: 65px !important; -} - -.p-66 { - padding: 66px !important; -} - -.p-67 { - padding: 67px !important; -} - -.p-68 { - padding: 68px !important; -} - -.p-69 { - padding: 69px !important; -} - -.p-70 { - padding: 70px !important; -} - -.p-71 { - padding: 71px !important; -} - -.p-72 { - padding: 72px !important; -} - -.p-73 { - padding: 73px !important; -} - -.p-74 { - padding: 74px !important; -} - -.p-75 { - padding: 75px !important; -} - -.p-76 { - padding: 76px !important; -} - -.p-77 { - padding: 77px !important; -} - -.p-78 { - padding: 78px !important; -} - -.p-79 { - padding: 79px !important; -} - -.p-80 { - padding: 80px !important; -} - -.p-81 { - padding: 81px !important; -} - -.p-82 { - padding: 82px !important; -} - -.p-83 { - padding: 83px !important; -} - -.p-84 { - padding: 84px !important; -} - -.p-85 { - padding: 85px !important; -} - -.p-86 { - padding: 86px !important; -} - -.p-87 { - padding: 87px !important; -} - -.p-88 { - padding: 88px !important; -} - -.p-89 { - padding: 89px !important; -} - -.p-90 { - padding: 90px !important; -} - -.p-91 { - padding: 91px !important; -} - -.p-92 { - padding: 92px !important; -} - -.p-93 { - padding: 93px !important; -} - -.p-94 { - padding: 94px !important; -} - -.p-95 { - padding: 95px !important; -} - -.p-96 { - padding: 96px !important; -} - -.p-97 { - padding: 97px !important; -} - -.p-98 { - padding: 98px !important; -} - -.p-99 { - padding: 99px !important; -} - -.p-100 { - padding: 100px !important; -} - -.p-t-0 { - padding-top: 0px !important; -} - -.p-t-1 { - padding-top: 1px !important; -} - -.p-t-2 { - padding-top: 2px !important; -} - -.p-t-3 { - padding-top: 3px !important; -} - -.p-t-4 { - padding-top: 4px !important; -} - -.p-t-5 { - padding-top: 5px !important; -} - -.p-t-6 { - padding-top: 6px !important; -} - -.p-t-7 { - padding-top: 7px !important; -} - -.p-t-8 { - padding-top: 8px !important; -} - -.p-t-9 { - padding-top: 9px !important; -} - -.p-t-10 { - padding-top: 10px !important; -} - -.p-t-11 { - padding-top: 11px !important; -} - -.p-t-12 { - padding-top: 12px !important; -} - -.p-t-13 { - padding-top: 13px !important; -} - -.p-t-14 { - padding-top: 14px !important; -} - -.p-t-15 { - padding-top: 15px !important; -} - -.p-t-16 { - padding-top: 16px !important; -} - -.p-t-17 { - padding-top: 17px !important; -} - -.p-t-18 { - padding-top: 18px !important; -} - -.p-t-19 { - padding-top: 19px !important; -} - -.p-t-20 { - padding-top: 20px !important; -} - -.p-t-21 { - padding-top: 21px !important; -} - -.p-t-22 { - padding-top: 22px !important; -} - -.p-t-23 { - padding-top: 23px !important; -} - -.p-t-24 { - padding-top: 24px !important; -} - -.p-t-25 { - padding-top: 25px !important; -} - -.p-t-26 { - padding-top: 26px !important; -} - -.p-t-27 { - padding-top: 27px !important; -} - -.p-t-28 { - padding-top: 28px !important; -} - -.p-t-29 { - padding-top: 29px !important; -} - -.p-t-30 { - padding-top: 30px !important; -} - -.p-t-31 { - padding-top: 31px !important; -} - -.p-t-32 { - padding-top: 32px !important; -} - -.p-t-33 { - padding-top: 33px !important; -} - -.p-t-34 { - padding-top: 34px !important; -} - -.p-t-35 { - padding-top: 35px !important; -} - -.p-t-36 { - padding-top: 36px !important; -} - -.p-t-37 { - padding-top: 37px !important; -} - -.p-t-38 { - padding-top: 38px !important; -} - -.p-t-39 { - padding-top: 39px !important; -} - -.p-t-40 { - padding-top: 40px !important; -} - -.p-t-41 { - padding-top: 41px !important; -} - -.p-t-42 { - padding-top: 42px !important; -} - -.p-t-43 { - padding-top: 43px !important; -} - -.p-t-44 { - padding-top: 44px !important; -} - -.p-t-45 { - padding-top: 45px !important; -} - -.p-t-46 { - padding-top: 46px !important; -} - -.p-t-47 { - padding-top: 47px !important; -} - -.p-t-48 { - padding-top: 48px !important; -} - -.p-t-49 { - padding-top: 49px !important; -} - -.p-t-50 { - padding-top: 50px !important; -} - -.p-t-51 { - padding-top: 51px !important; -} - -.p-t-52 { - padding-top: 52px !important; -} - -.p-t-53 { - padding-top: 53px !important; -} - -.p-t-54 { - padding-top: 54px !important; -} - -.p-t-55 { - padding-top: 55px !important; -} - -.p-t-56 { - padding-top: 56px !important; -} - -.p-t-57 { - padding-top: 57px !important; -} - -.p-t-58 { - padding-top: 58px !important; -} - -.p-t-59 { - padding-top: 59px !important; -} - -.p-t-60 { - padding-top: 60px !important; -} - -.p-t-61 { - padding-top: 61px !important; -} - -.p-t-62 { - padding-top: 62px !important; -} - -.p-t-63 { - padding-top: 63px !important; -} - -.p-t-64 { - padding-top: 64px !important; -} - -.p-t-65 { - padding-top: 65px !important; -} - -.p-t-66 { - padding-top: 66px !important; -} - -.p-t-67 { - padding-top: 67px !important; -} - -.p-t-68 { - padding-top: 68px !important; -} - -.p-t-69 { - padding-top: 69px !important; -} - -.p-t-70 { - padding-top: 70px !important; -} - -.p-t-71 { - padding-top: 71px !important; -} - -.p-t-72 { - padding-top: 72px !important; -} - -.p-t-73 { - padding-top: 73px !important; -} - -.p-t-74 { - padding-top: 74px !important; -} - -.p-t-75 { - padding-top: 75px !important; -} - -.p-t-76 { - padding-top: 76px !important; -} - -.p-t-77 { - padding-top: 77px !important; -} - -.p-t-78 { - padding-top: 78px !important; -} - -.p-t-79 { - padding-top: 79px !important; -} - -.p-t-80 { - padding-top: 80px !important; -} - -.p-t-81 { - padding-top: 81px !important; -} - -.p-t-82 { - padding-top: 82px !important; -} - -.p-t-83 { - padding-top: 83px !important; -} - -.p-t-84 { - padding-top: 84px !important; -} - -.p-t-85 { - padding-top: 85px !important; -} - -.p-t-86 { - padding-top: 86px !important; -} - -.p-t-87 { - padding-top: 87px !important; -} - -.p-t-88 { - padding-top: 88px !important; -} - -.p-t-89 { - padding-top: 89px !important; -} - -.p-t-90 { - padding-top: 90px !important; -} - -.p-t-91 { - padding-top: 91px !important; -} - -.p-t-92 { - padding-top: 92px !important; -} - -.p-t-93 { - padding-top: 93px !important; -} - -.p-t-94 { - padding-top: 94px !important; -} - -.p-t-95 { - padding-top: 95px !important; -} - -.p-t-96 { - padding-top: 96px !important; -} - -.p-t-97 { - padding-top: 97px !important; -} - -.p-t-98 { - padding-top: 98px !important; -} - -.p-t-99 { - padding-top: 99px !important; -} - -.p-t-100 { - padding-top: 100px !important; -} - -.p-r-0 { - padding-right: 0px !important; -} - -.p-r-1 { - padding-right: 1px !important; -} - -.p-r-2 { - padding-right: 2px !important; -} - -.p-r-3 { - padding-right: 3px !important; -} - -.p-r-4 { - padding-right: 4px !important; -} - -.p-r-5 { - padding-right: 5px !important; -} - -.p-r-6 { - padding-right: 6px !important; -} - -.p-r-7 { - padding-right: 7px !important; -} - -.p-r-8 { - padding-right: 8px !important; -} - -.p-r-9 { - padding-right: 9px !important; -} - -.p-r-10 { - padding-right: 10px !important; -} - -.p-r-11 { - padding-right: 11px !important; -} - -.p-r-12 { - padding-right: 12px !important; -} - -.p-r-13 { - padding-right: 13px !important; -} - -.p-r-14 { - padding-right: 14px !important; -} - -.p-r-15 { - padding-right: 15px !important; -} - -.p-r-16 { - padding-right: 16px !important; -} - -.p-r-17 { - padding-right: 17px !important; -} - -.p-r-18 { - padding-right: 18px !important; -} - -.p-r-19 { - padding-right: 19px !important; -} - -.p-r-20 { - padding-right: 20px !important; -} - -.p-r-21 { - padding-right: 21px !important; -} - -.p-r-22 { - padding-right: 22px !important; -} - -.p-r-23 { - padding-right: 23px !important; -} - -.p-r-24 { - padding-right: 24px !important; -} - -.p-r-25 { - padding-right: 25px !important; -} - -.p-r-26 { - padding-right: 26px !important; -} - -.p-r-27 { - padding-right: 27px !important; -} - -.p-r-28 { - padding-right: 28px !important; -} - -.p-r-29 { - padding-right: 29px !important; -} - -.p-r-30 { - padding-right: 30px !important; -} - -.p-r-31 { - padding-right: 31px !important; -} - -.p-r-32 { - padding-right: 32px !important; -} - -.p-r-33 { - padding-right: 33px !important; -} - -.p-r-34 { - padding-right: 34px !important; -} - -.p-r-35 { - padding-right: 35px !important; -} - -.p-r-36 { - padding-right: 36px !important; -} - -.p-r-37 { - padding-right: 37px !important; -} - -.p-r-38 { - padding-right: 38px !important; -} - -.p-r-39 { - padding-right: 39px !important; -} - -.p-r-40 { - padding-right: 40px !important; -} - -.p-r-41 { - padding-right: 41px !important; -} - -.p-r-42 { - padding-right: 42px !important; -} - -.p-r-43 { - padding-right: 43px !important; -} - -.p-r-44 { - padding-right: 44px !important; -} - -.p-r-45 { - padding-right: 45px !important; -} - -.p-r-46 { - padding-right: 46px !important; -} - -.p-r-47 { - padding-right: 47px !important; -} - -.p-r-48 { - padding-right: 48px !important; -} - -.p-r-49 { - padding-right: 49px !important; -} - -.p-r-50 { - padding-right: 50px !important; -} - -.p-r-51 { - padding-right: 51px !important; -} - -.p-r-52 { - padding-right: 52px !important; -} - -.p-r-53 { - padding-right: 53px !important; -} - -.p-r-54 { - padding-right: 54px !important; -} - -.p-r-55 { - padding-right: 55px !important; -} - -.p-r-56 { - padding-right: 56px !important; -} - -.p-r-57 { - padding-right: 57px !important; -} - -.p-r-58 { - padding-right: 58px !important; -} - -.p-r-59 { - padding-right: 59px !important; -} - -.p-r-60 { - padding-right: 60px !important; -} - -.p-r-61 { - padding-right: 61px !important; -} - -.p-r-62 { - padding-right: 62px !important; -} - -.p-r-63 { - padding-right: 63px !important; -} - -.p-r-64 { - padding-right: 64px !important; -} - -.p-r-65 { - padding-right: 65px !important; -} - -.p-r-66 { - padding-right: 66px !important; -} - -.p-r-67 { - padding-right: 67px !important; -} - -.p-r-68 { - padding-right: 68px !important; -} - -.p-r-69 { - padding-right: 69px !important; -} - -.p-r-70 { - padding-right: 70px !important; -} - -.p-r-71 { - padding-right: 71px !important; -} - -.p-r-72 { - padding-right: 72px !important; -} - -.p-r-73 { - padding-right: 73px !important; -} - -.p-r-74 { - padding-right: 74px !important; -} - -.p-r-75 { - padding-right: 75px !important; -} - -.p-r-76 { - padding-right: 76px !important; -} - -.p-r-77 { - padding-right: 77px !important; -} - -.p-r-78 { - padding-right: 78px !important; -} - -.p-r-79 { - padding-right: 79px !important; -} - -.p-r-80 { - padding-right: 80px !important; -} - -.p-r-81 { - padding-right: 81px !important; -} - -.p-r-82 { - padding-right: 82px !important; -} - -.p-r-83 { - padding-right: 83px !important; -} - -.p-r-84 { - padding-right: 84px !important; -} - -.p-r-85 { - padding-right: 85px !important; -} - -.p-r-86 { - padding-right: 86px !important; -} - -.p-r-87 { - padding-right: 87px !important; -} - -.p-r-88 { - padding-right: 88px !important; -} - -.p-r-89 { - padding-right: 89px !important; -} - -.p-r-90 { - padding-right: 90px !important; -} - -.p-r-91 { - padding-right: 91px !important; -} - -.p-r-92 { - padding-right: 92px !important; -} - -.p-r-93 { - padding-right: 93px !important; -} - -.p-r-94 { - padding-right: 94px !important; -} - -.p-r-95 { - padding-right: 95px !important; -} - -.p-r-96 { - padding-right: 96px !important; -} - -.p-r-97 { - padding-right: 97px !important; -} - -.p-r-98 { - padding-right: 98px !important; -} - -.p-r-99 { - padding-right: 99px !important; -} - -.p-r-100 { - padding-right: 100px !important; -} - -.p-b-0 { - padding-bottom: 0px !important; -} - -.p-b-1 { - padding-bottom: 1px !important; -} - -.p-b-2 { - padding-bottom: 2px !important; -} - -.p-b-3 { - padding-bottom: 3px !important; -} - -.p-b-4 { - padding-bottom: 4px !important; -} - -.p-b-5 { - padding-bottom: 5px !important; -} - -.p-b-6 { - padding-bottom: 6px !important; -} - -.p-b-7 { - padding-bottom: 7px !important; -} - -.p-b-8 { - padding-bottom: 8px !important; -} - -.p-b-9 { - padding-bottom: 9px !important; -} - -.p-b-10 { - padding-bottom: 10px !important; -} - -.p-b-11 { - padding-bottom: 11px !important; -} - -.p-b-12 { - padding-bottom: 12px !important; -} - -.p-b-13 { - padding-bottom: 13px !important; -} - -.p-b-14 { - padding-bottom: 14px !important; -} - -.p-b-15 { - padding-bottom: 15px !important; -} - -.p-b-16 { - padding-bottom: 16px !important; -} - -.p-b-17 { - padding-bottom: 17px !important; -} - -.p-b-18 { - padding-bottom: 18px !important; -} - -.p-b-19 { - padding-bottom: 19px !important; -} - -.p-b-20 { - padding-bottom: 20px !important; -} - -.p-b-21 { - padding-bottom: 21px !important; -} - -.p-b-22 { - padding-bottom: 22px !important; -} - -.p-b-23 { - padding-bottom: 23px !important; -} - -.p-b-24 { - padding-bottom: 24px !important; -} - -.p-b-25 { - padding-bottom: 25px !important; -} - -.p-b-26 { - padding-bottom: 26px !important; -} - -.p-b-27 { - padding-bottom: 27px !important; -} - -.p-b-28 { - padding-bottom: 28px !important; -} - -.p-b-29 { - padding-bottom: 29px !important; -} - -.p-b-30 { - padding-bottom: 30px !important; -} - -.p-b-31 { - padding-bottom: 31px !important; -} - -.p-b-32 { - padding-bottom: 32px !important; -} - -.p-b-33 { - padding-bottom: 33px !important; -} - -.p-b-34 { - padding-bottom: 34px !important; -} - -.p-b-35 { - padding-bottom: 35px !important; -} - -.p-b-36 { - padding-bottom: 36px !important; -} - -.p-b-37 { - padding-bottom: 37px !important; -} - -.p-b-38 { - padding-bottom: 38px !important; -} - -.p-b-39 { - padding-bottom: 39px !important; -} - -.p-b-40 { - padding-bottom: 40px !important; -} - -.p-b-41 { - padding-bottom: 41px !important; -} - -.p-b-42 { - padding-bottom: 42px !important; -} - -.p-b-43 { - padding-bottom: 43px !important; -} - -.p-b-44 { - padding-bottom: 44px !important; -} - -.p-b-45 { - padding-bottom: 45px !important; -} - -.p-b-46 { - padding-bottom: 46px !important; -} - -.p-b-47 { - padding-bottom: 47px !important; -} - -.p-b-48 { - padding-bottom: 48px !important; -} - -.p-b-49 { - padding-bottom: 49px !important; -} - -.p-b-50 { - padding-bottom: 50px !important; -} - -.p-b-51 { - padding-bottom: 51px !important; -} - -.p-b-52 { - padding-bottom: 52px !important; -} - -.p-b-53 { - padding-bottom: 53px !important; -} - -.p-b-54 { - padding-bottom: 54px !important; -} - -.p-b-55 { - padding-bottom: 55px !important; -} - -.p-b-56 { - padding-bottom: 56px !important; -} - -.p-b-57 { - padding-bottom: 57px !important; -} - -.p-b-58 { - padding-bottom: 58px !important; -} - -.p-b-59 { - padding-bottom: 59px !important; -} - -.p-b-60 { - padding-bottom: 60px !important; -} - -.p-b-61 { - padding-bottom: 61px !important; -} - -.p-b-62 { - padding-bottom: 62px !important; -} - -.p-b-63 { - padding-bottom: 63px !important; -} - -.p-b-64 { - padding-bottom: 64px !important; -} - -.p-b-65 { - padding-bottom: 65px !important; -} - -.p-b-66 { - padding-bottom: 66px !important; -} - -.p-b-67 { - padding-bottom: 67px !important; -} - -.p-b-68 { - padding-bottom: 68px !important; -} - -.p-b-69 { - padding-bottom: 69px !important; -} - -.p-b-70 { - padding-bottom: 70px !important; -} - -.p-b-71 { - padding-bottom: 71px !important; -} - -.p-b-72 { - padding-bottom: 72px !important; -} - -.p-b-73 { - padding-bottom: 73px !important; -} - -.p-b-74 { - padding-bottom: 74px !important; -} - -.p-b-75 { - padding-bottom: 75px !important; -} - -.p-b-76 { - padding-bottom: 76px !important; -} - -.p-b-77 { - padding-bottom: 77px !important; -} - -.p-b-78 { - padding-bottom: 78px !important; -} - -.p-b-79 { - padding-bottom: 79px !important; -} - -.p-b-80 { - padding-bottom: 80px !important; -} - -.p-b-81 { - padding-bottom: 81px !important; -} - -.p-b-82 { - padding-bottom: 82px !important; -} - -.p-b-83 { - padding-bottom: 83px !important; -} - -.p-b-84 { - padding-bottom: 84px !important; -} - -.p-b-85 { - padding-bottom: 85px !important; -} - -.p-b-86 { - padding-bottom: 86px !important; -} - -.p-b-87 { - padding-bottom: 87px !important; -} - -.p-b-88 { - padding-bottom: 88px !important; -} - -.p-b-89 { - padding-bottom: 89px !important; -} - -.p-b-90 { - padding-bottom: 90px !important; -} - -.p-b-91 { - padding-bottom: 91px !important; -} - -.p-b-92 { - padding-bottom: 92px !important; -} - -.p-b-93 { - padding-bottom: 93px !important; -} - -.p-b-94 { - padding-bottom: 94px !important; -} - -.p-b-95 { - padding-bottom: 95px !important; -} - -.p-b-96 { - padding-bottom: 96px !important; -} - -.p-b-97 { - padding-bottom: 97px !important; -} - -.p-b-98 { - padding-bottom: 98px !important; -} - -.p-b-99 { - padding-bottom: 99px !important; -} - -.p-b-100 { - padding-bottom: 100px !important; -} - -.p-l-0 { - padding-left: 0px !important; -} - -.p-l-1 { - padding-left: 1px !important; -} - -.p-l-2 { - padding-left: 2px !important; -} - -.p-l-3 { - padding-left: 3px !important; -} - -.p-l-4 { - padding-left: 4px !important; -} - -.p-l-5 { - padding-left: 5px !important; -} - -.p-l-6 { - padding-left: 6px !important; -} - -.p-l-7 { - padding-left: 7px !important; -} - -.p-l-8 { - padding-left: 8px !important; -} - -.p-l-9 { - padding-left: 9px !important; -} - -.p-l-10 { - padding-left: 10px !important; -} - -.p-l-11 { - padding-left: 11px !important; -} - -.p-l-12 { - padding-left: 12px !important; -} - -.p-l-13 { - padding-left: 13px !important; -} - -.p-l-14 { - padding-left: 14px !important; -} - -.p-l-15 { - padding-left: 15px !important; -} - -.p-l-16 { - padding-left: 16px !important; -} - -.p-l-17 { - padding-left: 17px !important; -} - -.p-l-18 { - padding-left: 18px !important; -} - -.p-l-19 { - padding-left: 19px !important; -} - -.p-l-20 { - padding-left: 20px !important; -} - -.p-l-21 { - padding-left: 21px !important; -} - -.p-l-22 { - padding-left: 22px !important; -} - -.p-l-23 { - padding-left: 23px !important; -} - -.p-l-24 { - padding-left: 24px !important; -} - -.p-l-25 { - padding-left: 25px !important; -} - -.p-l-26 { - padding-left: 26px !important; -} - -.p-l-27 { - padding-left: 27px !important; -} - -.p-l-28 { - padding-left: 28px !important; -} - -.p-l-29 { - padding-left: 29px !important; -} - -.p-l-30 { - padding-left: 30px !important; -} - -.p-l-31 { - padding-left: 31px !important; -} - -.p-l-32 { - padding-left: 32px !important; -} - -.p-l-33 { - padding-left: 33px !important; -} - -.p-l-34 { - padding-left: 34px !important; -} - -.p-l-35 { - padding-left: 35px !important; -} - -.p-l-36 { - padding-left: 36px !important; -} - -.p-l-37 { - padding-left: 37px !important; -} - -.p-l-38 { - padding-left: 38px !important; -} - -.p-l-39 { - padding-left: 39px !important; -} - -.p-l-40 { - padding-left: 40px !important; -} - -.p-l-41 { - padding-left: 41px !important; -} - -.p-l-42 { - padding-left: 42px !important; -} - -.p-l-43 { - padding-left: 43px !important; -} - -.p-l-44 { - padding-left: 44px !important; -} - -.p-l-45 { - padding-left: 45px !important; -} - -.p-l-46 { - padding-left: 46px !important; -} - -.p-l-47 { - padding-left: 47px !important; -} - -.p-l-48 { - padding-left: 48px !important; -} - -.p-l-49 { - padding-left: 49px !important; -} - -.p-l-50 { - padding-left: 50px !important; -} - -.p-l-51 { - padding-left: 51px !important; -} - -.p-l-52 { - padding-left: 52px !important; -} - -.p-l-53 { - padding-left: 53px !important; -} - -.p-l-54 { - padding-left: 54px !important; -} - -.p-l-55 { - padding-left: 55px !important; -} - -.p-l-56 { - padding-left: 56px !important; -} - -.p-l-57 { - padding-left: 57px !important; -} - -.p-l-58 { - padding-left: 58px !important; -} - -.p-l-59 { - padding-left: 59px !important; -} - -.p-l-60 { - padding-left: 60px !important; -} - -.p-l-61 { - padding-left: 61px !important; -} - -.p-l-62 { - padding-left: 62px !important; -} - -.p-l-63 { - padding-left: 63px !important; -} - -.p-l-64 { - padding-left: 64px !important; -} - -.p-l-65 { - padding-left: 65px !important; -} - -.p-l-66 { - padding-left: 66px !important; -} - -.p-l-67 { - padding-left: 67px !important; -} - -.p-l-68 { - padding-left: 68px !important; -} - -.p-l-69 { - padding-left: 69px !important; -} - -.p-l-70 { - padding-left: 70px !important; -} - -.p-l-71 { - padding-left: 71px !important; -} - -.p-l-72 { - padding-left: 72px !important; -} - -.p-l-73 { - padding-left: 73px !important; -} - -.p-l-74 { - padding-left: 74px !important; -} - -.p-l-75 { - padding-left: 75px !important; -} - -.p-l-76 { - padding-left: 76px !important; -} - -.p-l-77 { - padding-left: 77px !important; -} - -.p-l-78 { - padding-left: 78px !important; -} - -.p-l-79 { - padding-left: 79px !important; -} - -.p-l-80 { - padding-left: 80px !important; -} - -.p-l-81 { - padding-left: 81px !important; -} - -.p-l-82 { - padding-left: 82px !important; -} - -.p-l-83 { - padding-left: 83px !important; -} - -.p-l-84 { - padding-left: 84px !important; -} - -.p-l-85 { - padding-left: 85px !important; -} - -.p-l-86 { - padding-left: 86px !important; -} - -.p-l-87 { - padding-left: 87px !important; -} - -.p-l-88 { - padding-left: 88px !important; -} - -.p-l-89 { - padding-left: 89px !important; -} - -.p-l-90 { - padding-left: 90px !important; -} - -.p-l-91 { - padding-left: 91px !important; -} - -.p-l-92 { - padding-left: 92px !important; -} - -.p-l-93 { - padding-left: 93px !important; -} - -.p-l-94 { - padding-left: 94px !important; -} - -.p-l-95 { - padding-left: 95px !important; -} - -.p-l-96 { - padding-left: 96px !important; -} - -.p-l-97 { - padding-left: 97px !important; -} - -.p-l-98 { - padding-left: 98px !important; -} - -.p-l-99 { - padding-left: 99px !important; -} - -.p-l-100 { - padding-left: 100px !important; -} - -.p-x-0 { - padding-left: 0px !important; - padding-right: 0px !important; -} - -.p-x-1 { - padding-left: 1px !important; - padding-right: 1px !important; -} - -.p-x-2 { - padding-left: 2px !important; - padding-right: 2px !important; -} - -.p-x-3 { - padding-left: 3px !important; - padding-right: 3px !important; -} - -.p-x-4 { - padding-left: 4px !important; - padding-right: 4px !important; -} - -.p-x-5 { - padding-left: 5px !important; - padding-right: 5px !important; -} - -.p-x-6 { - padding-left: 6px !important; - padding-right: 6px !important; -} - -.p-x-7 { - padding-left: 7px !important; - padding-right: 7px !important; -} - -.p-x-8 { - padding-left: 8px !important; - padding-right: 8px !important; -} - -.p-x-9 { - padding-left: 9px !important; - padding-right: 9px !important; -} - -.p-x-10 { - padding-left: 10px !important; - padding-right: 10px !important; -} - -.p-x-11 { - padding-left: 11px !important; - padding-right: 11px !important; -} - -.p-x-12 { - padding-left: 12px !important; - padding-right: 12px !important; -} - -.p-x-13 { - padding-left: 13px !important; - padding-right: 13px !important; -} - -.p-x-14 { - padding-left: 14px !important; - padding-right: 14px !important; -} - -.p-x-15 { - padding-left: 15px !important; - padding-right: 15px !important; -} - -.p-x-16 { - padding-left: 16px !important; - padding-right: 16px !important; -} - -.p-x-17 { - padding-left: 17px !important; - padding-right: 17px !important; -} - -.p-x-18 { - padding-left: 18px !important; - padding-right: 18px !important; -} - -.p-x-19 { - padding-left: 19px !important; - padding-right: 19px !important; -} - -.p-x-20 { - padding-left: 20px !important; - padding-right: 20px !important; -} - -.p-x-21 { - padding-left: 21px !important; - padding-right: 21px !important; -} - -.p-x-22 { - padding-left: 22px !important; - padding-right: 22px !important; -} - -.p-x-23 { - padding-left: 23px !important; - padding-right: 23px !important; -} - -.p-x-24 { - padding-left: 24px !important; - padding-right: 24px !important; -} - -.p-x-25 { - padding-left: 25px !important; - padding-right: 25px !important; -} - -.p-x-26 { - padding-left: 26px !important; - padding-right: 26px !important; -} - -.p-x-27 { - padding-left: 27px !important; - padding-right: 27px !important; -} - -.p-x-28 { - padding-left: 28px !important; - padding-right: 28px !important; -} - -.p-x-29 { - padding-left: 29px !important; - padding-right: 29px !important; -} - -.p-x-30 { - padding-left: 30px !important; - padding-right: 30px !important; -} - -.p-x-31 { - padding-left: 31px !important; - padding-right: 31px !important; -} - -.p-x-32 { - padding-left: 32px !important; - padding-right: 32px !important; -} - -.p-x-33 { - padding-left: 33px !important; - padding-right: 33px !important; -} - -.p-x-34 { - padding-left: 34px !important; - padding-right: 34px !important; -} - -.p-x-35 { - padding-left: 35px !important; - padding-right: 35px !important; -} - -.p-x-36 { - padding-left: 36px !important; - padding-right: 36px !important; -} - -.p-x-37 { - padding-left: 37px !important; - padding-right: 37px !important; -} - -.p-x-38 { - padding-left: 38px !important; - padding-right: 38px !important; -} - -.p-x-39 { - padding-left: 39px !important; - padding-right: 39px !important; -} - -.p-x-40 { - padding-left: 40px !important; - padding-right: 40px !important; -} - -.p-x-41 { - padding-left: 41px !important; - padding-right: 41px !important; -} - -.p-x-42 { - padding-left: 42px !important; - padding-right: 42px !important; -} - -.p-x-43 { - padding-left: 43px !important; - padding-right: 43px !important; -} - -.p-x-44 { - padding-left: 44px !important; - padding-right: 44px !important; -} - -.p-x-45 { - padding-left: 45px !important; - padding-right: 45px !important; -} - -.p-x-46 { - padding-left: 46px !important; - padding-right: 46px !important; -} - -.p-x-47 { - padding-left: 47px !important; - padding-right: 47px !important; -} - -.p-x-48 { - padding-left: 48px !important; - padding-right: 48px !important; -} - -.p-x-49 { - padding-left: 49px !important; - padding-right: 49px !important; -} - -.p-x-50 { - padding-left: 50px !important; - padding-right: 50px !important; -} - -.p-x-51 { - padding-left: 51px !important; - padding-right: 51px !important; -} - -.p-x-52 { - padding-left: 52px !important; - padding-right: 52px !important; -} - -.p-x-53 { - padding-left: 53px !important; - padding-right: 53px !important; -} - -.p-x-54 { - padding-left: 54px !important; - padding-right: 54px !important; -} - -.p-x-55 { - padding-left: 55px !important; - padding-right: 55px !important; -} - -.p-x-56 { - padding-left: 56px !important; - padding-right: 56px !important; -} - -.p-x-57 { - padding-left: 57px !important; - padding-right: 57px !important; -} - -.p-x-58 { - padding-left: 58px !important; - padding-right: 58px !important; -} - -.p-x-59 { - padding-left: 59px !important; - padding-right: 59px !important; -} - -.p-x-60 { - padding-left: 60px !important; - padding-right: 60px !important; -} - -.p-x-61 { - padding-left: 61px !important; - padding-right: 61px !important; -} - -.p-x-62 { - padding-left: 62px !important; - padding-right: 62px !important; -} - -.p-x-63 { - padding-left: 63px !important; - padding-right: 63px !important; -} - -.p-x-64 { - padding-left: 64px !important; - padding-right: 64px !important; -} - -.p-x-65 { - padding-left: 65px !important; - padding-right: 65px !important; -} - -.p-x-66 { - padding-left: 66px !important; - padding-right: 66px !important; -} - -.p-x-67 { - padding-left: 67px !important; - padding-right: 67px !important; -} - -.p-x-68 { - padding-left: 68px !important; - padding-right: 68px !important; -} - -.p-x-69 { - padding-left: 69px !important; - padding-right: 69px !important; -} - -.p-x-70 { - padding-left: 70px !important; - padding-right: 70px !important; -} - -.p-x-71 { - padding-left: 71px !important; - padding-right: 71px !important; -} - -.p-x-72 { - padding-left: 72px !important; - padding-right: 72px !important; -} - -.p-x-73 { - padding-left: 73px !important; - padding-right: 73px !important; -} - -.p-x-74 { - padding-left: 74px !important; - padding-right: 74px !important; -} - -.p-x-75 { - padding-left: 75px !important; - padding-right: 75px !important; -} - -.p-x-76 { - padding-left: 76px !important; - padding-right: 76px !important; -} - -.p-x-77 { - padding-left: 77px !important; - padding-right: 77px !important; -} - -.p-x-78 { - padding-left: 78px !important; - padding-right: 78px !important; -} - -.p-x-79 { - padding-left: 79px !important; - padding-right: 79px !important; -} - -.p-x-80 { - padding-left: 80px !important; - padding-right: 80px !important; -} - -.p-x-81 { - padding-left: 81px !important; - padding-right: 81px !important; -} - -.p-x-82 { - padding-left: 82px !important; - padding-right: 82px !important; -} - -.p-x-83 { - padding-left: 83px !important; - padding-right: 83px !important; -} - -.p-x-84 { - padding-left: 84px !important; - padding-right: 84px !important; -} - -.p-x-85 { - padding-left: 85px !important; - padding-right: 85px !important; -} - -.p-x-86 { - padding-left: 86px !important; - padding-right: 86px !important; -} - -.p-x-87 { - padding-left: 87px !important; - padding-right: 87px !important; -} - -.p-x-88 { - padding-left: 88px !important; - padding-right: 88px !important; -} - -.p-x-89 { - padding-left: 89px !important; - padding-right: 89px !important; -} - -.p-x-90 { - padding-left: 90px !important; - padding-right: 90px !important; -} - -.p-x-91 { - padding-left: 91px !important; - padding-right: 91px !important; -} - -.p-x-92 { - padding-left: 92px !important; - padding-right: 92px !important; -} - -.p-x-93 { - padding-left: 93px !important; - padding-right: 93px !important; -} - -.p-x-94 { - padding-left: 94px !important; - padding-right: 94px !important; -} - -.p-x-95 { - padding-left: 95px !important; - padding-right: 95px !important; -} - -.p-x-96 { - padding-left: 96px !important; - padding-right: 96px !important; -} - -.p-x-97 { - padding-left: 97px !important; - padding-right: 97px !important; -} - -.p-x-98 { - padding-left: 98px !important; - padding-right: 98px !important; -} - -.p-x-99 { - padding-left: 99px !important; - padding-right: 99px !important; -} - -.p-x-100 { - padding-left: 100px !important; - padding-right: 100px !important; -} - -.p-y-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; -} - -.p-y-1 { - padding-top: 1px !important; - padding-bottom: 1px !important; -} - -.p-y-2 { - padding-top: 2px !important; - padding-bottom: 2px !important; -} - -.p-y-3 { - padding-top: 3px !important; - padding-bottom: 3px !important; -} - -.p-y-4 { - padding-top: 4px !important; - padding-bottom: 4px !important; -} - -.p-y-5 { - padding-top: 5px !important; - padding-bottom: 5px !important; -} - -.p-y-6 { - padding-top: 6px !important; - padding-bottom: 6px !important; -} - -.p-y-7 { - padding-top: 7px !important; - padding-bottom: 7px !important; -} - -.p-y-8 { - padding-top: 8px !important; - padding-bottom: 8px !important; -} - -.p-y-9 { - padding-top: 9px !important; - padding-bottom: 9px !important; -} - -.p-y-10 { - padding-top: 10px !important; - padding-bottom: 10px !important; -} - -.p-y-11 { - padding-top: 11px !important; - padding-bottom: 11px !important; -} - -.p-y-12 { - padding-top: 12px !important; - padding-bottom: 12px !important; -} - -.p-y-13 { - padding-top: 13px !important; - padding-bottom: 13px !important; -} - -.p-y-14 { - padding-top: 14px !important; - padding-bottom: 14px !important; -} - -.p-y-15 { - padding-top: 15px !important; - padding-bottom: 15px !important; -} - -.p-y-16 { - padding-top: 16px !important; - padding-bottom: 16px !important; -} - -.p-y-17 { - padding-top: 17px !important; - padding-bottom: 17px !important; -} - -.p-y-18 { - padding-top: 18px !important; - padding-bottom: 18px !important; -} - -.p-y-19 { - padding-top: 19px !important; - padding-bottom: 19px !important; -} - -.p-y-20 { - padding-top: 20px !important; - padding-bottom: 20px !important; -} - -.p-y-21 { - padding-top: 21px !important; - padding-bottom: 21px !important; -} - -.p-y-22 { - padding-top: 22px !important; - padding-bottom: 22px !important; -} - -.p-y-23 { - padding-top: 23px !important; - padding-bottom: 23px !important; -} - -.p-y-24 { - padding-top: 24px !important; - padding-bottom: 24px !important; -} - -.p-y-25 { - padding-top: 25px !important; - padding-bottom: 25px !important; -} - -.p-y-26 { - padding-top: 26px !important; - padding-bottom: 26px !important; -} - -.p-y-27 { - padding-top: 27px !important; - padding-bottom: 27px !important; -} - -.p-y-28 { - padding-top: 28px !important; - padding-bottom: 28px !important; -} - -.p-y-29 { - padding-top: 29px !important; - padding-bottom: 29px !important; -} - -.p-y-30 { - padding-top: 30px !important; - padding-bottom: 30px !important; -} - -.p-y-31 { - padding-top: 31px !important; - padding-bottom: 31px !important; -} - -.p-y-32 { - padding-top: 32px !important; - padding-bottom: 32px !important; -} - -.p-y-33 { - padding-top: 33px !important; - padding-bottom: 33px !important; -} - -.p-y-34 { - padding-top: 34px !important; - padding-bottom: 34px !important; -} - -.p-y-35 { - padding-top: 35px !important; - padding-bottom: 35px !important; -} - -.p-y-36 { - padding-top: 36px !important; - padding-bottom: 36px !important; -} - -.p-y-37 { - padding-top: 37px !important; - padding-bottom: 37px !important; -} - -.p-y-38 { - padding-top: 38px !important; - padding-bottom: 38px !important; -} - -.p-y-39 { - padding-top: 39px !important; - padding-bottom: 39px !important; -} - -.p-y-40 { - padding-top: 40px !important; - padding-bottom: 40px !important; -} - -.p-y-41 { - padding-top: 41px !important; - padding-bottom: 41px !important; -} - -.p-y-42 { - padding-top: 42px !important; - padding-bottom: 42px !important; -} - -.p-y-43 { - padding-top: 43px !important; - padding-bottom: 43px !important; -} - -.p-y-44 { - padding-top: 44px !important; - padding-bottom: 44px !important; -} - -.p-y-45 { - padding-top: 45px !important; - padding-bottom: 45px !important; -} - -.p-y-46 { - padding-top: 46px !important; - padding-bottom: 46px !important; -} - -.p-y-47 { - padding-top: 47px !important; - padding-bottom: 47px !important; -} - -.p-y-48 { - padding-top: 48px !important; - padding-bottom: 48px !important; -} - -.p-y-49 { - padding-top: 49px !important; - padding-bottom: 49px !important; -} - -.p-y-50 { - padding-top: 50px !important; - padding-bottom: 50px !important; -} - -.p-y-51 { - padding-top: 51px !important; - padding-bottom: 51px !important; -} - -.p-y-52 { - padding-top: 52px !important; - padding-bottom: 52px !important; -} - -.p-y-53 { - padding-top: 53px !important; - padding-bottom: 53px !important; -} - -.p-y-54 { - padding-top: 54px !important; - padding-bottom: 54px !important; -} - -.p-y-55 { - padding-top: 55px !important; - padding-bottom: 55px !important; -} - -.p-y-56 { - padding-top: 56px !important; - padding-bottom: 56px !important; -} - -.p-y-57 { - padding-top: 57px !important; - padding-bottom: 57px !important; -} - -.p-y-58 { - padding-top: 58px !important; - padding-bottom: 58px !important; -} - -.p-y-59 { - padding-top: 59px !important; - padding-bottom: 59px !important; -} - -.p-y-60 { - padding-top: 60px !important; - padding-bottom: 60px !important; -} - -.p-y-61 { - padding-top: 61px !important; - padding-bottom: 61px !important; -} - -.p-y-62 { - padding-top: 62px !important; - padding-bottom: 62px !important; -} - -.p-y-63 { - padding-top: 63px !important; - padding-bottom: 63px !important; -} - -.p-y-64 { - padding-top: 64px !important; - padding-bottom: 64px !important; -} - -.p-y-65 { - padding-top: 65px !important; - padding-bottom: 65px !important; -} - -.p-y-66 { - padding-top: 66px !important; - padding-bottom: 66px !important; -} - -.p-y-67 { - padding-top: 67px !important; - padding-bottom: 67px !important; -} - -.p-y-68 { - padding-top: 68px !important; - padding-bottom: 68px !important; -} - -.p-y-69 { - padding-top: 69px !important; - padding-bottom: 69px !important; -} - -.p-y-70 { - padding-top: 70px !important; - padding-bottom: 70px !important; -} - -.p-y-71 { - padding-top: 71px !important; - padding-bottom: 71px !important; -} - -.p-y-72 { - padding-top: 72px !important; - padding-bottom: 72px !important; -} - -.p-y-73 { - padding-top: 73px !important; - padding-bottom: 73px !important; -} - -.p-y-74 { - padding-top: 74px !important; - padding-bottom: 74px !important; -} - -.p-y-75 { - padding-top: 75px !important; - padding-bottom: 75px !important; -} - -.p-y-76 { - padding-top: 76px !important; - padding-bottom: 76px !important; -} - -.p-y-77 { - padding-top: 77px !important; - padding-bottom: 77px !important; -} - -.p-y-78 { - padding-top: 78px !important; - padding-bottom: 78px !important; -} - -.p-y-79 { - padding-top: 79px !important; - padding-bottom: 79px !important; -} - -.p-y-80 { - padding-top: 80px !important; - padding-bottom: 80px !important; -} - -.p-y-81 { - padding-top: 81px !important; - padding-bottom: 81px !important; -} - -.p-y-82 { - padding-top: 82px !important; - padding-bottom: 82px !important; -} - -.p-y-83 { - padding-top: 83px !important; - padding-bottom: 83px !important; -} - -.p-y-84 { - padding-top: 84px !important; - padding-bottom: 84px !important; -} - -.p-y-85 { - padding-top: 85px !important; - padding-bottom: 85px !important; -} - -.p-y-86 { - padding-top: 86px !important; - padding-bottom: 86px !important; -} - -.p-y-87 { - padding-top: 87px !important; - padding-bottom: 87px !important; -} - -.p-y-88 { - padding-top: 88px !important; - padding-bottom: 88px !important; -} - -.p-y-89 { - padding-top: 89px !important; - padding-bottom: 89px !important; -} - -.p-y-90 { - padding-top: 90px !important; - padding-bottom: 90px !important; -} - -.p-y-91 { - padding-top: 91px !important; - padding-bottom: 91px !important; -} - -.p-y-92 { - padding-top: 92px !important; - padding-bottom: 92px !important; -} - -.p-y-93 { - padding-top: 93px !important; - padding-bottom: 93px !important; -} - -.p-y-94 { - padding-top: 94px !important; - padding-bottom: 94px !important; -} - -.p-y-95 { - padding-top: 95px !important; - padding-bottom: 95px !important; -} - -.p-y-96 { - padding-top: 96px !important; - padding-bottom: 96px !important; -} - -.p-y-97 { - padding-top: 97px !important; - padding-bottom: 97px !important; -} - -.p-y-98 { - padding-top: 98px !important; - padding-bottom: 98px !important; -} - -.p-y-99 { - padding-top: 99px !important; - padding-bottom: 99px !important; -} - -.p-y-100 { - padding-top: 100px !important; - padding-bottom: 100px !important; -} - -.upper { - text-transform: uppercase; -} - -.lower { - text-transform: lowercase; -} - -.cap { - text-transform: capitalize; -} - -.font-12 { - font-size: 12px !important; -} - -.bold { - font-weight: bold; -} - -.flex { - display: flex !important; -} -.flex-auto { - flex: auto !important; -} -.flex-1 { - flex: 1 !important; -} -.flex-2 { - flex: 2 !important; -} -.flex-3 { - flex: 3 !important; -} -.flex-4 { - flex: 4 !important; -} - -.flex-column { - flex-direction: column !important; -} -.flex-column-column-reverse { - flex-direction: column-reverse !important; -} - -@media (max-width: 899px) { - .tablet-down-flex-column { - flex-direction: column !important; - } -} - -.flex-row { - flex-direction: row !important; -} -.flex-row-reversed { - flex-direction: row-reverse !important; -} - -.space-between { - justify-content: space-between !important; -} - -@media (min-width: 900px) { - .space-between-small-desktop-up { - justify-content: space-between !important; - } -} - -@media (max-width: 1199px) { - .space-between-small-desktop-down { - justify-content: space-between !important; - } -} - -@media (max-width: 899px) { - .space-between-tablet-down { - justify-content: space-between !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .space-between-mobile { - justify-content: space-between !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .xs-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 600px) and (max-width: 899px) { - .sm-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 900px) and (max-width: 1199px) { - .md-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 1200px) and (max-width: 1439px) { - .lg-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 1440px) { - .xl-space-between { - justify-content: space-between !important; - } -} - -.space-around { - justify-content: space-around !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-flex-end { - align-items: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-content-center { - align-content: center !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.w-0 { - width: 0px !important; -} - -.w-1 { - width: 5px !important; -} - -.w-2 { - width: 10px !important; -} - -.w-3 { - width: 15px !important; -} - -.w-4 { - width: 20px !important; -} - -.w-5 { - width: 25px !important; -} - -.w-6 { - width: 30px !important; -} - -.w-7 { - width: 35px !important; -} - -.w-8 { - width: 40px !important; -} - -.w-9 { - width: 45px !important; -} - -.w-10 { - width: 50px !important; -} - -.w-11 { - width: 55px !important; -} - -.w-12 { - width: 60px !important; -} - -.w-13 { - width: 65px !important; -} - -.w-14 { - width: 70px !important; -} - -.w-15 { - width: 75px !important; -} - -.w-16 { - width: 80px !important; -} - -.w-17 { - width: 85px !important; -} - -.w-18 { - width: 90px !important; -} - -.w-19 { - width: 95px !important; -} - -.w-20 { - width: 100px !important; -} - -.w-21 { - width: 105px !important; -} - -.w-22 { - width: 110px !important; -} - -.w-23 { - width: 115px !important; -} - -.w-24 { - width: 120px !important; -} - -.w-25 { - width: 125px !important; -} - -.w-26 { - width: 130px !important; -} - -.w-27 { - width: 135px !important; -} - -.w-28 { - width: 140px !important; -} - -.w-29 { - width: 145px !important; -} - -.w-30 { - width: 150px !important; -} - -.w-31 { - width: 155px !important; -} - -.w-32 { - width: 160px !important; -} - -.w-33 { - width: 165px !important; -} - -.w-34 { - width: 170px !important; -} - -.w-35 { - width: 175px !important; -} - -.w-36 { - width: 180px !important; -} - -.w-37 { - width: 185px !important; -} - -.w-38 { - width: 190px !important; -} - -.w-39 { - width: 195px !important; -} - -.w-40 { - width: 200px !important; -} - -.w-41 { - width: 205px !important; -} - -.w-42 { - width: 210px !important; -} - -.w-43 { - width: 215px !important; -} - -.w-44 { - width: 220px !important; -} - -.w-45 { - width: 225px !important; -} - -.w-46 { - width: 230px !important; -} - -.w-47 { - width: 235px !important; -} - -.w-48 { - width: 240px !important; -} - -.w-49 { - width: 245px !important; -} - -.w-50 { - width: 250px !important; -} - -.w-auto { - min-width: auto !important; - width: auto !important; -} - -.w-full { - width: 100% !important; -} - -.h-0 { - height: 0px !important; -} - -.h-1 { - height: 5px !important; -} - -.h-2 { - height: 10px !important; -} - -.h-3 { - height: 15px !important; -} - -.h-4 { - height: 20px !important; -} - -.h-5 { - height: 25px !important; -} - -.h-6 { - height: 30px !important; -} - -.h-7 { - height: 35px !important; -} - -.h-8 { - height: 40px !important; -} - -.h-9 { - height: 45px !important; -} - -.h-10 { - height: 50px !important; -} - -.h-11 { - height: 55px !important; -} - -.h-12 { - height: 60px !important; -} - -.h-13 { - height: 65px !important; -} - -.h-14 { - height: 70px !important; -} - -.h-15 { - height: 75px !important; -} - -.h-16 { - height: 80px !important; -} - -.h-17 { - height: 85px !important; -} - -.h-18 { - height: 90px !important; -} - -.h-19 { - height: 95px !important; -} - -.h-20 { - height: 100px !important; -} - -.h-21 { - height: 105px !important; -} - -.h-22 { - height: 110px !important; -} - -.h-23 { - height: 115px !important; -} - -.h-24 { - height: 120px !important; -} - -.h-25 { - height: 125px !important; -} - -.h-26 { - height: 130px !important; -} - -.h-27 { - height: 135px !important; -} - -.h-28 { - height: 140px !important; -} - -.h-29 { - height: 145px !important; -} - -.h-30 { - height: 150px !important; -} - -.h-31 { - height: 155px !important; -} - -.h-32 { - height: 160px !important; -} - -.h-33 { - height: 165px !important; -} - -.h-34 { - height: 170px !important; -} - -.h-35 { - height: 175px !important; -} - -.h-36 { - height: 180px !important; -} - -.h-37 { - height: 185px !important; -} - -.h-38 { - height: 190px !important; -} - -.h-39 { - height: 195px !important; -} - -.h-40 { - height: 200px !important; -} - -.h-41 { - height: 205px !important; -} - -.h-42 { - height: 210px !important; -} - -.h-43 { - height: 215px !important; -} - -.h-44 { - height: 220px !important; -} - -.h-45 { - height: 225px !important; -} - -.h-46 { - height: 230px !important; -} - -.h-47 { - height: 235px !important; -} - -.h-48 { - height: 240px !important; -} - -.h-49 { - height: 245px !important; -} - -.h-50 { - height: 250px !important; -} - -.h-minus-nav { - height: calc(100vh - 60px) !important; -} - -.hide { - display: none !important; -} - -@media (min-width: 900px) { - .hide-small-desktop-up { - display: none !important; - } -} - -@media (max-width: 1199px) { - .hide-small-desktop-down { - display: none !important; - } -} - -@media (max-width: 899px) { - .hide-tablet-down { - display: none !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .hide-mobile { - display: none !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .xs-hide { - display: none !important; - } -} - -@media (min-width: 600px) and (max-width: 899px) { - .sm-hide { - display: none !important; - } -} - -@media (min-width: 900px) and (max-width: 1199px) { - .md-hide { - display: none !important; - } -} - -@media (min-width: 1200px) and (max-width: 1439px) { - .lg-hide { - display: none !important; - } -} - -@media (min-width: 1440px) { - .xl-hide { - display: none !important; - } -} - -.br-1 { - border-radius: 1px !important; -} - -.br-2 { - border-radius: 2px !important; -} - -.br-3 { - border-radius: 3px !important; -} - -.br-4 { - border-radius: 4px !important; -} - -.br-5 { - border-radius: 5px !important; -} - -.br-6 { - border-radius: 6px !important; -} - -.br-7 { - border-radius: 7px !important; -} - -.br-8 { - border-radius: 8px !important; -} - -.br-9 { - border-radius: 9px !important; -} - -.br-10 { - border-radius: 10px !important; -} - -.br-circle { - border-radius: 100% !important; -} - -.overflow-y-auto { - overflow-y: auto !important; - -webkit-overflow-scrolling: touch; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.sticky-top { - position: sticky !important; - top: 0 !important; -} - -.bg-origin-padding-box { - background-origin: padding-box !important; -} - -.bg-origin-border-box { - background-origin: border-box !important; -} - -.bg-origin-content-box { - background-origin: content-box !important; -} - -.bg-clip-padding-box { - background-clip: padding-box !important; -} - -.bg-clip-border-box { - background-clip: border-box !important; -} - -.bg-clip-content-box { - background-clip: content-box !important; -} - -.bg-attachment-scroll { - background-attachment: scroll !important; -} - -.bg-attachment-fixed { - background-attachment: fixed !important; -} - -.bg-attachment-local { - background-attachment: local !important; -} - -.bg-size-auto { - background-size: auto !important; -} - -.bg-size-cover { - background-size: cover !important; -} - -.bg-size-contain { - background-size: contain !important; -} - -.bg-position-left { - background-position: left !important; -} - -.bg-position-left-top { - background-position: left-top !important; -} - -.bg-position-left-center { - background-position: left-center !important; -} - -.bg-position-left-bottom { - background-position: left-bottom !important; -} - -.bg-position-right { - background-position: right !important; -} - -.bg-position-right-top { - background-position: right-top !important; -} - -.bg-position-right-center { - background-position: right-center !important; -} - -.bg-position-right-bottom { - background-position: right-bottom !important; -} - -.bg-position-center { - background-position: center !important; -} - -.bg-position-center-top { - background-position: center-top !important; -} - -.bg-position-center-center { - background-position: center-center !important; -} - -.bg-position-center-bottom { - background-position: center-bottom !important; -} - -.bg-no-repeat { - background-repeat: no-repeat !important; -} - -.bg-repeat { - background-repeat: repeat !important; -} - -.bg-repeat-x { - background-repeat: repeat-x !important; -} - -.bg-repeat-y { - background-repeat: repeat-y !important; -} - -.bg-repeat-space { - background-repeat: space !important; -} - -.bg-repeat-round { - background-repeat: round !important; -} - -.is-italic { - font-style: italic !important; -} - -.is-light { - font-weight: 100 !important; -} - -.is-regular { - font-weight: 400 !important; -} - -.is-bold { - font-weight: 600 !important; -} - -.is-mono { - font-family: monospace !important; -} - -.line-height-compact { - line-height: 1 !important; -} - -.float-right { - float: right; -} - -.float-left { - float: left; -} - -.shadow-1 { - box-shadow: 0 50px 20px -50px rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-2 { - box-shadow: 0 50px 30px -50px rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-3 { - box-shadow: 0 50px 40px -50px rgba(0, 0, 0, 0.1), 0 15px 40px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-4 { - box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1), 0 20px 50px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-5 { - box-shadow: 0 50px 60px -50px rgba(0, 0, 0, 0.1), 0 25px 60px 0 rgba(0, 0, 0, 0.1); -} +.bg-origin-padding-box{background-origin:padding-box !important}.bg-origin-border-box{background-origin:border-box !important}.bg-origin-content-box{background-origin:content-box !important}.bg-clip-padding-box{background-clip:padding-box !important}.bg-clip-border-box{background-clip:border-box !important}.bg-clip-content-box{background-clip:content-box !important}.bg-attachment-scroll{background-attachment:scroll !important}.bg-attachment-fixed{background-attachment:fixed !important}.bg-attachment-local{background-attachment:local !important}.bg-size-auto{background-size:auto !important}.bg-size-cover{background-size:cover !important}.bg-size-contain{background-size:contain !important}.bg-position-left{background-position:left !important}.bg-position-left-top{background-position:left-top !important}.bg-position-left-center{background-position:left-center !important}.bg-position-left-bottom{background-position:left-bottom !important}.bg-position-right{background-position:right !important}.bg-position-right-top{background-position:right-top !important}.bg-position-right-center{background-position:right-center !important}.bg-position-right-bottom{background-position:right-bottom !important}.bg-position-center{background-position:center !important}.bg-position-center-top{background-position:center-top !important}.bg-position-center-center{background-position:center-center !important}.bg-position-center-bottom{background-position:center-bottom !important}.bg-no-repeat{background-repeat:no-repeat !important}.bg-repeat{background-repeat:repeat !important}.bg-repeat-x{background-repeat:repeat-x !important}.bg-repeat-y{background-repeat:repeat-y !important}.bg-repeat-space{background-repeat:space !important}.bg-repeat-round{background-repeat:round !important}.has-bg-black{background-color:#000 !important;color:#fff !important}.is-black{color:#000 !important}.fill-black{fill:#000 !important}.has-bg-white{background-color:#fff !important;color:#000 !important}.is-white{color:#fff !important}.fill-white{fill:#fff !important}.has-bg-brand-100{background-color:#cce2ff !important;color:find-color-invert(#CCE2FF) !important}.is-brand-100{color:#cce2ff !important}.fill-brand-100{fill:#cce2ff !important}.has-bg-brand-200{background-color:#80b6ff !important;color:find-color-invert(#80B6FF) !important}.is-brand-200{color:#80b6ff !important}.fill-brand-200{fill:#80b6ff !important}.has-bg-brand-300{background-color:#016eff !important;color:find-color-invert(#016EFF) !important}.is-brand-300{color:#016eff !important}.fill-brand-300{fill:#016eff !important}.has-bg-brand-400{background-color:#004cb3 !important;color:find-color-invert(#004CB3) !important}.is-brand-400{color:#004cb3 !important}.fill-brand-400{fill:#004cb3 !important}.has-bg-brand-500{background-color:#002b66 !important;color:find-color-invert(#002B66) !important}.is-brand-500{color:#002b66 !important}.fill-brand-500{fill:#002b66 !important}.has-bg-status-danger{background-color:#ea0000 !important;color:find-color-invert(#EA0000) !important}.is-status-danger{color:#ea0000 !important}.fill-status-danger{fill:#ea0000 !important}.has-bg-status-warning{background-color:#f4cb00 !important;color:find-color-invert(#F4CB00) !important}.is-status-warning{color:#f4cb00 !important}.fill-status-warning{fill:#f4cb00 !important}.has-bg-status-success{background-color:#15c046 !important;color:find-color-invert(#15C046) !important}.is-status-success{color:#15c046 !important}.fill-status-success{fill:#15c046 !important}.has-bg-status-info{background-color:#0066df !important;color:find-color-invert(#0066DF) !important}.is-status-info{color:#0066df !important}.fill-status-info{fill:#0066df !important}.has-bg-grey-100{background-color:#fff !important;color:find-color-invert(#FFFFFF) !important}.is-grey-100{color:#fff !important}.fill-grey-100{fill:#fff !important}.has-bg-grey-200{background-color:#f8f8f8 !important;color:find-color-invert(#F8F8F8) !important}.is-grey-200{color:#f8f8f8 !important}.fill-grey-200{fill:#f8f8f8 !important}.has-bg-grey-300{background-color:#f2f2f2 !important;color:find-color-invert(#F2F2F2) !important}.is-grey-300{color:#f2f2f2 !important}.fill-grey-300{fill:#f2f2f2 !important}.has-bg-grey-400{background-color:#e8e8e8 !important;color:find-color-invert(#E8E8E8) !important}.is-grey-400{color:#e8e8e8 !important}.fill-grey-400{fill:#e8e8e8 !important}.has-bg-grey-500{background-color:#d5d5d5 !important;color:find-color-invert(#D5D5D5) !important}.is-grey-500{color:#d5d5d5 !important}.fill-grey-500{fill:#d5d5d5 !important}.has-bg-grey-600{background-color:#9a9a9a !important;color:find-color-invert(#9A9A9A) !important}.is-grey-600{color:#9a9a9a !important}.fill-grey-600{fill:#9a9a9a !important}.has-bg-grey-700{background-color:#606060 !important;color:find-color-invert(#606060) !important}.is-grey-700{color:#606060 !important}.fill-grey-700{fill:#606060 !important}.has-bg-grey-800{background-color:#303030 !important;color:find-color-invert(#303030) !important}.is-grey-800{color:#303030 !important}.fill-grey-800{fill:#303030 !important}.has-bg-graph-red{background-color:#e21717 !important;color:find-color-invert(#E21717) !important}.is-graph-red{color:#e21717 !important}.fill-graph-red{fill:#e21717 !important}.has-bg-graph-orange{background-color:#f17603 !important;color:find-color-invert(#F17603) !important}.is-graph-orange{color:#f17603 !important}.fill-graph-orange{fill:#f17603 !important}.has-bg-graph-yellow{background-color:#fed800 !important;color:find-color-invert(#FED800) !important}.is-graph-yellow{color:#fed800 !important}.fill-graph-yellow{fill:#fed800 !important}.has-bg-graph-lime{background-color:#87d812 !important;color:find-color-invert(#87D812) !important}.is-graph-lime{color:#87d812 !important}.fill-graph-lime{fill:#87d812 !important}.has-bg-graph-green{background-color:#20c05b !important;color:find-color-invert(#20C05B) !important}.is-graph-green{color:#20c05b !important}.fill-graph-green{fill:#20c05b !important}.has-bg-graph-sky{background-color:#19c6f4 !important;color:find-color-invert(#19C6F4) !important}.is-graph-sky{color:#19c6f4 !important}.fill-graph-sky{fill:#19c6f4 !important}.has-bg-graph-blue{background-color:#0072df !important;color:find-color-invert(#0072DF) !important}.is-graph-blue{color:#0072df !important}.fill-graph-blue{fill:#0072df !important}.has-bg-graph-purple{background-color:#6e2ebf !important;color:find-color-invert(#6E2EBF) !important}.is-graph-purple{color:#6e2ebf !important}.fill-graph-purple{fill:#6e2ebf !important}.has-bg-graph-violet{background-color:#9a2ead !important;color:find-color-invert(#9A2EAD) !important}.is-graph-violet{color:#9a2ead !important}.fill-graph-violet{fill:#9a2ead !important}.has-bg-graph-pink{background-color:#ff3390 !important;color:find-color-invert(#FF3390) !important}.is-graph-pink{color:#ff3390 !important}.fill-graph-pink{fill:#ff3390 !important}.has-bg-red-100{background-color:#ffbdbd !important;color:find-color-invert(#FFBDBD) !important}.is-red-100{color:#ffbdbd !important}.fill-red-100{fill:#ffbdbd !important}.has-bg-red-200{background-color:#f89494 !important;color:find-color-invert(#F89494) !important}.is-red-200{color:#f89494 !important}.fill-red-200{fill:#f89494 !important}.has-bg-red-300{background-color:#f16a6a !important;color:find-color-invert(#F16A6A) !important}.is-red-300{color:#f16a6a !important}.fill-red-300{fill:#f16a6a !important}.has-bg-red-400{background-color:#e94141 !important;color:find-color-invert(#E94141) !important}.is-red-400{color:#e94141 !important}.fill-red-400{fill:#e94141 !important}.has-bg-red-500{background-color:#e21717 !important;color:find-color-invert(#E21717) !important}.is-red-500{color:#e21717 !important}.fill-red-500{fill:#e21717 !important}.has-bg-red-600{background-color:#d01111 !important;color:find-color-invert(#D01111) !important}.is-red-600{color:#d01111 !important}.fill-red-600{fill:#d01111 !important}.has-bg-red-700{background-color:#be0c0c !important;color:find-color-invert(#BE0C0C) !important}.is-red-700{color:#be0c0c !important}.fill-red-700{fill:#be0c0c !important}.has-bg-red-800{background-color:#ab0606 !important;color:find-color-invert(#AB0606) !important}.is-red-800{color:#ab0606 !important}.fill-red-800{fill:#ab0606 !important}.has-bg-red-900{background-color:#900 !important;color:find-color-invert(#990000) !important}.is-red-900{color:#900 !important}.fill-red-900{fill:#900 !important}.has-bg-red-r100{background-color:#ffbdbd !important;color:find-color-invert(#FFBDBD) !important}.is-red-r100{color:#ffbdbd !important}.fill-red-r100{fill:#ffbdbd !important}.has-bg-red-r200{background-color:#f16a6a !important;color:find-color-invert(#F16A6A) !important}.is-red-r200{color:#f16a6a !important}.fill-red-r200{fill:#f16a6a !important}.has-bg-red-r300{background-color:#e21717 !important;color:find-color-invert(#E21717) !important}.is-red-r300{color:#e21717 !important}.fill-red-r300{fill:#e21717 !important}.has-bg-red-r400{background-color:#be0c0c !important;color:find-color-invert(#BE0C0C) !important}.is-red-r400{color:#be0c0c !important}.fill-red-r400{fill:#be0c0c !important}.has-bg-red-r500{background-color:#900 !important;color:find-color-invert(#990000) !important}.is-red-r500{color:#900 !important}.fill-red-r500{fill:#900 !important}.has-bg-orange-100{background-color:#ffdcc0 !important;color:find-color-invert(#FFDCC0) !important}.is-orange-100{color:#ffdcc0 !important}.fill-orange-100{fill:#ffdcc0 !important}.has-bg-orange-200{background-color:#fcc391 !important;color:find-color-invert(#FCC391) !important}.is-orange-200{color:#fcc391 !important}.fill-orange-200{fill:#fcc391 !important}.has-bg-orange-300{background-color:#f8a962 !important;color:find-color-invert(#F8A962) !important}.is-orange-300{color:#f8a962 !important}.fill-orange-300{fill:#f8a962 !important}.has-bg-orange-400{background-color:#f49032 !important;color:find-color-invert(#F49032) !important}.is-orange-400{color:#f49032 !important}.fill-orange-400{fill:#f49032 !important}.has-bg-orange-500{background-color:#f17603 !important;color:find-color-invert(#F17603) !important}.is-orange-500{color:#f17603 !important}.fill-orange-500{fill:#f17603 !important}.has-bg-orange-600{background-color:#dc6a03 !important;color:find-color-invert(#DC6A03) !important}.is-orange-600{color:#dc6a03 !important}.fill-orange-600{fill:#dc6a03 !important}.has-bg-orange-700{background-color:#c85e03 !important;color:find-color-invert(#C85E03) !important}.is-orange-700{color:#c85e03 !important}.fill-orange-700{fill:#c85e03 !important}.has-bg-orange-800{background-color:#b35102 !important;color:find-color-invert(#B35102) !important}.is-orange-800{color:#b35102 !important}.fill-orange-800{fill:#b35102 !important}.has-bg-orange-900{background-color:#9e4502 !important;color:find-color-invert(#9E4502) !important}.is-orange-900{color:#9e4502 !important}.fill-orange-900{fill:#9e4502 !important}.has-bg-orange-r100{background-color:#ffdcc0 !important;color:find-color-invert(#FFDCC0) !important}.is-orange-r100{color:#ffdcc0 !important}.fill-orange-r100{fill:#ffdcc0 !important}.has-bg-orange-r200{background-color:#f8a962 !important;color:find-color-invert(#F8A962) !important}.is-orange-r200{color:#f8a962 !important}.fill-orange-r200{fill:#f8a962 !important}.has-bg-orange-r300{background-color:#f17603 !important;color:find-color-invert(#F17603) !important}.is-orange-r300{color:#f17603 !important}.fill-orange-r300{fill:#f17603 !important}.has-bg-orange-r400{background-color:#c85e03 !important;color:find-color-invert(#C85E03) !important}.is-orange-r400{color:#c85e03 !important}.fill-orange-r400{fill:#c85e03 !important}.has-bg-orange-r500{background-color:#9e4502 !important;color:find-color-invert(#9E4502) !important}.is-orange-r500{color:#9e4502 !important}.fill-orange-r500{fill:#9e4502 !important}.has-bg-yellow-100{background-color:#fffcd2 !important;color:find-color-invert(#FFFCD2) !important}.is-yellow-100{color:#fffcd2 !important}.fill-yellow-100{fill:#fffcd2 !important}.has-bg-yellow-200{background-color:#fff4a9 !important;color:find-color-invert(#FFF4A9) !important}.is-yellow-200{color:#fff4a9 !important}.fill-yellow-200{fill:#fff4a9 !important}.has-bg-yellow-300{background-color:#ffeb71 !important;color:find-color-invert(#FFEB71) !important}.is-yellow-300{color:#ffeb71 !important}.fill-yellow-300{fill:#ffeb71 !important}.has-bg-yellow-400{background-color:#fee344 !important;color:find-color-invert(#FEE344) !important}.is-yellow-400{color:#fee344 !important}.fill-yellow-400{fill:#fee344 !important}.has-bg-yellow-500{background-color:#fed800 !important;color:find-color-invert(#FED800) !important}.is-yellow-500{color:#fed800 !important}.fill-yellow-500{fill:#fed800 !important}.has-bg-yellow-600{background-color:#f7c500 !important;color:find-color-invert(#F7C500) !important}.is-yellow-600{color:#f7c500 !important}.fill-yellow-600{fill:#f7c500 !important}.has-bg-yellow-700{background-color:#f0b200 !important;color:find-color-invert(#F0B200) !important}.is-yellow-700{color:#f0b200 !important}.fill-yellow-700{fill:#f0b200 !important}.has-bg-yellow-800{background-color:#e99e00 !important;color:find-color-invert(#E99E00) !important}.is-yellow-800{color:#e99e00 !important}.fill-yellow-800{fill:#e99e00 !important}.has-bg-yellow-900{background-color:#e28b00 !important;color:find-color-invert(#E28B00) !important}.is-yellow-900{color:#e28b00 !important}.fill-yellow-900{fill:#e28b00 !important}.has-bg-yellow-r100{background-color:#fffcd2 !important;color:find-color-invert(#FFFCD2) !important}.is-yellow-r100{color:#fffcd2 !important}.fill-yellow-r100{fill:#fffcd2 !important}.has-bg-yellow-r200{background-color:#ffe86e !important;color:find-color-invert(#FFE86E) !important}.is-yellow-r200{color:#ffe86e !important}.fill-yellow-r200{fill:#ffe86e !important}.has-bg-yellow-r300{background-color:#fed800 !important;color:find-color-invert(#FED800) !important}.is-yellow-r300{color:#fed800 !important}.fill-yellow-r300{fill:#fed800 !important}.has-bg-yellow-r400{background-color:#f0b200 !important;color:find-color-invert(#F0B200) !important}.is-yellow-r400{color:#f0b200 !important}.fill-yellow-r400{fill:#f0b200 !important}.has-bg-yellow-r500{background-color:#e28b00 !important;color:find-color-invert(#E28B00) !important}.is-yellow-r500{color:#e28b00 !important}.fill-yellow-r500{fill:#e28b00 !important}.has-bg-lime-100{background-color:#e8ffc0 !important;color:find-color-invert(#E8FFC0) !important}.is-lime-100{color:#e8ffc0 !important}.fill-lime-100{fill:#e8ffc0 !important}.has-bg-lime-200{background-color:#d0f595 !important;color:find-color-invert(#D0F595) !important}.is-lime-200{color:#d0f595 !important}.fill-lime-200{fill:#d0f595 !important}.has-bg-lime-300{background-color:#b8ec69 !important;color:find-color-invert(#B8EC69) !important}.is-lime-300{color:#b8ec69 !important}.fill-lime-300{fill:#b8ec69 !important}.has-bg-lime-400{background-color:#9fe23e !important;color:find-color-invert(#9FE23E) !important}.is-lime-400{color:#9fe23e !important}.fill-lime-400{fill:#9fe23e !important}.has-bg-lime-500{background-color:#87d812 !important;color:find-color-invert(#87D812) !important}.is-lime-500{color:#87d812 !important}.fill-lime-500{fill:#87d812 !important}.has-bg-lime-600{background-color:#7bc210 !important;color:find-color-invert(#7BC210) !important}.is-lime-600{color:#7bc210 !important}.fill-lime-600{fill:#7bc210 !important}.has-bg-lime-700{background-color:#6eac0f !important;color:find-color-invert(#6EAC0F) !important}.is-lime-700{color:#6eac0f !important}.fill-lime-700{fill:#6eac0f !important}.has-bg-lime-800{background-color:#62950d !important;color:find-color-invert(#62950D) !important}.is-lime-800{color:#62950d !important}.fill-lime-800{fill:#62950d !important}.has-bg-lime-900{background-color:#557f0b !important;color:find-color-invert(#557F0B) !important}.is-lime-900{color:#557f0b !important}.fill-lime-900{fill:#557f0b !important}.has-bg-lime-r100{background-color:#e8ffc0 !important;color:find-color-invert(#E8FFC0) !important}.is-lime-r100{color:#e8ffc0 !important}.fill-lime-r100{fill:#e8ffc0 !important}.has-bg-lime-r200{background-color:#b8ec69 !important;color:find-color-invert(#B8EC69) !important}.is-lime-r200{color:#b8ec69 !important}.fill-lime-r200{fill:#b8ec69 !important}.has-bg-lime-r300{background-color:#87d812 !important;color:find-color-invert(#87D812) !important}.is-lime-r300{color:#87d812 !important}.fill-lime-r300{fill:#87d812 !important}.has-bg-lime-r400{background-color:#6eac0f !important;color:find-color-invert(#6EAC0F) !important}.is-lime-r400{color:#6eac0f !important}.fill-lime-r400{fill:#6eac0f !important}.has-bg-lime-r500{background-color:#557f0b !important;color:find-color-invert(#557F0B) !important}.is-lime-r500{color:#557f0b !important}.fill-lime-r500{fill:#557f0b !important}.has-bg-green-100{background-color:#d3ffd2 !important;color:find-color-invert(#D3FFD2) !important}.is-green-100{color:#d3ffd2 !important}.fill-green-100{fill:#d3ffd2 !important}.has-bg-green-200{background-color:#a6efb4 !important;color:find-color-invert(#A6EFB4) !important}.is-green-200{color:#a6efb4 !important}.fill-green-200{fill:#a6efb4 !important}.has-bg-green-300{background-color:#7ae097 !important;color:find-color-invert(#7AE097) !important}.is-green-300{color:#7ae097 !important}.fill-green-300{fill:#7ae097 !important}.has-bg-green-400{background-color:#4dd079 !important;color:find-color-invert(#4DD079) !important}.is-green-400{color:#4dd079 !important}.fill-green-400{fill:#4dd079 !important}.has-bg-green-500{background-color:#20c05b !important;color:find-color-invert(#20C05B) !important}.is-green-500{color:#20c05b !important}.fill-green-500{fill:#20c05b !important}.has-bg-green-600{background-color:#1dad51 !important;color:find-color-invert(#1DAD51) !important}.is-green-600{color:#1dad51 !important}.fill-green-600{fill:#1dad51 !important}.has-bg-green-700{background-color:#1a9947 !important;color:find-color-invert(#1A9947) !important}.is-green-700{color:#1a9947 !important}.fill-green-700{fill:#1a9947 !important}.has-bg-green-800{background-color:#17863d !important;color:find-color-invert(#17863D) !important}.is-green-800{color:#17863d !important}.fill-green-800{fill:#17863d !important}.has-bg-green-900{background-color:#147233 !important;color:find-color-invert(#147233) !important}.is-green-900{color:#147233 !important}.fill-green-900{fill:#147233 !important}.has-bg-green-r100{background-color:#d3ffd2 !important;color:find-color-invert(#D3FFD2) !important}.is-green-r100{color:#d3ffd2 !important}.fill-green-r100{fill:#d3ffd2 !important}.has-bg-green-r200{background-color:#7ae097 !important;color:find-color-invert(#7AE097) !important}.is-green-r200{color:#7ae097 !important}.fill-green-r200{fill:#7ae097 !important}.has-bg-green-r300{background-color:#20c05b !important;color:find-color-invert(#20C05B) !important}.is-green-r300{color:#20c05b !important}.fill-green-r300{fill:#20c05b !important}.has-bg-green-r400{background-color:#1a9947 !important;color:find-color-invert(#1A9947) !important}.is-green-r400{color:#1a9947 !important}.fill-green-r400{fill:#1a9947 !important}.has-bg-green-r500{background-color:#147233 !important;color:find-color-invert(#147233) !important}.is-green-r500{color:#147233 !important}.fill-green-r500{fill:#147233 !important}.has-bg-sky-100{background-color:#bef0fc !important;color:find-color-invert(#BEF0FC) !important}.is-sky-100{color:#bef0fc !important}.fill-sky-100{fill:#bef0fc !important}.has-bg-sky-200{background-color:#96e8fc !important;color:find-color-invert(#96E8FC) !important}.is-sky-200{color:#96e8fc !important}.fill-sky-200{fill:#96e8fc !important}.has-bg-sky-300{background-color:#6dddfa !important;color:find-color-invert(#6DDDFA) !important}.is-sky-300{color:#6dddfa !important}.fill-sky-300{fill:#6dddfa !important}.has-bg-sky-400{background-color:#43d1f7 !important;color:find-color-invert(#43D1F7) !important}.is-sky-400{color:#43d1f7 !important}.fill-sky-400{fill:#43d1f7 !important}.has-bg-sky-500{background-color:#19c6f4 !important;color:find-color-invert(#19C6F4) !important}.is-sky-500{color:#19c6f4 !important}.fill-sky-500{fill:#19c6f4 !important}.has-bg-sky-600{background-color:#17afd4 !important;color:find-color-invert(#17AFD4) !important}.is-sky-600{color:#17afd4 !important}.fill-sky-600{fill:#17afd4 !important}.has-bg-sky-700{background-color:#1499b5 !important;color:find-color-invert(#1499B5) !important}.is-sky-700{color:#1499b5 !important}.fill-sky-700{fill:#1499b5 !important}.has-bg-sky-800{background-color:#128295 !important;color:find-color-invert(#128295) !important}.is-sky-800{color:#128295 !important}.fill-sky-800{fill:#128295 !important}.has-bg-sky-900{background-color:#106b75 !important;color:find-color-invert(#106B75) !important}.is-sky-900{color:#106b75 !important}.fill-sky-900{fill:#106b75 !important}.has-bg-sky-r100{background-color:#c0f3ff !important;color:find-color-invert(#C0F3FF) !important}.is-sky-r100{color:#c0f3ff !important}.fill-sky-r100{fill:#c0f3ff !important}.has-bg-sky-r200{background-color:#6dddfa !important;color:find-color-invert(#6DDDFA) !important}.is-sky-r200{color:#6dddfa !important}.fill-sky-r200{fill:#6dddfa !important}.has-bg-sky-r300{background-color:#19c6f4 !important;color:find-color-invert(#19C6F4) !important}.is-sky-r300{color:#19c6f4 !important}.fill-sky-r300{fill:#19c6f4 !important}.has-bg-sky-r400{background-color:#1499b5 !important;color:find-color-invert(#1499B5) !important}.is-sky-r400{color:#1499b5 !important}.fill-sky-r400{fill:#1499b5 !important}.has-bg-sky-r500{background-color:#106b75 !important;color:find-color-invert(#106B75) !important}.is-sky-r500{color:#106b75 !important}.fill-sky-r500{fill:#106b75 !important}.has-bg-blue-100{background-color:#c0e3ff !important;color:find-color-invert(#C0E3FF) !important}.is-blue-100{color:#c0e3ff !important}.fill-blue-100{fill:#c0e3ff !important}.has-bg-blue-200{background-color:#90c7f7 !important;color:find-color-invert(#90C7F7) !important}.is-blue-200{color:#90c7f7 !important}.fill-blue-200{fill:#90c7f7 !important}.has-bg-blue-300{background-color:#60abef !important;color:find-color-invert(#60ABEF) !important}.is-blue-300{color:#60abef !important}.fill-blue-300{fill:#60abef !important}.has-bg-blue-400{background-color:#308ee7 !important;color:find-color-invert(#308EE7) !important}.is-blue-400{color:#308ee7 !important}.fill-blue-400{fill:#308ee7 !important}.has-bg-blue-500{background-color:#0072df !important;color:find-color-invert(#0072DF) !important}.is-blue-500{color:#0072df !important}.fill-blue-500{fill:#0072df !important}.has-bg-blue-600{background-color:#0065bf !important;color:find-color-invert(#0065BF) !important}.is-blue-600{color:#0065bf !important}.fill-blue-600{fill:#0065bf !important}.has-bg-blue-700{background-color:#0058a0 !important;color:find-color-invert(#0058A0) !important}.is-blue-700{color:#0058a0 !important}.fill-blue-700{fill:#0058a0 !important}.has-bg-blue-800{background-color:#004b80 !important;color:find-color-invert(#004B80) !important}.is-blue-800{color:#004b80 !important}.fill-blue-800{fill:#004b80 !important}.has-bg-blue-900{background-color:#003e60 !important;color:find-color-invert(#003E60) !important}.is-blue-900{color:#003e60 !important}.fill-blue-900{fill:#003e60 !important}.has-bg-blue-r100{background-color:#c0e3ff !important;color:find-color-invert(#C0E3FF) !important}.is-blue-r100{color:#c0e3ff !important}.fill-blue-r100{fill:#c0e3ff !important}.has-bg-blue-r200{background-color:#60abef !important;color:find-color-invert(#60ABEF) !important}.is-blue-r200{color:#60abef !important}.fill-blue-r200{fill:#60abef !important}.has-bg-blue-r300{background-color:#0072df !important;color:find-color-invert(#0072DF) !important}.is-blue-r300{color:#0072df !important}.fill-blue-r300{fill:#0072df !important}.has-bg-blue-r400{background-color:#0058a0 !important;color:find-color-invert(#0058A0) !important}.is-blue-r400{color:#0058a0 !important}.fill-blue-r400{fill:#0058a0 !important}.has-bg-blue-r500{background-color:#003e60 !important;color:find-color-invert(#003E60) !important}.is-blue-r500{color:#003e60 !important}.fill-blue-r500{fill:#003e60 !important}.has-bg-purple-100{background-color:#dbd0fd !important;color:find-color-invert(#DBD0FD) !important}.is-purple-100{color:#dbd0fd !important}.fill-purple-100{fill:#dbd0fd !important}.has-bg-purple-200{background-color:#c8b6ff !important;color:find-color-invert(#C8B6FF) !important}.is-purple-200{color:#c8b6ff !important}.fill-purple-200{fill:#c8b6ff !important}.has-bg-purple-300{background-color:#aa89ea !important;color:find-color-invert(#AA89EA) !important}.is-purple-300{color:#aa89ea !important}.fill-purple-300{fill:#aa89ea !important}.has-bg-purple-400{background-color:#8c5bd4 !important;color:find-color-invert(#8C5BD4) !important}.is-purple-400{color:#8c5bd4 !important}.fill-purple-400{fill:#8c5bd4 !important}.has-bg-purple-500{background-color:#6e2ebf !important;color:find-color-invert(#6E2EBF) !important}.is-purple-500{color:#6e2ebf !important}.fill-purple-500{fill:#6e2ebf !important}.has-bg-purple-600{background-color:#5413a8 !important;color:find-color-invert(#5413A8) !important}.is-purple-600{color:#5413a8 !important}.fill-purple-600{fill:#5413a8 !important}.has-bg-purple-700{background-color:#40008b !important;color:find-color-invert(#40008B) !important}.is-purple-700{color:#40008b !important}.fill-purple-700{fill:#40008b !important}.has-bg-purple-800{background-color:#30006d !important;color:find-color-invert(#30006D) !important}.is-purple-800{color:#30006d !important}.fill-purple-800{fill:#30006d !important}.has-bg-purple-900{background-color:#20004e !important;color:find-color-invert(#20004E) !important}.is-purple-900{color:#20004e !important}.fill-purple-900{fill:#20004e !important}.has-bg-purple-r100{background-color:#dbd0fd !important;color:find-color-invert(#DBD0FD) !important}.is-purple-r100{color:#dbd0fd !important}.fill-purple-r100{fill:#dbd0fd !important}.has-bg-purple-r200{background-color:#aa89ea !important;color:find-color-invert(#AA89EA) !important}.is-purple-r200{color:#aa89ea !important}.fill-purple-r200{fill:#aa89ea !important}.has-bg-purple-r300{background-color:#6e2ebf !important;color:find-color-invert(#6E2EBF) !important}.is-purple-r300{color:#6e2ebf !important}.fill-purple-r300{fill:#6e2ebf !important}.has-bg-purple-r400{background-color:#40008b !important;color:find-color-invert(#40008B) !important}.is-purple-r400{color:#40008b !important}.fill-purple-r400{fill:#40008b !important}.has-bg-purple-r500{background-color:#20004e !important;color:find-color-invert(#20004E) !important}.is-purple-r500{color:#20004e !important}.fill-purple-r500{fill:#20004e !important}.has-bg-violet-100{background-color:#e9b7f3 !important;color:find-color-invert(#E9B7F3) !important}.is-violet-100{color:#e9b7f3 !important}.fill-violet-100{fill:#e9b7f3 !important}.has-bg-violet-200{background-color:#de9beb !important;color:find-color-invert(#DE9BEB) !important}.is-violet-200{color:#de9beb !important}.fill-violet-200{fill:#de9beb !important}.has-bg-violet-300{background-color:#c777d6 !important;color:find-color-invert(#C777D6) !important}.is-violet-300{color:#c777d6 !important}.fill-violet-300{fill:#c777d6 !important}.has-bg-violet-400{background-color:#b152c2 !important;color:find-color-invert(#B152C2) !important}.is-violet-400{color:#b152c2 !important}.fill-violet-400{fill:#b152c2 !important}.has-bg-violet-500{background-color:#9a2ead !important;color:find-color-invert(#9A2EAD) !important}.is-violet-500{color:#9a2ead !important}.fill-violet-500{fill:#9a2ead !important}.has-bg-violet-600{background-color:#842895 !important;color:find-color-invert(#842895) !important}.is-violet-600{color:#842895 !important}.fill-violet-600{fill:#842895 !important}.has-bg-violet-700{background-color:#6e227d !important;color:find-color-invert(#6E227D) !important}.is-violet-700{color:#6e227d !important}.fill-violet-700{fill:#6e227d !important}.has-bg-violet-800{background-color:#571b64 !important;color:find-color-invert(#571B64) !important}.is-violet-800{color:#571b64 !important}.fill-violet-800{fill:#571b64 !important}.has-bg-violet-900{background-color:#41154c !important;color:find-color-invert(#41154C) !important}.is-violet-900{color:#41154c !important}.fill-violet-900{fill:#41154c !important}.has-bg-violet-r100{background-color:#e9b7f3 !important;color:find-color-invert(#E9B7F3) !important}.is-violet-r100{color:#e9b7f3 !important}.fill-violet-r100{fill:#e9b7f3 !important}.has-bg-violet-r200{background-color:#c777d6 !important;color:find-color-invert(#C777D6) !important}.is-violet-r200{color:#c777d6 !important}.fill-violet-r200{fill:#c777d6 !important}.has-bg-violet-r300{background-color:#9a2ead !important;color:find-color-invert(#9A2EAD) !important}.is-violet-r300{color:#9a2ead !important}.fill-violet-r300{fill:#9a2ead !important}.has-bg-violet-r400{background-color:#6e227d !important;color:find-color-invert(#6E227D) !important}.is-violet-r400{color:#6e227d !important}.fill-violet-r400{fill:#6e227d !important}.has-bg-violet-r500{background-color:#41154c !important;color:find-color-invert(#41154C) !important}.is-violet-r500{color:#41154c !important}.fill-violet-r500{fill:#41154c !important}.has-bg-pink-100{background-color:#fabcdc !important;color:find-color-invert(#FABCDC) !important}.is-pink-100{color:#fabcdc !important}.fill-pink-100{fill:#fabcdc !important}.has-bg-pink-200{background-color:#ff9dcc !important;color:find-color-invert(#FF9DCC) !important}.is-pink-200{color:#ff9dcc !important}.fill-pink-200{fill:#ff9dcc !important}.has-bg-pink-300{background-color:#ff7ab8 !important;color:find-color-invert(#FF7AB8) !important}.is-pink-300{color:#ff7ab8 !important}.fill-pink-300{fill:#ff7ab8 !important}.has-bg-pink-400{background-color:#ff56a4 !important;color:find-color-invert(#FF56A4) !important}.is-pink-400{color:#ff56a4 !important}.fill-pink-400{fill:#ff56a4 !important}.has-bg-pink-500{background-color:#ff3390 !important;color:find-color-invert(#FF3390) !important}.is-pink-500{color:#ff3390 !important}.fill-pink-500{fill:#ff3390 !important}.has-bg-pink-600{background-color:#df2d82 !important;color:find-color-invert(#DF2D82) !important}.is-pink-600{color:#df2d82 !important}.fill-pink-600{fill:#df2d82 !important}.has-bg-pink-700{background-color:#bf2874 !important;color:find-color-invert(#BF2874) !important}.is-pink-700{color:#bf2874 !important}.fill-pink-700{fill:#bf2874 !important}.has-bg-pink-800{background-color:#9f2265 !important;color:find-color-invert(#9F2265) !important}.is-pink-800{color:#9f2265 !important}.fill-pink-800{fill:#9f2265 !important}.has-bg-pink-900{background-color:#7f1c57 !important;color:find-color-invert(#7F1C57) !important}.is-pink-900{color:#7f1c57 !important}.fill-pink-900{fill:#7f1c57 !important}.has-bg-pink-r100{background-color:#fabcdc !important;color:find-color-invert(#FABCDC) !important}.is-pink-r100{color:#fabcdc !important}.fill-pink-r100{fill:#fabcdc !important}.has-bg-pink-r200{background-color:#ff7ab8 !important;color:find-color-invert(#FF7AB8) !important}.is-pink-r200{color:#ff7ab8 !important}.fill-pink-r200{fill:#ff7ab8 !important}.has-bg-pink-r300{background-color:#ff3390 !important;color:find-color-invert(#FF3390) !important}.is-pink-r300{color:#ff3390 !important}.fill-pink-r300{fill:#ff3390 !important}.has-bg-pink-r400{background-color:#bf2874 !important;color:find-color-invert(#BF2874) !important}.is-pink-r400{color:#bf2874 !important}.fill-pink-r400{fill:#bf2874 !important}.has-bg-pink-r500{background-color:#7f1c57 !important;color:find-color-invert(#7F1C57) !important}.is-pink-r500{color:#7f1c57 !important}.fill-pink-r500{fill:#7f1c57 !important}.m-0{margin:0px !important}.m-1{margin:1px !important}.m-2{margin:2px !important}.m-3{margin:3px !important}.m-4{margin:4px !important}.m-5{margin:5px !important}.m-6{margin:6px !important}.m-7{margin:7px !important}.m-8{margin:8px !important}.m-9{margin:9px !important}.m-10{margin:10px !important}.m-11{margin:11px !important}.m-12{margin:12px !important}.m-13{margin:13px !important}.m-14{margin:14px !important}.m-15{margin:15px !important}.m-16{margin:16px !important}.m-17{margin:17px !important}.m-18{margin:18px !important}.m-19{margin:19px !important}.m-20{margin:20px !important}.m-21{margin:21px !important}.m-22{margin:22px !important}.m-23{margin:23px !important}.m-24{margin:24px !important}.m-25{margin:25px !important}.m-26{margin:26px !important}.m-27{margin:27px !important}.m-28{margin:28px !important}.m-29{margin:29px !important}.m-30{margin:30px !important}.m-31{margin:31px !important}.m-32{margin:32px !important}.m-33{margin:33px !important}.m-34{margin:34px !important}.m-35{margin:35px !important}.m-36{margin:36px !important}.m-37{margin:37px !important}.m-38{margin:38px !important}.m-39{margin:39px !important}.m-40{margin:40px !important}.m-41{margin:41px !important}.m-42{margin:42px !important}.m-43{margin:43px !important}.m-44{margin:44px !important}.m-45{margin:45px !important}.m-46{margin:46px !important}.m-47{margin:47px !important}.m-48{margin:48px !important}.m-49{margin:49px !important}.m-50{margin:50px !important}.m-51{margin:51px !important}.m-52{margin:52px !important}.m-53{margin:53px !important}.m-54{margin:54px !important}.m-55{margin:55px !important}.m-56{margin:56px !important}.m-57{margin:57px !important}.m-58{margin:58px !important}.m-59{margin:59px !important}.m-60{margin:60px !important}.m-61{margin:61px !important}.m-62{margin:62px !important}.m-63{margin:63px !important}.m-64{margin:64px !important}.m-65{margin:65px !important}.m-66{margin:66px !important}.m-67{margin:67px !important}.m-68{margin:68px !important}.m-69{margin:69px !important}.m-70{margin:70px !important}.m-71{margin:71px !important}.m-72{margin:72px !important}.m-73{margin:73px !important}.m-74{margin:74px !important}.m-75{margin:75px !important}.m-76{margin:76px !important}.m-77{margin:77px !important}.m-78{margin:78px !important}.m-79{margin:79px !important}.m-80{margin:80px !important}.m-81{margin:81px !important}.m-82{margin:82px !important}.m-83{margin:83px !important}.m-84{margin:84px !important}.m-85{margin:85px !important}.m-86{margin:86px !important}.m-87{margin:87px !important}.m-88{margin:88px !important}.m-89{margin:89px !important}.m-90{margin:90px !important}.m-91{margin:91px !important}.m-92{margin:92px !important}.m-93{margin:93px !important}.m-94{margin:94px !important}.m-95{margin:95px !important}.m-96{margin:96px !important}.m-97{margin:97px !important}.m-98{margin:98px !important}.m-99{margin:99px !important}.m-100{margin:100px !important}.m-auto{margin:auto !important}.m-l-auto{margin-left:auto !important}.m-r-auto{margin-right:auto !important}.m-t-auto{margin-top:auto !important}.m-b-auto{margin-bottom:auto !important}.m-x-auto{margin-left:auto !important;margin-right:auto !important}.m-y-auto{margin-top:auto !important;margin-bottom:auto !important}.m-t-0{margin-top:0px !important}.m-t-1{margin-top:1px !important}.m-t-2{margin-top:2px !important}.m-t-3{margin-top:3px !important}.m-t-4{margin-top:4px !important}.m-t-5{margin-top:5px !important}.m-t-6{margin-top:6px !important}.m-t-7{margin-top:7px !important}.m-t-8{margin-top:8px !important}.m-t-9{margin-top:9px !important}.m-t-10{margin-top:10px !important}.m-t-11{margin-top:11px !important}.m-t-12{margin-top:12px !important}.m-t-13{margin-top:13px !important}.m-t-14{margin-top:14px !important}.m-t-15{margin-top:15px !important}.m-t-16{margin-top:16px !important}.m-t-17{margin-top:17px !important}.m-t-18{margin-top:18px !important}.m-t-19{margin-top:19px !important}.m-t-20{margin-top:20px !important}.m-t-21{margin-top:21px !important}.m-t-22{margin-top:22px !important}.m-t-23{margin-top:23px !important}.m-t-24{margin-top:24px !important}.m-t-25{margin-top:25px !important}.m-t-26{margin-top:26px !important}.m-t-27{margin-top:27px !important}.m-t-28{margin-top:28px !important}.m-t-29{margin-top:29px !important}.m-t-30{margin-top:30px !important}.m-t-31{margin-top:31px !important}.m-t-32{margin-top:32px !important}.m-t-33{margin-top:33px !important}.m-t-34{margin-top:34px !important}.m-t-35{margin-top:35px !important}.m-t-36{margin-top:36px !important}.m-t-37{margin-top:37px !important}.m-t-38{margin-top:38px !important}.m-t-39{margin-top:39px !important}.m-t-40{margin-top:40px !important}.m-t-41{margin-top:41px !important}.m-t-42{margin-top:42px !important}.m-t-43{margin-top:43px !important}.m-t-44{margin-top:44px !important}.m-t-45{margin-top:45px !important}.m-t-46{margin-top:46px !important}.m-t-47{margin-top:47px !important}.m-t-48{margin-top:48px !important}.m-t-49{margin-top:49px !important}.m-t-50{margin-top:50px !important}.m-t-51{margin-top:51px !important}.m-t-52{margin-top:52px !important}.m-t-53{margin-top:53px !important}.m-t-54{margin-top:54px !important}.m-t-55{margin-top:55px !important}.m-t-56{margin-top:56px !important}.m-t-57{margin-top:57px !important}.m-t-58{margin-top:58px !important}.m-t-59{margin-top:59px !important}.m-t-60{margin-top:60px !important}.m-t-61{margin-top:61px !important}.m-t-62{margin-top:62px !important}.m-t-63{margin-top:63px !important}.m-t-64{margin-top:64px !important}.m-t-65{margin-top:65px !important}.m-t-66{margin-top:66px !important}.m-t-67{margin-top:67px !important}.m-t-68{margin-top:68px !important}.m-t-69{margin-top:69px !important}.m-t-70{margin-top:70px !important}.m-t-71{margin-top:71px !important}.m-t-72{margin-top:72px !important}.m-t-73{margin-top:73px !important}.m-t-74{margin-top:74px !important}.m-t-75{margin-top:75px !important}.m-t-76{margin-top:76px !important}.m-t-77{margin-top:77px !important}.m-t-78{margin-top:78px !important}.m-t-79{margin-top:79px !important}.m-t-80{margin-top:80px !important}.m-t-81{margin-top:81px !important}.m-t-82{margin-top:82px !important}.m-t-83{margin-top:83px !important}.m-t-84{margin-top:84px !important}.m-t-85{margin-top:85px !important}.m-t-86{margin-top:86px !important}.m-t-87{margin-top:87px !important}.m-t-88{margin-top:88px !important}.m-t-89{margin-top:89px !important}.m-t-90{margin-top:90px !important}.m-t-91{margin-top:91px !important}.m-t-92{margin-top:92px !important}.m-t-93{margin-top:93px !important}.m-t-94{margin-top:94px !important}.m-t-95{margin-top:95px !important}.m-t-96{margin-top:96px !important}.m-t-97{margin-top:97px !important}.m-t-98{margin-top:98px !important}.m-t-99{margin-top:99px !important}.m-t-100{margin-top:100px !important}.m-r-0{margin-right:0px !important}.m-r-1{margin-right:1px !important}.m-r-2{margin-right:2px !important}.m-r-3{margin-right:3px !important}.m-r-4{margin-right:4px !important}.m-r-5{margin-right:5px !important}.m-r-6{margin-right:6px !important}.m-r-7{margin-right:7px !important}.m-r-8{margin-right:8px !important}.m-r-9{margin-right:9px !important}.m-r-10{margin-right:10px !important}.m-r-11{margin-right:11px !important}.m-r-12{margin-right:12px !important}.m-r-13{margin-right:13px !important}.m-r-14{margin-right:14px !important}.m-r-15{margin-right:15px !important}.m-r-16{margin-right:16px !important}.m-r-17{margin-right:17px !important}.m-r-18{margin-right:18px !important}.m-r-19{margin-right:19px !important}.m-r-20{margin-right:20px !important}.m-r-21{margin-right:21px !important}.m-r-22{margin-right:22px !important}.m-r-23{margin-right:23px !important}.m-r-24{margin-right:24px !important}.m-r-25{margin-right:25px !important}.m-r-26{margin-right:26px !important}.m-r-27{margin-right:27px !important}.m-r-28{margin-right:28px !important}.m-r-29{margin-right:29px !important}.m-r-30{margin-right:30px !important}.m-r-31{margin-right:31px !important}.m-r-32{margin-right:32px !important}.m-r-33{margin-right:33px !important}.m-r-34{margin-right:34px !important}.m-r-35{margin-right:35px !important}.m-r-36{margin-right:36px !important}.m-r-37{margin-right:37px !important}.m-r-38{margin-right:38px !important}.m-r-39{margin-right:39px !important}.m-r-40{margin-right:40px !important}.m-r-41{margin-right:41px !important}.m-r-42{margin-right:42px !important}.m-r-43{margin-right:43px !important}.m-r-44{margin-right:44px !important}.m-r-45{margin-right:45px !important}.m-r-46{margin-right:46px !important}.m-r-47{margin-right:47px !important}.m-r-48{margin-right:48px !important}.m-r-49{margin-right:49px !important}.m-r-50{margin-right:50px !important}.m-r-51{margin-right:51px !important}.m-r-52{margin-right:52px !important}.m-r-53{margin-right:53px !important}.m-r-54{margin-right:54px !important}.m-r-55{margin-right:55px !important}.m-r-56{margin-right:56px !important}.m-r-57{margin-right:57px !important}.m-r-58{margin-right:58px !important}.m-r-59{margin-right:59px !important}.m-r-60{margin-right:60px !important}.m-r-61{margin-right:61px !important}.m-r-62{margin-right:62px !important}.m-r-63{margin-right:63px !important}.m-r-64{margin-right:64px !important}.m-r-65{margin-right:65px !important}.m-r-66{margin-right:66px !important}.m-r-67{margin-right:67px !important}.m-r-68{margin-right:68px !important}.m-r-69{margin-right:69px !important}.m-r-70{margin-right:70px !important}.m-r-71{margin-right:71px !important}.m-r-72{margin-right:72px !important}.m-r-73{margin-right:73px !important}.m-r-74{margin-right:74px !important}.m-r-75{margin-right:75px !important}.m-r-76{margin-right:76px !important}.m-r-77{margin-right:77px !important}.m-r-78{margin-right:78px !important}.m-r-79{margin-right:79px !important}.m-r-80{margin-right:80px !important}.m-r-81{margin-right:81px !important}.m-r-82{margin-right:82px !important}.m-r-83{margin-right:83px !important}.m-r-84{margin-right:84px !important}.m-r-85{margin-right:85px !important}.m-r-86{margin-right:86px !important}.m-r-87{margin-right:87px !important}.m-r-88{margin-right:88px !important}.m-r-89{margin-right:89px !important}.m-r-90{margin-right:90px !important}.m-r-91{margin-right:91px !important}.m-r-92{margin-right:92px !important}.m-r-93{margin-right:93px !important}.m-r-94{margin-right:94px !important}.m-r-95{margin-right:95px !important}.m-r-96{margin-right:96px !important}.m-r-97{margin-right:97px !important}.m-r-98{margin-right:98px !important}.m-r-99{margin-right:99px !important}.m-r-100{margin-right:100px !important}.m-b-0{margin-bottom:0px !important}.m-b-1{margin-bottom:1px !important}.m-b-2{margin-bottom:2px !important}.m-b-3{margin-bottom:3px !important}.m-b-4{margin-bottom:4px !important}.m-b-5{margin-bottom:5px !important}.m-b-6{margin-bottom:6px !important}.m-b-7{margin-bottom:7px !important}.m-b-8{margin-bottom:8px !important}.m-b-9{margin-bottom:9px !important}.m-b-10{margin-bottom:10px !important}.m-b-11{margin-bottom:11px !important}.m-b-12{margin-bottom:12px !important}.m-b-13{margin-bottom:13px !important}.m-b-14{margin-bottom:14px !important}.m-b-15{margin-bottom:15px !important}.m-b-16{margin-bottom:16px !important}.m-b-17{margin-bottom:17px !important}.m-b-18{margin-bottom:18px !important}.m-b-19{margin-bottom:19px !important}.m-b-20{margin-bottom:20px !important}.m-b-21{margin-bottom:21px !important}.m-b-22{margin-bottom:22px !important}.m-b-23{margin-bottom:23px !important}.m-b-24{margin-bottom:24px !important}.m-b-25{margin-bottom:25px !important}.m-b-26{margin-bottom:26px !important}.m-b-27{margin-bottom:27px !important}.m-b-28{margin-bottom:28px !important}.m-b-29{margin-bottom:29px !important}.m-b-30{margin-bottom:30px !important}.m-b-31{margin-bottom:31px !important}.m-b-32{margin-bottom:32px !important}.m-b-33{margin-bottom:33px !important}.m-b-34{margin-bottom:34px !important}.m-b-35{margin-bottom:35px !important}.m-b-36{margin-bottom:36px !important}.m-b-37{margin-bottom:37px !important}.m-b-38{margin-bottom:38px !important}.m-b-39{margin-bottom:39px !important}.m-b-40{margin-bottom:40px !important}.m-b-41{margin-bottom:41px !important}.m-b-42{margin-bottom:42px !important}.m-b-43{margin-bottom:43px !important}.m-b-44{margin-bottom:44px !important}.m-b-45{margin-bottom:45px !important}.m-b-46{margin-bottom:46px !important}.m-b-47{margin-bottom:47px !important}.m-b-48{margin-bottom:48px !important}.m-b-49{margin-bottom:49px !important}.m-b-50{margin-bottom:50px !important}.m-b-51{margin-bottom:51px !important}.m-b-52{margin-bottom:52px !important}.m-b-53{margin-bottom:53px !important}.m-b-54{margin-bottom:54px !important}.m-b-55{margin-bottom:55px !important}.m-b-56{margin-bottom:56px !important}.m-b-57{margin-bottom:57px !important}.m-b-58{margin-bottom:58px !important}.m-b-59{margin-bottom:59px !important}.m-b-60{margin-bottom:60px !important}.m-b-61{margin-bottom:61px !important}.m-b-62{margin-bottom:62px !important}.m-b-63{margin-bottom:63px !important}.m-b-64{margin-bottom:64px !important}.m-b-65{margin-bottom:65px !important}.m-b-66{margin-bottom:66px !important}.m-b-67{margin-bottom:67px !important}.m-b-68{margin-bottom:68px !important}.m-b-69{margin-bottom:69px !important}.m-b-70{margin-bottom:70px !important}.m-b-71{margin-bottom:71px !important}.m-b-72{margin-bottom:72px !important}.m-b-73{margin-bottom:73px !important}.m-b-74{margin-bottom:74px !important}.m-b-75{margin-bottom:75px !important}.m-b-76{margin-bottom:76px !important}.m-b-77{margin-bottom:77px !important}.m-b-78{margin-bottom:78px !important}.m-b-79{margin-bottom:79px !important}.m-b-80{margin-bottom:80px !important}.m-b-81{margin-bottom:81px !important}.m-b-82{margin-bottom:82px !important}.m-b-83{margin-bottom:83px !important}.m-b-84{margin-bottom:84px !important}.m-b-85{margin-bottom:85px !important}.m-b-86{margin-bottom:86px !important}.m-b-87{margin-bottom:87px !important}.m-b-88{margin-bottom:88px !important}.m-b-89{margin-bottom:89px !important}.m-b-90{margin-bottom:90px !important}.m-b-91{margin-bottom:91px !important}.m-b-92{margin-bottom:92px !important}.m-b-93{margin-bottom:93px !important}.m-b-94{margin-bottom:94px !important}.m-b-95{margin-bottom:95px !important}.m-b-96{margin-bottom:96px !important}.m-b-97{margin-bottom:97px !important}.m-b-98{margin-bottom:98px !important}.m-b-99{margin-bottom:99px !important}.m-b-100{margin-bottom:100px !important}.m-l-0{margin-left:0px !important}.m-l-1{margin-left:1px !important}.m-l-2{margin-left:2px !important}.m-l-3{margin-left:3px !important}.m-l-4{margin-left:4px !important}.m-l-5{margin-left:5px !important}.m-l-6{margin-left:6px !important}.m-l-7{margin-left:7px !important}.m-l-8{margin-left:8px !important}.m-l-9{margin-left:9px !important}.m-l-10{margin-left:10px !important}.m-l-11{margin-left:11px !important}.m-l-12{margin-left:12px !important}.m-l-13{margin-left:13px !important}.m-l-14{margin-left:14px !important}.m-l-15{margin-left:15px !important}.m-l-16{margin-left:16px !important}.m-l-17{margin-left:17px !important}.m-l-18{margin-left:18px !important}.m-l-19{margin-left:19px !important}.m-l-20{margin-left:20px !important}.m-l-21{margin-left:21px !important}.m-l-22{margin-left:22px !important}.m-l-23{margin-left:23px !important}.m-l-24{margin-left:24px !important}.m-l-25{margin-left:25px !important}.m-l-26{margin-left:26px !important}.m-l-27{margin-left:27px !important}.m-l-28{margin-left:28px !important}.m-l-29{margin-left:29px !important}.m-l-30{margin-left:30px !important}.m-l-31{margin-left:31px !important}.m-l-32{margin-left:32px !important}.m-l-33{margin-left:33px !important}.m-l-34{margin-left:34px !important}.m-l-35{margin-left:35px !important}.m-l-36{margin-left:36px !important}.m-l-37{margin-left:37px !important}.m-l-38{margin-left:38px !important}.m-l-39{margin-left:39px !important}.m-l-40{margin-left:40px !important}.m-l-41{margin-left:41px !important}.m-l-42{margin-left:42px !important}.m-l-43{margin-left:43px !important}.m-l-44{margin-left:44px !important}.m-l-45{margin-left:45px !important}.m-l-46{margin-left:46px !important}.m-l-47{margin-left:47px !important}.m-l-48{margin-left:48px !important}.m-l-49{margin-left:49px !important}.m-l-50{margin-left:50px !important}.m-l-51{margin-left:51px !important}.m-l-52{margin-left:52px !important}.m-l-53{margin-left:53px !important}.m-l-54{margin-left:54px !important}.m-l-55{margin-left:55px !important}.m-l-56{margin-left:56px !important}.m-l-57{margin-left:57px !important}.m-l-58{margin-left:58px !important}.m-l-59{margin-left:59px !important}.m-l-60{margin-left:60px !important}.m-l-61{margin-left:61px !important}.m-l-62{margin-left:62px !important}.m-l-63{margin-left:63px !important}.m-l-64{margin-left:64px !important}.m-l-65{margin-left:65px !important}.m-l-66{margin-left:66px !important}.m-l-67{margin-left:67px !important}.m-l-68{margin-left:68px !important}.m-l-69{margin-left:69px !important}.m-l-70{margin-left:70px !important}.m-l-71{margin-left:71px !important}.m-l-72{margin-left:72px !important}.m-l-73{margin-left:73px !important}.m-l-74{margin-left:74px !important}.m-l-75{margin-left:75px !important}.m-l-76{margin-left:76px !important}.m-l-77{margin-left:77px !important}.m-l-78{margin-left:78px !important}.m-l-79{margin-left:79px !important}.m-l-80{margin-left:80px !important}.m-l-81{margin-left:81px !important}.m-l-82{margin-left:82px !important}.m-l-83{margin-left:83px !important}.m-l-84{margin-left:84px !important}.m-l-85{margin-left:85px !important}.m-l-86{margin-left:86px !important}.m-l-87{margin-left:87px !important}.m-l-88{margin-left:88px !important}.m-l-89{margin-left:89px !important}.m-l-90{margin-left:90px !important}.m-l-91{margin-left:91px !important}.m-l-92{margin-left:92px !important}.m-l-93{margin-left:93px !important}.m-l-94{margin-left:94px !important}.m-l-95{margin-left:95px !important}.m-l-96{margin-left:96px !important}.m-l-97{margin-left:97px !important}.m-l-98{margin-left:98px !important}.m-l-99{margin-left:99px !important}.m-l-100{margin-left:100px !important}.m-x-0{margin-left:0px !important;margin-right:0px !important}.m-x-1{margin-left:1px !important;margin-right:1px !important}.m-x-2{margin-left:2px !important;margin-right:2px !important}.m-x-3{margin-left:3px !important;margin-right:3px !important}.m-x-4{margin-left:4px !important;margin-right:4px !important}.m-x-5{margin-left:5px !important;margin-right:5px !important}.m-x-6{margin-left:6px !important;margin-right:6px !important}.m-x-7{margin-left:7px !important;margin-right:7px !important}.m-x-8{margin-left:8px !important;margin-right:8px !important}.m-x-9{margin-left:9px !important;margin-right:9px !important}.m-x-10{margin-left:10px !important;margin-right:10px !important}.m-x-11{margin-left:11px !important;margin-right:11px !important}.m-x-12{margin-left:12px !important;margin-right:12px !important}.m-x-13{margin-left:13px !important;margin-right:13px !important}.m-x-14{margin-left:14px !important;margin-right:14px !important}.m-x-15{margin-left:15px !important;margin-right:15px !important}.m-x-16{margin-left:16px !important;margin-right:16px !important}.m-x-17{margin-left:17px !important;margin-right:17px !important}.m-x-18{margin-left:18px !important;margin-right:18px !important}.m-x-19{margin-left:19px !important;margin-right:19px !important}.m-x-20{margin-left:20px !important;margin-right:20px !important}.m-x-21{margin-left:21px !important;margin-right:21px !important}.m-x-22{margin-left:22px !important;margin-right:22px !important}.m-x-23{margin-left:23px !important;margin-right:23px !important}.m-x-24{margin-left:24px !important;margin-right:24px !important}.m-x-25{margin-left:25px !important;margin-right:25px !important}.m-x-26{margin-left:26px !important;margin-right:26px !important}.m-x-27{margin-left:27px !important;margin-right:27px !important}.m-x-28{margin-left:28px !important;margin-right:28px !important}.m-x-29{margin-left:29px !important;margin-right:29px !important}.m-x-30{margin-left:30px !important;margin-right:30px !important}.m-x-31{margin-left:31px !important;margin-right:31px !important}.m-x-32{margin-left:32px !important;margin-right:32px !important}.m-x-33{margin-left:33px !important;margin-right:33px !important}.m-x-34{margin-left:34px !important;margin-right:34px !important}.m-x-35{margin-left:35px !important;margin-right:35px !important}.m-x-36{margin-left:36px !important;margin-right:36px !important}.m-x-37{margin-left:37px !important;margin-right:37px !important}.m-x-38{margin-left:38px !important;margin-right:38px !important}.m-x-39{margin-left:39px !important;margin-right:39px !important}.m-x-40{margin-left:40px !important;margin-right:40px !important}.m-x-41{margin-left:41px !important;margin-right:41px !important}.m-x-42{margin-left:42px !important;margin-right:42px !important}.m-x-43{margin-left:43px !important;margin-right:43px !important}.m-x-44{margin-left:44px !important;margin-right:44px !important}.m-x-45{margin-left:45px !important;margin-right:45px !important}.m-x-46{margin-left:46px !important;margin-right:46px !important}.m-x-47{margin-left:47px !important;margin-right:47px !important}.m-x-48{margin-left:48px !important;margin-right:48px !important}.m-x-49{margin-left:49px !important;margin-right:49px !important}.m-x-50{margin-left:50px !important;margin-right:50px !important}.m-x-51{margin-left:51px !important;margin-right:51px !important}.m-x-52{margin-left:52px !important;margin-right:52px !important}.m-x-53{margin-left:53px !important;margin-right:53px !important}.m-x-54{margin-left:54px !important;margin-right:54px !important}.m-x-55{margin-left:55px !important;margin-right:55px !important}.m-x-56{margin-left:56px !important;margin-right:56px !important}.m-x-57{margin-left:57px !important;margin-right:57px !important}.m-x-58{margin-left:58px !important;margin-right:58px !important}.m-x-59{margin-left:59px !important;margin-right:59px !important}.m-x-60{margin-left:60px !important;margin-right:60px !important}.m-x-61{margin-left:61px !important;margin-right:61px !important}.m-x-62{margin-left:62px !important;margin-right:62px !important}.m-x-63{margin-left:63px !important;margin-right:63px !important}.m-x-64{margin-left:64px !important;margin-right:64px !important}.m-x-65{margin-left:65px !important;margin-right:65px !important}.m-x-66{margin-left:66px !important;margin-right:66px !important}.m-x-67{margin-left:67px !important;margin-right:67px !important}.m-x-68{margin-left:68px !important;margin-right:68px !important}.m-x-69{margin-left:69px !important;margin-right:69px !important}.m-x-70{margin-left:70px !important;margin-right:70px !important}.m-x-71{margin-left:71px !important;margin-right:71px !important}.m-x-72{margin-left:72px !important;margin-right:72px !important}.m-x-73{margin-left:73px !important;margin-right:73px !important}.m-x-74{margin-left:74px !important;margin-right:74px !important}.m-x-75{margin-left:75px !important;margin-right:75px !important}.m-x-76{margin-left:76px !important;margin-right:76px !important}.m-x-77{margin-left:77px !important;margin-right:77px !important}.m-x-78{margin-left:78px !important;margin-right:78px !important}.m-x-79{margin-left:79px !important;margin-right:79px !important}.m-x-80{margin-left:80px !important;margin-right:80px !important}.m-x-81{margin-left:81px !important;margin-right:81px !important}.m-x-82{margin-left:82px !important;margin-right:82px !important}.m-x-83{margin-left:83px !important;margin-right:83px !important}.m-x-84{margin-left:84px !important;margin-right:84px !important}.m-x-85{margin-left:85px !important;margin-right:85px !important}.m-x-86{margin-left:86px !important;margin-right:86px !important}.m-x-87{margin-left:87px !important;margin-right:87px !important}.m-x-88{margin-left:88px !important;margin-right:88px !important}.m-x-89{margin-left:89px !important;margin-right:89px !important}.m-x-90{margin-left:90px !important;margin-right:90px !important}.m-x-91{margin-left:91px !important;margin-right:91px !important}.m-x-92{margin-left:92px !important;margin-right:92px !important}.m-x-93{margin-left:93px !important;margin-right:93px !important}.m-x-94{margin-left:94px !important;margin-right:94px !important}.m-x-95{margin-left:95px !important;margin-right:95px !important}.m-x-96{margin-left:96px !important;margin-right:96px !important}.m-x-97{margin-left:97px !important;margin-right:97px !important}.m-x-98{margin-left:98px !important;margin-right:98px !important}.m-x-99{margin-left:99px !important;margin-right:99px !important}.m-x-100{margin-left:100px !important;margin-right:100px !important}.m-y-0{margin-top:0px !important;margin-bottom:0px !important}.m-y-1{margin-top:1px !important;margin-bottom:1px !important}.m-y-2{margin-top:2px !important;margin-bottom:2px !important}.m-y-3{margin-top:3px !important;margin-bottom:3px !important}.m-y-4{margin-top:4px !important;margin-bottom:4px !important}.m-y-5{margin-top:5px !important;margin-bottom:5px !important}.m-y-6{margin-top:6px !important;margin-bottom:6px !important}.m-y-7{margin-top:7px !important;margin-bottom:7px !important}.m-y-8{margin-top:8px !important;margin-bottom:8px !important}.m-y-9{margin-top:9px !important;margin-bottom:9px !important}.m-y-10{margin-top:10px !important;margin-bottom:10px !important}.m-y-11{margin-top:11px !important;margin-bottom:11px !important}.m-y-12{margin-top:12px !important;margin-bottom:12px !important}.m-y-13{margin-top:13px !important;margin-bottom:13px !important}.m-y-14{margin-top:14px !important;margin-bottom:14px !important}.m-y-15{margin-top:15px !important;margin-bottom:15px !important}.m-y-16{margin-top:16px !important;margin-bottom:16px !important}.m-y-17{margin-top:17px !important;margin-bottom:17px !important}.m-y-18{margin-top:18px !important;margin-bottom:18px !important}.m-y-19{margin-top:19px !important;margin-bottom:19px !important}.m-y-20{margin-top:20px !important;margin-bottom:20px !important}.m-y-21{margin-top:21px !important;margin-bottom:21px !important}.m-y-22{margin-top:22px !important;margin-bottom:22px !important}.m-y-23{margin-top:23px !important;margin-bottom:23px !important}.m-y-24{margin-top:24px !important;margin-bottom:24px !important}.m-y-25{margin-top:25px !important;margin-bottom:25px !important}.m-y-26{margin-top:26px !important;margin-bottom:26px !important}.m-y-27{margin-top:27px !important;margin-bottom:27px !important}.m-y-28{margin-top:28px !important;margin-bottom:28px !important}.m-y-29{margin-top:29px !important;margin-bottom:29px !important}.m-y-30{margin-top:30px !important;margin-bottom:30px !important}.m-y-31{margin-top:31px !important;margin-bottom:31px !important}.m-y-32{margin-top:32px !important;margin-bottom:32px !important}.m-y-33{margin-top:33px !important;margin-bottom:33px !important}.m-y-34{margin-top:34px !important;margin-bottom:34px !important}.m-y-35{margin-top:35px !important;margin-bottom:35px !important}.m-y-36{margin-top:36px !important;margin-bottom:36px !important}.m-y-37{margin-top:37px !important;margin-bottom:37px !important}.m-y-38{margin-top:38px !important;margin-bottom:38px !important}.m-y-39{margin-top:39px !important;margin-bottom:39px !important}.m-y-40{margin-top:40px !important;margin-bottom:40px !important}.m-y-41{margin-top:41px !important;margin-bottom:41px !important}.m-y-42{margin-top:42px !important;margin-bottom:42px !important}.m-y-43{margin-top:43px !important;margin-bottom:43px !important}.m-y-44{margin-top:44px !important;margin-bottom:44px !important}.m-y-45{margin-top:45px !important;margin-bottom:45px !important}.m-y-46{margin-top:46px !important;margin-bottom:46px !important}.m-y-47{margin-top:47px !important;margin-bottom:47px !important}.m-y-48{margin-top:48px !important;margin-bottom:48px !important}.m-y-49{margin-top:49px !important;margin-bottom:49px !important}.m-y-50{margin-top:50px !important;margin-bottom:50px !important}.m-y-51{margin-top:51px !important;margin-bottom:51px !important}.m-y-52{margin-top:52px !important;margin-bottom:52px !important}.m-y-53{margin-top:53px !important;margin-bottom:53px !important}.m-y-54{margin-top:54px !important;margin-bottom:54px !important}.m-y-55{margin-top:55px !important;margin-bottom:55px !important}.m-y-56{margin-top:56px !important;margin-bottom:56px !important}.m-y-57{margin-top:57px !important;margin-bottom:57px !important}.m-y-58{margin-top:58px !important;margin-bottom:58px !important}.m-y-59{margin-top:59px !important;margin-bottom:59px !important}.m-y-60{margin-top:60px !important;margin-bottom:60px !important}.m-y-61{margin-top:61px !important;margin-bottom:61px !important}.m-y-62{margin-top:62px !important;margin-bottom:62px !important}.m-y-63{margin-top:63px !important;margin-bottom:63px !important}.m-y-64{margin-top:64px !important;margin-bottom:64px !important}.m-y-65{margin-top:65px !important;margin-bottom:65px !important}.m-y-66{margin-top:66px !important;margin-bottom:66px !important}.m-y-67{margin-top:67px !important;margin-bottom:67px !important}.m-y-68{margin-top:68px !important;margin-bottom:68px !important}.m-y-69{margin-top:69px !important;margin-bottom:69px !important}.m-y-70{margin-top:70px !important;margin-bottom:70px !important}.m-y-71{margin-top:71px !important;margin-bottom:71px !important}.m-y-72{margin-top:72px !important;margin-bottom:72px !important}.m-y-73{margin-top:73px !important;margin-bottom:73px !important}.m-y-74{margin-top:74px !important;margin-bottom:74px !important}.m-y-75{margin-top:75px !important;margin-bottom:75px !important}.m-y-76{margin-top:76px !important;margin-bottom:76px !important}.m-y-77{margin-top:77px !important;margin-bottom:77px !important}.m-y-78{margin-top:78px !important;margin-bottom:78px !important}.m-y-79{margin-top:79px !important;margin-bottom:79px !important}.m-y-80{margin-top:80px !important;margin-bottom:80px !important}.m-y-81{margin-top:81px !important;margin-bottom:81px !important}.m-y-82{margin-top:82px !important;margin-bottom:82px !important}.m-y-83{margin-top:83px !important;margin-bottom:83px !important}.m-y-84{margin-top:84px !important;margin-bottom:84px !important}.m-y-85{margin-top:85px !important;margin-bottom:85px !important}.m-y-86{margin-top:86px !important;margin-bottom:86px !important}.m-y-87{margin-top:87px !important;margin-bottom:87px !important}.m-y-88{margin-top:88px !important;margin-bottom:88px !important}.m-y-89{margin-top:89px !important;margin-bottom:89px !important}.m-y-90{margin-top:90px !important;margin-bottom:90px !important}.m-y-91{margin-top:91px !important;margin-bottom:91px !important}.m-y-92{margin-top:92px !important;margin-bottom:92px !important}.m-y-93{margin-top:93px !important;margin-bottom:93px !important}.m-y-94{margin-top:94px !important;margin-bottom:94px !important}.m-y-95{margin-top:95px !important;margin-bottom:95px !important}.m-y-96{margin-top:96px !important;margin-bottom:96px !important}.m-y-97{margin-top:97px !important;margin-bottom:97px !important}.m-y-98{margin-top:98px !important;margin-bottom:98px !important}.m-y-99{margin-top:99px !important;margin-bottom:99px !important}.m-y-100{margin-top:100px !important;margin-bottom:100px !important}.p-0{padding:0px !important}.p-1{padding:1px !important}.p-2{padding:2px !important}.p-3{padding:3px !important}.p-4{padding:4px !important}.p-5{padding:5px !important}.p-6{padding:6px !important}.p-7{padding:7px !important}.p-8{padding:8px !important}.p-9{padding:9px !important}.p-10{padding:10px !important}.p-11{padding:11px !important}.p-12{padding:12px !important}.p-13{padding:13px !important}.p-14{padding:14px !important}.p-15{padding:15px !important}.p-16{padding:16px !important}.p-17{padding:17px !important}.p-18{padding:18px !important}.p-19{padding:19px !important}.p-20{padding:20px !important}.p-21{padding:21px !important}.p-22{padding:22px !important}.p-23{padding:23px !important}.p-24{padding:24px !important}.p-25{padding:25px !important}.p-26{padding:26px !important}.p-27{padding:27px !important}.p-28{padding:28px !important}.p-29{padding:29px !important}.p-30{padding:30px !important}.p-31{padding:31px !important}.p-32{padding:32px !important}.p-33{padding:33px !important}.p-34{padding:34px !important}.p-35{padding:35px !important}.p-36{padding:36px !important}.p-37{padding:37px !important}.p-38{padding:38px !important}.p-39{padding:39px !important}.p-40{padding:40px !important}.p-41{padding:41px !important}.p-42{padding:42px !important}.p-43{padding:43px !important}.p-44{padding:44px !important}.p-45{padding:45px !important}.p-46{padding:46px !important}.p-47{padding:47px !important}.p-48{padding:48px !important}.p-49{padding:49px !important}.p-50{padding:50px !important}.p-51{padding:51px !important}.p-52{padding:52px !important}.p-53{padding:53px !important}.p-54{padding:54px !important}.p-55{padding:55px !important}.p-56{padding:56px !important}.p-57{padding:57px !important}.p-58{padding:58px !important}.p-59{padding:59px !important}.p-60{padding:60px !important}.p-61{padding:61px !important}.p-62{padding:62px !important}.p-63{padding:63px !important}.p-64{padding:64px !important}.p-65{padding:65px !important}.p-66{padding:66px !important}.p-67{padding:67px !important}.p-68{padding:68px !important}.p-69{padding:69px !important}.p-70{padding:70px !important}.p-71{padding:71px !important}.p-72{padding:72px !important}.p-73{padding:73px !important}.p-74{padding:74px !important}.p-75{padding:75px !important}.p-76{padding:76px !important}.p-77{padding:77px !important}.p-78{padding:78px !important}.p-79{padding:79px !important}.p-80{padding:80px !important}.p-81{padding:81px !important}.p-82{padding:82px !important}.p-83{padding:83px !important}.p-84{padding:84px !important}.p-85{padding:85px !important}.p-86{padding:86px !important}.p-87{padding:87px !important}.p-88{padding:88px !important}.p-89{padding:89px !important}.p-90{padding:90px !important}.p-91{padding:91px !important}.p-92{padding:92px !important}.p-93{padding:93px !important}.p-94{padding:94px !important}.p-95{padding:95px !important}.p-96{padding:96px !important}.p-97{padding:97px !important}.p-98{padding:98px !important}.p-99{padding:99px !important}.p-100{padding:100px !important}.p-t-0{padding-top:0px !important}.p-t-1{padding-top:1px !important}.p-t-2{padding-top:2px !important}.p-t-3{padding-top:3px !important}.p-t-4{padding-top:4px !important}.p-t-5{padding-top:5px !important}.p-t-6{padding-top:6px !important}.p-t-7{padding-top:7px !important}.p-t-8{padding-top:8px !important}.p-t-9{padding-top:9px !important}.p-t-10{padding-top:10px !important}.p-t-11{padding-top:11px !important}.p-t-12{padding-top:12px !important}.p-t-13{padding-top:13px !important}.p-t-14{padding-top:14px !important}.p-t-15{padding-top:15px !important}.p-t-16{padding-top:16px !important}.p-t-17{padding-top:17px !important}.p-t-18{padding-top:18px !important}.p-t-19{padding-top:19px !important}.p-t-20{padding-top:20px !important}.p-t-21{padding-top:21px !important}.p-t-22{padding-top:22px !important}.p-t-23{padding-top:23px !important}.p-t-24{padding-top:24px !important}.p-t-25{padding-top:25px !important}.p-t-26{padding-top:26px !important}.p-t-27{padding-top:27px !important}.p-t-28{padding-top:28px !important}.p-t-29{padding-top:29px !important}.p-t-30{padding-top:30px !important}.p-t-31{padding-top:31px !important}.p-t-32{padding-top:32px !important}.p-t-33{padding-top:33px !important}.p-t-34{padding-top:34px !important}.p-t-35{padding-top:35px !important}.p-t-36{padding-top:36px !important}.p-t-37{padding-top:37px !important}.p-t-38{padding-top:38px !important}.p-t-39{padding-top:39px !important}.p-t-40{padding-top:40px !important}.p-t-41{padding-top:41px !important}.p-t-42{padding-top:42px !important}.p-t-43{padding-top:43px !important}.p-t-44{padding-top:44px !important}.p-t-45{padding-top:45px !important}.p-t-46{padding-top:46px !important}.p-t-47{padding-top:47px !important}.p-t-48{padding-top:48px !important}.p-t-49{padding-top:49px !important}.p-t-50{padding-top:50px !important}.p-t-51{padding-top:51px !important}.p-t-52{padding-top:52px !important}.p-t-53{padding-top:53px !important}.p-t-54{padding-top:54px !important}.p-t-55{padding-top:55px !important}.p-t-56{padding-top:56px !important}.p-t-57{padding-top:57px !important}.p-t-58{padding-top:58px !important}.p-t-59{padding-top:59px !important}.p-t-60{padding-top:60px !important}.p-t-61{padding-top:61px !important}.p-t-62{padding-top:62px !important}.p-t-63{padding-top:63px !important}.p-t-64{padding-top:64px !important}.p-t-65{padding-top:65px !important}.p-t-66{padding-top:66px !important}.p-t-67{padding-top:67px !important}.p-t-68{padding-top:68px !important}.p-t-69{padding-top:69px !important}.p-t-70{padding-top:70px !important}.p-t-71{padding-top:71px !important}.p-t-72{padding-top:72px !important}.p-t-73{padding-top:73px !important}.p-t-74{padding-top:74px !important}.p-t-75{padding-top:75px !important}.p-t-76{padding-top:76px !important}.p-t-77{padding-top:77px !important}.p-t-78{padding-top:78px !important}.p-t-79{padding-top:79px !important}.p-t-80{padding-top:80px !important}.p-t-81{padding-top:81px !important}.p-t-82{padding-top:82px !important}.p-t-83{padding-top:83px !important}.p-t-84{padding-top:84px !important}.p-t-85{padding-top:85px !important}.p-t-86{padding-top:86px !important}.p-t-87{padding-top:87px !important}.p-t-88{padding-top:88px !important}.p-t-89{padding-top:89px !important}.p-t-90{padding-top:90px !important}.p-t-91{padding-top:91px !important}.p-t-92{padding-top:92px !important}.p-t-93{padding-top:93px !important}.p-t-94{padding-top:94px !important}.p-t-95{padding-top:95px !important}.p-t-96{padding-top:96px !important}.p-t-97{padding-top:97px !important}.p-t-98{padding-top:98px !important}.p-t-99{padding-top:99px !important}.p-t-100{padding-top:100px !important}.p-r-0{padding-right:0px !important}.p-r-1{padding-right:1px !important}.p-r-2{padding-right:2px !important}.p-r-3{padding-right:3px !important}.p-r-4{padding-right:4px !important}.p-r-5{padding-right:5px !important}.p-r-6{padding-right:6px !important}.p-r-7{padding-right:7px !important}.p-r-8{padding-right:8px !important}.p-r-9{padding-right:9px !important}.p-r-10{padding-right:10px !important}.p-r-11{padding-right:11px !important}.p-r-12{padding-right:12px !important}.p-r-13{padding-right:13px !important}.p-r-14{padding-right:14px !important}.p-r-15{padding-right:15px !important}.p-r-16{padding-right:16px !important}.p-r-17{padding-right:17px !important}.p-r-18{padding-right:18px !important}.p-r-19{padding-right:19px !important}.p-r-20{padding-right:20px !important}.p-r-21{padding-right:21px !important}.p-r-22{padding-right:22px !important}.p-r-23{padding-right:23px !important}.p-r-24{padding-right:24px !important}.p-r-25{padding-right:25px !important}.p-r-26{padding-right:26px !important}.p-r-27{padding-right:27px !important}.p-r-28{padding-right:28px !important}.p-r-29{padding-right:29px !important}.p-r-30{padding-right:30px !important}.p-r-31{padding-right:31px !important}.p-r-32{padding-right:32px !important}.p-r-33{padding-right:33px !important}.p-r-34{padding-right:34px !important}.p-r-35{padding-right:35px !important}.p-r-36{padding-right:36px !important}.p-r-37{padding-right:37px !important}.p-r-38{padding-right:38px !important}.p-r-39{padding-right:39px !important}.p-r-40{padding-right:40px !important}.p-r-41{padding-right:41px !important}.p-r-42{padding-right:42px !important}.p-r-43{padding-right:43px !important}.p-r-44{padding-right:44px !important}.p-r-45{padding-right:45px !important}.p-r-46{padding-right:46px !important}.p-r-47{padding-right:47px !important}.p-r-48{padding-right:48px !important}.p-r-49{padding-right:49px !important}.p-r-50{padding-right:50px !important}.p-r-51{padding-right:51px !important}.p-r-52{padding-right:52px !important}.p-r-53{padding-right:53px !important}.p-r-54{padding-right:54px !important}.p-r-55{padding-right:55px !important}.p-r-56{padding-right:56px !important}.p-r-57{padding-right:57px !important}.p-r-58{padding-right:58px !important}.p-r-59{padding-right:59px !important}.p-r-60{padding-right:60px !important}.p-r-61{padding-right:61px !important}.p-r-62{padding-right:62px !important}.p-r-63{padding-right:63px !important}.p-r-64{padding-right:64px !important}.p-r-65{padding-right:65px !important}.p-r-66{padding-right:66px !important}.p-r-67{padding-right:67px !important}.p-r-68{padding-right:68px !important}.p-r-69{padding-right:69px !important}.p-r-70{padding-right:70px !important}.p-r-71{padding-right:71px !important}.p-r-72{padding-right:72px !important}.p-r-73{padding-right:73px !important}.p-r-74{padding-right:74px !important}.p-r-75{padding-right:75px !important}.p-r-76{padding-right:76px !important}.p-r-77{padding-right:77px !important}.p-r-78{padding-right:78px !important}.p-r-79{padding-right:79px !important}.p-r-80{padding-right:80px !important}.p-r-81{padding-right:81px !important}.p-r-82{padding-right:82px !important}.p-r-83{padding-right:83px !important}.p-r-84{padding-right:84px !important}.p-r-85{padding-right:85px !important}.p-r-86{padding-right:86px !important}.p-r-87{padding-right:87px !important}.p-r-88{padding-right:88px !important}.p-r-89{padding-right:89px !important}.p-r-90{padding-right:90px !important}.p-r-91{padding-right:91px !important}.p-r-92{padding-right:92px !important}.p-r-93{padding-right:93px !important}.p-r-94{padding-right:94px !important}.p-r-95{padding-right:95px !important}.p-r-96{padding-right:96px !important}.p-r-97{padding-right:97px !important}.p-r-98{padding-right:98px !important}.p-r-99{padding-right:99px !important}.p-r-100{padding-right:100px !important}.p-b-0{padding-bottom:0px !important}.p-b-1{padding-bottom:1px !important}.p-b-2{padding-bottom:2px !important}.p-b-3{padding-bottom:3px !important}.p-b-4{padding-bottom:4px !important}.p-b-5{padding-bottom:5px !important}.p-b-6{padding-bottom:6px !important}.p-b-7{padding-bottom:7px !important}.p-b-8{padding-bottom:8px !important}.p-b-9{padding-bottom:9px !important}.p-b-10{padding-bottom:10px !important}.p-b-11{padding-bottom:11px !important}.p-b-12{padding-bottom:12px !important}.p-b-13{padding-bottom:13px !important}.p-b-14{padding-bottom:14px !important}.p-b-15{padding-bottom:15px !important}.p-b-16{padding-bottom:16px !important}.p-b-17{padding-bottom:17px !important}.p-b-18{padding-bottom:18px !important}.p-b-19{padding-bottom:19px !important}.p-b-20{padding-bottom:20px !important}.p-b-21{padding-bottom:21px !important}.p-b-22{padding-bottom:22px !important}.p-b-23{padding-bottom:23px !important}.p-b-24{padding-bottom:24px !important}.p-b-25{padding-bottom:25px !important}.p-b-26{padding-bottom:26px !important}.p-b-27{padding-bottom:27px !important}.p-b-28{padding-bottom:28px !important}.p-b-29{padding-bottom:29px !important}.p-b-30{padding-bottom:30px !important}.p-b-31{padding-bottom:31px !important}.p-b-32{padding-bottom:32px !important}.p-b-33{padding-bottom:33px !important}.p-b-34{padding-bottom:34px !important}.p-b-35{padding-bottom:35px !important}.p-b-36{padding-bottom:36px !important}.p-b-37{padding-bottom:37px !important}.p-b-38{padding-bottom:38px !important}.p-b-39{padding-bottom:39px !important}.p-b-40{padding-bottom:40px !important}.p-b-41{padding-bottom:41px !important}.p-b-42{padding-bottom:42px !important}.p-b-43{padding-bottom:43px !important}.p-b-44{padding-bottom:44px !important}.p-b-45{padding-bottom:45px !important}.p-b-46{padding-bottom:46px !important}.p-b-47{padding-bottom:47px !important}.p-b-48{padding-bottom:48px !important}.p-b-49{padding-bottom:49px !important}.p-b-50{padding-bottom:50px !important}.p-b-51{padding-bottom:51px !important}.p-b-52{padding-bottom:52px !important}.p-b-53{padding-bottom:53px !important}.p-b-54{padding-bottom:54px !important}.p-b-55{padding-bottom:55px !important}.p-b-56{padding-bottom:56px !important}.p-b-57{padding-bottom:57px !important}.p-b-58{padding-bottom:58px !important}.p-b-59{padding-bottom:59px !important}.p-b-60{padding-bottom:60px !important}.p-b-61{padding-bottom:61px !important}.p-b-62{padding-bottom:62px !important}.p-b-63{padding-bottom:63px !important}.p-b-64{padding-bottom:64px !important}.p-b-65{padding-bottom:65px !important}.p-b-66{padding-bottom:66px !important}.p-b-67{padding-bottom:67px !important}.p-b-68{padding-bottom:68px !important}.p-b-69{padding-bottom:69px !important}.p-b-70{padding-bottom:70px !important}.p-b-71{padding-bottom:71px !important}.p-b-72{padding-bottom:72px !important}.p-b-73{padding-bottom:73px !important}.p-b-74{padding-bottom:74px !important}.p-b-75{padding-bottom:75px !important}.p-b-76{padding-bottom:76px !important}.p-b-77{padding-bottom:77px !important}.p-b-78{padding-bottom:78px !important}.p-b-79{padding-bottom:79px !important}.p-b-80{padding-bottom:80px !important}.p-b-81{padding-bottom:81px !important}.p-b-82{padding-bottom:82px !important}.p-b-83{padding-bottom:83px !important}.p-b-84{padding-bottom:84px !important}.p-b-85{padding-bottom:85px !important}.p-b-86{padding-bottom:86px !important}.p-b-87{padding-bottom:87px !important}.p-b-88{padding-bottom:88px !important}.p-b-89{padding-bottom:89px !important}.p-b-90{padding-bottom:90px !important}.p-b-91{padding-bottom:91px !important}.p-b-92{padding-bottom:92px !important}.p-b-93{padding-bottom:93px !important}.p-b-94{padding-bottom:94px !important}.p-b-95{padding-bottom:95px !important}.p-b-96{padding-bottom:96px !important}.p-b-97{padding-bottom:97px !important}.p-b-98{padding-bottom:98px !important}.p-b-99{padding-bottom:99px !important}.p-b-100{padding-bottom:100px !important}.p-l-0{padding-left:0px !important}.p-l-1{padding-left:1px !important}.p-l-2{padding-left:2px !important}.p-l-3{padding-left:3px !important}.p-l-4{padding-left:4px !important}.p-l-5{padding-left:5px !important}.p-l-6{padding-left:6px !important}.p-l-7{padding-left:7px !important}.p-l-8{padding-left:8px !important}.p-l-9{padding-left:9px !important}.p-l-10{padding-left:10px !important}.p-l-11{padding-left:11px !important}.p-l-12{padding-left:12px !important}.p-l-13{padding-left:13px !important}.p-l-14{padding-left:14px !important}.p-l-15{padding-left:15px !important}.p-l-16{padding-left:16px !important}.p-l-17{padding-left:17px !important}.p-l-18{padding-left:18px !important}.p-l-19{padding-left:19px !important}.p-l-20{padding-left:20px !important}.p-l-21{padding-left:21px !important}.p-l-22{padding-left:22px !important}.p-l-23{padding-left:23px !important}.p-l-24{padding-left:24px !important}.p-l-25{padding-left:25px !important}.p-l-26{padding-left:26px !important}.p-l-27{padding-left:27px !important}.p-l-28{padding-left:28px !important}.p-l-29{padding-left:29px !important}.p-l-30{padding-left:30px !important}.p-l-31{padding-left:31px !important}.p-l-32{padding-left:32px !important}.p-l-33{padding-left:33px !important}.p-l-34{padding-left:34px !important}.p-l-35{padding-left:35px !important}.p-l-36{padding-left:36px !important}.p-l-37{padding-left:37px !important}.p-l-38{padding-left:38px !important}.p-l-39{padding-left:39px !important}.p-l-40{padding-left:40px !important}.p-l-41{padding-left:41px !important}.p-l-42{padding-left:42px !important}.p-l-43{padding-left:43px !important}.p-l-44{padding-left:44px !important}.p-l-45{padding-left:45px !important}.p-l-46{padding-left:46px !important}.p-l-47{padding-left:47px !important}.p-l-48{padding-left:48px !important}.p-l-49{padding-left:49px !important}.p-l-50{padding-left:50px !important}.p-l-51{padding-left:51px !important}.p-l-52{padding-left:52px !important}.p-l-53{padding-left:53px !important}.p-l-54{padding-left:54px !important}.p-l-55{padding-left:55px !important}.p-l-56{padding-left:56px !important}.p-l-57{padding-left:57px !important}.p-l-58{padding-left:58px !important}.p-l-59{padding-left:59px !important}.p-l-60{padding-left:60px !important}.p-l-61{padding-left:61px !important}.p-l-62{padding-left:62px !important}.p-l-63{padding-left:63px !important}.p-l-64{padding-left:64px !important}.p-l-65{padding-left:65px !important}.p-l-66{padding-left:66px !important}.p-l-67{padding-left:67px !important}.p-l-68{padding-left:68px !important}.p-l-69{padding-left:69px !important}.p-l-70{padding-left:70px !important}.p-l-71{padding-left:71px !important}.p-l-72{padding-left:72px !important}.p-l-73{padding-left:73px !important}.p-l-74{padding-left:74px !important}.p-l-75{padding-left:75px !important}.p-l-76{padding-left:76px !important}.p-l-77{padding-left:77px !important}.p-l-78{padding-left:78px !important}.p-l-79{padding-left:79px !important}.p-l-80{padding-left:80px !important}.p-l-81{padding-left:81px !important}.p-l-82{padding-left:82px !important}.p-l-83{padding-left:83px !important}.p-l-84{padding-left:84px !important}.p-l-85{padding-left:85px !important}.p-l-86{padding-left:86px !important}.p-l-87{padding-left:87px !important}.p-l-88{padding-left:88px !important}.p-l-89{padding-left:89px !important}.p-l-90{padding-left:90px !important}.p-l-91{padding-left:91px !important}.p-l-92{padding-left:92px !important}.p-l-93{padding-left:93px !important}.p-l-94{padding-left:94px !important}.p-l-95{padding-left:95px !important}.p-l-96{padding-left:96px !important}.p-l-97{padding-left:97px !important}.p-l-98{padding-left:98px !important}.p-l-99{padding-left:99px !important}.p-l-100{padding-left:100px !important}.p-x-0{padding-left:0px !important;padding-right:0px !important}.p-x-1{padding-left:1px !important;padding-right:1px !important}.p-x-2{padding-left:2px !important;padding-right:2px !important}.p-x-3{padding-left:3px !important;padding-right:3px !important}.p-x-4{padding-left:4px !important;padding-right:4px !important}.p-x-5{padding-left:5px !important;padding-right:5px !important}.p-x-6{padding-left:6px !important;padding-right:6px !important}.p-x-7{padding-left:7px !important;padding-right:7px !important}.p-x-8{padding-left:8px !important;padding-right:8px !important}.p-x-9{padding-left:9px !important;padding-right:9px !important}.p-x-10{padding-left:10px !important;padding-right:10px !important}.p-x-11{padding-left:11px !important;padding-right:11px !important}.p-x-12{padding-left:12px !important;padding-right:12px !important}.p-x-13{padding-left:13px !important;padding-right:13px !important}.p-x-14{padding-left:14px !important;padding-right:14px !important}.p-x-15{padding-left:15px !important;padding-right:15px !important}.p-x-16{padding-left:16px !important;padding-right:16px !important}.p-x-17{padding-left:17px !important;padding-right:17px !important}.p-x-18{padding-left:18px !important;padding-right:18px !important}.p-x-19{padding-left:19px !important;padding-right:19px !important}.p-x-20{padding-left:20px !important;padding-right:20px !important}.p-x-21{padding-left:21px !important;padding-right:21px !important}.p-x-22{padding-left:22px !important;padding-right:22px !important}.p-x-23{padding-left:23px !important;padding-right:23px !important}.p-x-24{padding-left:24px !important;padding-right:24px !important}.p-x-25{padding-left:25px !important;padding-right:25px !important}.p-x-26{padding-left:26px !important;padding-right:26px !important}.p-x-27{padding-left:27px !important;padding-right:27px !important}.p-x-28{padding-left:28px !important;padding-right:28px !important}.p-x-29{padding-left:29px !important;padding-right:29px !important}.p-x-30{padding-left:30px !important;padding-right:30px !important}.p-x-31{padding-left:31px !important;padding-right:31px !important}.p-x-32{padding-left:32px !important;padding-right:32px !important}.p-x-33{padding-left:33px !important;padding-right:33px !important}.p-x-34{padding-left:34px !important;padding-right:34px !important}.p-x-35{padding-left:35px !important;padding-right:35px !important}.p-x-36{padding-left:36px !important;padding-right:36px !important}.p-x-37{padding-left:37px !important;padding-right:37px !important}.p-x-38{padding-left:38px !important;padding-right:38px !important}.p-x-39{padding-left:39px !important;padding-right:39px !important}.p-x-40{padding-left:40px !important;padding-right:40px !important}.p-x-41{padding-left:41px !important;padding-right:41px !important}.p-x-42{padding-left:42px !important;padding-right:42px !important}.p-x-43{padding-left:43px !important;padding-right:43px !important}.p-x-44{padding-left:44px !important;padding-right:44px !important}.p-x-45{padding-left:45px !important;padding-right:45px !important}.p-x-46{padding-left:46px !important;padding-right:46px !important}.p-x-47{padding-left:47px !important;padding-right:47px !important}.p-x-48{padding-left:48px !important;padding-right:48px !important}.p-x-49{padding-left:49px !important;padding-right:49px !important}.p-x-50{padding-left:50px !important;padding-right:50px !important}.p-x-51{padding-left:51px !important;padding-right:51px !important}.p-x-52{padding-left:52px !important;padding-right:52px !important}.p-x-53{padding-left:53px !important;padding-right:53px !important}.p-x-54{padding-left:54px !important;padding-right:54px !important}.p-x-55{padding-left:55px !important;padding-right:55px !important}.p-x-56{padding-left:56px !important;padding-right:56px !important}.p-x-57{padding-left:57px !important;padding-right:57px !important}.p-x-58{padding-left:58px !important;padding-right:58px !important}.p-x-59{padding-left:59px !important;padding-right:59px !important}.p-x-60{padding-left:60px !important;padding-right:60px !important}.p-x-61{padding-left:61px !important;padding-right:61px !important}.p-x-62{padding-left:62px !important;padding-right:62px !important}.p-x-63{padding-left:63px !important;padding-right:63px !important}.p-x-64{padding-left:64px !important;padding-right:64px !important}.p-x-65{padding-left:65px !important;padding-right:65px !important}.p-x-66{padding-left:66px !important;padding-right:66px !important}.p-x-67{padding-left:67px !important;padding-right:67px !important}.p-x-68{padding-left:68px !important;padding-right:68px !important}.p-x-69{padding-left:69px !important;padding-right:69px !important}.p-x-70{padding-left:70px !important;padding-right:70px !important}.p-x-71{padding-left:71px !important;padding-right:71px !important}.p-x-72{padding-left:72px !important;padding-right:72px !important}.p-x-73{padding-left:73px !important;padding-right:73px !important}.p-x-74{padding-left:74px !important;padding-right:74px !important}.p-x-75{padding-left:75px !important;padding-right:75px !important}.p-x-76{padding-left:76px !important;padding-right:76px !important}.p-x-77{padding-left:77px !important;padding-right:77px !important}.p-x-78{padding-left:78px !important;padding-right:78px !important}.p-x-79{padding-left:79px !important;padding-right:79px !important}.p-x-80{padding-left:80px !important;padding-right:80px !important}.p-x-81{padding-left:81px !important;padding-right:81px !important}.p-x-82{padding-left:82px !important;padding-right:82px !important}.p-x-83{padding-left:83px !important;padding-right:83px !important}.p-x-84{padding-left:84px !important;padding-right:84px !important}.p-x-85{padding-left:85px !important;padding-right:85px !important}.p-x-86{padding-left:86px !important;padding-right:86px !important}.p-x-87{padding-left:87px !important;padding-right:87px !important}.p-x-88{padding-left:88px !important;padding-right:88px !important}.p-x-89{padding-left:89px !important;padding-right:89px !important}.p-x-90{padding-left:90px !important;padding-right:90px !important}.p-x-91{padding-left:91px !important;padding-right:91px !important}.p-x-92{padding-left:92px !important;padding-right:92px !important}.p-x-93{padding-left:93px !important;padding-right:93px !important}.p-x-94{padding-left:94px !important;padding-right:94px !important}.p-x-95{padding-left:95px !important;padding-right:95px !important}.p-x-96{padding-left:96px !important;padding-right:96px !important}.p-x-97{padding-left:97px !important;padding-right:97px !important}.p-x-98{padding-left:98px !important;padding-right:98px !important}.p-x-99{padding-left:99px !important;padding-right:99px !important}.p-x-100{padding-left:100px !important;padding-right:100px !important}.p-y-0{padding-top:0px !important;padding-bottom:0px !important}.p-y-1{padding-top:1px !important;padding-bottom:1px !important}.p-y-2{padding-top:2px !important;padding-bottom:2px !important}.p-y-3{padding-top:3px !important;padding-bottom:3px !important}.p-y-4{padding-top:4px !important;padding-bottom:4px !important}.p-y-5{padding-top:5px !important;padding-bottom:5px !important}.p-y-6{padding-top:6px !important;padding-bottom:6px !important}.p-y-7{padding-top:7px !important;padding-bottom:7px !important}.p-y-8{padding-top:8px !important;padding-bottom:8px !important}.p-y-9{padding-top:9px !important;padding-bottom:9px !important}.p-y-10{padding-top:10px !important;padding-bottom:10px !important}.p-y-11{padding-top:11px !important;padding-bottom:11px !important}.p-y-12{padding-top:12px !important;padding-bottom:12px !important}.p-y-13{padding-top:13px !important;padding-bottom:13px !important}.p-y-14{padding-top:14px !important;padding-bottom:14px !important}.p-y-15{padding-top:15px !important;padding-bottom:15px !important}.p-y-16{padding-top:16px !important;padding-bottom:16px !important}.p-y-17{padding-top:17px !important;padding-bottom:17px !important}.p-y-18{padding-top:18px !important;padding-bottom:18px !important}.p-y-19{padding-top:19px !important;padding-bottom:19px !important}.p-y-20{padding-top:20px !important;padding-bottom:20px !important}.p-y-21{padding-top:21px !important;padding-bottom:21px !important}.p-y-22{padding-top:22px !important;padding-bottom:22px !important}.p-y-23{padding-top:23px !important;padding-bottom:23px !important}.p-y-24{padding-top:24px !important;padding-bottom:24px !important}.p-y-25{padding-top:25px !important;padding-bottom:25px !important}.p-y-26{padding-top:26px !important;padding-bottom:26px !important}.p-y-27{padding-top:27px !important;padding-bottom:27px !important}.p-y-28{padding-top:28px !important;padding-bottom:28px !important}.p-y-29{padding-top:29px !important;padding-bottom:29px !important}.p-y-30{padding-top:30px !important;padding-bottom:30px !important}.p-y-31{padding-top:31px !important;padding-bottom:31px !important}.p-y-32{padding-top:32px !important;padding-bottom:32px !important}.p-y-33{padding-top:33px !important;padding-bottom:33px !important}.p-y-34{padding-top:34px !important;padding-bottom:34px !important}.p-y-35{padding-top:35px !important;padding-bottom:35px !important}.p-y-36{padding-top:36px !important;padding-bottom:36px !important}.p-y-37{padding-top:37px !important;padding-bottom:37px !important}.p-y-38{padding-top:38px !important;padding-bottom:38px !important}.p-y-39{padding-top:39px !important;padding-bottom:39px !important}.p-y-40{padding-top:40px !important;padding-bottom:40px !important}.p-y-41{padding-top:41px !important;padding-bottom:41px !important}.p-y-42{padding-top:42px !important;padding-bottom:42px !important}.p-y-43{padding-top:43px !important;padding-bottom:43px !important}.p-y-44{padding-top:44px !important;padding-bottom:44px !important}.p-y-45{padding-top:45px !important;padding-bottom:45px !important}.p-y-46{padding-top:46px !important;padding-bottom:46px !important}.p-y-47{padding-top:47px !important;padding-bottom:47px !important}.p-y-48{padding-top:48px !important;padding-bottom:48px !important}.p-y-49{padding-top:49px !important;padding-bottom:49px !important}.p-y-50{padding-top:50px !important;padding-bottom:50px !important}.p-y-51{padding-top:51px !important;padding-bottom:51px !important}.p-y-52{padding-top:52px !important;padding-bottom:52px !important}.p-y-53{padding-top:53px !important;padding-bottom:53px !important}.p-y-54{padding-top:54px !important;padding-bottom:54px !important}.p-y-55{padding-top:55px !important;padding-bottom:55px !important}.p-y-56{padding-top:56px !important;padding-bottom:56px !important}.p-y-57{padding-top:57px !important;padding-bottom:57px !important}.p-y-58{padding-top:58px !important;padding-bottom:58px !important}.p-y-59{padding-top:59px !important;padding-bottom:59px !important}.p-y-60{padding-top:60px !important;padding-bottom:60px !important}.p-y-61{padding-top:61px !important;padding-bottom:61px !important}.p-y-62{padding-top:62px !important;padding-bottom:62px !important}.p-y-63{padding-top:63px !important;padding-bottom:63px !important}.p-y-64{padding-top:64px !important;padding-bottom:64px !important}.p-y-65{padding-top:65px !important;padding-bottom:65px !important}.p-y-66{padding-top:66px !important;padding-bottom:66px !important}.p-y-67{padding-top:67px !important;padding-bottom:67px !important}.p-y-68{padding-top:68px !important;padding-bottom:68px !important}.p-y-69{padding-top:69px !important;padding-bottom:69px !important}.p-y-70{padding-top:70px !important;padding-bottom:70px !important}.p-y-71{padding-top:71px !important;padding-bottom:71px !important}.p-y-72{padding-top:72px !important;padding-bottom:72px !important}.p-y-73{padding-top:73px !important;padding-bottom:73px !important}.p-y-74{padding-top:74px !important;padding-bottom:74px !important}.p-y-75{padding-top:75px !important;padding-bottom:75px !important}.p-y-76{padding-top:76px !important;padding-bottom:76px !important}.p-y-77{padding-top:77px !important;padding-bottom:77px !important}.p-y-78{padding-top:78px !important;padding-bottom:78px !important}.p-y-79{padding-top:79px !important;padding-bottom:79px !important}.p-y-80{padding-top:80px !important;padding-bottom:80px !important}.p-y-81{padding-top:81px !important;padding-bottom:81px !important}.p-y-82{padding-top:82px !important;padding-bottom:82px !important}.p-y-83{padding-top:83px !important;padding-bottom:83px !important}.p-y-84{padding-top:84px !important;padding-bottom:84px !important}.p-y-85{padding-top:85px !important;padding-bottom:85px !important}.p-y-86{padding-top:86px !important;padding-bottom:86px !important}.p-y-87{padding-top:87px !important;padding-bottom:87px !important}.p-y-88{padding-top:88px !important;padding-bottom:88px !important}.p-y-89{padding-top:89px !important;padding-bottom:89px !important}.p-y-90{padding-top:90px !important;padding-bottom:90px !important}.p-y-91{padding-top:91px !important;padding-bottom:91px !important}.p-y-92{padding-top:92px !important;padding-bottom:92px !important}.p-y-93{padding-top:93px !important;padding-bottom:93px !important}.p-y-94{padding-top:94px !important;padding-bottom:94px !important}.p-y-95{padding-top:95px !important;padding-bottom:95px !important}.p-y-96{padding-top:96px !important;padding-bottom:96px !important}.p-y-97{padding-top:97px !important;padding-bottom:97px !important}.p-y-98{padding-top:98px !important;padding-bottom:98px !important}.p-y-99{padding-top:99px !important;padding-bottom:99px !important}.p-y-100{padding-top:100px !important;padding-bottom:100px !important}.upper{text-transform:uppercase}.lower{text-transform:lowercase}.cap{text-transform:capitalize}.font-12{font-size:12px !important}.bold{font-weight:bold}.flex{display:flex !important}.flex-auto{flex:auto !important}.flex-1{flex:1 !important}.flex-2{flex:2 !important}.flex-3{flex:3 !important}.flex-4{flex:4 !important}.flex-column{flex-direction:column !important}.flex-column-column-reverse{flex-direction:column-reverse !important}@media(max-width: 899px){.tablet-down-flex-column{flex-direction:column !important}}.flex-row{flex-direction:row !important}.flex-row-reversed{flex-direction:row-reverse !important}.space-between{justify-content:space-between !important}@media(min-width: 900px){.space-between-small-desktop-up{justify-content:space-between !important}}@media(max-width: 1199px){.space-between-small-desktop-down{justify-content:space-between !important}}@media(max-width: 899px){.space-between-tablet-down{justify-content:space-between !important}}@media(min-width: 0px)and (max-width: 599px){.space-between-mobile{justify-content:space-between !important}}@media(min-width: 0px)and (max-width: 599px){.xs-space-between{justify-content:space-between !important}}@media(min-width: 600px)and (max-width: 899px){.sm-space-between{justify-content:space-between !important}}@media(min-width: 900px)and (max-width: 1199px){.md-space-between{justify-content:space-between !important}}@media(min-width: 1200px)and (max-width: 1439px){.lg-space-between{justify-content:space-between !important}}@media(min-width: 1440px){.xl-space-between{justify-content:space-between !important}}.space-around{justify-content:space-around !important}.align-items-center{align-items:center !important}.align-items-flex-end{align-items:flex-end !important}.align-self-center{align-self:center !important}.align-self-start{align-self:flex-start !important}.align-content-center{align-content:center !important}.justify-content-center{justify-content:center !important}.flex-wrap{flex-wrap:wrap !important}.w-0{width:0px !important}.w-1{width:5px !important}.w-2{width:10px !important}.w-3{width:15px !important}.w-4{width:20px !important}.w-5{width:25px !important}.w-6{width:30px !important}.w-7{width:35px !important}.w-8{width:40px !important}.w-9{width:45px !important}.w-10{width:50px !important}.w-11{width:55px !important}.w-12{width:60px !important}.w-13{width:65px !important}.w-14{width:70px !important}.w-15{width:75px !important}.w-16{width:80px !important}.w-17{width:85px !important}.w-18{width:90px !important}.w-19{width:95px !important}.w-20{width:100px !important}.w-21{width:105px !important}.w-22{width:110px !important}.w-23{width:115px !important}.w-24{width:120px !important}.w-25{width:125px !important}.w-26{width:130px !important}.w-27{width:135px !important}.w-28{width:140px !important}.w-29{width:145px !important}.w-30{width:150px !important}.w-31{width:155px !important}.w-32{width:160px !important}.w-33{width:165px !important}.w-34{width:170px !important}.w-35{width:175px !important}.w-36{width:180px !important}.w-37{width:185px !important}.w-38{width:190px !important}.w-39{width:195px !important}.w-40{width:200px !important}.w-41{width:205px !important}.w-42{width:210px !important}.w-43{width:215px !important}.w-44{width:220px !important}.w-45{width:225px !important}.w-46{width:230px !important}.w-47{width:235px !important}.w-48{width:240px !important}.w-49{width:245px !important}.w-50{width:250px !important}.w-auto{min-width:auto !important;width:auto !important}.w-full{width:100% !important}.h-0{height:0px !important}.h-1{height:5px !important}.h-2{height:10px !important}.h-3{height:15px !important}.h-4{height:20px !important}.h-5{height:25px !important}.h-6{height:30px !important}.h-7{height:35px !important}.h-8{height:40px !important}.h-9{height:45px !important}.h-10{height:50px !important}.h-11{height:55px !important}.h-12{height:60px !important}.h-13{height:65px !important}.h-14{height:70px !important}.h-15{height:75px !important}.h-16{height:80px !important}.h-17{height:85px !important}.h-18{height:90px !important}.h-19{height:95px !important}.h-20{height:100px !important}.h-21{height:105px !important}.h-22{height:110px !important}.h-23{height:115px !important}.h-24{height:120px !important}.h-25{height:125px !important}.h-26{height:130px !important}.h-27{height:135px !important}.h-28{height:140px !important}.h-29{height:145px !important}.h-30{height:150px !important}.h-31{height:155px !important}.h-32{height:160px !important}.h-33{height:165px !important}.h-34{height:170px !important}.h-35{height:175px !important}.h-36{height:180px !important}.h-37{height:185px !important}.h-38{height:190px !important}.h-39{height:195px !important}.h-40{height:200px !important}.h-41{height:205px !important}.h-42{height:210px !important}.h-43{height:215px !important}.h-44{height:220px !important}.h-45{height:225px !important}.h-46{height:230px !important}.h-47{height:235px !important}.h-48{height:240px !important}.h-49{height:245px !important}.h-50{height:250px !important}.h-minus-nav{height:calc(100vh - 60px) !important}.hide{display:none !important}@media(min-width: 900px){.hide-small-desktop-up{display:none !important}}@media(max-width: 1199px){.hide-small-desktop-down{display:none !important}}@media(max-width: 899px){.hide-tablet-down{display:none !important}}@media(min-width: 0px)and (max-width: 599px){.hide-mobile{display:none !important}}@media(min-width: 0px)and (max-width: 599px){.xs-hide{display:none !important}}@media(min-width: 600px)and (max-width: 899px){.sm-hide{display:none !important}}@media(min-width: 900px)and (max-width: 1199px){.md-hide{display:none !important}}@media(min-width: 1200px)and (max-width: 1439px){.lg-hide{display:none !important}}@media(min-width: 1440px){.xl-hide{display:none !important}}.br-1{border-radius:1px !important}.br-2{border-radius:2px !important}.br-3{border-radius:3px !important}.br-4{border-radius:4px !important}.br-5{border-radius:5px !important}.br-6{border-radius:6px !important}.br-7{border-radius:7px !important}.br-8{border-radius:8px !important}.br-9{border-radius:9px !important}.br-10{border-radius:10px !important}.br-11{border-radius:11px !important}.br-12{border-radius:12px !important}.br-13{border-radius:13px !important}.br-14{border-radius:14px !important}.br-15{border-radius:15px !important}.br-circle{border-radius:100% !important}.overflow-y-auto{overflow-y:auto !important;-webkit-overflow-scrolling:touch}.overflow-hidden{overflow:hidden !important}.sticky-top{position:sticky !important;top:0 !important}.bg-origin-padding-box{background-origin:padding-box !important}.bg-origin-border-box{background-origin:border-box !important}.bg-origin-content-box{background-origin:content-box !important}.bg-clip-padding-box{background-clip:padding-box !important}.bg-clip-border-box{background-clip:border-box !important}.bg-clip-content-box{background-clip:content-box !important}.bg-attachment-scroll{background-attachment:scroll !important}.bg-attachment-fixed{background-attachment:fixed !important}.bg-attachment-local{background-attachment:local !important}.bg-size-auto{background-size:auto !important}.bg-size-cover{background-size:cover !important}.bg-size-contain{background-size:contain !important}.bg-position-left{background-position:left !important}.bg-position-left-top{background-position:left-top !important}.bg-position-left-center{background-position:left-center !important}.bg-position-left-bottom{background-position:left-bottom !important}.bg-position-right{background-position:right !important}.bg-position-right-top{background-position:right-top !important}.bg-position-right-center{background-position:right-center !important}.bg-position-right-bottom{background-position:right-bottom !important}.bg-position-center{background-position:center !important}.bg-position-center-top{background-position:center-top !important}.bg-position-center-center{background-position:center-center !important}.bg-position-center-bottom{background-position:center-bottom !important}.bg-no-repeat{background-repeat:no-repeat !important}.bg-repeat{background-repeat:repeat !important}.bg-repeat-x{background-repeat:repeat-x !important}.bg-repeat-y{background-repeat:repeat-y !important}.bg-repeat-space{background-repeat:space !important}.bg-repeat-round{background-repeat:round !important}.is-italic{font-style:italic !important}.is-light{font-weight:100 !important}.is-regular{font-weight:400 !important}.is-bold{font-weight:600 !important}.is-mono{font-family:monospace !important}.line-height-compact{line-height:1 !important}.float-right{float:right}.float-left{float:left}.shadow-1{box-shadow:0 50px 20px -50px rgba(0,0,0,.1),0 8px 20px 0 rgba(0,0,0,.1)}.shadow-2{box-shadow:0 50px 30px -50px rgba(0,0,0,.1),0 10px 30px 0 rgba(0,0,0,.1)}.shadow-3{box-shadow:0 50px 40px -50px rgba(0,0,0,.1),0 15px 40px 0 rgba(0,0,0,.1)}.shadow-4{box-shadow:0 50px 50px -50px rgba(0,0,0,.1),0 20px 50px 0 rgba(0,0,0,.1)}.shadow-5{box-shadow:0 50px 60px -50px rgba(0,0,0,.1),0 25px 60px 0 rgba(0,0,0,.1)} diff --git a/css/denali.css b/css/denali.css index 46635ea..6e5557d 100644 --- a/css/denali.css +++ b/css/denali.css @@ -1,14580 +1 @@ -/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ -html, -body, -p, -ol, -ul, -li, -dl, -dt, -dd, -blockquote, -figure, -fieldset, -legend, -textarea, -pre, -iframe, -hr, -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0; - padding: 0; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: 100%; - font-weight: normal; -} - -ul { - list-style: none; -} - -button, -input, -select, -textarea { - margin: 0; -} - -html { - box-sizing: border-box; -} - -* { - box-sizing: inherit; -} -*:before, *:after { - box-sizing: inherit; -} - -img, -embed, -object, -audio, -video { - height: auto; - max-width: 100%; -} - -iframe { - border: 0; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -td, -th { - padding: 0; - text-align: left; -} - -html { - font-size: 10px; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; -} - -.container { - margin: 0px 10px; -} -@media (min-width: 600px) { - .container { - width: 580px; - margin: 0px auto; - } -} -@media (min-width: 900px) { - .container { - width: 860px; - margin: 0px auto; - } -} -@media (min-width: 1200px) { - .container { - width: 1140px; - margin: 0px auto; - } -} -.container.is-gutterless [class^=col] { - margin-left: 0px !important; - margin-right: 0px !important; -} - -.container-full { - padding: 0px 10px; -} -@media (min-width: 600px) { - .container-full { - padding: 0px 20px; - } -} -@media (min-width: 900px) { - .container-full { - padding: 0px 30px; - } -} -.container-full.is-marginless { - padding-left: 0px !important; - padding-right: 0px !important; -} -.container-full.is-gutterless [class^=col] { - margin-left: 0px !important; - margin-right: 0px !important; -} - -.row { - display: flex; - flex-direction: row; - flex-wrap: wrap; -} -.row .col:not(:first-child), .row .col:not(:last-child) { - margin: 0px 10px; -} -@media (min-width: 600px) { - .row .col:not(:first-child), .row .col:not(:last-child) { - margin: 0px 20px; - } -} -.row .col:first-child { - margin-left: 0px; -} -.row .col:last-child { - margin-right: 0px; -} -.row.reversed { - flex-direction: row-reverse; - flex-wrap: wrap-reverse; -} -.row.reversed .col:first-child { - margin-right: 0px !important; -} -.row.reversed .col:last-child { - margin-left: 0px !important; -} -.row.reversed .col:not(:first-child), .row.reversed .col:not(:last-child) { - margin: 0px 10px; -} -@media (min-width: 600px) { - .row.reversed .col:not(:first-child), .row.reversed .col:not(:last-child) { - margin: 0px 20px; - } -} -@media (min-width: 600px) { - .row.tablet-up-reversed { - flex-direction: row-reverse; - } -} - -.col, -[class^=col-] { - display: flex; - flex-direction: column; - flex: 1; - box-sizing: border-box; -} - -[class*=-col-] { - padding: 0px 10px; -} - -.col-1-1, -.col-2-2, -.col-3-3, -.col-4-4, -.col-5-5, -.col-6-6, -.col-7-7, -.col-8-8, -.col-9-9, -.col-10-10, -.col-11-11, -.col-12-12 { - flex: none; - flex-basis: 100%; -} - -.col-1-2, -.col-2-4, -.col-3-6, -.col-4-8, -.col-5-10, -.col-6-12 { - flex: none; - flex-basis: 50%; -} - -.col-1-3, -.col-2-6, -.col-3-9, -.col-4-12 { - flex: none; - flex-basis: 33.333333%; -} - -.col-2-3, -.col-4-6, -.col-6-9, -.col-8-12 { - flex: none; - flex-basis: 66.666667%; -} - -.col-1-4, -.col-2-8, -.col-3-12 { - flex: none; - flex-basis: 25%; -} - -.col-3-4, -.col-6-8, -.col-9-12 { - flex: none; - flex-basis: 75%; -} - -.col-1-5, -.col-2-10 { - flex: none; - flex-basis: 20%; -} - -.col-2-5, -.col-4-10 { - flex: none; - flex-basis: 40%; -} - -.col-3-5, -.col-6-10 { - flex: none; - flex-basis: 60%; -} - -.col-4-5, -.col-8-10 { - flex: none; - flex-basis: 80%; -} - -.col-1-6, -.col-2-12 { - flex: none; - flex-basis: 16.666667%; -} - -.col-5-6, -.col-10-12 { - flex: none; - flex-basis: 83.333333%; -} - -.col-1-7 { - flex: none; - flex-basis: 14.285714%; -} - -.col-2-7 { - flex: none; - flex-basis: 28.571429%; -} - -.col-3-7 { - flex: none; - flex-basis: 42.857143%; -} - -.col-4-7 { - flex: none; - flex-basis: 57.142857%; -} - -.col-5-7 { - flex: none; - flex-basis: 71.428571%; -} - -.col-6-7 { - flex: none; - flex-basis: 85.714286%; -} - -.col-1-8 { - flex: none; - flex-basis: 12.5%; -} - -.col-3-8 { - flex: none; - flex-basis: 37.5%; -} - -.col-5-8 { - flex: none; - flex-basis: 62.5%; -} - -.col-7-8 { - flex: none; - flex-basis: 87.5%; -} - -.col-1-9 { - flex: none; - flex-basis: 11.111111%; -} - -.col-2-9 { - flex: none; - flex-basis: 22.222222%; -} - -.col-4-9 { - flex: none; - flex-basis: 44.444444%; -} - -.col-5-9 { - flex: none; - flex-basis: 55.555556%; -} - -.col-7-9 { - flex: none; - flex-basis: 77.777778%; -} - -.col-8-9 { - flex: none; - flex-basis: 88.888889%; -} - -.col-1-10 { - flex: none; - flex-basis: 10%; -} - -.col-3-10 { - flex: none; - flex-basis: 30%; -} - -.col-7-10 { - flex: none; - flex-basis: 70%; -} - -.col-9-10 { - flex: none; - flex-basis: 90%; -} - -.col-1-11 { - flex: none; - flex-basis: 9.090909%; -} - -.col-2-11 { - flex: none; - flex-basis: 18.181818%; -} - -.col-3-11 { - flex: none; - flex-basis: 27.272727%; -} - -.col-4-11 { - flex: none; - flex-basis: 36.363636%; -} - -.col-5-11 { - flex: none; - flex-basis: 45.454545%; -} - -.col-6-11 { - flex: none; - flex-basis: 54.545455%; -} - -.col-7-11 { - flex: none; - flex-basis: 63.636364%; -} - -.col-8-11 { - flex: none; - flex-basis: 72.727273%; -} - -.col-9-11 { - flex: none; - flex-basis: 81.818182%; -} - -.col-10-11 { - flex: none; - flex-basis: 90.909091%; -} - -.col-1-12 { - flex: none; - flex-basis: 8.333333%; -} - -.col-5-12 { - flex: none; - flex-basis: 41.666667%; -} - -.col-7-12 { - flex: none; - flex-basis: 58.333333%; -} - -.col-11-12 { - flex: none; - flex-basis: 91.666667%; -} - -@media (min-width: 0px) and (max-width: 599px) { - .xs-col-1-1, -.xs-col-2-2, -.xs-col-3-3, -.xs-col-4-4, -.xs-col-5-5, -.xs-col-6-6, -.xs-col-7-7, -.xs-col-8-8, -.xs-col-9-9, -.xs-col-10-10, -.xs-col-11-11, -.xs-col-12-12 { - flex: none; - flex-basis: 100%; - } - - .xs-col-1-2, -.xs-col-2-4, -.xs-col-3-6, -.xs-col-4-8, -.xs-col-5-10, -.xs-col-6-12 { - flex: none; - flex-basis: 50%; - } - - .xs-col-1-3, -.xs-col-2-6, -.xs-col-3-9, -.xs-col-4-12 { - flex: none; - flex-basis: 33.333333%; - } - - .xs-col-2-3, -.xs-col-4-6, -.xs-col-6-9, -.xs-col-8-12 { - flex: none; - flex-basis: 66.666667%; - } - - .xs-col-1-4, -.xs-col-2-8, -.xs-col-3-12 { - flex: none; - flex-basis: 25%; - } - - .xs-col-3-4, -.xs-col-6-8, -.xs-col-9-12 { - flex: none; - flex-basis: 75%; - } - - .xs-col-1-5, -.xs-col-2-10 { - flex: none; - flex-basis: 20%; - } - - .xs-col-2-5, -.xs-col-4-10 { - flex: none; - flex-basis: 40%; - } - - .xs-col-3-5, -.xs-col-6-10 { - flex: none; - flex-basis: 60%; - } - - .xs-col-4-5, -.xs-col-8-10 { - flex: none; - flex-basis: 80%; - } - - .xs-col-1-6, -.xs-col-2-12 { - flex: none; - flex-basis: 16.666667%; - } - - .xs-col-5-6, -.xs-col-10-12 { - flex: none; - flex-basis: 83.333333%; - } - - .xs-col-1-7 { - flex: none; - flex-basis: 14.285714%; - } - - .xs-col-2-7 { - flex: none; - flex-basis: 28.571429%; - } - - .xs-col-3-7 { - flex: none; - flex-basis: 42.857143%; - } - - .xs-col-4-7 { - flex: none; - flex-basis: 57.142857%; - } - - .xs-col-5-7 { - flex: none; - flex-basis: 71.428571%; - } - - .xs-col-6-7 { - flex: none; - flex-basis: 85.714286%; - } - - .xs-col-1-8 { - flex: none; - flex-basis: 12.5%; - } - - .xs-col-3-8 { - flex: none; - flex-basis: 37.5%; - } - - .xs-col-5-8 { - flex: none; - flex-basis: 62.5%; - } - - .xs-col-7-8 { - flex: none; - flex-basis: 87.5%; - } - - .xs-col-1-9 { - flex: none; - flex-basis: 11.111111%; - } - - .xs-col-2-9 { - flex: none; - flex-basis: 22.222222%; - } - - .xs-col-4-9 { - flex: none; - flex-basis: 44.444444%; - } - - .xs-col-5-9 { - flex: none; - flex-basis: 55.555556%; - } - - .xs-col-7-9 { - flex: none; - flex-basis: 77.777778%; - } - - .xs-col-8-9 { - flex: none; - flex-basis: 88.888889%; - } - - .xs-col-1-10 { - flex: none; - flex-basis: 10%; - } - - .xs-col-3-10 { - flex: none; - flex-basis: 30%; - } - - .xs-col-7-10 { - flex: none; - flex-basis: 70%; - } - - .xs-col-9-10 { - flex: none; - flex-basis: 90%; - } - - .xs-col-1-11 { - flex: none; - flex-basis: 9.090909%; - } - - .xs-col-2-11 { - flex: none; - flex-basis: 18.181818%; - } - - .xs-col-3-11 { - flex: none; - flex-basis: 27.272727%; - } - - .xs-col-4-11 { - flex: none; - flex-basis: 36.363636%; - } - - .xs-col-5-11 { - flex: none; - flex-basis: 45.454545%; - } - - .xs-col-6-11 { - flex: none; - flex-basis: 54.545455%; - } - - .xs-col-7-11 { - flex: none; - flex-basis: 63.636364%; - } - - .xs-col-8-11 { - flex: none; - flex-basis: 72.727273%; - } - - .xs-col-9-11 { - flex: none; - flex-basis: 81.818182%; - } - - .xs-col-10-11 { - flex: none; - flex-basis: 90.909091%; - } - - .xs-col-1-12 { - flex: none; - flex-basis: 8.333333%; - } - - .xs-col-5-12 { - flex: none; - flex-basis: 41.666667%; - } - - .xs-col-7-12 { - flex: none; - flex-basis: 58.333333%; - } - - .xs-col-11-12 { - flex: none; - flex-basis: 91.666667%; - } -} -@media (min-width: 600px) and (max-width: 899px) { - .sm-col-1-1, -.sm-col-2-2, -.sm-col-3-3, -.sm-col-4-4, -.sm-col-5-5, -.sm-col-6-6, -.sm-col-7-7, -.sm-col-8-8, -.sm-col-9-9, -.sm-col-10-10, -.sm-col-11-11, -.sm-col-12-12 { - flex: none; - flex-basis: 100%; - } - - .sm-col-1-2, -.sm-col-2-4, -.sm-col-3-6, -.sm-col-4-8, -.sm-col-5-10, -.sm-col-6-12 { - flex: none; - flex-basis: 50%; - } - - .sm-col-1-3, -.sm-col-2-6, -.sm-col-3-9, -.sm-col-4-12 { - flex: none; - flex-basis: 33.333333%; - } - - .sm-col-2-3, -.sm-col-4-6, -.sm-col-6-9, -.sm-col-8-12 { - flex: none; - flex-basis: 66.666667%; - } - - .sm-col-1-4, -.sm-col-2-8, -.sm-col-3-12 { - flex: none; - flex-basis: 25%; - } - - .sm-col-3-4, -.sm-col-6-8, -.sm-col-9-12 { - flex: none; - flex-basis: 75%; - } - - .sm-col-1-5, -.sm-col-2-10 { - flex: none; - flex-basis: 20%; - } - - .sm-col-2-5, -.sm-col-4-10 { - flex: none; - flex-basis: 40%; - } - - .sm-col-3-5, -.sm-col-6-10 { - flex: none; - flex-basis: 60%; - } - - .sm-col-4-5, -.sm-col-8-10 { - flex: none; - flex-basis: 80%; - } - - .sm-col-1-6, -.sm-col-2-12 { - flex: none; - flex-basis: 16.666667%; - } - - .sm-col-5-6, -.sm-col-10-12 { - flex: none; - flex-basis: 83.333333%; - } - - .sm-col-1-7 { - flex: none; - flex-basis: 14.285714%; - } - - .sm-col-2-7 { - flex: none; - flex-basis: 28.571429%; - } - - .sm-col-3-7 { - flex: none; - flex-basis: 42.857143%; - } - - .sm-col-4-7 { - flex: none; - flex-basis: 57.142857%; - } - - .sm-col-5-7 { - flex: none; - flex-basis: 71.428571%; - } - - .sm-col-6-7 { - flex: none; - flex-basis: 85.714286%; - } - - .sm-col-1-8 { - flex: none; - flex-basis: 12.5%; - } - - .sm-col-3-8 { - flex: none; - flex-basis: 37.5%; - } - - .sm-col-5-8 { - flex: none; - flex-basis: 62.5%; - } - - .sm-col-7-8 { - flex: none; - flex-basis: 87.5%; - } - - .sm-col-1-9 { - flex: none; - flex-basis: 11.111111%; - } - - .sm-col-2-9 { - flex: none; - flex-basis: 22.222222%; - } - - .sm-col-4-9 { - flex: none; - flex-basis: 44.444444%; - } - - .sm-col-5-9 { - flex: none; - flex-basis: 55.555556%; - } - - .sm-col-7-9 { - flex: none; - flex-basis: 77.777778%; - } - - .sm-col-8-9 { - flex: none; - flex-basis: 88.888889%; - } - - .sm-col-1-10 { - flex: none; - flex-basis: 10%; - } - - .sm-col-3-10 { - flex: none; - flex-basis: 30%; - } - - .sm-col-7-10 { - flex: none; - flex-basis: 70%; - } - - .sm-col-9-10 { - flex: none; - flex-basis: 90%; - } - - .sm-col-1-11 { - flex: none; - flex-basis: 9.090909%; - } - - .sm-col-2-11 { - flex: none; - flex-basis: 18.181818%; - } - - .sm-col-3-11 { - flex: none; - flex-basis: 27.272727%; - } - - .sm-col-4-11 { - flex: none; - flex-basis: 36.363636%; - } - - .sm-col-5-11 { - flex: none; - flex-basis: 45.454545%; - } - - .sm-col-6-11 { - flex: none; - flex-basis: 54.545455%; - } - - .sm-col-7-11 { - flex: none; - flex-basis: 63.636364%; - } - - .sm-col-8-11 { - flex: none; - flex-basis: 72.727273%; - } - - .sm-col-9-11 { - flex: none; - flex-basis: 81.818182%; - } - - .sm-col-10-11 { - flex: none; - flex-basis: 90.909091%; - } - - .sm-col-1-12 { - flex: none; - flex-basis: 8.333333%; - } - - .sm-col-5-12 { - flex: none; - flex-basis: 41.666667%; - } - - .sm-col-7-12 { - flex: none; - flex-basis: 58.333333%; - } - - .sm-col-11-12 { - flex: none; - flex-basis: 91.666667%; - } -} -@media (min-width: 900px) and (max-width: 1199px) { - .md-col-1-1, -.md-col-2-2, -.md-col-3-3, -.md-col-4-4, -.md-col-5-5, -.md-col-6-6, -.md-col-7-7, -.md-col-8-8, -.md-col-9-9, -.md-col-10-10, -.md-col-11-11, -.md-col-12-12 { - flex: none; - flex-basis: 100%; - } - - .md-col-1-2, -.md-col-2-4, -.md-col-3-6, -.md-col-4-8, -.md-col-5-10, -.md-col-6-12 { - flex: none; - flex-basis: 50%; - } - - .md-col-1-3, -.md-col-2-6, -.md-col-3-9, -.md-col-4-12 { - flex: none; - flex-basis: 33.333333%; - } - - .md-col-2-3, -.md-col-4-6, -.md-col-6-9, -.md-col-8-12 { - flex: none; - flex-basis: 66.666667%; - } - - .md-col-1-4, -.md-col-2-8, -.md-col-3-12 { - flex: none; - flex-basis: 25%; - } - - .md-col-3-4, -.md-col-6-8, -.md-col-9-12 { - flex: none; - flex-basis: 75%; - } - - .md-col-1-5, -.md-col-2-10 { - flex: none; - flex-basis: 20%; - } - - .md-col-2-5, -.md-col-4-10 { - flex: none; - flex-basis: 40%; - } - - .md-col-3-5, -.md-col-6-10 { - flex: none; - flex-basis: 60%; - } - - .md-col-4-5, -.md-col-8-10 { - flex: none; - flex-basis: 80%; - } - - .md-col-1-6, -.md-col-2-12 { - flex: none; - flex-basis: 16.666667%; - } - - .md-col-5-6, -.md-col-10-12 { - flex: none; - flex-basis: 83.333333%; - } - - .md-col-1-7 { - flex: none; - flex-basis: 14.285714%; - } - - .md-col-2-7 { - flex: none; - flex-basis: 28.571429%; - } - - .md-col-3-7 { - flex: none; - flex-basis: 42.857143%; - } - - .md-col-4-7 { - flex: none; - flex-basis: 57.142857%; - } - - .md-col-5-7 { - flex: none; - flex-basis: 71.428571%; - } - - .md-col-6-7 { - flex: none; - flex-basis: 85.714286%; - } - - .md-col-1-8 { - flex: none; - flex-basis: 12.5%; - } - - .md-col-3-8 { - flex: none; - flex-basis: 37.5%; - } - - .md-col-5-8 { - flex: none; - flex-basis: 62.5%; - } - - .md-col-7-8 { - flex: none; - flex-basis: 87.5%; - } - - .md-col-1-9 { - flex: none; - flex-basis: 11.111111%; - } - - .md-col-2-9 { - flex: none; - flex-basis: 22.222222%; - } - - .md-col-4-9 { - flex: none; - flex-basis: 44.444444%; - } - - .md-col-5-9 { - flex: none; - flex-basis: 55.555556%; - } - - .md-col-7-9 { - flex: none; - flex-basis: 77.777778%; - } - - .md-col-8-9 { - flex: none; - flex-basis: 88.888889%; - } - - .md-col-1-10 { - flex: none; - flex-basis: 10%; - } - - .md-col-3-10 { - flex: none; - flex-basis: 30%; - } - - .md-col-7-10 { - flex: none; - flex-basis: 70%; - } - - .md-col-9-10 { - flex: none; - flex-basis: 90%; - } - - .md-col-1-11 { - flex: none; - flex-basis: 9.090909%; - } - - .md-col-2-11 { - flex: none; - flex-basis: 18.181818%; - } - - .md-col-3-11 { - flex: none; - flex-basis: 27.272727%; - } - - .md-col-4-11 { - flex: none; - flex-basis: 36.363636%; - } - - .md-col-5-11 { - flex: none; - flex-basis: 45.454545%; - } - - .md-col-6-11 { - flex: none; - flex-basis: 54.545455%; - } - - .md-col-7-11 { - flex: none; - flex-basis: 63.636364%; - } - - .md-col-8-11 { - flex: none; - flex-basis: 72.727273%; - } - - .md-col-9-11 { - flex: none; - flex-basis: 81.818182%; - } - - .md-col-10-11 { - flex: none; - flex-basis: 90.909091%; - } - - .md-col-1-12 { - flex: none; - flex-basis: 8.333333%; - } - - .md-col-5-12 { - flex: none; - flex-basis: 41.666667%; - } - - .md-col-7-12 { - flex: none; - flex-basis: 58.333333%; - } - - .md-col-11-12 { - flex: none; - flex-basis: 91.666667%; - } -} -@media (min-width: 1200px) and (max-width: 1439px) { - .lg-col-1-1, -.lg-col-2-2, -.lg-col-3-3, -.lg-col-4-4, -.lg-col-5-5, -.lg-col-6-6, -.lg-col-7-7, -.lg-col-8-8, -.lg-col-9-9, -.lg-col-10-10, -.lg-col-11-11, -.lg-col-12-12 { - flex: none; - flex-basis: 100%; - } - - .lg-col-1-2, -.lg-col-2-4, -.lg-col-3-6, -.lg-col-4-8, -.lg-col-5-10, -.lg-col-6-12 { - flex: none; - flex-basis: 50%; - } - - .lg-col-1-3, -.lg-col-2-6, -.lg-col-3-9, -.lg-col-4-12 { - flex: none; - flex-basis: 33.333333%; - } - - .lg-col-2-3, -.lg-col-4-6, -.lg-col-6-9, -.lg-col-8-12 { - flex: none; - flex-basis: 66.666667%; - } - - .lg-col-1-4, -.lg-col-2-8, -.lg-col-3-12 { - flex: none; - flex-basis: 25%; - } - - .lg-col-3-4, -.lg-col-6-8, -.lg-col-9-12 { - flex: none; - flex-basis: 75%; - } - - .lg-col-1-5, -.lg-col-2-10 { - flex: none; - flex-basis: 20%; - } - - .lg-col-2-5, -.lg-col-4-10 { - flex: none; - flex-basis: 40%; - } - - .lg-col-3-5, -.lg-col-6-10 { - flex: none; - flex-basis: 60%; - } - - .lg-col-4-5, -.lg-col-8-10 { - flex: none; - flex-basis: 80%; - } - - .lg-col-1-6, -.lg-col-2-12 { - flex: none; - flex-basis: 16.666667%; - } - - .lg-col-5-6, -.lg-col-10-12 { - flex: none; - flex-basis: 83.333333%; - } - - .lg-col-1-7 { - flex: none; - flex-basis: 14.285714%; - } - - .lg-col-2-7 { - flex: none; - flex-basis: 28.571429%; - } - - .lg-col-3-7 { - flex: none; - flex-basis: 42.857143%; - } - - .lg-col-4-7 { - flex: none; - flex-basis: 57.142857%; - } - - .lg-col-5-7 { - flex: none; - flex-basis: 71.428571%; - } - - .lg-col-6-7 { - flex: none; - flex-basis: 85.714286%; - } - - .lg-col-1-8 { - flex: none; - flex-basis: 12.5%; - } - - .lg-col-3-8 { - flex: none; - flex-basis: 37.5%; - } - - .lg-col-5-8 { - flex: none; - flex-basis: 62.5%; - } - - .lg-col-7-8 { - flex: none; - flex-basis: 87.5%; - } - - .lg-col-1-9 { - flex: none; - flex-basis: 11.111111%; - } - - .lg-col-2-9 { - flex: none; - flex-basis: 22.222222%; - } - - .lg-col-4-9 { - flex: none; - flex-basis: 44.444444%; - } - - .lg-col-5-9 { - flex: none; - flex-basis: 55.555556%; - } - - .lg-col-7-9 { - flex: none; - flex-basis: 77.777778%; - } - - .lg-col-8-9 { - flex: none; - flex-basis: 88.888889%; - } - - .lg-col-1-10 { - flex: none; - flex-basis: 10%; - } - - .lg-col-3-10 { - flex: none; - flex-basis: 30%; - } - - .lg-col-7-10 { - flex: none; - flex-basis: 70%; - } - - .lg-col-9-10 { - flex: none; - flex-basis: 90%; - } - - .lg-col-1-11 { - flex: none; - flex-basis: 9.090909%; - } - - .lg-col-2-11 { - flex: none; - flex-basis: 18.181818%; - } - - .lg-col-3-11 { - flex: none; - flex-basis: 27.272727%; - } - - .lg-col-4-11 { - flex: none; - flex-basis: 36.363636%; - } - - .lg-col-5-11 { - flex: none; - flex-basis: 45.454545%; - } - - .lg-col-6-11 { - flex: none; - flex-basis: 54.545455%; - } - - .lg-col-7-11 { - flex: none; - flex-basis: 63.636364%; - } - - .lg-col-8-11 { - flex: none; - flex-basis: 72.727273%; - } - - .lg-col-9-11 { - flex: none; - flex-basis: 81.818182%; - } - - .lg-col-10-11 { - flex: none; - flex-basis: 90.909091%; - } - - .lg-col-1-12 { - flex: none; - flex-basis: 8.333333%; - } - - .lg-col-5-12 { - flex: none; - flex-basis: 41.666667%; - } - - .lg-col-7-12 { - flex: none; - flex-basis: 58.333333%; - } - - .lg-col-11-12 { - flex: none; - flex-basis: 91.666667%; - } -} -@media (min-width: 1440px) { - .xl-col-1-1, -.xl-col-2-2, -.xl-col-3-3, -.xl-col-4-4, -.xl-col-5-5, -.xl-col-6-6, -.xl-col-7-7, -.xl-col-8-8, -.xl-col-9-9, -.xl-col-10-10, -.xl-col-11-11, -.xl-col-12-12 { - flex: none; - flex-basis: 100%; - } - - .xl-col-1-2, -.xl-col-2-4, -.xl-col-3-6, -.xl-col-4-8, -.xl-col-5-10, -.xl-col-6-12 { - flex: none; - flex-basis: 50%; - } - - .xl-col-1-3, -.xl-col-2-6, -.xl-col-3-9, -.xl-col-4-12 { - flex: none; - flex-basis: 33.333333%; - } - - .xl-col-2-3, -.xl-col-4-6, -.xl-col-6-9, -.xl-col-8-12 { - flex: none; - flex-basis: 66.666667%; - } - - .xl-col-1-4, -.xl-col-2-8, -.xl-col-3-12 { - flex: none; - flex-basis: 25%; - } - - .xl-col-3-4, -.xl-col-6-8, -.xl-col-9-12 { - flex: none; - flex-basis: 75%; - } - - .xl-col-1-5, -.xl-col-2-10 { - flex: none; - flex-basis: 20%; - } - - .xl-col-2-5, -.xl-col-4-10 { - flex: none; - flex-basis: 40%; - } - - .xl-col-3-5, -.xl-col-6-10 { - flex: none; - flex-basis: 60%; - } - - .xl-col-4-5, -.xl-col-8-10 { - flex: none; - flex-basis: 80%; - } - - .xl-col-1-6, -.xl-col-2-12 { - flex: none; - flex-basis: 16.666667%; - } - - .xl-col-5-6, -.xl-col-10-12 { - flex: none; - flex-basis: 83.333333%; - } - - .xl-col-1-7 { - flex: none; - flex-basis: 14.285714%; - } - - .xl-col-2-7 { - flex: none; - flex-basis: 28.571429%; - } - - .xl-col-3-7 { - flex: none; - flex-basis: 42.857143%; - } - - .xl-col-4-7 { - flex: none; - flex-basis: 57.142857%; - } - - .xl-col-5-7 { - flex: none; - flex-basis: 71.428571%; - } - - .xl-col-6-7 { - flex: none; - flex-basis: 85.714286%; - } - - .xl-col-1-8 { - flex: none; - flex-basis: 12.5%; - } - - .xl-col-3-8 { - flex: none; - flex-basis: 37.5%; - } - - .xl-col-5-8 { - flex: none; - flex-basis: 62.5%; - } - - .xl-col-7-8 { - flex: none; - flex-basis: 87.5%; - } - - .xl-col-1-9 { - flex: none; - flex-basis: 11.111111%; - } - - .xl-col-2-9 { - flex: none; - flex-basis: 22.222222%; - } - - .xl-col-4-9 { - flex: none; - flex-basis: 44.444444%; - } - - .xl-col-5-9 { - flex: none; - flex-basis: 55.555556%; - } - - .xl-col-7-9 { - flex: none; - flex-basis: 77.777778%; - } - - .xl-col-8-9 { - flex: none; - flex-basis: 88.888889%; - } - - .xl-col-1-10 { - flex: none; - flex-basis: 10%; - } - - .xl-col-3-10 { - flex: none; - flex-basis: 30%; - } - - .xl-col-7-10 { - flex: none; - flex-basis: 70%; - } - - .xl-col-9-10 { - flex: none; - flex-basis: 90%; - } - - .xl-col-1-11 { - flex: none; - flex-basis: 9.090909%; - } - - .xl-col-2-11 { - flex: none; - flex-basis: 18.181818%; - } - - .xl-col-3-11 { - flex: none; - flex-basis: 27.272727%; - } - - .xl-col-4-11 { - flex: none; - flex-basis: 36.363636%; - } - - .xl-col-5-11 { - flex: none; - flex-basis: 45.454545%; - } - - .xl-col-6-11 { - flex: none; - flex-basis: 54.545455%; - } - - .xl-col-7-11 { - flex: none; - flex-basis: 63.636364%; - } - - .xl-col-8-11 { - flex: none; - flex-basis: 72.727273%; - } - - .xl-col-9-11 { - flex: none; - flex-basis: 81.818182%; - } - - .xl-col-10-11 { - flex: none; - flex-basis: 90.909091%; - } - - .xl-col-1-12 { - flex: none; - flex-basis: 8.333333%; - } - - .xl-col-5-12 { - flex: none; - flex-basis: 41.666667%; - } - - .xl-col-7-12 { - flex: none; - flex-basis: 58.333333%; - } - - .xl-col-11-12 { - flex: none; - flex-basis: 91.666667%; - } -} -.col-off-1-1, -.col-off-2-2, -.col-off-3-3, -.col-off-4-4, -.col-off-5-5, -.col-off-6-6, -.col-off-7-7, -.col-off-8-8, -.col-off-9-9, -.col-off-10-10, -.col-off-11-11, -.col-off-12-12 { - margin-left: 100%; -} - -.col-off-1-2, -.col-off-2-4, -.col-off-3-6, -.col-off-4-8, -.col-off-5-10, -.col-off-6-12 { - margin-left: 50%; -} - -.col-off-1-3, -.col-off-2-6, -.col-off-3-9, -.col-off-4-12 { - margin-left: 33.333333%; -} - -.col-off-2-3, -.col-off-4-6, -.col-off-6-9, -.col-off-8-12 { - margin-left: 66.666667%; -} - -.col-off-1-4, -.col-off-2-8, -.col-off-3-12 { - margin-left: 25%; -} - -.col-off-3-4, -.col-off-6-8, -.col-off-9-12 { - margin-left: 75%; -} - -.col-off-1-5, -.col-off-2-10 { - margin-left: 20%; -} - -.col-off-2-5, -.col-off-4-10 { - margin-left: 40%; -} - -.col-off-3-5, -.col-off-6-10 { - margin-left: 60%; -} - -.col-off-4-5, -.col-off-8-10 { - margin-left: 80%; -} - -.col-off-1-6, -.col-off-2-12 { - margin-left: 16.666667%; -} - -.col-off-5-6, -.col-off-10-12 { - margin-left: 83.333333%; -} - -.col-off-1-7 { - margin-left: 14.285714%; -} - -.col-off-2-7 { - margin-left: 28.571429%; -} - -.col-off-3-7 { - margin-left: 42.857143%; -} - -.col-off-4-7 { - margin-left: 57.142857%; -} - -.col-off-5-7 { - margin-left: 71.428571%; -} - -.col-off-6-7 { - margin-left: 85.714286%; -} - -.col-off-1-8 { - margin-left: 12.5%; -} - -.col-off-3-8 { - margin-left: 37.5%; -} - -.col-off-5-8 { - margin-left: 62.5%; -} - -.col-off-7-8 { - margin-left: 87.5%; -} - -.col-off-1-9 { - margin-left: 11.111111%; -} - -.col-off-2-9 { - margin-left: 22.222222%; -} - -.col-off-4-9 { - margin-left: 44.444444%; -} - -.col-off-5-9 { - margin-left: 55.555556%; -} - -.col-off-7-9 { - margin-left: 77.777778%; -} - -.col-off-8-9 { - margin-left: 88.888889%; -} - -.col-off-1-10 { - margin-left: 10%; -} - -.col-off-3-10 { - margin-left: 30%; -} - -.col-off-7-10 { - margin-left: 70%; -} - -.col-off-9-10 { - margin-left: 90%; -} - -.col-off-1-11 { - margin-left: 9.090909%; -} - -.col-off-2-11 { - margin-left: 18.181818%; -} - -.col-off-3-11 { - margin-left: 27.272727%; -} - -.col-off-4-11 { - margin-left: 36.363636%; -} - -.col-off-5-11 { - margin-left: 45.454545%; -} - -.col-off-6-11 { - margin-left: 54.545455%; -} - -.col-off-7-11 { - margin-left: 63.636364%; -} - -.col-off-8-11 { - margin-left: 72.727273%; -} - -.col-off-9-11 { - margin-left: 81.818182%; -} - -.col-off-10-11 { - margin-left: 90.909091%; -} - -.col-off-1-12 { - margin-left: 8.333333%; -} - -.col-off-5-12 { - margin-left: 41.666667%; -} - -.col-off-7-12 { - margin-left: 58.333333%; -} - -.col-off-11-12 { - margin-left: 91.666667%; -} - -@media (min-width: 0px) and (max-width: 599px) { - .xs-col-off-1-1, -.xs-col-off-2-2, -.xs-col-off-3-3, -.xs-col-off-4-4, -.xs-col-off-5-5, -.xs-col-off-6-6, -.xs-col-off-7-7, -.xs-col-off-8-8, -.xs-col-off-9-9, -.xs-col-off-10-10, -.xs-col-off-11-11, -.xs-col-off-12-12 { - margin-left: 100%; - } - - .xs-col-off-1-2, -.xs-col-off-2-4, -.xs-col-off-3-6, -.xs-col-off-4-8, -.xs-col-off-5-10, -.xs-col-off-6-12 { - margin-left: 50%; - } - - .xs-col-off-1-3, -.xs-col-off-2-6, -.xs-col-off-3-9, -.xs-col-off-4-12 { - margin-left: 33.333333%; - } - - .xs-col-off-2-3, -.xs-col-off-4-6, -.xs-col-off-6-9, -.xs-col-off-8-12 { - margin-left: 66.666667%; - } - - .xs-col-off-1-4, -.xs-col-off-2-8, -.xs-col-off-3-12 { - margin-left: 25%; - } - - .xs-col-off-3-4, -.xs-col-off-6-8, -.xs-col-off-9-12 { - margin-left: 75%; - } - - .xs-col-off-1-5, -.xs-col-off-2-10 { - margin-left: 20%; - } - - .xs-col-off-2-5, -.xs-col-off-4-10 { - margin-left: 40%; - } - - .xs-col-off-3-5, -.xs-col-off-6-10 { - margin-left: 60%; - } - - .xs-col-off-4-5, -.xs-col-off-8-10 { - margin-left: 80%; - } - - .xs-col-off-1-6, -.xs-col-off-2-12 { - margin-left: 16.666667%; - } - - .xs-col-off-5-6, -.xs-col-off-10-12 { - margin-left: 83.333333%; - } - - .xs-col-off-1-7 { - margin-left: 14.285714%; - } - - .xs-col-off-2-7 { - margin-left: 28.571429%; - } - - .xs-col-off-3-7 { - margin-left: 42.857143%; - } - - .xs-col-off-4-7 { - margin-left: 57.142857%; - } - - .xs-col-off-5-7 { - margin-left: 71.428571%; - } - - .xs-col-off-6-7 { - margin-left: 85.714286%; - } - - .xs-col-off-1-8 { - margin-left: 12.5%; - } - - .xs-col-off-3-8 { - margin-left: 37.5%; - } - - .xs-col-off-5-8 { - margin-left: 62.5%; - } - - .xs-col-off-7-8 { - margin-left: 87.5%; - } - - .xs-col-off-1-9 { - margin-left: 11.111111%; - } - - .xs-col-off-2-9 { - margin-left: 22.222222%; - } - - .xs-col-off-4-9 { - margin-left: 44.444444%; - } - - .xs-col-off-5-9 { - margin-left: 55.555556%; - } - - .xs-col-off-7-9 { - margin-left: 77.777778%; - } - - .xs-col-off-8-9 { - margin-left: 88.888889%; - } - - .xs-col-off-1-10 { - margin-left: 10%; - } - - .xs-col-off-3-10 { - margin-left: 30%; - } - - .xs-col-off-7-10 { - margin-left: 70%; - } - - .xs-col-off-9-10 { - margin-left: 90%; - } - - .xs-col-off-1-11 { - margin-left: 9.090909%; - } - - .xs-col-off-2-11 { - margin-left: 18.181818%; - } - - .xs-col-off-3-11 { - margin-left: 27.272727%; - } - - .xs-col-off-4-11 { - margin-left: 36.363636%; - } - - .xs-col-off-5-11 { - margin-left: 45.454545%; - } - - .xs-col-off-6-11 { - margin-left: 54.545455%; - } - - .xs-col-off-7-11 { - margin-left: 63.636364%; - } - - .xs-col-off-8-11 { - margin-left: 72.727273%; - } - - .xs-col-off-9-11 { - margin-left: 81.818182%; - } - - .xs-col-off-10-11 { - margin-left: 90.909091%; - } - - .xs-col-off-1-12 { - margin-left: 8.333333%; - } - - .xs-col-off-5-12 { - margin-left: 41.666667%; - } - - .xs-col-off-7-12 { - margin-left: 58.333333%; - } - - .xs-col-off-11-12 { - margin-left: 91.666667%; - } -} -@media (min-width: 600px) and (max-width: 899px) { - .sm-col-off-1-1, -.sm-col-off-2-2, -.sm-col-off-3-3, -.sm-col-off-4-4, -.sm-col-off-5-5, -.sm-col-off-6-6, -.sm-col-off-7-7, -.sm-col-off-8-8, -.sm-col-off-9-9, -.sm-col-off-10-10, -.sm-col-off-11-11, -.sm-col-off-12-12 { - margin-left: 100%; - } - - .sm-col-off-1-2, -.sm-col-off-2-4, -.sm-col-off-3-6, -.sm-col-off-4-8, -.sm-col-off-5-10, -.sm-col-off-6-12 { - margin-left: 50%; - } - - .sm-col-off-1-3, -.sm-col-off-2-6, -.sm-col-off-3-9, -.sm-col-off-4-12 { - margin-left: 33.333333%; - } - - .sm-col-off-2-3, -.sm-col-off-4-6, -.sm-col-off-6-9, -.sm-col-off-8-12 { - margin-left: 66.666667%; - } - - .sm-col-off-1-4, -.sm-col-off-2-8, -.sm-col-off-3-12 { - margin-left: 25%; - } - - .sm-col-off-3-4, -.sm-col-off-6-8, -.sm-col-off-9-12 { - margin-left: 75%; - } - - .sm-col-off-1-5, -.sm-col-off-2-10 { - margin-left: 20%; - } - - .sm-col-off-2-5, -.sm-col-off-4-10 { - margin-left: 40%; - } - - .sm-col-off-3-5, -.sm-col-off-6-10 { - margin-left: 60%; - } - - .sm-col-off-4-5, -.sm-col-off-8-10 { - margin-left: 80%; - } - - .sm-col-off-1-6, -.sm-col-off-2-12 { - margin-left: 16.666667%; - } - - .sm-col-off-5-6, -.sm-col-off-10-12 { - margin-left: 83.333333%; - } - - .sm-col-off-1-7 { - margin-left: 14.285714%; - } - - .sm-col-off-2-7 { - margin-left: 28.571429%; - } - - .sm-col-off-3-7 { - margin-left: 42.857143%; - } - - .sm-col-off-4-7 { - margin-left: 57.142857%; - } - - .sm-col-off-5-7 { - margin-left: 71.428571%; - } - - .sm-col-off-6-7 { - margin-left: 85.714286%; - } - - .sm-col-off-1-8 { - margin-left: 12.5%; - } - - .sm-col-off-3-8 { - margin-left: 37.5%; - } - - .sm-col-off-5-8 { - margin-left: 62.5%; - } - - .sm-col-off-7-8 { - margin-left: 87.5%; - } - - .sm-col-off-1-9 { - margin-left: 11.111111%; - } - - .sm-col-off-2-9 { - margin-left: 22.222222%; - } - - .sm-col-off-4-9 { - margin-left: 44.444444%; - } - - .sm-col-off-5-9 { - margin-left: 55.555556%; - } - - .sm-col-off-7-9 { - margin-left: 77.777778%; - } - - .sm-col-off-8-9 { - margin-left: 88.888889%; - } - - .sm-col-off-1-10 { - margin-left: 10%; - } - - .sm-col-off-3-10 { - margin-left: 30%; - } - - .sm-col-off-7-10 { - margin-left: 70%; - } - - .sm-col-off-9-10 { - margin-left: 90%; - } - - .sm-col-off-1-11 { - margin-left: 9.090909%; - } - - .sm-col-off-2-11 { - margin-left: 18.181818%; - } - - .sm-col-off-3-11 { - margin-left: 27.272727%; - } - - .sm-col-off-4-11 { - margin-left: 36.363636%; - } - - .sm-col-off-5-11 { - margin-left: 45.454545%; - } - - .sm-col-off-6-11 { - margin-left: 54.545455%; - } - - .sm-col-off-7-11 { - margin-left: 63.636364%; - } - - .sm-col-off-8-11 { - margin-left: 72.727273%; - } - - .sm-col-off-9-11 { - margin-left: 81.818182%; - } - - .sm-col-off-10-11 { - margin-left: 90.909091%; - } - - .sm-col-off-1-12 { - margin-left: 8.333333%; - } - - .sm-col-off-5-12 { - margin-left: 41.666667%; - } - - .sm-col-off-7-12 { - margin-left: 58.333333%; - } - - .sm-col-off-11-12 { - margin-left: 91.666667%; - } -} -@media (min-width: 900px) and (max-width: 1199px) { - .md-col-off-1-1, -.md-col-off-2-2, -.md-col-off-3-3, -.md-col-off-4-4, -.md-col-off-5-5, -.md-col-off-6-6, -.md-col-off-7-7, -.md-col-off-8-8, -.md-col-off-9-9, -.md-col-off-10-10, -.md-col-off-11-11, -.md-col-off-12-12 { - margin-left: 100%; - } - - .md-col-off-1-2, -.md-col-off-2-4, -.md-col-off-3-6, -.md-col-off-4-8, -.md-col-off-5-10, -.md-col-off-6-12 { - margin-left: 50%; - } - - .md-col-off-1-3, -.md-col-off-2-6, -.md-col-off-3-9, -.md-col-off-4-12 { - margin-left: 33.333333%; - } - - .md-col-off-2-3, -.md-col-off-4-6, -.md-col-off-6-9, -.md-col-off-8-12 { - margin-left: 66.666667%; - } - - .md-col-off-1-4, -.md-col-off-2-8, -.md-col-off-3-12 { - margin-left: 25%; - } - - .md-col-off-3-4, -.md-col-off-6-8, -.md-col-off-9-12 { - margin-left: 75%; - } - - .md-col-off-1-5, -.md-col-off-2-10 { - margin-left: 20%; - } - - .md-col-off-2-5, -.md-col-off-4-10 { - margin-left: 40%; - } - - .md-col-off-3-5, -.md-col-off-6-10 { - margin-left: 60%; - } - - .md-col-off-4-5, -.md-col-off-8-10 { - margin-left: 80%; - } - - .md-col-off-1-6, -.md-col-off-2-12 { - margin-left: 16.666667%; - } - - .md-col-off-5-6, -.md-col-off-10-12 { - margin-left: 83.333333%; - } - - .md-col-off-1-7 { - margin-left: 14.285714%; - } - - .md-col-off-2-7 { - margin-left: 28.571429%; - } - - .md-col-off-3-7 { - margin-left: 42.857143%; - } - - .md-col-off-4-7 { - margin-left: 57.142857%; - } - - .md-col-off-5-7 { - margin-left: 71.428571%; - } - - .md-col-off-6-7 { - margin-left: 85.714286%; - } - - .md-col-off-1-8 { - margin-left: 12.5%; - } - - .md-col-off-3-8 { - margin-left: 37.5%; - } - - .md-col-off-5-8 { - margin-left: 62.5%; - } - - .md-col-off-7-8 { - margin-left: 87.5%; - } - - .md-col-off-1-9 { - margin-left: 11.111111%; - } - - .md-col-off-2-9 { - margin-left: 22.222222%; - } - - .md-col-off-4-9 { - margin-left: 44.444444%; - } - - .md-col-off-5-9 { - margin-left: 55.555556%; - } - - .md-col-off-7-9 { - margin-left: 77.777778%; - } - - .md-col-off-8-9 { - margin-left: 88.888889%; - } - - .md-col-off-1-10 { - margin-left: 10%; - } - - .md-col-off-3-10 { - margin-left: 30%; - } - - .md-col-off-7-10 { - margin-left: 70%; - } - - .md-col-off-9-10 { - margin-left: 90%; - } - - .md-col-off-1-11 { - margin-left: 9.090909%; - } - - .md-col-off-2-11 { - margin-left: 18.181818%; - } - - .md-col-off-3-11 { - margin-left: 27.272727%; - } - - .md-col-off-4-11 { - margin-left: 36.363636%; - } - - .md-col-off-5-11 { - margin-left: 45.454545%; - } - - .md-col-off-6-11 { - margin-left: 54.545455%; - } - - .md-col-off-7-11 { - margin-left: 63.636364%; - } - - .md-col-off-8-11 { - margin-left: 72.727273%; - } - - .md-col-off-9-11 { - margin-left: 81.818182%; - } - - .md-col-off-10-11 { - margin-left: 90.909091%; - } - - .md-col-off-1-12 { - margin-left: 8.333333%; - } - - .md-col-off-5-12 { - margin-left: 41.666667%; - } - - .md-col-off-7-12 { - margin-left: 58.333333%; - } - - .md-col-off-11-12 { - margin-left: 91.666667%; - } -} -@media (min-width: 1200px) and (max-width: 1439px) { - .lg-col-off-1-1, -.lg-col-off-2-2, -.lg-col-off-3-3, -.lg-col-off-4-4, -.lg-col-off-5-5, -.lg-col-off-6-6, -.lg-col-off-7-7, -.lg-col-off-8-8, -.lg-col-off-9-9, -.lg-col-off-10-10, -.lg-col-off-11-11, -.lg-col-off-12-12 { - margin-left: 100%; - } - - .lg-col-off-1-2, -.lg-col-off-2-4, -.lg-col-off-3-6, -.lg-col-off-4-8, -.lg-col-off-5-10, -.lg-col-off-6-12 { - margin-left: 50%; - } - - .lg-col-off-1-3, -.lg-col-off-2-6, -.lg-col-off-3-9, -.lg-col-off-4-12 { - margin-left: 33.333333%; - } - - .lg-col-off-2-3, -.lg-col-off-4-6, -.lg-col-off-6-9, -.lg-col-off-8-12 { - margin-left: 66.666667%; - } - - .lg-col-off-1-4, -.lg-col-off-2-8, -.lg-col-off-3-12 { - margin-left: 25%; - } - - .lg-col-off-3-4, -.lg-col-off-6-8, -.lg-col-off-9-12 { - margin-left: 75%; - } - - .lg-col-off-1-5, -.lg-col-off-2-10 { - margin-left: 20%; - } - - .lg-col-off-2-5, -.lg-col-off-4-10 { - margin-left: 40%; - } - - .lg-col-off-3-5, -.lg-col-off-6-10 { - margin-left: 60%; - } - - .lg-col-off-4-5, -.lg-col-off-8-10 { - margin-left: 80%; - } - - .lg-col-off-1-6, -.lg-col-off-2-12 { - margin-left: 16.666667%; - } - - .lg-col-off-5-6, -.lg-col-off-10-12 { - margin-left: 83.333333%; - } - - .lg-col-off-1-7 { - margin-left: 14.285714%; - } - - .lg-col-off-2-7 { - margin-left: 28.571429%; - } - - .lg-col-off-3-7 { - margin-left: 42.857143%; - } - - .lg-col-off-4-7 { - margin-left: 57.142857%; - } - - .lg-col-off-5-7 { - margin-left: 71.428571%; - } - - .lg-col-off-6-7 { - margin-left: 85.714286%; - } - - .lg-col-off-1-8 { - margin-left: 12.5%; - } - - .lg-col-off-3-8 { - margin-left: 37.5%; - } - - .lg-col-off-5-8 { - margin-left: 62.5%; - } - - .lg-col-off-7-8 { - margin-left: 87.5%; - } - - .lg-col-off-1-9 { - margin-left: 11.111111%; - } - - .lg-col-off-2-9 { - margin-left: 22.222222%; - } - - .lg-col-off-4-9 { - margin-left: 44.444444%; - } - - .lg-col-off-5-9 { - margin-left: 55.555556%; - } - - .lg-col-off-7-9 { - margin-left: 77.777778%; - } - - .lg-col-off-8-9 { - margin-left: 88.888889%; - } - - .lg-col-off-1-10 { - margin-left: 10%; - } - - .lg-col-off-3-10 { - margin-left: 30%; - } - - .lg-col-off-7-10 { - margin-left: 70%; - } - - .lg-col-off-9-10 { - margin-left: 90%; - } - - .lg-col-off-1-11 { - margin-left: 9.090909%; - } - - .lg-col-off-2-11 { - margin-left: 18.181818%; - } - - .lg-col-off-3-11 { - margin-left: 27.272727%; - } - - .lg-col-off-4-11 { - margin-left: 36.363636%; - } - - .lg-col-off-5-11 { - margin-left: 45.454545%; - } - - .lg-col-off-6-11 { - margin-left: 54.545455%; - } - - .lg-col-off-7-11 { - margin-left: 63.636364%; - } - - .lg-col-off-8-11 { - margin-left: 72.727273%; - } - - .lg-col-off-9-11 { - margin-left: 81.818182%; - } - - .lg-col-off-10-11 { - margin-left: 90.909091%; - } - - .lg-col-off-1-12 { - margin-left: 8.333333%; - } - - .lg-col-off-5-12 { - margin-left: 41.666667%; - } - - .lg-col-off-7-12 { - margin-left: 58.333333%; - } - - .lg-col-off-11-12 { - margin-left: 91.666667%; - } -} -@media (min-width: 1440px) { - .xl-col-off-1-1, -.xl-col-off-2-2, -.xl-col-off-3-3, -.xl-col-off-4-4, -.xl-col-off-5-5, -.xl-col-off-6-6, -.xl-col-off-7-7, -.xl-col-off-8-8, -.xl-col-off-9-9, -.xl-col-off-10-10, -.xl-col-off-11-11, -.xl-col-off-12-12 { - margin-left: 100%; - } - - .xl-col-off-1-2, -.xl-col-off-2-4, -.xl-col-off-3-6, -.xl-col-off-4-8, -.xl-col-off-5-10, -.xl-col-off-6-12 { - margin-left: 50%; - } - - .xl-col-off-1-3, -.xl-col-off-2-6, -.xl-col-off-3-9, -.xl-col-off-4-12 { - margin-left: 33.333333%; - } - - .xl-col-off-2-3, -.xl-col-off-4-6, -.xl-col-off-6-9, -.xl-col-off-8-12 { - margin-left: 66.666667%; - } - - .xl-col-off-1-4, -.xl-col-off-2-8, -.xl-col-off-3-12 { - margin-left: 25%; - } - - .xl-col-off-3-4, -.xl-col-off-6-8, -.xl-col-off-9-12 { - margin-left: 75%; - } - - .xl-col-off-1-5, -.xl-col-off-2-10 { - margin-left: 20%; - } - - .xl-col-off-2-5, -.xl-col-off-4-10 { - margin-left: 40%; - } - - .xl-col-off-3-5, -.xl-col-off-6-10 { - margin-left: 60%; - } - - .xl-col-off-4-5, -.xl-col-off-8-10 { - margin-left: 80%; - } - - .xl-col-off-1-6, -.xl-col-off-2-12 { - margin-left: 16.666667%; - } - - .xl-col-off-5-6, -.xl-col-off-10-12 { - margin-left: 83.333333%; - } - - .xl-col-off-1-7 { - margin-left: 14.285714%; - } - - .xl-col-off-2-7 { - margin-left: 28.571429%; - } - - .xl-col-off-3-7 { - margin-left: 42.857143%; - } - - .xl-col-off-4-7 { - margin-left: 57.142857%; - } - - .xl-col-off-5-7 { - margin-left: 71.428571%; - } - - .xl-col-off-6-7 { - margin-left: 85.714286%; - } - - .xl-col-off-1-8 { - margin-left: 12.5%; - } - - .xl-col-off-3-8 { - margin-left: 37.5%; - } - - .xl-col-off-5-8 { - margin-left: 62.5%; - } - - .xl-col-off-7-8 { - margin-left: 87.5%; - } - - .xl-col-off-1-9 { - margin-left: 11.111111%; - } - - .xl-col-off-2-9 { - margin-left: 22.222222%; - } - - .xl-col-off-4-9 { - margin-left: 44.444444%; - } - - .xl-col-off-5-9 { - margin-left: 55.555556%; - } - - .xl-col-off-7-9 { - margin-left: 77.777778%; - } - - .xl-col-off-8-9 { - margin-left: 88.888889%; - } - - .xl-col-off-1-10 { - margin-left: 10%; - } - - .xl-col-off-3-10 { - margin-left: 30%; - } - - .xl-col-off-7-10 { - margin-left: 70%; - } - - .xl-col-off-9-10 { - margin-left: 90%; - } - - .xl-col-off-1-11 { - margin-left: 9.090909%; - } - - .xl-col-off-2-11 { - margin-left: 18.181818%; - } - - .xl-col-off-3-11 { - margin-left: 27.272727%; - } - - .xl-col-off-4-11 { - margin-left: 36.363636%; - } - - .xl-col-off-5-11 { - margin-left: 45.454545%; - } - - .xl-col-off-6-11 { - margin-left: 54.545455%; - } - - .xl-col-off-7-11 { - margin-left: 63.636364%; - } - - .xl-col-off-8-11 { - margin-left: 72.727273%; - } - - .xl-col-off-9-11 { - margin-left: 81.818182%; - } - - .xl-col-off-10-11 { - margin-left: 90.909091%; - } - - .xl-col-off-1-12 { - margin-left: 8.333333%; - } - - .xl-col-off-5-12 { - margin-left: 41.666667%; - } - - .xl-col-off-7-12 { - margin-left: 58.333333%; - } - - .xl-col-off-11-12 { - margin-left: 91.666667%; - } -} -.button-group { - display: inline-flex; -} -.button-group .button:first-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.button-group .button:last-child { - margin-left: -1px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} -.button-group .button { - min-width: 0px; - padding: 0px 20px; -} -.button-group .has-icon { - width: 38px; -} - -.input-group { - display: flex; - align-items: center; -} -.input-group label { - min-width: 110px; - font-size: 14px; - font-weight: bold; - align-self: center; - margin-right: 10px; -} -.input-group.auto label { - min-width: auto; -} -.input-group.is-stacked { - flex-direction: column; - align-items: flex-start; -} -.input-group.is-stacked label { - margin-top: 0px; - align-self: flex-start; - margin-bottom: 4px; -} -@media (max-width: 599px) { - .input-group.responsive { - flex-direction: column; - align-items: flex-start; - } - .input-group.responsive label { - margin-top: 0px; - align-self: flex-start; - margin-bottom: 4px; - } - .input-group.responsive > div { - width: 100%; - } -} - -.bg-origin-padding-box { - background-origin: padding-box !important; -} - -.bg-origin-border-box { - background-origin: border-box !important; -} - -.bg-origin-content-box { - background-origin: content-box !important; -} - -.bg-clip-padding-box { - background-clip: padding-box !important; -} - -.bg-clip-border-box { - background-clip: border-box !important; -} - -.bg-clip-content-box { - background-clip: content-box !important; -} - -.bg-attachment-scroll { - background-attachment: scroll !important; -} - -.bg-attachment-fixed { - background-attachment: fixed !important; -} - -.bg-attachment-local { - background-attachment: local !important; -} - -.bg-size-auto { - background-size: auto !important; -} - -.bg-size-cover { - background-size: cover !important; -} - -.bg-size-contain { - background-size: contain !important; -} - -.bg-position-left { - background-position: left !important; -} - -.bg-position-left-top { - background-position: left-top !important; -} - -.bg-position-left-center { - background-position: left-center !important; -} - -.bg-position-left-bottom { - background-position: left-bottom !important; -} - -.bg-position-right { - background-position: right !important; -} - -.bg-position-right-top { - background-position: right-top !important; -} - -.bg-position-right-center { - background-position: right-center !important; -} - -.bg-position-right-bottom { - background-position: right-bottom !important; -} - -.bg-position-center { - background-position: center !important; -} - -.bg-position-center-top { - background-position: center-top !important; -} - -.bg-position-center-center { - background-position: center-center !important; -} - -.bg-position-center-bottom { - background-position: center-bottom !important; -} - -.bg-no-repeat { - background-repeat: no-repeat !important; -} - -.bg-repeat { - background-repeat: repeat !important; -} - -.bg-repeat-x { - background-repeat: repeat-x !important; -} - -.bg-repeat-y { - background-repeat: repeat-y !important; -} - -.bg-repeat-space { - background-repeat: space !important; -} - -.bg-repeat-round { - background-repeat: round !important; -} - -.has-bg-black { - background-color: #000 !important; - color: #fff !important; -} - -.is-black { - color: #000 !important; -} - -.fill-black { - fill: #000 !important; -} - -.has-bg-white { - background-color: #fff !important; - color: #000 !important; -} - -.is-white { - color: #fff !important; -} - -.fill-white { - fill: #fff !important; -} - -.has-bg-brand-100 { - background-color: #CCE2FF !important; - color: find-color-invert(#CCE2FF) !important; -} - -.is-brand-100 { - color: #CCE2FF !important; -} - -.fill-brand-100 { - fill: #CCE2FF !important; -} - -.has-bg-brand-200 { - background-color: #80B6FF !important; - color: find-color-invert(#80B6FF) !important; -} - -.is-brand-200 { - color: #80B6FF !important; -} - -.fill-brand-200 { - fill: #80B6FF !important; -} - -.has-bg-brand-300 { - background-color: #016EFF !important; - color: find-color-invert(#016EFF) !important; -} - -.is-brand-300 { - color: #016EFF !important; -} - -.fill-brand-300 { - fill: #016EFF !important; -} - -.has-bg-brand-400 { - background-color: #004CB3 !important; - color: find-color-invert(#004CB3) !important; -} - -.is-brand-400 { - color: #004CB3 !important; -} - -.fill-brand-400 { - fill: #004CB3 !important; -} - -.has-bg-brand-500 { - background-color: #002B66 !important; - color: find-color-invert(#002B66) !important; -} - -.is-brand-500 { - color: #002B66 !important; -} - -.fill-brand-500 { - fill: #002B66 !important; -} - -.has-bg-status-danger { - background-color: #EA0000 !important; - color: find-color-invert(#EA0000) !important; -} - -.is-status-danger { - color: #EA0000 !important; -} - -.fill-status-danger { - fill: #EA0000 !important; -} - -.has-bg-status-warning { - background-color: #F4CB00 !important; - color: find-color-invert(#F4CB00) !important; -} - -.is-status-warning { - color: #F4CB00 !important; -} - -.fill-status-warning { - fill: #F4CB00 !important; -} - -.has-bg-status-success { - background-color: #15C046 !important; - color: find-color-invert(#15C046) !important; -} - -.is-status-success { - color: #15C046 !important; -} - -.fill-status-success { - fill: #15C046 !important; -} - -.has-bg-status-info { - background-color: #0066DF !important; - color: find-color-invert(#0066DF) !important; -} - -.is-status-info { - color: #0066DF !important; -} - -.fill-status-info { - fill: #0066DF !important; -} - -.has-bg-grey-100 { - background-color: #FFFFFF !important; - color: find-color-invert(#FFFFFF) !important; -} - -.is-grey-100 { - color: #FFFFFF !important; -} - -.fill-grey-100 { - fill: #FFFFFF !important; -} - -.has-bg-grey-200 { - background-color: #F8F8F8 !important; - color: find-color-invert(#F8F8F8) !important; -} - -.is-grey-200 { - color: #F8F8F8 !important; -} - -.fill-grey-200 { - fill: #F8F8F8 !important; -} - -.has-bg-grey-300 { - background-color: #F2F2F2 !important; - color: find-color-invert(#F2F2F2) !important; -} - -.is-grey-300 { - color: #F2F2F2 !important; -} - -.fill-grey-300 { - fill: #F2F2F2 !important; -} - -.has-bg-grey-400 { - background-color: #E8E8E8 !important; - color: find-color-invert(#E8E8E8) !important; -} - -.is-grey-400 { - color: #E8E8E8 !important; -} - -.fill-grey-400 { - fill: #E8E8E8 !important; -} - -.has-bg-grey-500 { - background-color: #D5D5D5 !important; - color: find-color-invert(#D5D5D5) !important; -} - -.is-grey-500 { - color: #D5D5D5 !important; -} - -.fill-grey-500 { - fill: #D5D5D5 !important; -} - -.has-bg-grey-600 { - background-color: #9A9A9A !important; - color: find-color-invert(#9A9A9A) !important; -} - -.is-grey-600 { - color: #9A9A9A !important; -} - -.fill-grey-600 { - fill: #9A9A9A !important; -} - -.has-bg-grey-700 { - background-color: #606060 !important; - color: find-color-invert(#606060) !important; -} - -.is-grey-700 { - color: #606060 !important; -} - -.fill-grey-700 { - fill: #606060 !important; -} - -.has-bg-grey-800 { - background-color: #303030 !important; - color: find-color-invert(#303030) !important; -} - -.is-grey-800 { - color: #303030 !important; -} - -.fill-grey-800 { - fill: #303030 !important; -} - -.has-bg-graph-red { - background-color: #E21717 !important; - color: find-color-invert(#E21717) !important; -} - -.is-graph-red { - color: #E21717 !important; -} - -.fill-graph-red { - fill: #E21717 !important; -} - -.has-bg-graph-orange { - background-color: #F17603 !important; - color: find-color-invert(#F17603) !important; -} - -.is-graph-orange { - color: #F17603 !important; -} - -.fill-graph-orange { - fill: #F17603 !important; -} - -.has-bg-graph-yellow { - background-color: #FED800 !important; - color: find-color-invert(#FED800) !important; -} - -.is-graph-yellow { - color: #FED800 !important; -} - -.fill-graph-yellow { - fill: #FED800 !important; -} - -.has-bg-graph-lime { - background-color: #87D812 !important; - color: find-color-invert(#87D812) !important; -} - -.is-graph-lime { - color: #87D812 !important; -} - -.fill-graph-lime { - fill: #87D812 !important; -} - -.has-bg-graph-green { - background-color: #20C05B !important; - color: find-color-invert(#20C05B) !important; -} - -.is-graph-green { - color: #20C05B !important; -} - -.fill-graph-green { - fill: #20C05B !important; -} - -.has-bg-graph-sky { - background-color: #19C6F4 !important; - color: find-color-invert(#19C6F4) !important; -} - -.is-graph-sky { - color: #19C6F4 !important; -} - -.fill-graph-sky { - fill: #19C6F4 !important; -} - -.has-bg-graph-blue { - background-color: #0072DF !important; - color: find-color-invert(#0072DF) !important; -} - -.is-graph-blue { - color: #0072DF !important; -} - -.fill-graph-blue { - fill: #0072DF !important; -} - -.has-bg-graph-purple { - background-color: #6E2EBF !important; - color: find-color-invert(#6E2EBF) !important; -} - -.is-graph-purple { - color: #6E2EBF !important; -} - -.fill-graph-purple { - fill: #6E2EBF !important; -} - -.has-bg-graph-violet { - background-color: #9A2EAD !important; - color: find-color-invert(#9A2EAD) !important; -} - -.is-graph-violet { - color: #9A2EAD !important; -} - -.fill-graph-violet { - fill: #9A2EAD !important; -} - -.has-bg-graph-pink { - background-color: #FF3390 !important; - color: find-color-invert(#FF3390) !important; -} - -.is-graph-pink { - color: #FF3390 !important; -} - -.fill-graph-pink { - fill: #FF3390 !important; -} - -.has-bg-red-100 { - background-color: #FFBDBD !important; - color: find-color-invert(#FFBDBD) !important; -} - -.is-red-100 { - color: #FFBDBD !important; -} - -.fill-red-100 { - fill: #FFBDBD !important; -} - -.has-bg-red-200 { - background-color: #F89494 !important; - color: find-color-invert(#F89494) !important; -} - -.is-red-200 { - color: #F89494 !important; -} - -.fill-red-200 { - fill: #F89494 !important; -} - -.has-bg-red-300 { - background-color: #F16A6A !important; - color: find-color-invert(#F16A6A) !important; -} - -.is-red-300 { - color: #F16A6A !important; -} - -.fill-red-300 { - fill: #F16A6A !important; -} - -.has-bg-red-400 { - background-color: #E94141 !important; - color: find-color-invert(#E94141) !important; -} - -.is-red-400 { - color: #E94141 !important; -} - -.fill-red-400 { - fill: #E94141 !important; -} - -.has-bg-red-500 { - background-color: #E21717 !important; - color: find-color-invert(#E21717) !important; -} - -.is-red-500 { - color: #E21717 !important; -} - -.fill-red-500 { - fill: #E21717 !important; -} - -.has-bg-red-600 { - background-color: #D01111 !important; - color: find-color-invert(#D01111) !important; -} - -.is-red-600 { - color: #D01111 !important; -} - -.fill-red-600 { - fill: #D01111 !important; -} - -.has-bg-red-700 { - background-color: #BE0C0C !important; - color: find-color-invert(#BE0C0C) !important; -} - -.is-red-700 { - color: #BE0C0C !important; -} - -.fill-red-700 { - fill: #BE0C0C !important; -} - -.has-bg-red-800 { - background-color: #AB0606 !important; - color: find-color-invert(#AB0606) !important; -} - -.is-red-800 { - color: #AB0606 !important; -} - -.fill-red-800 { - fill: #AB0606 !important; -} - -.has-bg-red-900 { - background-color: #990000 !important; - color: find-color-invert(#990000) !important; -} - -.is-red-900 { - color: #990000 !important; -} - -.fill-red-900 { - fill: #990000 !important; -} - -.has-bg-red-r100 { - background-color: #FFBDBD !important; - color: find-color-invert(#FFBDBD) !important; -} - -.is-red-r100 { - color: #FFBDBD !important; -} - -.fill-red-r100 { - fill: #FFBDBD !important; -} - -.has-bg-red-r200 { - background-color: #F16A6A !important; - color: find-color-invert(#F16A6A) !important; -} - -.is-red-r200 { - color: #F16A6A !important; -} - -.fill-red-r200 { - fill: #F16A6A !important; -} - -.has-bg-red-r300 { - background-color: #E21717 !important; - color: find-color-invert(#E21717) !important; -} - -.is-red-r300 { - color: #E21717 !important; -} - -.fill-red-r300 { - fill: #E21717 !important; -} - -.has-bg-red-r400 { - background-color: #BE0C0C !important; - color: find-color-invert(#BE0C0C) !important; -} - -.is-red-r400 { - color: #BE0C0C !important; -} - -.fill-red-r400 { - fill: #BE0C0C !important; -} - -.has-bg-red-r500 { - background-color: #990000 !important; - color: find-color-invert(#990000) !important; -} - -.is-red-r500 { - color: #990000 !important; -} - -.fill-red-r500 { - fill: #990000 !important; -} - -.has-bg-orange-100 { - background-color: #FFDCC0 !important; - color: find-color-invert(#FFDCC0) !important; -} - -.is-orange-100 { - color: #FFDCC0 !important; -} - -.fill-orange-100 { - fill: #FFDCC0 !important; -} - -.has-bg-orange-200 { - background-color: #FCC391 !important; - color: find-color-invert(#FCC391) !important; -} - -.is-orange-200 { - color: #FCC391 !important; -} - -.fill-orange-200 { - fill: #FCC391 !important; -} - -.has-bg-orange-300 { - background-color: #F8A962 !important; - color: find-color-invert(#F8A962) !important; -} - -.is-orange-300 { - color: #F8A962 !important; -} - -.fill-orange-300 { - fill: #F8A962 !important; -} - -.has-bg-orange-400 { - background-color: #F49032 !important; - color: find-color-invert(#F49032) !important; -} - -.is-orange-400 { - color: #F49032 !important; -} - -.fill-orange-400 { - fill: #F49032 !important; -} - -.has-bg-orange-500 { - background-color: #F17603 !important; - color: find-color-invert(#F17603) !important; -} - -.is-orange-500 { - color: #F17603 !important; -} - -.fill-orange-500 { - fill: #F17603 !important; -} - -.has-bg-orange-600 { - background-color: #DC6A03 !important; - color: find-color-invert(#DC6A03) !important; -} - -.is-orange-600 { - color: #DC6A03 !important; -} - -.fill-orange-600 { - fill: #DC6A03 !important; -} - -.has-bg-orange-700 { - background-color: #C85E03 !important; - color: find-color-invert(#C85E03) !important; -} - -.is-orange-700 { - color: #C85E03 !important; -} - -.fill-orange-700 { - fill: #C85E03 !important; -} - -.has-bg-orange-800 { - background-color: #B35102 !important; - color: find-color-invert(#B35102) !important; -} - -.is-orange-800 { - color: #B35102 !important; -} - -.fill-orange-800 { - fill: #B35102 !important; -} - -.has-bg-orange-900 { - background-color: #9E4502 !important; - color: find-color-invert(#9E4502) !important; -} - -.is-orange-900 { - color: #9E4502 !important; -} - -.fill-orange-900 { - fill: #9E4502 !important; -} - -.has-bg-orange-r100 { - background-color: #FFDCC0 !important; - color: find-color-invert(#FFDCC0) !important; -} - -.is-orange-r100 { - color: #FFDCC0 !important; -} - -.fill-orange-r100 { - fill: #FFDCC0 !important; -} - -.has-bg-orange-r200 { - background-color: #F8A962 !important; - color: find-color-invert(#F8A962) !important; -} - -.is-orange-r200 { - color: #F8A962 !important; -} - -.fill-orange-r200 { - fill: #F8A962 !important; -} - -.has-bg-orange-r300 { - background-color: #F17603 !important; - color: find-color-invert(#F17603) !important; -} - -.is-orange-r300 { - color: #F17603 !important; -} - -.fill-orange-r300 { - fill: #F17603 !important; -} - -.has-bg-orange-r400 { - background-color: #C85E03 !important; - color: find-color-invert(#C85E03) !important; -} - -.is-orange-r400 { - color: #C85E03 !important; -} - -.fill-orange-r400 { - fill: #C85E03 !important; -} - -.has-bg-orange-r500 { - background-color: #9E4502 !important; - color: find-color-invert(#9E4502) !important; -} - -.is-orange-r500 { - color: #9E4502 !important; -} - -.fill-orange-r500 { - fill: #9E4502 !important; -} - -.has-bg-yellow-100 { - background-color: #FFFCD2 !important; - color: find-color-invert(#FFFCD2) !important; -} - -.is-yellow-100 { - color: #FFFCD2 !important; -} - -.fill-yellow-100 { - fill: #FFFCD2 !important; -} - -.has-bg-yellow-200 { - background-color: #FFF4A9 !important; - color: find-color-invert(#FFF4A9) !important; -} - -.is-yellow-200 { - color: #FFF4A9 !important; -} - -.fill-yellow-200 { - fill: #FFF4A9 !important; -} - -.has-bg-yellow-300 { - background-color: #FFEB71 !important; - color: find-color-invert(#FFEB71) !important; -} - -.is-yellow-300 { - color: #FFEB71 !important; -} - -.fill-yellow-300 { - fill: #FFEB71 !important; -} - -.has-bg-yellow-400 { - background-color: #FEE344 !important; - color: find-color-invert(#FEE344) !important; -} - -.is-yellow-400 { - color: #FEE344 !important; -} - -.fill-yellow-400 { - fill: #FEE344 !important; -} - -.has-bg-yellow-500 { - background-color: #FED800 !important; - color: find-color-invert(#FED800) !important; -} - -.is-yellow-500 { - color: #FED800 !important; -} - -.fill-yellow-500 { - fill: #FED800 !important; -} - -.has-bg-yellow-600 { - background-color: #F7C500 !important; - color: find-color-invert(#F7C500) !important; -} - -.is-yellow-600 { - color: #F7C500 !important; -} - -.fill-yellow-600 { - fill: #F7C500 !important; -} - -.has-bg-yellow-700 { - background-color: #F0B200 !important; - color: find-color-invert(#F0B200) !important; -} - -.is-yellow-700 { - color: #F0B200 !important; -} - -.fill-yellow-700 { - fill: #F0B200 !important; -} - -.has-bg-yellow-800 { - background-color: #E99E00 !important; - color: find-color-invert(#E99E00) !important; -} - -.is-yellow-800 { - color: #E99E00 !important; -} - -.fill-yellow-800 { - fill: #E99E00 !important; -} - -.has-bg-yellow-900 { - background-color: #E28B00 !important; - color: find-color-invert(#E28B00) !important; -} - -.is-yellow-900 { - color: #E28B00 !important; -} - -.fill-yellow-900 { - fill: #E28B00 !important; -} - -.has-bg-yellow-r100 { - background-color: #FFFCD2 !important; - color: find-color-invert(#FFFCD2) !important; -} - -.is-yellow-r100 { - color: #FFFCD2 !important; -} - -.fill-yellow-r100 { - fill: #FFFCD2 !important; -} - -.has-bg-yellow-r200 { - background-color: #FFE86E !important; - color: find-color-invert(#FFE86E) !important; -} - -.is-yellow-r200 { - color: #FFE86E !important; -} - -.fill-yellow-r200 { - fill: #FFE86E !important; -} - -.has-bg-yellow-r300 { - background-color: #FED800 !important; - color: find-color-invert(#FED800) !important; -} - -.is-yellow-r300 { - color: #FED800 !important; -} - -.fill-yellow-r300 { - fill: #FED800 !important; -} - -.has-bg-yellow-r400 { - background-color: #F0B200 !important; - color: find-color-invert(#F0B200) !important; -} - -.is-yellow-r400 { - color: #F0B200 !important; -} - -.fill-yellow-r400 { - fill: #F0B200 !important; -} - -.has-bg-yellow-r500 { - background-color: #E28B00 !important; - color: find-color-invert(#E28B00) !important; -} - -.is-yellow-r500 { - color: #E28B00 !important; -} - -.fill-yellow-r500 { - fill: #E28B00 !important; -} - -.has-bg-lime-100 { - background-color: #E8FFC0 !important; - color: find-color-invert(#E8FFC0) !important; -} - -.is-lime-100 { - color: #E8FFC0 !important; -} - -.fill-lime-100 { - fill: #E8FFC0 !important; -} - -.has-bg-lime-200 { - background-color: #D0F595 !important; - color: find-color-invert(#D0F595) !important; -} - -.is-lime-200 { - color: #D0F595 !important; -} - -.fill-lime-200 { - fill: #D0F595 !important; -} - -.has-bg-lime-300 { - background-color: #B8EC69 !important; - color: find-color-invert(#B8EC69) !important; -} - -.is-lime-300 { - color: #B8EC69 !important; -} - -.fill-lime-300 { - fill: #B8EC69 !important; -} - -.has-bg-lime-400 { - background-color: #9FE23E !important; - color: find-color-invert(#9FE23E) !important; -} - -.is-lime-400 { - color: #9FE23E !important; -} - -.fill-lime-400 { - fill: #9FE23E !important; -} - -.has-bg-lime-500 { - background-color: #87D812 !important; - color: find-color-invert(#87D812) !important; -} - -.is-lime-500 { - color: #87D812 !important; -} - -.fill-lime-500 { - fill: #87D812 !important; -} - -.has-bg-lime-600 { - background-color: #7BC210 !important; - color: find-color-invert(#7BC210) !important; -} - -.is-lime-600 { - color: #7BC210 !important; -} - -.fill-lime-600 { - fill: #7BC210 !important; -} - -.has-bg-lime-700 { - background-color: #6EAC0F !important; - color: find-color-invert(#6EAC0F) !important; -} - -.is-lime-700 { - color: #6EAC0F !important; -} - -.fill-lime-700 { - fill: #6EAC0F !important; -} - -.has-bg-lime-800 { - background-color: #62950D !important; - color: find-color-invert(#62950D) !important; -} - -.is-lime-800 { - color: #62950D !important; -} - -.fill-lime-800 { - fill: #62950D !important; -} - -.has-bg-lime-900 { - background-color: #557F0B !important; - color: find-color-invert(#557F0B) !important; -} - -.is-lime-900 { - color: #557F0B !important; -} - -.fill-lime-900 { - fill: #557F0B !important; -} - -.has-bg-lime-r100 { - background-color: #E8FFC0 !important; - color: find-color-invert(#E8FFC0) !important; -} - -.is-lime-r100 { - color: #E8FFC0 !important; -} - -.fill-lime-r100 { - fill: #E8FFC0 !important; -} - -.has-bg-lime-r200 { - background-color: #B8EC69 !important; - color: find-color-invert(#B8EC69) !important; -} - -.is-lime-r200 { - color: #B8EC69 !important; -} - -.fill-lime-r200 { - fill: #B8EC69 !important; -} - -.has-bg-lime-r300 { - background-color: #87D812 !important; - color: find-color-invert(#87D812) !important; -} - -.is-lime-r300 { - color: #87D812 !important; -} - -.fill-lime-r300 { - fill: #87D812 !important; -} - -.has-bg-lime-r400 { - background-color: #6EAC0F !important; - color: find-color-invert(#6EAC0F) !important; -} - -.is-lime-r400 { - color: #6EAC0F !important; -} - -.fill-lime-r400 { - fill: #6EAC0F !important; -} - -.has-bg-lime-r500 { - background-color: #557F0B !important; - color: find-color-invert(#557F0B) !important; -} - -.is-lime-r500 { - color: #557F0B !important; -} - -.fill-lime-r500 { - fill: #557F0B !important; -} - -.has-bg-green-100 { - background-color: #D3FFD2 !important; - color: find-color-invert(#D3FFD2) !important; -} - -.is-green-100 { - color: #D3FFD2 !important; -} - -.fill-green-100 { - fill: #D3FFD2 !important; -} - -.has-bg-green-200 { - background-color: #A6EFB4 !important; - color: find-color-invert(#A6EFB4) !important; -} - -.is-green-200 { - color: #A6EFB4 !important; -} - -.fill-green-200 { - fill: #A6EFB4 !important; -} - -.has-bg-green-300 { - background-color: #7AE097 !important; - color: find-color-invert(#7AE097) !important; -} - -.is-green-300 { - color: #7AE097 !important; -} - -.fill-green-300 { - fill: #7AE097 !important; -} - -.has-bg-green-400 { - background-color: #4DD079 !important; - color: find-color-invert(#4DD079) !important; -} - -.is-green-400 { - color: #4DD079 !important; -} - -.fill-green-400 { - fill: #4DD079 !important; -} - -.has-bg-green-500 { - background-color: #20C05B !important; - color: find-color-invert(#20C05B) !important; -} - -.is-green-500 { - color: #20C05B !important; -} - -.fill-green-500 { - fill: #20C05B !important; -} - -.has-bg-green-600 { - background-color: #1DAD51 !important; - color: find-color-invert(#1DAD51) !important; -} - -.is-green-600 { - color: #1DAD51 !important; -} - -.fill-green-600 { - fill: #1DAD51 !important; -} - -.has-bg-green-700 { - background-color: #1A9947 !important; - color: find-color-invert(#1A9947) !important; -} - -.is-green-700 { - color: #1A9947 !important; -} - -.fill-green-700 { - fill: #1A9947 !important; -} - -.has-bg-green-800 { - background-color: #17863D !important; - color: find-color-invert(#17863D) !important; -} - -.is-green-800 { - color: #17863D !important; -} - -.fill-green-800 { - fill: #17863D !important; -} - -.has-bg-green-900 { - background-color: #147233 !important; - color: find-color-invert(#147233) !important; -} - -.is-green-900 { - color: #147233 !important; -} - -.fill-green-900 { - fill: #147233 !important; -} - -.has-bg-green-r100 { - background-color: #D3FFD2 !important; - color: find-color-invert(#D3FFD2) !important; -} - -.is-green-r100 { - color: #D3FFD2 !important; -} - -.fill-green-r100 { - fill: #D3FFD2 !important; -} - -.has-bg-green-r200 { - background-color: #7AE097 !important; - color: find-color-invert(#7AE097) !important; -} - -.is-green-r200 { - color: #7AE097 !important; -} - -.fill-green-r200 { - fill: #7AE097 !important; -} - -.has-bg-green-r300 { - background-color: #20C05B !important; - color: find-color-invert(#20C05B) !important; -} - -.is-green-r300 { - color: #20C05B !important; -} - -.fill-green-r300 { - fill: #20C05B !important; -} - -.has-bg-green-r400 { - background-color: #1A9947 !important; - color: find-color-invert(#1A9947) !important; -} - -.is-green-r400 { - color: #1A9947 !important; -} - -.fill-green-r400 { - fill: #1A9947 !important; -} - -.has-bg-green-r500 { - background-color: #147233 !important; - color: find-color-invert(#147233) !important; -} - -.is-green-r500 { - color: #147233 !important; -} - -.fill-green-r500 { - fill: #147233 !important; -} - -.has-bg-sky-100 { - background-color: #BEF0FC !important; - color: find-color-invert(#BEF0FC) !important; -} - -.is-sky-100 { - color: #BEF0FC !important; -} - -.fill-sky-100 { - fill: #BEF0FC !important; -} - -.has-bg-sky-200 { - background-color: #96E8FC !important; - color: find-color-invert(#96E8FC) !important; -} - -.is-sky-200 { - color: #96E8FC !important; -} - -.fill-sky-200 { - fill: #96E8FC !important; -} - -.has-bg-sky-300 { - background-color: #6DDDFA !important; - color: find-color-invert(#6DDDFA) !important; -} - -.is-sky-300 { - color: #6DDDFA !important; -} - -.fill-sky-300 { - fill: #6DDDFA !important; -} - -.has-bg-sky-400 { - background-color: #43D1F7 !important; - color: find-color-invert(#43D1F7) !important; -} - -.is-sky-400 { - color: #43D1F7 !important; -} - -.fill-sky-400 { - fill: #43D1F7 !important; -} - -.has-bg-sky-500 { - background-color: #19C6F4 !important; - color: find-color-invert(#19C6F4) !important; -} - -.is-sky-500 { - color: #19C6F4 !important; -} - -.fill-sky-500 { - fill: #19C6F4 !important; -} - -.has-bg-sky-600 { - background-color: #17AFD4 !important; - color: find-color-invert(#17AFD4) !important; -} - -.is-sky-600 { - color: #17AFD4 !important; -} - -.fill-sky-600 { - fill: #17AFD4 !important; -} - -.has-bg-sky-700 { - background-color: #1499B5 !important; - color: find-color-invert(#1499B5) !important; -} - -.is-sky-700 { - color: #1499B5 !important; -} - -.fill-sky-700 { - fill: #1499B5 !important; -} - -.has-bg-sky-800 { - background-color: #128295 !important; - color: find-color-invert(#128295) !important; -} - -.is-sky-800 { - color: #128295 !important; -} - -.fill-sky-800 { - fill: #128295 !important; -} - -.has-bg-sky-900 { - background-color: #106B75 !important; - color: find-color-invert(#106B75) !important; -} - -.is-sky-900 { - color: #106B75 !important; -} - -.fill-sky-900 { - fill: #106B75 !important; -} - -.has-bg-sky-r100 { - background-color: #C0F3FF !important; - color: find-color-invert(#C0F3FF) !important; -} - -.is-sky-r100 { - color: #C0F3FF !important; -} - -.fill-sky-r100 { - fill: #C0F3FF !important; -} - -.has-bg-sky-r200 { - background-color: #6DDDFA !important; - color: find-color-invert(#6DDDFA) !important; -} - -.is-sky-r200 { - color: #6DDDFA !important; -} - -.fill-sky-r200 { - fill: #6DDDFA !important; -} - -.has-bg-sky-r300 { - background-color: #19C6F4 !important; - color: find-color-invert(#19C6F4) !important; -} - -.is-sky-r300 { - color: #19C6F4 !important; -} - -.fill-sky-r300 { - fill: #19C6F4 !important; -} - -.has-bg-sky-r400 { - background-color: #1499B5 !important; - color: find-color-invert(#1499B5) !important; -} - -.is-sky-r400 { - color: #1499B5 !important; -} - -.fill-sky-r400 { - fill: #1499B5 !important; -} - -.has-bg-sky-r500 { - background-color: #106B75 !important; - color: find-color-invert(#106B75) !important; -} - -.is-sky-r500 { - color: #106B75 !important; -} - -.fill-sky-r500 { - fill: #106B75 !important; -} - -.has-bg-blue-100 { - background-color: #C0E3FF !important; - color: find-color-invert(#C0E3FF) !important; -} - -.is-blue-100 { - color: #C0E3FF !important; -} - -.fill-blue-100 { - fill: #C0E3FF !important; -} - -.has-bg-blue-200 { - background-color: #90C7F7 !important; - color: find-color-invert(#90C7F7) !important; -} - -.is-blue-200 { - color: #90C7F7 !important; -} - -.fill-blue-200 { - fill: #90C7F7 !important; -} - -.has-bg-blue-300 { - background-color: #60ABEF !important; - color: find-color-invert(#60ABEF) !important; -} - -.is-blue-300 { - color: #60ABEF !important; -} - -.fill-blue-300 { - fill: #60ABEF !important; -} - -.has-bg-blue-400 { - background-color: #308EE7 !important; - color: find-color-invert(#308EE7) !important; -} - -.is-blue-400 { - color: #308EE7 !important; -} - -.fill-blue-400 { - fill: #308EE7 !important; -} - -.has-bg-blue-500 { - background-color: #0072DF !important; - color: find-color-invert(#0072DF) !important; -} - -.is-blue-500 { - color: #0072DF !important; -} - -.fill-blue-500 { - fill: #0072DF !important; -} - -.has-bg-blue-600 { - background-color: #0065BF !important; - color: find-color-invert(#0065BF) !important; -} - -.is-blue-600 { - color: #0065BF !important; -} - -.fill-blue-600 { - fill: #0065BF !important; -} - -.has-bg-blue-700 { - background-color: #0058A0 !important; - color: find-color-invert(#0058A0) !important; -} - -.is-blue-700 { - color: #0058A0 !important; -} - -.fill-blue-700 { - fill: #0058A0 !important; -} - -.has-bg-blue-800 { - background-color: #004B80 !important; - color: find-color-invert(#004B80) !important; -} - -.is-blue-800 { - color: #004B80 !important; -} - -.fill-blue-800 { - fill: #004B80 !important; -} - -.has-bg-blue-900 { - background-color: #003E60 !important; - color: find-color-invert(#003E60) !important; -} - -.is-blue-900 { - color: #003E60 !important; -} - -.fill-blue-900 { - fill: #003E60 !important; -} - -.has-bg-blue-r100 { - background-color: #C0E3FF !important; - color: find-color-invert(#C0E3FF) !important; -} - -.is-blue-r100 { - color: #C0E3FF !important; -} - -.fill-blue-r100 { - fill: #C0E3FF !important; -} - -.has-bg-blue-r200 { - background-color: #60ABEF !important; - color: find-color-invert(#60ABEF) !important; -} - -.is-blue-r200 { - color: #60ABEF !important; -} - -.fill-blue-r200 { - fill: #60ABEF !important; -} - -.has-bg-blue-r300 { - background-color: #0072DF !important; - color: find-color-invert(#0072DF) !important; -} - -.is-blue-r300 { - color: #0072DF !important; -} - -.fill-blue-r300 { - fill: #0072DF !important; -} - -.has-bg-blue-r400 { - background-color: #0058A0 !important; - color: find-color-invert(#0058A0) !important; -} - -.is-blue-r400 { - color: #0058A0 !important; -} - -.fill-blue-r400 { - fill: #0058A0 !important; -} - -.has-bg-blue-r500 { - background-color: #003E60 !important; - color: find-color-invert(#003E60) !important; -} - -.is-blue-r500 { - color: #003E60 !important; -} - -.fill-blue-r500 { - fill: #003E60 !important; -} - -.has-bg-purple-100 { - background-color: #DBD0FD !important; - color: find-color-invert(#DBD0FD) !important; -} - -.is-purple-100 { - color: #DBD0FD !important; -} - -.fill-purple-100 { - fill: #DBD0FD !important; -} - -.has-bg-purple-200 { - background-color: #C8B6FF !important; - color: find-color-invert(#C8B6FF) !important; -} - -.is-purple-200 { - color: #C8B6FF !important; -} - -.fill-purple-200 { - fill: #C8B6FF !important; -} - -.has-bg-purple-300 { - background-color: #AA89EA !important; - color: find-color-invert(#AA89EA) !important; -} - -.is-purple-300 { - color: #AA89EA !important; -} - -.fill-purple-300 { - fill: #AA89EA !important; -} - -.has-bg-purple-400 { - background-color: #8C5BD4 !important; - color: find-color-invert(#8C5BD4) !important; -} - -.is-purple-400 { - color: #8C5BD4 !important; -} - -.fill-purple-400 { - fill: #8C5BD4 !important; -} - -.has-bg-purple-500 { - background-color: #6E2EBF !important; - color: find-color-invert(#6E2EBF) !important; -} - -.is-purple-500 { - color: #6E2EBF !important; -} - -.fill-purple-500 { - fill: #6E2EBF !important; -} - -.has-bg-purple-600 { - background-color: #5413A8 !important; - color: find-color-invert(#5413A8) !important; -} - -.is-purple-600 { - color: #5413A8 !important; -} - -.fill-purple-600 { - fill: #5413A8 !important; -} - -.has-bg-purple-700 { - background-color: #40008B !important; - color: find-color-invert(#40008B) !important; -} - -.is-purple-700 { - color: #40008B !important; -} - -.fill-purple-700 { - fill: #40008B !important; -} - -.has-bg-purple-800 { - background-color: #30006D !important; - color: find-color-invert(#30006D) !important; -} - -.is-purple-800 { - color: #30006D !important; -} - -.fill-purple-800 { - fill: #30006D !important; -} - -.has-bg-purple-900 { - background-color: #20004E !important; - color: find-color-invert(#20004E) !important; -} - -.is-purple-900 { - color: #20004E !important; -} - -.fill-purple-900 { - fill: #20004E !important; -} - -.has-bg-purple-r100 { - background-color: #DBD0FD !important; - color: find-color-invert(#DBD0FD) !important; -} - -.is-purple-r100 { - color: #DBD0FD !important; -} - -.fill-purple-r100 { - fill: #DBD0FD !important; -} - -.has-bg-purple-r200 { - background-color: #AA89EA !important; - color: find-color-invert(#AA89EA) !important; -} - -.is-purple-r200 { - color: #AA89EA !important; -} - -.fill-purple-r200 { - fill: #AA89EA !important; -} - -.has-bg-purple-r300 { - background-color: #6E2EBF !important; - color: find-color-invert(#6E2EBF) !important; -} - -.is-purple-r300 { - color: #6E2EBF !important; -} - -.fill-purple-r300 { - fill: #6E2EBF !important; -} - -.has-bg-purple-r400 { - background-color: #40008B !important; - color: find-color-invert(#40008B) !important; -} - -.is-purple-r400 { - color: #40008B !important; -} - -.fill-purple-r400 { - fill: #40008B !important; -} - -.has-bg-purple-r500 { - background-color: #20004E !important; - color: find-color-invert(#20004E) !important; -} - -.is-purple-r500 { - color: #20004E !important; -} - -.fill-purple-r500 { - fill: #20004E !important; -} - -.has-bg-violet-100 { - background-color: #E9B7F3 !important; - color: find-color-invert(#E9B7F3) !important; -} - -.is-violet-100 { - color: #E9B7F3 !important; -} - -.fill-violet-100 { - fill: #E9B7F3 !important; -} - -.has-bg-violet-200 { - background-color: #DE9BEB !important; - color: find-color-invert(#DE9BEB) !important; -} - -.is-violet-200 { - color: #DE9BEB !important; -} - -.fill-violet-200 { - fill: #DE9BEB !important; -} - -.has-bg-violet-300 { - background-color: #C777D6 !important; - color: find-color-invert(#C777D6) !important; -} - -.is-violet-300 { - color: #C777D6 !important; -} - -.fill-violet-300 { - fill: #C777D6 !important; -} - -.has-bg-violet-400 { - background-color: #B152C2 !important; - color: find-color-invert(#B152C2) !important; -} - -.is-violet-400 { - color: #B152C2 !important; -} - -.fill-violet-400 { - fill: #B152C2 !important; -} - -.has-bg-violet-500 { - background-color: #9A2EAD !important; - color: find-color-invert(#9A2EAD) !important; -} - -.is-violet-500 { - color: #9A2EAD !important; -} - -.fill-violet-500 { - fill: #9A2EAD !important; -} - -.has-bg-violet-600 { - background-color: #842895 !important; - color: find-color-invert(#842895) !important; -} - -.is-violet-600 { - color: #842895 !important; -} - -.fill-violet-600 { - fill: #842895 !important; -} - -.has-bg-violet-700 { - background-color: #6E227D !important; - color: find-color-invert(#6E227D) !important; -} - -.is-violet-700 { - color: #6E227D !important; -} - -.fill-violet-700 { - fill: #6E227D !important; -} - -.has-bg-violet-800 { - background-color: #571B64 !important; - color: find-color-invert(#571B64) !important; -} - -.is-violet-800 { - color: #571B64 !important; -} - -.fill-violet-800 { - fill: #571B64 !important; -} - -.has-bg-violet-900 { - background-color: #41154C !important; - color: find-color-invert(#41154C) !important; -} - -.is-violet-900 { - color: #41154C !important; -} - -.fill-violet-900 { - fill: #41154C !important; -} - -.has-bg-violet-r100 { - background-color: #E9B7F3 !important; - color: find-color-invert(#E9B7F3) !important; -} - -.is-violet-r100 { - color: #E9B7F3 !important; -} - -.fill-violet-r100 { - fill: #E9B7F3 !important; -} - -.has-bg-violet-r200 { - background-color: #C777D6 !important; - color: find-color-invert(#C777D6) !important; -} - -.is-violet-r200 { - color: #C777D6 !important; -} - -.fill-violet-r200 { - fill: #C777D6 !important; -} - -.has-bg-violet-r300 { - background-color: #9A2EAD !important; - color: find-color-invert(#9A2EAD) !important; -} - -.is-violet-r300 { - color: #9A2EAD !important; -} - -.fill-violet-r300 { - fill: #9A2EAD !important; -} - -.has-bg-violet-r400 { - background-color: #6E227D !important; - color: find-color-invert(#6E227D) !important; -} - -.is-violet-r400 { - color: #6E227D !important; -} - -.fill-violet-r400 { - fill: #6E227D !important; -} - -.has-bg-violet-r500 { - background-color: #41154C !important; - color: find-color-invert(#41154C) !important; -} - -.is-violet-r500 { - color: #41154C !important; -} - -.fill-violet-r500 { - fill: #41154C !important; -} - -.has-bg-pink-100 { - background-color: #FABCDC !important; - color: find-color-invert(#FABCDC) !important; -} - -.is-pink-100 { - color: #FABCDC !important; -} - -.fill-pink-100 { - fill: #FABCDC !important; -} - -.has-bg-pink-200 { - background-color: #FF9DCC !important; - color: find-color-invert(#FF9DCC) !important; -} - -.is-pink-200 { - color: #FF9DCC !important; -} - -.fill-pink-200 { - fill: #FF9DCC !important; -} - -.has-bg-pink-300 { - background-color: #FF7AB8 !important; - color: find-color-invert(#FF7AB8) !important; -} - -.is-pink-300 { - color: #FF7AB8 !important; -} - -.fill-pink-300 { - fill: #FF7AB8 !important; -} - -.has-bg-pink-400 { - background-color: #FF56A4 !important; - color: find-color-invert(#FF56A4) !important; -} - -.is-pink-400 { - color: #FF56A4 !important; -} - -.fill-pink-400 { - fill: #FF56A4 !important; -} - -.has-bg-pink-500 { - background-color: #FF3390 !important; - color: find-color-invert(#FF3390) !important; -} - -.is-pink-500 { - color: #FF3390 !important; -} - -.fill-pink-500 { - fill: #FF3390 !important; -} - -.has-bg-pink-600 { - background-color: #DF2D82 !important; - color: find-color-invert(#DF2D82) !important; -} - -.is-pink-600 { - color: #DF2D82 !important; -} - -.fill-pink-600 { - fill: #DF2D82 !important; -} - -.has-bg-pink-700 { - background-color: #BF2874 !important; - color: find-color-invert(#BF2874) !important; -} - -.is-pink-700 { - color: #BF2874 !important; -} - -.fill-pink-700 { - fill: #BF2874 !important; -} - -.has-bg-pink-800 { - background-color: #9F2265 !important; - color: find-color-invert(#9F2265) !important; -} - -.is-pink-800 { - color: #9F2265 !important; -} - -.fill-pink-800 { - fill: #9F2265 !important; -} - -.has-bg-pink-900 { - background-color: #7F1C57 !important; - color: find-color-invert(#7F1C57) !important; -} - -.is-pink-900 { - color: #7F1C57 !important; -} - -.fill-pink-900 { - fill: #7F1C57 !important; -} - -.has-bg-pink-r100 { - background-color: #FABCDC !important; - color: find-color-invert(#FABCDC) !important; -} - -.is-pink-r100 { - color: #FABCDC !important; -} - -.fill-pink-r100 { - fill: #FABCDC !important; -} - -.has-bg-pink-r200 { - background-color: #FF7AB8 !important; - color: find-color-invert(#FF7AB8) !important; -} - -.is-pink-r200 { - color: #FF7AB8 !important; -} - -.fill-pink-r200 { - fill: #FF7AB8 !important; -} - -.has-bg-pink-r300 { - background-color: #FF3390 !important; - color: find-color-invert(#FF3390) !important; -} - -.is-pink-r300 { - color: #FF3390 !important; -} - -.fill-pink-r300 { - fill: #FF3390 !important; -} - -.has-bg-pink-r400 { - background-color: #BF2874 !important; - color: find-color-invert(#BF2874) !important; -} - -.is-pink-r400 { - color: #BF2874 !important; -} - -.fill-pink-r400 { - fill: #BF2874 !important; -} - -.has-bg-pink-r500 { - background-color: #7F1C57 !important; - color: find-color-invert(#7F1C57) !important; -} - -.is-pink-r500 { - color: #7F1C57 !important; -} - -.fill-pink-r500 { - fill: #7F1C57 !important; -} - -.m-0 { - margin: 0px !important; -} - -.m-1 { - margin: 1px !important; -} - -.m-2 { - margin: 2px !important; -} - -.m-3 { - margin: 3px !important; -} - -.m-4 { - margin: 4px !important; -} - -.m-5 { - margin: 5px !important; -} - -.m-6 { - margin: 6px !important; -} - -.m-7 { - margin: 7px !important; -} - -.m-8 { - margin: 8px !important; -} - -.m-9 { - margin: 9px !important; -} - -.m-10 { - margin: 10px !important; -} - -.m-11 { - margin: 11px !important; -} - -.m-12 { - margin: 12px !important; -} - -.m-13 { - margin: 13px !important; -} - -.m-14 { - margin: 14px !important; -} - -.m-15 { - margin: 15px !important; -} - -.m-16 { - margin: 16px !important; -} - -.m-17 { - margin: 17px !important; -} - -.m-18 { - margin: 18px !important; -} - -.m-19 { - margin: 19px !important; -} - -.m-20 { - margin: 20px !important; -} - -.m-21 { - margin: 21px !important; -} - -.m-22 { - margin: 22px !important; -} - -.m-23 { - margin: 23px !important; -} - -.m-24 { - margin: 24px !important; -} - -.m-25 { - margin: 25px !important; -} - -.m-26 { - margin: 26px !important; -} - -.m-27 { - margin: 27px !important; -} - -.m-28 { - margin: 28px !important; -} - -.m-29 { - margin: 29px !important; -} - -.m-30 { - margin: 30px !important; -} - -.m-31 { - margin: 31px !important; -} - -.m-32 { - margin: 32px !important; -} - -.m-33 { - margin: 33px !important; -} - -.m-34 { - margin: 34px !important; -} - -.m-35 { - margin: 35px !important; -} - -.m-36 { - margin: 36px !important; -} - -.m-37 { - margin: 37px !important; -} - -.m-38 { - margin: 38px !important; -} - -.m-39 { - margin: 39px !important; -} - -.m-40 { - margin: 40px !important; -} - -.m-41 { - margin: 41px !important; -} - -.m-42 { - margin: 42px !important; -} - -.m-43 { - margin: 43px !important; -} - -.m-44 { - margin: 44px !important; -} - -.m-45 { - margin: 45px !important; -} - -.m-46 { - margin: 46px !important; -} - -.m-47 { - margin: 47px !important; -} - -.m-48 { - margin: 48px !important; -} - -.m-49 { - margin: 49px !important; -} - -.m-50 { - margin: 50px !important; -} - -.m-51 { - margin: 51px !important; -} - -.m-52 { - margin: 52px !important; -} - -.m-53 { - margin: 53px !important; -} - -.m-54 { - margin: 54px !important; -} - -.m-55 { - margin: 55px !important; -} - -.m-56 { - margin: 56px !important; -} - -.m-57 { - margin: 57px !important; -} - -.m-58 { - margin: 58px !important; -} - -.m-59 { - margin: 59px !important; -} - -.m-60 { - margin: 60px !important; -} - -.m-61 { - margin: 61px !important; -} - -.m-62 { - margin: 62px !important; -} - -.m-63 { - margin: 63px !important; -} - -.m-64 { - margin: 64px !important; -} - -.m-65 { - margin: 65px !important; -} - -.m-66 { - margin: 66px !important; -} - -.m-67 { - margin: 67px !important; -} - -.m-68 { - margin: 68px !important; -} - -.m-69 { - margin: 69px !important; -} - -.m-70 { - margin: 70px !important; -} - -.m-71 { - margin: 71px !important; -} - -.m-72 { - margin: 72px !important; -} - -.m-73 { - margin: 73px !important; -} - -.m-74 { - margin: 74px !important; -} - -.m-75 { - margin: 75px !important; -} - -.m-76 { - margin: 76px !important; -} - -.m-77 { - margin: 77px !important; -} - -.m-78 { - margin: 78px !important; -} - -.m-79 { - margin: 79px !important; -} - -.m-80 { - margin: 80px !important; -} - -.m-81 { - margin: 81px !important; -} - -.m-82 { - margin: 82px !important; -} - -.m-83 { - margin: 83px !important; -} - -.m-84 { - margin: 84px !important; -} - -.m-85 { - margin: 85px !important; -} - -.m-86 { - margin: 86px !important; -} - -.m-87 { - margin: 87px !important; -} - -.m-88 { - margin: 88px !important; -} - -.m-89 { - margin: 89px !important; -} - -.m-90 { - margin: 90px !important; -} - -.m-91 { - margin: 91px !important; -} - -.m-92 { - margin: 92px !important; -} - -.m-93 { - margin: 93px !important; -} - -.m-94 { - margin: 94px !important; -} - -.m-95 { - margin: 95px !important; -} - -.m-96 { - margin: 96px !important; -} - -.m-97 { - margin: 97px !important; -} - -.m-98 { - margin: 98px !important; -} - -.m-99 { - margin: 99px !important; -} - -.m-100 { - margin: 100px !important; -} - -.m-auto { - margin: auto; -} - -.m-t-0 { - margin-top: 0px !important; -} - -.m-t-1 { - margin-top: 1px !important; -} - -.m-t-2 { - margin-top: 2px !important; -} - -.m-t-3 { - margin-top: 3px !important; -} - -.m-t-4 { - margin-top: 4px !important; -} - -.m-t-5 { - margin-top: 5px !important; -} - -.m-t-6 { - margin-top: 6px !important; -} - -.m-t-7 { - margin-top: 7px !important; -} - -.m-t-8 { - margin-top: 8px !important; -} - -.m-t-9 { - margin-top: 9px !important; -} - -.m-t-10 { - margin-top: 10px !important; -} - -.m-t-11 { - margin-top: 11px !important; -} - -.m-t-12 { - margin-top: 12px !important; -} - -.m-t-13 { - margin-top: 13px !important; -} - -.m-t-14 { - margin-top: 14px !important; -} - -.m-t-15 { - margin-top: 15px !important; -} - -.m-t-16 { - margin-top: 16px !important; -} - -.m-t-17 { - margin-top: 17px !important; -} - -.m-t-18 { - margin-top: 18px !important; -} - -.m-t-19 { - margin-top: 19px !important; -} - -.m-t-20 { - margin-top: 20px !important; -} - -.m-t-21 { - margin-top: 21px !important; -} - -.m-t-22 { - margin-top: 22px !important; -} - -.m-t-23 { - margin-top: 23px !important; -} - -.m-t-24 { - margin-top: 24px !important; -} - -.m-t-25 { - margin-top: 25px !important; -} - -.m-t-26 { - margin-top: 26px !important; -} - -.m-t-27 { - margin-top: 27px !important; -} - -.m-t-28 { - margin-top: 28px !important; -} - -.m-t-29 { - margin-top: 29px !important; -} - -.m-t-30 { - margin-top: 30px !important; -} - -.m-t-31 { - margin-top: 31px !important; -} - -.m-t-32 { - margin-top: 32px !important; -} - -.m-t-33 { - margin-top: 33px !important; -} - -.m-t-34 { - margin-top: 34px !important; -} - -.m-t-35 { - margin-top: 35px !important; -} - -.m-t-36 { - margin-top: 36px !important; -} - -.m-t-37 { - margin-top: 37px !important; -} - -.m-t-38 { - margin-top: 38px !important; -} - -.m-t-39 { - margin-top: 39px !important; -} - -.m-t-40 { - margin-top: 40px !important; -} - -.m-t-41 { - margin-top: 41px !important; -} - -.m-t-42 { - margin-top: 42px !important; -} - -.m-t-43 { - margin-top: 43px !important; -} - -.m-t-44 { - margin-top: 44px !important; -} - -.m-t-45 { - margin-top: 45px !important; -} - -.m-t-46 { - margin-top: 46px !important; -} - -.m-t-47 { - margin-top: 47px !important; -} - -.m-t-48 { - margin-top: 48px !important; -} - -.m-t-49 { - margin-top: 49px !important; -} - -.m-t-50 { - margin-top: 50px !important; -} - -.m-t-51 { - margin-top: 51px !important; -} - -.m-t-52 { - margin-top: 52px !important; -} - -.m-t-53 { - margin-top: 53px !important; -} - -.m-t-54 { - margin-top: 54px !important; -} - -.m-t-55 { - margin-top: 55px !important; -} - -.m-t-56 { - margin-top: 56px !important; -} - -.m-t-57 { - margin-top: 57px !important; -} - -.m-t-58 { - margin-top: 58px !important; -} - -.m-t-59 { - margin-top: 59px !important; -} - -.m-t-60 { - margin-top: 60px !important; -} - -.m-t-61 { - margin-top: 61px !important; -} - -.m-t-62 { - margin-top: 62px !important; -} - -.m-t-63 { - margin-top: 63px !important; -} - -.m-t-64 { - margin-top: 64px !important; -} - -.m-t-65 { - margin-top: 65px !important; -} - -.m-t-66 { - margin-top: 66px !important; -} - -.m-t-67 { - margin-top: 67px !important; -} - -.m-t-68 { - margin-top: 68px !important; -} - -.m-t-69 { - margin-top: 69px !important; -} - -.m-t-70 { - margin-top: 70px !important; -} - -.m-t-71 { - margin-top: 71px !important; -} - -.m-t-72 { - margin-top: 72px !important; -} - -.m-t-73 { - margin-top: 73px !important; -} - -.m-t-74 { - margin-top: 74px !important; -} - -.m-t-75 { - margin-top: 75px !important; -} - -.m-t-76 { - margin-top: 76px !important; -} - -.m-t-77 { - margin-top: 77px !important; -} - -.m-t-78 { - margin-top: 78px !important; -} - -.m-t-79 { - margin-top: 79px !important; -} - -.m-t-80 { - margin-top: 80px !important; -} - -.m-t-81 { - margin-top: 81px !important; -} - -.m-t-82 { - margin-top: 82px !important; -} - -.m-t-83 { - margin-top: 83px !important; -} - -.m-t-84 { - margin-top: 84px !important; -} - -.m-t-85 { - margin-top: 85px !important; -} - -.m-t-86 { - margin-top: 86px !important; -} - -.m-t-87 { - margin-top: 87px !important; -} - -.m-t-88 { - margin-top: 88px !important; -} - -.m-t-89 { - margin-top: 89px !important; -} - -.m-t-90 { - margin-top: 90px !important; -} - -.m-t-91 { - margin-top: 91px !important; -} - -.m-t-92 { - margin-top: 92px !important; -} - -.m-t-93 { - margin-top: 93px !important; -} - -.m-t-94 { - margin-top: 94px !important; -} - -.m-t-95 { - margin-top: 95px !important; -} - -.m-t-96 { - margin-top: 96px !important; -} - -.m-t-97 { - margin-top: 97px !important; -} - -.m-t-98 { - margin-top: 98px !important; -} - -.m-t-99 { - margin-top: 99px !important; -} - -.m-t-100 { - margin-top: 100px !important; -} - -.m-r-0 { - margin-right: 0px !important; -} - -.m-r-1 { - margin-right: 1px !important; -} - -.m-r-2 { - margin-right: 2px !important; -} - -.m-r-3 { - margin-right: 3px !important; -} - -.m-r-4 { - margin-right: 4px !important; -} - -.m-r-5 { - margin-right: 5px !important; -} - -.m-r-6 { - margin-right: 6px !important; -} - -.m-r-7 { - margin-right: 7px !important; -} - -.m-r-8 { - margin-right: 8px !important; -} - -.m-r-9 { - margin-right: 9px !important; -} - -.m-r-10 { - margin-right: 10px !important; -} - -.m-r-11 { - margin-right: 11px !important; -} - -.m-r-12 { - margin-right: 12px !important; -} - -.m-r-13 { - margin-right: 13px !important; -} - -.m-r-14 { - margin-right: 14px !important; -} - -.m-r-15 { - margin-right: 15px !important; -} - -.m-r-16 { - margin-right: 16px !important; -} - -.m-r-17 { - margin-right: 17px !important; -} - -.m-r-18 { - margin-right: 18px !important; -} - -.m-r-19 { - margin-right: 19px !important; -} - -.m-r-20 { - margin-right: 20px !important; -} - -.m-r-21 { - margin-right: 21px !important; -} - -.m-r-22 { - margin-right: 22px !important; -} - -.m-r-23 { - margin-right: 23px !important; -} - -.m-r-24 { - margin-right: 24px !important; -} - -.m-r-25 { - margin-right: 25px !important; -} - -.m-r-26 { - margin-right: 26px !important; -} - -.m-r-27 { - margin-right: 27px !important; -} - -.m-r-28 { - margin-right: 28px !important; -} - -.m-r-29 { - margin-right: 29px !important; -} - -.m-r-30 { - margin-right: 30px !important; -} - -.m-r-31 { - margin-right: 31px !important; -} - -.m-r-32 { - margin-right: 32px !important; -} - -.m-r-33 { - margin-right: 33px !important; -} - -.m-r-34 { - margin-right: 34px !important; -} - -.m-r-35 { - margin-right: 35px !important; -} - -.m-r-36 { - margin-right: 36px !important; -} - -.m-r-37 { - margin-right: 37px !important; -} - -.m-r-38 { - margin-right: 38px !important; -} - -.m-r-39 { - margin-right: 39px !important; -} - -.m-r-40 { - margin-right: 40px !important; -} - -.m-r-41 { - margin-right: 41px !important; -} - -.m-r-42 { - margin-right: 42px !important; -} - -.m-r-43 { - margin-right: 43px !important; -} - -.m-r-44 { - margin-right: 44px !important; -} - -.m-r-45 { - margin-right: 45px !important; -} - -.m-r-46 { - margin-right: 46px !important; -} - -.m-r-47 { - margin-right: 47px !important; -} - -.m-r-48 { - margin-right: 48px !important; -} - -.m-r-49 { - margin-right: 49px !important; -} - -.m-r-50 { - margin-right: 50px !important; -} - -.m-r-51 { - margin-right: 51px !important; -} - -.m-r-52 { - margin-right: 52px !important; -} - -.m-r-53 { - margin-right: 53px !important; -} - -.m-r-54 { - margin-right: 54px !important; -} - -.m-r-55 { - margin-right: 55px !important; -} - -.m-r-56 { - margin-right: 56px !important; -} - -.m-r-57 { - margin-right: 57px !important; -} - -.m-r-58 { - margin-right: 58px !important; -} - -.m-r-59 { - margin-right: 59px !important; -} - -.m-r-60 { - margin-right: 60px !important; -} - -.m-r-61 { - margin-right: 61px !important; -} - -.m-r-62 { - margin-right: 62px !important; -} - -.m-r-63 { - margin-right: 63px !important; -} - -.m-r-64 { - margin-right: 64px !important; -} - -.m-r-65 { - margin-right: 65px !important; -} - -.m-r-66 { - margin-right: 66px !important; -} - -.m-r-67 { - margin-right: 67px !important; -} - -.m-r-68 { - margin-right: 68px !important; -} - -.m-r-69 { - margin-right: 69px !important; -} - -.m-r-70 { - margin-right: 70px !important; -} - -.m-r-71 { - margin-right: 71px !important; -} - -.m-r-72 { - margin-right: 72px !important; -} - -.m-r-73 { - margin-right: 73px !important; -} - -.m-r-74 { - margin-right: 74px !important; -} - -.m-r-75 { - margin-right: 75px !important; -} - -.m-r-76 { - margin-right: 76px !important; -} - -.m-r-77 { - margin-right: 77px !important; -} - -.m-r-78 { - margin-right: 78px !important; -} - -.m-r-79 { - margin-right: 79px !important; -} - -.m-r-80 { - margin-right: 80px !important; -} - -.m-r-81 { - margin-right: 81px !important; -} - -.m-r-82 { - margin-right: 82px !important; -} - -.m-r-83 { - margin-right: 83px !important; -} - -.m-r-84 { - margin-right: 84px !important; -} - -.m-r-85 { - margin-right: 85px !important; -} - -.m-r-86 { - margin-right: 86px !important; -} - -.m-r-87 { - margin-right: 87px !important; -} - -.m-r-88 { - margin-right: 88px !important; -} - -.m-r-89 { - margin-right: 89px !important; -} - -.m-r-90 { - margin-right: 90px !important; -} - -.m-r-91 { - margin-right: 91px !important; -} - -.m-r-92 { - margin-right: 92px !important; -} - -.m-r-93 { - margin-right: 93px !important; -} - -.m-r-94 { - margin-right: 94px !important; -} - -.m-r-95 { - margin-right: 95px !important; -} - -.m-r-96 { - margin-right: 96px !important; -} - -.m-r-97 { - margin-right: 97px !important; -} - -.m-r-98 { - margin-right: 98px !important; -} - -.m-r-99 { - margin-right: 99px !important; -} - -.m-r-100 { - margin-right: 100px !important; -} - -.m-b-0 { - margin-bottom: 0px !important; -} - -.m-b-1 { - margin-bottom: 1px !important; -} - -.m-b-2 { - margin-bottom: 2px !important; -} - -.m-b-3 { - margin-bottom: 3px !important; -} - -.m-b-4 { - margin-bottom: 4px !important; -} - -.m-b-5 { - margin-bottom: 5px !important; -} - -.m-b-6 { - margin-bottom: 6px !important; -} - -.m-b-7 { - margin-bottom: 7px !important; -} - -.m-b-8 { - margin-bottom: 8px !important; -} - -.m-b-9 { - margin-bottom: 9px !important; -} - -.m-b-10 { - margin-bottom: 10px !important; -} - -.m-b-11 { - margin-bottom: 11px !important; -} - -.m-b-12 { - margin-bottom: 12px !important; -} - -.m-b-13 { - margin-bottom: 13px !important; -} - -.m-b-14 { - margin-bottom: 14px !important; -} - -.m-b-15 { - margin-bottom: 15px !important; -} - -.m-b-16 { - margin-bottom: 16px !important; -} - -.m-b-17 { - margin-bottom: 17px !important; -} - -.m-b-18 { - margin-bottom: 18px !important; -} - -.m-b-19 { - margin-bottom: 19px !important; -} - -.m-b-20 { - margin-bottom: 20px !important; -} - -.m-b-21 { - margin-bottom: 21px !important; -} - -.m-b-22 { - margin-bottom: 22px !important; -} - -.m-b-23 { - margin-bottom: 23px !important; -} - -.m-b-24 { - margin-bottom: 24px !important; -} - -.m-b-25 { - margin-bottom: 25px !important; -} - -.m-b-26 { - margin-bottom: 26px !important; -} - -.m-b-27 { - margin-bottom: 27px !important; -} - -.m-b-28 { - margin-bottom: 28px !important; -} - -.m-b-29 { - margin-bottom: 29px !important; -} - -.m-b-30 { - margin-bottom: 30px !important; -} - -.m-b-31 { - margin-bottom: 31px !important; -} - -.m-b-32 { - margin-bottom: 32px !important; -} - -.m-b-33 { - margin-bottom: 33px !important; -} - -.m-b-34 { - margin-bottom: 34px !important; -} - -.m-b-35 { - margin-bottom: 35px !important; -} - -.m-b-36 { - margin-bottom: 36px !important; -} - -.m-b-37 { - margin-bottom: 37px !important; -} - -.m-b-38 { - margin-bottom: 38px !important; -} - -.m-b-39 { - margin-bottom: 39px !important; -} - -.m-b-40 { - margin-bottom: 40px !important; -} - -.m-b-41 { - margin-bottom: 41px !important; -} - -.m-b-42 { - margin-bottom: 42px !important; -} - -.m-b-43 { - margin-bottom: 43px !important; -} - -.m-b-44 { - margin-bottom: 44px !important; -} - -.m-b-45 { - margin-bottom: 45px !important; -} - -.m-b-46 { - margin-bottom: 46px !important; -} - -.m-b-47 { - margin-bottom: 47px !important; -} - -.m-b-48 { - margin-bottom: 48px !important; -} - -.m-b-49 { - margin-bottom: 49px !important; -} - -.m-b-50 { - margin-bottom: 50px !important; -} - -.m-b-51 { - margin-bottom: 51px !important; -} - -.m-b-52 { - margin-bottom: 52px !important; -} - -.m-b-53 { - margin-bottom: 53px !important; -} - -.m-b-54 { - margin-bottom: 54px !important; -} - -.m-b-55 { - margin-bottom: 55px !important; -} - -.m-b-56 { - margin-bottom: 56px !important; -} - -.m-b-57 { - margin-bottom: 57px !important; -} - -.m-b-58 { - margin-bottom: 58px !important; -} - -.m-b-59 { - margin-bottom: 59px !important; -} - -.m-b-60 { - margin-bottom: 60px !important; -} - -.m-b-61 { - margin-bottom: 61px !important; -} - -.m-b-62 { - margin-bottom: 62px !important; -} - -.m-b-63 { - margin-bottom: 63px !important; -} - -.m-b-64 { - margin-bottom: 64px !important; -} - -.m-b-65 { - margin-bottom: 65px !important; -} - -.m-b-66 { - margin-bottom: 66px !important; -} - -.m-b-67 { - margin-bottom: 67px !important; -} - -.m-b-68 { - margin-bottom: 68px !important; -} - -.m-b-69 { - margin-bottom: 69px !important; -} - -.m-b-70 { - margin-bottom: 70px !important; -} - -.m-b-71 { - margin-bottom: 71px !important; -} - -.m-b-72 { - margin-bottom: 72px !important; -} - -.m-b-73 { - margin-bottom: 73px !important; -} - -.m-b-74 { - margin-bottom: 74px !important; -} - -.m-b-75 { - margin-bottom: 75px !important; -} - -.m-b-76 { - margin-bottom: 76px !important; -} - -.m-b-77 { - margin-bottom: 77px !important; -} - -.m-b-78 { - margin-bottom: 78px !important; -} - -.m-b-79 { - margin-bottom: 79px !important; -} - -.m-b-80 { - margin-bottom: 80px !important; -} - -.m-b-81 { - margin-bottom: 81px !important; -} - -.m-b-82 { - margin-bottom: 82px !important; -} - -.m-b-83 { - margin-bottom: 83px !important; -} - -.m-b-84 { - margin-bottom: 84px !important; -} - -.m-b-85 { - margin-bottom: 85px !important; -} - -.m-b-86 { - margin-bottom: 86px !important; -} - -.m-b-87 { - margin-bottom: 87px !important; -} - -.m-b-88 { - margin-bottom: 88px !important; -} - -.m-b-89 { - margin-bottom: 89px !important; -} - -.m-b-90 { - margin-bottom: 90px !important; -} - -.m-b-91 { - margin-bottom: 91px !important; -} - -.m-b-92 { - margin-bottom: 92px !important; -} - -.m-b-93 { - margin-bottom: 93px !important; -} - -.m-b-94 { - margin-bottom: 94px !important; -} - -.m-b-95 { - margin-bottom: 95px !important; -} - -.m-b-96 { - margin-bottom: 96px !important; -} - -.m-b-97 { - margin-bottom: 97px !important; -} - -.m-b-98 { - margin-bottom: 98px !important; -} - -.m-b-99 { - margin-bottom: 99px !important; -} - -.m-b-100 { - margin-bottom: 100px !important; -} - -.m-l-0 { - margin-left: 0px !important; -} - -.m-l-1 { - margin-left: 1px !important; -} - -.m-l-2 { - margin-left: 2px !important; -} - -.m-l-3 { - margin-left: 3px !important; -} - -.m-l-4 { - margin-left: 4px !important; -} - -.m-l-5 { - margin-left: 5px !important; -} - -.m-l-6 { - margin-left: 6px !important; -} - -.m-l-7 { - margin-left: 7px !important; -} - -.m-l-8 { - margin-left: 8px !important; -} - -.m-l-9 { - margin-left: 9px !important; -} - -.m-l-10 { - margin-left: 10px !important; -} - -.m-l-11 { - margin-left: 11px !important; -} - -.m-l-12 { - margin-left: 12px !important; -} - -.m-l-13 { - margin-left: 13px !important; -} - -.m-l-14 { - margin-left: 14px !important; -} - -.m-l-15 { - margin-left: 15px !important; -} - -.m-l-16 { - margin-left: 16px !important; -} - -.m-l-17 { - margin-left: 17px !important; -} - -.m-l-18 { - margin-left: 18px !important; -} - -.m-l-19 { - margin-left: 19px !important; -} - -.m-l-20 { - margin-left: 20px !important; -} - -.m-l-21 { - margin-left: 21px !important; -} - -.m-l-22 { - margin-left: 22px !important; -} - -.m-l-23 { - margin-left: 23px !important; -} - -.m-l-24 { - margin-left: 24px !important; -} - -.m-l-25 { - margin-left: 25px !important; -} - -.m-l-26 { - margin-left: 26px !important; -} - -.m-l-27 { - margin-left: 27px !important; -} - -.m-l-28 { - margin-left: 28px !important; -} - -.m-l-29 { - margin-left: 29px !important; -} - -.m-l-30 { - margin-left: 30px !important; -} - -.m-l-31 { - margin-left: 31px !important; -} - -.m-l-32 { - margin-left: 32px !important; -} - -.m-l-33 { - margin-left: 33px !important; -} - -.m-l-34 { - margin-left: 34px !important; -} - -.m-l-35 { - margin-left: 35px !important; -} - -.m-l-36 { - margin-left: 36px !important; -} - -.m-l-37 { - margin-left: 37px !important; -} - -.m-l-38 { - margin-left: 38px !important; -} - -.m-l-39 { - margin-left: 39px !important; -} - -.m-l-40 { - margin-left: 40px !important; -} - -.m-l-41 { - margin-left: 41px !important; -} - -.m-l-42 { - margin-left: 42px !important; -} - -.m-l-43 { - margin-left: 43px !important; -} - -.m-l-44 { - margin-left: 44px !important; -} - -.m-l-45 { - margin-left: 45px !important; -} - -.m-l-46 { - margin-left: 46px !important; -} - -.m-l-47 { - margin-left: 47px !important; -} - -.m-l-48 { - margin-left: 48px !important; -} - -.m-l-49 { - margin-left: 49px !important; -} - -.m-l-50 { - margin-left: 50px !important; -} - -.m-l-51 { - margin-left: 51px !important; -} - -.m-l-52 { - margin-left: 52px !important; -} - -.m-l-53 { - margin-left: 53px !important; -} - -.m-l-54 { - margin-left: 54px !important; -} - -.m-l-55 { - margin-left: 55px !important; -} - -.m-l-56 { - margin-left: 56px !important; -} - -.m-l-57 { - margin-left: 57px !important; -} - -.m-l-58 { - margin-left: 58px !important; -} - -.m-l-59 { - margin-left: 59px !important; -} - -.m-l-60 { - margin-left: 60px !important; -} - -.m-l-61 { - margin-left: 61px !important; -} - -.m-l-62 { - margin-left: 62px !important; -} - -.m-l-63 { - margin-left: 63px !important; -} - -.m-l-64 { - margin-left: 64px !important; -} - -.m-l-65 { - margin-left: 65px !important; -} - -.m-l-66 { - margin-left: 66px !important; -} - -.m-l-67 { - margin-left: 67px !important; -} - -.m-l-68 { - margin-left: 68px !important; -} - -.m-l-69 { - margin-left: 69px !important; -} - -.m-l-70 { - margin-left: 70px !important; -} - -.m-l-71 { - margin-left: 71px !important; -} - -.m-l-72 { - margin-left: 72px !important; -} - -.m-l-73 { - margin-left: 73px !important; -} - -.m-l-74 { - margin-left: 74px !important; -} - -.m-l-75 { - margin-left: 75px !important; -} - -.m-l-76 { - margin-left: 76px !important; -} - -.m-l-77 { - margin-left: 77px !important; -} - -.m-l-78 { - margin-left: 78px !important; -} - -.m-l-79 { - margin-left: 79px !important; -} - -.m-l-80 { - margin-left: 80px !important; -} - -.m-l-81 { - margin-left: 81px !important; -} - -.m-l-82 { - margin-left: 82px !important; -} - -.m-l-83 { - margin-left: 83px !important; -} - -.m-l-84 { - margin-left: 84px !important; -} - -.m-l-85 { - margin-left: 85px !important; -} - -.m-l-86 { - margin-left: 86px !important; -} - -.m-l-87 { - margin-left: 87px !important; -} - -.m-l-88 { - margin-left: 88px !important; -} - -.m-l-89 { - margin-left: 89px !important; -} - -.m-l-90 { - margin-left: 90px !important; -} - -.m-l-91 { - margin-left: 91px !important; -} - -.m-l-92 { - margin-left: 92px !important; -} - -.m-l-93 { - margin-left: 93px !important; -} - -.m-l-94 { - margin-left: 94px !important; -} - -.m-l-95 { - margin-left: 95px !important; -} - -.m-l-96 { - margin-left: 96px !important; -} - -.m-l-97 { - margin-left: 97px !important; -} - -.m-l-98 { - margin-left: 98px !important; -} - -.m-l-99 { - margin-left: 99px !important; -} - -.m-l-100 { - margin-left: 100px !important; -} - -.m-x-0 { - margin-left: 0px !important; - margin-right: 0px !important; -} - -.m-x-1 { - margin-left: 1px !important; - margin-right: 1px !important; -} - -.m-x-2 { - margin-left: 2px !important; - margin-right: 2px !important; -} - -.m-x-3 { - margin-left: 3px !important; - margin-right: 3px !important; -} - -.m-x-4 { - margin-left: 4px !important; - margin-right: 4px !important; -} - -.m-x-5 { - margin-left: 5px !important; - margin-right: 5px !important; -} - -.m-x-6 { - margin-left: 6px !important; - margin-right: 6px !important; -} - -.m-x-7 { - margin-left: 7px !important; - margin-right: 7px !important; -} - -.m-x-8 { - margin-left: 8px !important; - margin-right: 8px !important; -} - -.m-x-9 { - margin-left: 9px !important; - margin-right: 9px !important; -} - -.m-x-10 { - margin-left: 10px !important; - margin-right: 10px !important; -} - -.m-x-11 { - margin-left: 11px !important; - margin-right: 11px !important; -} - -.m-x-12 { - margin-left: 12px !important; - margin-right: 12px !important; -} - -.m-x-13 { - margin-left: 13px !important; - margin-right: 13px !important; -} - -.m-x-14 { - margin-left: 14px !important; - margin-right: 14px !important; -} - -.m-x-15 { - margin-left: 15px !important; - margin-right: 15px !important; -} - -.m-x-16 { - margin-left: 16px !important; - margin-right: 16px !important; -} - -.m-x-17 { - margin-left: 17px !important; - margin-right: 17px !important; -} - -.m-x-18 { - margin-left: 18px !important; - margin-right: 18px !important; -} - -.m-x-19 { - margin-left: 19px !important; - margin-right: 19px !important; -} - -.m-x-20 { - margin-left: 20px !important; - margin-right: 20px !important; -} - -.m-x-21 { - margin-left: 21px !important; - margin-right: 21px !important; -} - -.m-x-22 { - margin-left: 22px !important; - margin-right: 22px !important; -} - -.m-x-23 { - margin-left: 23px !important; - margin-right: 23px !important; -} - -.m-x-24 { - margin-left: 24px !important; - margin-right: 24px !important; -} - -.m-x-25 { - margin-left: 25px !important; - margin-right: 25px !important; -} - -.m-x-26 { - margin-left: 26px !important; - margin-right: 26px !important; -} - -.m-x-27 { - margin-left: 27px !important; - margin-right: 27px !important; -} - -.m-x-28 { - margin-left: 28px !important; - margin-right: 28px !important; -} - -.m-x-29 { - margin-left: 29px !important; - margin-right: 29px !important; -} - -.m-x-30 { - margin-left: 30px !important; - margin-right: 30px !important; -} - -.m-x-31 { - margin-left: 31px !important; - margin-right: 31px !important; -} - -.m-x-32 { - margin-left: 32px !important; - margin-right: 32px !important; -} - -.m-x-33 { - margin-left: 33px !important; - margin-right: 33px !important; -} - -.m-x-34 { - margin-left: 34px !important; - margin-right: 34px !important; -} - -.m-x-35 { - margin-left: 35px !important; - margin-right: 35px !important; -} - -.m-x-36 { - margin-left: 36px !important; - margin-right: 36px !important; -} - -.m-x-37 { - margin-left: 37px !important; - margin-right: 37px !important; -} - -.m-x-38 { - margin-left: 38px !important; - margin-right: 38px !important; -} - -.m-x-39 { - margin-left: 39px !important; - margin-right: 39px !important; -} - -.m-x-40 { - margin-left: 40px !important; - margin-right: 40px !important; -} - -.m-x-41 { - margin-left: 41px !important; - margin-right: 41px !important; -} - -.m-x-42 { - margin-left: 42px !important; - margin-right: 42px !important; -} - -.m-x-43 { - margin-left: 43px !important; - margin-right: 43px !important; -} - -.m-x-44 { - margin-left: 44px !important; - margin-right: 44px !important; -} - -.m-x-45 { - margin-left: 45px !important; - margin-right: 45px !important; -} - -.m-x-46 { - margin-left: 46px !important; - margin-right: 46px !important; -} - -.m-x-47 { - margin-left: 47px !important; - margin-right: 47px !important; -} - -.m-x-48 { - margin-left: 48px !important; - margin-right: 48px !important; -} - -.m-x-49 { - margin-left: 49px !important; - margin-right: 49px !important; -} - -.m-x-50 { - margin-left: 50px !important; - margin-right: 50px !important; -} - -.m-x-51 { - margin-left: 51px !important; - margin-right: 51px !important; -} - -.m-x-52 { - margin-left: 52px !important; - margin-right: 52px !important; -} - -.m-x-53 { - margin-left: 53px !important; - margin-right: 53px !important; -} - -.m-x-54 { - margin-left: 54px !important; - margin-right: 54px !important; -} - -.m-x-55 { - margin-left: 55px !important; - margin-right: 55px !important; -} - -.m-x-56 { - margin-left: 56px !important; - margin-right: 56px !important; -} - -.m-x-57 { - margin-left: 57px !important; - margin-right: 57px !important; -} - -.m-x-58 { - margin-left: 58px !important; - margin-right: 58px !important; -} - -.m-x-59 { - margin-left: 59px !important; - margin-right: 59px !important; -} - -.m-x-60 { - margin-left: 60px !important; - margin-right: 60px !important; -} - -.m-x-61 { - margin-left: 61px !important; - margin-right: 61px !important; -} - -.m-x-62 { - margin-left: 62px !important; - margin-right: 62px !important; -} - -.m-x-63 { - margin-left: 63px !important; - margin-right: 63px !important; -} - -.m-x-64 { - margin-left: 64px !important; - margin-right: 64px !important; -} - -.m-x-65 { - margin-left: 65px !important; - margin-right: 65px !important; -} - -.m-x-66 { - margin-left: 66px !important; - margin-right: 66px !important; -} - -.m-x-67 { - margin-left: 67px !important; - margin-right: 67px !important; -} - -.m-x-68 { - margin-left: 68px !important; - margin-right: 68px !important; -} - -.m-x-69 { - margin-left: 69px !important; - margin-right: 69px !important; -} - -.m-x-70 { - margin-left: 70px !important; - margin-right: 70px !important; -} - -.m-x-71 { - margin-left: 71px !important; - margin-right: 71px !important; -} - -.m-x-72 { - margin-left: 72px !important; - margin-right: 72px !important; -} - -.m-x-73 { - margin-left: 73px !important; - margin-right: 73px !important; -} - -.m-x-74 { - margin-left: 74px !important; - margin-right: 74px !important; -} - -.m-x-75 { - margin-left: 75px !important; - margin-right: 75px !important; -} - -.m-x-76 { - margin-left: 76px !important; - margin-right: 76px !important; -} - -.m-x-77 { - margin-left: 77px !important; - margin-right: 77px !important; -} - -.m-x-78 { - margin-left: 78px !important; - margin-right: 78px !important; -} - -.m-x-79 { - margin-left: 79px !important; - margin-right: 79px !important; -} - -.m-x-80 { - margin-left: 80px !important; - margin-right: 80px !important; -} - -.m-x-81 { - margin-left: 81px !important; - margin-right: 81px !important; -} - -.m-x-82 { - margin-left: 82px !important; - margin-right: 82px !important; -} - -.m-x-83 { - margin-left: 83px !important; - margin-right: 83px !important; -} - -.m-x-84 { - margin-left: 84px !important; - margin-right: 84px !important; -} - -.m-x-85 { - margin-left: 85px !important; - margin-right: 85px !important; -} - -.m-x-86 { - margin-left: 86px !important; - margin-right: 86px !important; -} - -.m-x-87 { - margin-left: 87px !important; - margin-right: 87px !important; -} - -.m-x-88 { - margin-left: 88px !important; - margin-right: 88px !important; -} - -.m-x-89 { - margin-left: 89px !important; - margin-right: 89px !important; -} - -.m-x-90 { - margin-left: 90px !important; - margin-right: 90px !important; -} - -.m-x-91 { - margin-left: 91px !important; - margin-right: 91px !important; -} - -.m-x-92 { - margin-left: 92px !important; - margin-right: 92px !important; -} - -.m-x-93 { - margin-left: 93px !important; - margin-right: 93px !important; -} - -.m-x-94 { - margin-left: 94px !important; - margin-right: 94px !important; -} - -.m-x-95 { - margin-left: 95px !important; - margin-right: 95px !important; -} - -.m-x-96 { - margin-left: 96px !important; - margin-right: 96px !important; -} - -.m-x-97 { - margin-left: 97px !important; - margin-right: 97px !important; -} - -.m-x-98 { - margin-left: 98px !important; - margin-right: 98px !important; -} - -.m-x-99 { - margin-left: 99px !important; - margin-right: 99px !important; -} - -.m-x-100 { - margin-left: 100px !important; - margin-right: 100px !important; -} - -.m-y-0 { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - -.m-y-1 { - margin-top: 1px !important; - margin-bottom: 1px !important; -} - -.m-y-2 { - margin-top: 2px !important; - margin-bottom: 2px !important; -} - -.m-y-3 { - margin-top: 3px !important; - margin-bottom: 3px !important; -} - -.m-y-4 { - margin-top: 4px !important; - margin-bottom: 4px !important; -} - -.m-y-5 { - margin-top: 5px !important; - margin-bottom: 5px !important; -} - -.m-y-6 { - margin-top: 6px !important; - margin-bottom: 6px !important; -} - -.m-y-7 { - margin-top: 7px !important; - margin-bottom: 7px !important; -} - -.m-y-8 { - margin-top: 8px !important; - margin-bottom: 8px !important; -} - -.m-y-9 { - margin-top: 9px !important; - margin-bottom: 9px !important; -} - -.m-y-10 { - margin-top: 10px !important; - margin-bottom: 10px !important; -} - -.m-y-11 { - margin-top: 11px !important; - margin-bottom: 11px !important; -} - -.m-y-12 { - margin-top: 12px !important; - margin-bottom: 12px !important; -} - -.m-y-13 { - margin-top: 13px !important; - margin-bottom: 13px !important; -} - -.m-y-14 { - margin-top: 14px !important; - margin-bottom: 14px !important; -} - -.m-y-15 { - margin-top: 15px !important; - margin-bottom: 15px !important; -} - -.m-y-16 { - margin-top: 16px !important; - margin-bottom: 16px !important; -} - -.m-y-17 { - margin-top: 17px !important; - margin-bottom: 17px !important; -} - -.m-y-18 { - margin-top: 18px !important; - margin-bottom: 18px !important; -} - -.m-y-19 { - margin-top: 19px !important; - margin-bottom: 19px !important; -} - -.m-y-20 { - margin-top: 20px !important; - margin-bottom: 20px !important; -} - -.m-y-21 { - margin-top: 21px !important; - margin-bottom: 21px !important; -} - -.m-y-22 { - margin-top: 22px !important; - margin-bottom: 22px !important; -} - -.m-y-23 { - margin-top: 23px !important; - margin-bottom: 23px !important; -} - -.m-y-24 { - margin-top: 24px !important; - margin-bottom: 24px !important; -} - -.m-y-25 { - margin-top: 25px !important; - margin-bottom: 25px !important; -} - -.m-y-26 { - margin-top: 26px !important; - margin-bottom: 26px !important; -} - -.m-y-27 { - margin-top: 27px !important; - margin-bottom: 27px !important; -} - -.m-y-28 { - margin-top: 28px !important; - margin-bottom: 28px !important; -} - -.m-y-29 { - margin-top: 29px !important; - margin-bottom: 29px !important; -} - -.m-y-30 { - margin-top: 30px !important; - margin-bottom: 30px !important; -} - -.m-y-31 { - margin-top: 31px !important; - margin-bottom: 31px !important; -} - -.m-y-32 { - margin-top: 32px !important; - margin-bottom: 32px !important; -} - -.m-y-33 { - margin-top: 33px !important; - margin-bottom: 33px !important; -} - -.m-y-34 { - margin-top: 34px !important; - margin-bottom: 34px !important; -} - -.m-y-35 { - margin-top: 35px !important; - margin-bottom: 35px !important; -} - -.m-y-36 { - margin-top: 36px !important; - margin-bottom: 36px !important; -} - -.m-y-37 { - margin-top: 37px !important; - margin-bottom: 37px !important; -} - -.m-y-38 { - margin-top: 38px !important; - margin-bottom: 38px !important; -} - -.m-y-39 { - margin-top: 39px !important; - margin-bottom: 39px !important; -} - -.m-y-40 { - margin-top: 40px !important; - margin-bottom: 40px !important; -} - -.m-y-41 { - margin-top: 41px !important; - margin-bottom: 41px !important; -} - -.m-y-42 { - margin-top: 42px !important; - margin-bottom: 42px !important; -} - -.m-y-43 { - margin-top: 43px !important; - margin-bottom: 43px !important; -} - -.m-y-44 { - margin-top: 44px !important; - margin-bottom: 44px !important; -} - -.m-y-45 { - margin-top: 45px !important; - margin-bottom: 45px !important; -} - -.m-y-46 { - margin-top: 46px !important; - margin-bottom: 46px !important; -} - -.m-y-47 { - margin-top: 47px !important; - margin-bottom: 47px !important; -} - -.m-y-48 { - margin-top: 48px !important; - margin-bottom: 48px !important; -} - -.m-y-49 { - margin-top: 49px !important; - margin-bottom: 49px !important; -} - -.m-y-50 { - margin-top: 50px !important; - margin-bottom: 50px !important; -} - -.m-y-51 { - margin-top: 51px !important; - margin-bottom: 51px !important; -} - -.m-y-52 { - margin-top: 52px !important; - margin-bottom: 52px !important; -} - -.m-y-53 { - margin-top: 53px !important; - margin-bottom: 53px !important; -} - -.m-y-54 { - margin-top: 54px !important; - margin-bottom: 54px !important; -} - -.m-y-55 { - margin-top: 55px !important; - margin-bottom: 55px !important; -} - -.m-y-56 { - margin-top: 56px !important; - margin-bottom: 56px !important; -} - -.m-y-57 { - margin-top: 57px !important; - margin-bottom: 57px !important; -} - -.m-y-58 { - margin-top: 58px !important; - margin-bottom: 58px !important; -} - -.m-y-59 { - margin-top: 59px !important; - margin-bottom: 59px !important; -} - -.m-y-60 { - margin-top: 60px !important; - margin-bottom: 60px !important; -} - -.m-y-61 { - margin-top: 61px !important; - margin-bottom: 61px !important; -} - -.m-y-62 { - margin-top: 62px !important; - margin-bottom: 62px !important; -} - -.m-y-63 { - margin-top: 63px !important; - margin-bottom: 63px !important; -} - -.m-y-64 { - margin-top: 64px !important; - margin-bottom: 64px !important; -} - -.m-y-65 { - margin-top: 65px !important; - margin-bottom: 65px !important; -} - -.m-y-66 { - margin-top: 66px !important; - margin-bottom: 66px !important; -} - -.m-y-67 { - margin-top: 67px !important; - margin-bottom: 67px !important; -} - -.m-y-68 { - margin-top: 68px !important; - margin-bottom: 68px !important; -} - -.m-y-69 { - margin-top: 69px !important; - margin-bottom: 69px !important; -} - -.m-y-70 { - margin-top: 70px !important; - margin-bottom: 70px !important; -} - -.m-y-71 { - margin-top: 71px !important; - margin-bottom: 71px !important; -} - -.m-y-72 { - margin-top: 72px !important; - margin-bottom: 72px !important; -} - -.m-y-73 { - margin-top: 73px !important; - margin-bottom: 73px !important; -} - -.m-y-74 { - margin-top: 74px !important; - margin-bottom: 74px !important; -} - -.m-y-75 { - margin-top: 75px !important; - margin-bottom: 75px !important; -} - -.m-y-76 { - margin-top: 76px !important; - margin-bottom: 76px !important; -} - -.m-y-77 { - margin-top: 77px !important; - margin-bottom: 77px !important; -} - -.m-y-78 { - margin-top: 78px !important; - margin-bottom: 78px !important; -} - -.m-y-79 { - margin-top: 79px !important; - margin-bottom: 79px !important; -} - -.m-y-80 { - margin-top: 80px !important; - margin-bottom: 80px !important; -} - -.m-y-81 { - margin-top: 81px !important; - margin-bottom: 81px !important; -} - -.m-y-82 { - margin-top: 82px !important; - margin-bottom: 82px !important; -} - -.m-y-83 { - margin-top: 83px !important; - margin-bottom: 83px !important; -} - -.m-y-84 { - margin-top: 84px !important; - margin-bottom: 84px !important; -} - -.m-y-85 { - margin-top: 85px !important; - margin-bottom: 85px !important; -} - -.m-y-86 { - margin-top: 86px !important; - margin-bottom: 86px !important; -} - -.m-y-87 { - margin-top: 87px !important; - margin-bottom: 87px !important; -} - -.m-y-88 { - margin-top: 88px !important; - margin-bottom: 88px !important; -} - -.m-y-89 { - margin-top: 89px !important; - margin-bottom: 89px !important; -} - -.m-y-90 { - margin-top: 90px !important; - margin-bottom: 90px !important; -} - -.m-y-91 { - margin-top: 91px !important; - margin-bottom: 91px !important; -} - -.m-y-92 { - margin-top: 92px !important; - margin-bottom: 92px !important; -} - -.m-y-93 { - margin-top: 93px !important; - margin-bottom: 93px !important; -} - -.m-y-94 { - margin-top: 94px !important; - margin-bottom: 94px !important; -} - -.m-y-95 { - margin-top: 95px !important; - margin-bottom: 95px !important; -} - -.m-y-96 { - margin-top: 96px !important; - margin-bottom: 96px !important; -} - -.m-y-97 { - margin-top: 97px !important; - margin-bottom: 97px !important; -} - -.m-y-98 { - margin-top: 98px !important; - margin-bottom: 98px !important; -} - -.m-y-99 { - margin-top: 99px !important; - margin-bottom: 99px !important; -} - -.m-y-100 { - margin-top: 100px !important; - margin-bottom: 100px !important; -} - -.p-0 { - padding: 0px !important; -} - -.p-1 { - padding: 1px !important; -} - -.p-2 { - padding: 2px !important; -} - -.p-3 { - padding: 3px !important; -} - -.p-4 { - padding: 4px !important; -} - -.p-5 { - padding: 5px !important; -} - -.p-6 { - padding: 6px !important; -} - -.p-7 { - padding: 7px !important; -} - -.p-8 { - padding: 8px !important; -} - -.p-9 { - padding: 9px !important; -} - -.p-10 { - padding: 10px !important; -} - -.p-11 { - padding: 11px !important; -} - -.p-12 { - padding: 12px !important; -} - -.p-13 { - padding: 13px !important; -} - -.p-14 { - padding: 14px !important; -} - -.p-15 { - padding: 15px !important; -} - -.p-16 { - padding: 16px !important; -} - -.p-17 { - padding: 17px !important; -} - -.p-18 { - padding: 18px !important; -} - -.p-19 { - padding: 19px !important; -} - -.p-20 { - padding: 20px !important; -} - -.p-21 { - padding: 21px !important; -} - -.p-22 { - padding: 22px !important; -} - -.p-23 { - padding: 23px !important; -} - -.p-24 { - padding: 24px !important; -} - -.p-25 { - padding: 25px !important; -} - -.p-26 { - padding: 26px !important; -} - -.p-27 { - padding: 27px !important; -} - -.p-28 { - padding: 28px !important; -} - -.p-29 { - padding: 29px !important; -} - -.p-30 { - padding: 30px !important; -} - -.p-31 { - padding: 31px !important; -} - -.p-32 { - padding: 32px !important; -} - -.p-33 { - padding: 33px !important; -} - -.p-34 { - padding: 34px !important; -} - -.p-35 { - padding: 35px !important; -} - -.p-36 { - padding: 36px !important; -} - -.p-37 { - padding: 37px !important; -} - -.p-38 { - padding: 38px !important; -} - -.p-39 { - padding: 39px !important; -} - -.p-40 { - padding: 40px !important; -} - -.p-41 { - padding: 41px !important; -} - -.p-42 { - padding: 42px !important; -} - -.p-43 { - padding: 43px !important; -} - -.p-44 { - padding: 44px !important; -} - -.p-45 { - padding: 45px !important; -} - -.p-46 { - padding: 46px !important; -} - -.p-47 { - padding: 47px !important; -} - -.p-48 { - padding: 48px !important; -} - -.p-49 { - padding: 49px !important; -} - -.p-50 { - padding: 50px !important; -} - -.p-51 { - padding: 51px !important; -} - -.p-52 { - padding: 52px !important; -} - -.p-53 { - padding: 53px !important; -} - -.p-54 { - padding: 54px !important; -} - -.p-55 { - padding: 55px !important; -} - -.p-56 { - padding: 56px !important; -} - -.p-57 { - padding: 57px !important; -} - -.p-58 { - padding: 58px !important; -} - -.p-59 { - padding: 59px !important; -} - -.p-60 { - padding: 60px !important; -} - -.p-61 { - padding: 61px !important; -} - -.p-62 { - padding: 62px !important; -} - -.p-63 { - padding: 63px !important; -} - -.p-64 { - padding: 64px !important; -} - -.p-65 { - padding: 65px !important; -} - -.p-66 { - padding: 66px !important; -} - -.p-67 { - padding: 67px !important; -} - -.p-68 { - padding: 68px !important; -} - -.p-69 { - padding: 69px !important; -} - -.p-70 { - padding: 70px !important; -} - -.p-71 { - padding: 71px !important; -} - -.p-72 { - padding: 72px !important; -} - -.p-73 { - padding: 73px !important; -} - -.p-74 { - padding: 74px !important; -} - -.p-75 { - padding: 75px !important; -} - -.p-76 { - padding: 76px !important; -} - -.p-77 { - padding: 77px !important; -} - -.p-78 { - padding: 78px !important; -} - -.p-79 { - padding: 79px !important; -} - -.p-80 { - padding: 80px !important; -} - -.p-81 { - padding: 81px !important; -} - -.p-82 { - padding: 82px !important; -} - -.p-83 { - padding: 83px !important; -} - -.p-84 { - padding: 84px !important; -} - -.p-85 { - padding: 85px !important; -} - -.p-86 { - padding: 86px !important; -} - -.p-87 { - padding: 87px !important; -} - -.p-88 { - padding: 88px !important; -} - -.p-89 { - padding: 89px !important; -} - -.p-90 { - padding: 90px !important; -} - -.p-91 { - padding: 91px !important; -} - -.p-92 { - padding: 92px !important; -} - -.p-93 { - padding: 93px !important; -} - -.p-94 { - padding: 94px !important; -} - -.p-95 { - padding: 95px !important; -} - -.p-96 { - padding: 96px !important; -} - -.p-97 { - padding: 97px !important; -} - -.p-98 { - padding: 98px !important; -} - -.p-99 { - padding: 99px !important; -} - -.p-100 { - padding: 100px !important; -} - -.p-t-0 { - padding-top: 0px !important; -} - -.p-t-1 { - padding-top: 1px !important; -} - -.p-t-2 { - padding-top: 2px !important; -} - -.p-t-3 { - padding-top: 3px !important; -} - -.p-t-4 { - padding-top: 4px !important; -} - -.p-t-5 { - padding-top: 5px !important; -} - -.p-t-6 { - padding-top: 6px !important; -} - -.p-t-7 { - padding-top: 7px !important; -} - -.p-t-8 { - padding-top: 8px !important; -} - -.p-t-9 { - padding-top: 9px !important; -} - -.p-t-10 { - padding-top: 10px !important; -} - -.p-t-11 { - padding-top: 11px !important; -} - -.p-t-12 { - padding-top: 12px !important; -} - -.p-t-13 { - padding-top: 13px !important; -} - -.p-t-14 { - padding-top: 14px !important; -} - -.p-t-15 { - padding-top: 15px !important; -} - -.p-t-16 { - padding-top: 16px !important; -} - -.p-t-17 { - padding-top: 17px !important; -} - -.p-t-18 { - padding-top: 18px !important; -} - -.p-t-19 { - padding-top: 19px !important; -} - -.p-t-20 { - padding-top: 20px !important; -} - -.p-t-21 { - padding-top: 21px !important; -} - -.p-t-22 { - padding-top: 22px !important; -} - -.p-t-23 { - padding-top: 23px !important; -} - -.p-t-24 { - padding-top: 24px !important; -} - -.p-t-25 { - padding-top: 25px !important; -} - -.p-t-26 { - padding-top: 26px !important; -} - -.p-t-27 { - padding-top: 27px !important; -} - -.p-t-28 { - padding-top: 28px !important; -} - -.p-t-29 { - padding-top: 29px !important; -} - -.p-t-30 { - padding-top: 30px !important; -} - -.p-t-31 { - padding-top: 31px !important; -} - -.p-t-32 { - padding-top: 32px !important; -} - -.p-t-33 { - padding-top: 33px !important; -} - -.p-t-34 { - padding-top: 34px !important; -} - -.p-t-35 { - padding-top: 35px !important; -} - -.p-t-36 { - padding-top: 36px !important; -} - -.p-t-37 { - padding-top: 37px !important; -} - -.p-t-38 { - padding-top: 38px !important; -} - -.p-t-39 { - padding-top: 39px !important; -} - -.p-t-40 { - padding-top: 40px !important; -} - -.p-t-41 { - padding-top: 41px !important; -} - -.p-t-42 { - padding-top: 42px !important; -} - -.p-t-43 { - padding-top: 43px !important; -} - -.p-t-44 { - padding-top: 44px !important; -} - -.p-t-45 { - padding-top: 45px !important; -} - -.p-t-46 { - padding-top: 46px !important; -} - -.p-t-47 { - padding-top: 47px !important; -} - -.p-t-48 { - padding-top: 48px !important; -} - -.p-t-49 { - padding-top: 49px !important; -} - -.p-t-50 { - padding-top: 50px !important; -} - -.p-t-51 { - padding-top: 51px !important; -} - -.p-t-52 { - padding-top: 52px !important; -} - -.p-t-53 { - padding-top: 53px !important; -} - -.p-t-54 { - padding-top: 54px !important; -} - -.p-t-55 { - padding-top: 55px !important; -} - -.p-t-56 { - padding-top: 56px !important; -} - -.p-t-57 { - padding-top: 57px !important; -} - -.p-t-58 { - padding-top: 58px !important; -} - -.p-t-59 { - padding-top: 59px !important; -} - -.p-t-60 { - padding-top: 60px !important; -} - -.p-t-61 { - padding-top: 61px !important; -} - -.p-t-62 { - padding-top: 62px !important; -} - -.p-t-63 { - padding-top: 63px !important; -} - -.p-t-64 { - padding-top: 64px !important; -} - -.p-t-65 { - padding-top: 65px !important; -} - -.p-t-66 { - padding-top: 66px !important; -} - -.p-t-67 { - padding-top: 67px !important; -} - -.p-t-68 { - padding-top: 68px !important; -} - -.p-t-69 { - padding-top: 69px !important; -} - -.p-t-70 { - padding-top: 70px !important; -} - -.p-t-71 { - padding-top: 71px !important; -} - -.p-t-72 { - padding-top: 72px !important; -} - -.p-t-73 { - padding-top: 73px !important; -} - -.p-t-74 { - padding-top: 74px !important; -} - -.p-t-75 { - padding-top: 75px !important; -} - -.p-t-76 { - padding-top: 76px !important; -} - -.p-t-77 { - padding-top: 77px !important; -} - -.p-t-78 { - padding-top: 78px !important; -} - -.p-t-79 { - padding-top: 79px !important; -} - -.p-t-80 { - padding-top: 80px !important; -} - -.p-t-81 { - padding-top: 81px !important; -} - -.p-t-82 { - padding-top: 82px !important; -} - -.p-t-83 { - padding-top: 83px !important; -} - -.p-t-84 { - padding-top: 84px !important; -} - -.p-t-85 { - padding-top: 85px !important; -} - -.p-t-86 { - padding-top: 86px !important; -} - -.p-t-87 { - padding-top: 87px !important; -} - -.p-t-88 { - padding-top: 88px !important; -} - -.p-t-89 { - padding-top: 89px !important; -} - -.p-t-90 { - padding-top: 90px !important; -} - -.p-t-91 { - padding-top: 91px !important; -} - -.p-t-92 { - padding-top: 92px !important; -} - -.p-t-93 { - padding-top: 93px !important; -} - -.p-t-94 { - padding-top: 94px !important; -} - -.p-t-95 { - padding-top: 95px !important; -} - -.p-t-96 { - padding-top: 96px !important; -} - -.p-t-97 { - padding-top: 97px !important; -} - -.p-t-98 { - padding-top: 98px !important; -} - -.p-t-99 { - padding-top: 99px !important; -} - -.p-t-100 { - padding-top: 100px !important; -} - -.p-r-0 { - padding-right: 0px !important; -} - -.p-r-1 { - padding-right: 1px !important; -} - -.p-r-2 { - padding-right: 2px !important; -} - -.p-r-3 { - padding-right: 3px !important; -} - -.p-r-4 { - padding-right: 4px !important; -} - -.p-r-5 { - padding-right: 5px !important; -} - -.p-r-6 { - padding-right: 6px !important; -} - -.p-r-7 { - padding-right: 7px !important; -} - -.p-r-8 { - padding-right: 8px !important; -} - -.p-r-9 { - padding-right: 9px !important; -} - -.p-r-10 { - padding-right: 10px !important; -} - -.p-r-11 { - padding-right: 11px !important; -} - -.p-r-12 { - padding-right: 12px !important; -} - -.p-r-13 { - padding-right: 13px !important; -} - -.p-r-14 { - padding-right: 14px !important; -} - -.p-r-15 { - padding-right: 15px !important; -} - -.p-r-16 { - padding-right: 16px !important; -} - -.p-r-17 { - padding-right: 17px !important; -} - -.p-r-18 { - padding-right: 18px !important; -} - -.p-r-19 { - padding-right: 19px !important; -} - -.p-r-20 { - padding-right: 20px !important; -} - -.p-r-21 { - padding-right: 21px !important; -} - -.p-r-22 { - padding-right: 22px !important; -} - -.p-r-23 { - padding-right: 23px !important; -} - -.p-r-24 { - padding-right: 24px !important; -} - -.p-r-25 { - padding-right: 25px !important; -} - -.p-r-26 { - padding-right: 26px !important; -} - -.p-r-27 { - padding-right: 27px !important; -} - -.p-r-28 { - padding-right: 28px !important; -} - -.p-r-29 { - padding-right: 29px !important; -} - -.p-r-30 { - padding-right: 30px !important; -} - -.p-r-31 { - padding-right: 31px !important; -} - -.p-r-32 { - padding-right: 32px !important; -} - -.p-r-33 { - padding-right: 33px !important; -} - -.p-r-34 { - padding-right: 34px !important; -} - -.p-r-35 { - padding-right: 35px !important; -} - -.p-r-36 { - padding-right: 36px !important; -} - -.p-r-37 { - padding-right: 37px !important; -} - -.p-r-38 { - padding-right: 38px !important; -} - -.p-r-39 { - padding-right: 39px !important; -} - -.p-r-40 { - padding-right: 40px !important; -} - -.p-r-41 { - padding-right: 41px !important; -} - -.p-r-42 { - padding-right: 42px !important; -} - -.p-r-43 { - padding-right: 43px !important; -} - -.p-r-44 { - padding-right: 44px !important; -} - -.p-r-45 { - padding-right: 45px !important; -} - -.p-r-46 { - padding-right: 46px !important; -} - -.p-r-47 { - padding-right: 47px !important; -} - -.p-r-48 { - padding-right: 48px !important; -} - -.p-r-49 { - padding-right: 49px !important; -} - -.p-r-50 { - padding-right: 50px !important; -} - -.p-r-51 { - padding-right: 51px !important; -} - -.p-r-52 { - padding-right: 52px !important; -} - -.p-r-53 { - padding-right: 53px !important; -} - -.p-r-54 { - padding-right: 54px !important; -} - -.p-r-55 { - padding-right: 55px !important; -} - -.p-r-56 { - padding-right: 56px !important; -} - -.p-r-57 { - padding-right: 57px !important; -} - -.p-r-58 { - padding-right: 58px !important; -} - -.p-r-59 { - padding-right: 59px !important; -} - -.p-r-60 { - padding-right: 60px !important; -} - -.p-r-61 { - padding-right: 61px !important; -} - -.p-r-62 { - padding-right: 62px !important; -} - -.p-r-63 { - padding-right: 63px !important; -} - -.p-r-64 { - padding-right: 64px !important; -} - -.p-r-65 { - padding-right: 65px !important; -} - -.p-r-66 { - padding-right: 66px !important; -} - -.p-r-67 { - padding-right: 67px !important; -} - -.p-r-68 { - padding-right: 68px !important; -} - -.p-r-69 { - padding-right: 69px !important; -} - -.p-r-70 { - padding-right: 70px !important; -} - -.p-r-71 { - padding-right: 71px !important; -} - -.p-r-72 { - padding-right: 72px !important; -} - -.p-r-73 { - padding-right: 73px !important; -} - -.p-r-74 { - padding-right: 74px !important; -} - -.p-r-75 { - padding-right: 75px !important; -} - -.p-r-76 { - padding-right: 76px !important; -} - -.p-r-77 { - padding-right: 77px !important; -} - -.p-r-78 { - padding-right: 78px !important; -} - -.p-r-79 { - padding-right: 79px !important; -} - -.p-r-80 { - padding-right: 80px !important; -} - -.p-r-81 { - padding-right: 81px !important; -} - -.p-r-82 { - padding-right: 82px !important; -} - -.p-r-83 { - padding-right: 83px !important; -} - -.p-r-84 { - padding-right: 84px !important; -} - -.p-r-85 { - padding-right: 85px !important; -} - -.p-r-86 { - padding-right: 86px !important; -} - -.p-r-87 { - padding-right: 87px !important; -} - -.p-r-88 { - padding-right: 88px !important; -} - -.p-r-89 { - padding-right: 89px !important; -} - -.p-r-90 { - padding-right: 90px !important; -} - -.p-r-91 { - padding-right: 91px !important; -} - -.p-r-92 { - padding-right: 92px !important; -} - -.p-r-93 { - padding-right: 93px !important; -} - -.p-r-94 { - padding-right: 94px !important; -} - -.p-r-95 { - padding-right: 95px !important; -} - -.p-r-96 { - padding-right: 96px !important; -} - -.p-r-97 { - padding-right: 97px !important; -} - -.p-r-98 { - padding-right: 98px !important; -} - -.p-r-99 { - padding-right: 99px !important; -} - -.p-r-100 { - padding-right: 100px !important; -} - -.p-b-0 { - padding-bottom: 0px !important; -} - -.p-b-1 { - padding-bottom: 1px !important; -} - -.p-b-2 { - padding-bottom: 2px !important; -} - -.p-b-3 { - padding-bottom: 3px !important; -} - -.p-b-4 { - padding-bottom: 4px !important; -} - -.p-b-5 { - padding-bottom: 5px !important; -} - -.p-b-6 { - padding-bottom: 6px !important; -} - -.p-b-7 { - padding-bottom: 7px !important; -} - -.p-b-8 { - padding-bottom: 8px !important; -} - -.p-b-9 { - padding-bottom: 9px !important; -} - -.p-b-10 { - padding-bottom: 10px !important; -} - -.p-b-11 { - padding-bottom: 11px !important; -} - -.p-b-12 { - padding-bottom: 12px !important; -} - -.p-b-13 { - padding-bottom: 13px !important; -} - -.p-b-14 { - padding-bottom: 14px !important; -} - -.p-b-15 { - padding-bottom: 15px !important; -} - -.p-b-16 { - padding-bottom: 16px !important; -} - -.p-b-17 { - padding-bottom: 17px !important; -} - -.p-b-18 { - padding-bottom: 18px !important; -} - -.p-b-19 { - padding-bottom: 19px !important; -} - -.p-b-20 { - padding-bottom: 20px !important; -} - -.p-b-21 { - padding-bottom: 21px !important; -} - -.p-b-22 { - padding-bottom: 22px !important; -} - -.p-b-23 { - padding-bottom: 23px !important; -} - -.p-b-24 { - padding-bottom: 24px !important; -} - -.p-b-25 { - padding-bottom: 25px !important; -} - -.p-b-26 { - padding-bottom: 26px !important; -} - -.p-b-27 { - padding-bottom: 27px !important; -} - -.p-b-28 { - padding-bottom: 28px !important; -} - -.p-b-29 { - padding-bottom: 29px !important; -} - -.p-b-30 { - padding-bottom: 30px !important; -} - -.p-b-31 { - padding-bottom: 31px !important; -} - -.p-b-32 { - padding-bottom: 32px !important; -} - -.p-b-33 { - padding-bottom: 33px !important; -} - -.p-b-34 { - padding-bottom: 34px !important; -} - -.p-b-35 { - padding-bottom: 35px !important; -} - -.p-b-36 { - padding-bottom: 36px !important; -} - -.p-b-37 { - padding-bottom: 37px !important; -} - -.p-b-38 { - padding-bottom: 38px !important; -} - -.p-b-39 { - padding-bottom: 39px !important; -} - -.p-b-40 { - padding-bottom: 40px !important; -} - -.p-b-41 { - padding-bottom: 41px !important; -} - -.p-b-42 { - padding-bottom: 42px !important; -} - -.p-b-43 { - padding-bottom: 43px !important; -} - -.p-b-44 { - padding-bottom: 44px !important; -} - -.p-b-45 { - padding-bottom: 45px !important; -} - -.p-b-46 { - padding-bottom: 46px !important; -} - -.p-b-47 { - padding-bottom: 47px !important; -} - -.p-b-48 { - padding-bottom: 48px !important; -} - -.p-b-49 { - padding-bottom: 49px !important; -} - -.p-b-50 { - padding-bottom: 50px !important; -} - -.p-b-51 { - padding-bottom: 51px !important; -} - -.p-b-52 { - padding-bottom: 52px !important; -} - -.p-b-53 { - padding-bottom: 53px !important; -} - -.p-b-54 { - padding-bottom: 54px !important; -} - -.p-b-55 { - padding-bottom: 55px !important; -} - -.p-b-56 { - padding-bottom: 56px !important; -} - -.p-b-57 { - padding-bottom: 57px !important; -} - -.p-b-58 { - padding-bottom: 58px !important; -} - -.p-b-59 { - padding-bottom: 59px !important; -} - -.p-b-60 { - padding-bottom: 60px !important; -} - -.p-b-61 { - padding-bottom: 61px !important; -} - -.p-b-62 { - padding-bottom: 62px !important; -} - -.p-b-63 { - padding-bottom: 63px !important; -} - -.p-b-64 { - padding-bottom: 64px !important; -} - -.p-b-65 { - padding-bottom: 65px !important; -} - -.p-b-66 { - padding-bottom: 66px !important; -} - -.p-b-67 { - padding-bottom: 67px !important; -} - -.p-b-68 { - padding-bottom: 68px !important; -} - -.p-b-69 { - padding-bottom: 69px !important; -} - -.p-b-70 { - padding-bottom: 70px !important; -} - -.p-b-71 { - padding-bottom: 71px !important; -} - -.p-b-72 { - padding-bottom: 72px !important; -} - -.p-b-73 { - padding-bottom: 73px !important; -} - -.p-b-74 { - padding-bottom: 74px !important; -} - -.p-b-75 { - padding-bottom: 75px !important; -} - -.p-b-76 { - padding-bottom: 76px !important; -} - -.p-b-77 { - padding-bottom: 77px !important; -} - -.p-b-78 { - padding-bottom: 78px !important; -} - -.p-b-79 { - padding-bottom: 79px !important; -} - -.p-b-80 { - padding-bottom: 80px !important; -} - -.p-b-81 { - padding-bottom: 81px !important; -} - -.p-b-82 { - padding-bottom: 82px !important; -} - -.p-b-83 { - padding-bottom: 83px !important; -} - -.p-b-84 { - padding-bottom: 84px !important; -} - -.p-b-85 { - padding-bottom: 85px !important; -} - -.p-b-86 { - padding-bottom: 86px !important; -} - -.p-b-87 { - padding-bottom: 87px !important; -} - -.p-b-88 { - padding-bottom: 88px !important; -} - -.p-b-89 { - padding-bottom: 89px !important; -} - -.p-b-90 { - padding-bottom: 90px !important; -} - -.p-b-91 { - padding-bottom: 91px !important; -} - -.p-b-92 { - padding-bottom: 92px !important; -} - -.p-b-93 { - padding-bottom: 93px !important; -} - -.p-b-94 { - padding-bottom: 94px !important; -} - -.p-b-95 { - padding-bottom: 95px !important; -} - -.p-b-96 { - padding-bottom: 96px !important; -} - -.p-b-97 { - padding-bottom: 97px !important; -} - -.p-b-98 { - padding-bottom: 98px !important; -} - -.p-b-99 { - padding-bottom: 99px !important; -} - -.p-b-100 { - padding-bottom: 100px !important; -} - -.p-l-0 { - padding-left: 0px !important; -} - -.p-l-1 { - padding-left: 1px !important; -} - -.p-l-2 { - padding-left: 2px !important; -} - -.p-l-3 { - padding-left: 3px !important; -} - -.p-l-4 { - padding-left: 4px !important; -} - -.p-l-5 { - padding-left: 5px !important; -} - -.p-l-6 { - padding-left: 6px !important; -} - -.p-l-7 { - padding-left: 7px !important; -} - -.p-l-8 { - padding-left: 8px !important; -} - -.p-l-9 { - padding-left: 9px !important; -} - -.p-l-10 { - padding-left: 10px !important; -} - -.p-l-11 { - padding-left: 11px !important; -} - -.p-l-12 { - padding-left: 12px !important; -} - -.p-l-13 { - padding-left: 13px !important; -} - -.p-l-14 { - padding-left: 14px !important; -} - -.p-l-15 { - padding-left: 15px !important; -} - -.p-l-16 { - padding-left: 16px !important; -} - -.p-l-17 { - padding-left: 17px !important; -} - -.p-l-18 { - padding-left: 18px !important; -} - -.p-l-19 { - padding-left: 19px !important; -} - -.p-l-20 { - padding-left: 20px !important; -} - -.p-l-21 { - padding-left: 21px !important; -} - -.p-l-22 { - padding-left: 22px !important; -} - -.p-l-23 { - padding-left: 23px !important; -} - -.p-l-24 { - padding-left: 24px !important; -} - -.p-l-25 { - padding-left: 25px !important; -} - -.p-l-26 { - padding-left: 26px !important; -} - -.p-l-27 { - padding-left: 27px !important; -} - -.p-l-28 { - padding-left: 28px !important; -} - -.p-l-29 { - padding-left: 29px !important; -} - -.p-l-30 { - padding-left: 30px !important; -} - -.p-l-31 { - padding-left: 31px !important; -} - -.p-l-32 { - padding-left: 32px !important; -} - -.p-l-33 { - padding-left: 33px !important; -} - -.p-l-34 { - padding-left: 34px !important; -} - -.p-l-35 { - padding-left: 35px !important; -} - -.p-l-36 { - padding-left: 36px !important; -} - -.p-l-37 { - padding-left: 37px !important; -} - -.p-l-38 { - padding-left: 38px !important; -} - -.p-l-39 { - padding-left: 39px !important; -} - -.p-l-40 { - padding-left: 40px !important; -} - -.p-l-41 { - padding-left: 41px !important; -} - -.p-l-42 { - padding-left: 42px !important; -} - -.p-l-43 { - padding-left: 43px !important; -} - -.p-l-44 { - padding-left: 44px !important; -} - -.p-l-45 { - padding-left: 45px !important; -} - -.p-l-46 { - padding-left: 46px !important; -} - -.p-l-47 { - padding-left: 47px !important; -} - -.p-l-48 { - padding-left: 48px !important; -} - -.p-l-49 { - padding-left: 49px !important; -} - -.p-l-50 { - padding-left: 50px !important; -} - -.p-l-51 { - padding-left: 51px !important; -} - -.p-l-52 { - padding-left: 52px !important; -} - -.p-l-53 { - padding-left: 53px !important; -} - -.p-l-54 { - padding-left: 54px !important; -} - -.p-l-55 { - padding-left: 55px !important; -} - -.p-l-56 { - padding-left: 56px !important; -} - -.p-l-57 { - padding-left: 57px !important; -} - -.p-l-58 { - padding-left: 58px !important; -} - -.p-l-59 { - padding-left: 59px !important; -} - -.p-l-60 { - padding-left: 60px !important; -} - -.p-l-61 { - padding-left: 61px !important; -} - -.p-l-62 { - padding-left: 62px !important; -} - -.p-l-63 { - padding-left: 63px !important; -} - -.p-l-64 { - padding-left: 64px !important; -} - -.p-l-65 { - padding-left: 65px !important; -} - -.p-l-66 { - padding-left: 66px !important; -} - -.p-l-67 { - padding-left: 67px !important; -} - -.p-l-68 { - padding-left: 68px !important; -} - -.p-l-69 { - padding-left: 69px !important; -} - -.p-l-70 { - padding-left: 70px !important; -} - -.p-l-71 { - padding-left: 71px !important; -} - -.p-l-72 { - padding-left: 72px !important; -} - -.p-l-73 { - padding-left: 73px !important; -} - -.p-l-74 { - padding-left: 74px !important; -} - -.p-l-75 { - padding-left: 75px !important; -} - -.p-l-76 { - padding-left: 76px !important; -} - -.p-l-77 { - padding-left: 77px !important; -} - -.p-l-78 { - padding-left: 78px !important; -} - -.p-l-79 { - padding-left: 79px !important; -} - -.p-l-80 { - padding-left: 80px !important; -} - -.p-l-81 { - padding-left: 81px !important; -} - -.p-l-82 { - padding-left: 82px !important; -} - -.p-l-83 { - padding-left: 83px !important; -} - -.p-l-84 { - padding-left: 84px !important; -} - -.p-l-85 { - padding-left: 85px !important; -} - -.p-l-86 { - padding-left: 86px !important; -} - -.p-l-87 { - padding-left: 87px !important; -} - -.p-l-88 { - padding-left: 88px !important; -} - -.p-l-89 { - padding-left: 89px !important; -} - -.p-l-90 { - padding-left: 90px !important; -} - -.p-l-91 { - padding-left: 91px !important; -} - -.p-l-92 { - padding-left: 92px !important; -} - -.p-l-93 { - padding-left: 93px !important; -} - -.p-l-94 { - padding-left: 94px !important; -} - -.p-l-95 { - padding-left: 95px !important; -} - -.p-l-96 { - padding-left: 96px !important; -} - -.p-l-97 { - padding-left: 97px !important; -} - -.p-l-98 { - padding-left: 98px !important; -} - -.p-l-99 { - padding-left: 99px !important; -} - -.p-l-100 { - padding-left: 100px !important; -} - -.p-x-0 { - padding-left: 0px !important; - padding-right: 0px !important; -} - -.p-x-1 { - padding-left: 1px !important; - padding-right: 1px !important; -} - -.p-x-2 { - padding-left: 2px !important; - padding-right: 2px !important; -} - -.p-x-3 { - padding-left: 3px !important; - padding-right: 3px !important; -} - -.p-x-4 { - padding-left: 4px !important; - padding-right: 4px !important; -} - -.p-x-5 { - padding-left: 5px !important; - padding-right: 5px !important; -} - -.p-x-6 { - padding-left: 6px !important; - padding-right: 6px !important; -} - -.p-x-7 { - padding-left: 7px !important; - padding-right: 7px !important; -} - -.p-x-8 { - padding-left: 8px !important; - padding-right: 8px !important; -} - -.p-x-9 { - padding-left: 9px !important; - padding-right: 9px !important; -} - -.p-x-10 { - padding-left: 10px !important; - padding-right: 10px !important; -} - -.p-x-11 { - padding-left: 11px !important; - padding-right: 11px !important; -} - -.p-x-12 { - padding-left: 12px !important; - padding-right: 12px !important; -} - -.p-x-13 { - padding-left: 13px !important; - padding-right: 13px !important; -} - -.p-x-14 { - padding-left: 14px !important; - padding-right: 14px !important; -} - -.p-x-15 { - padding-left: 15px !important; - padding-right: 15px !important; -} - -.p-x-16 { - padding-left: 16px !important; - padding-right: 16px !important; -} - -.p-x-17 { - padding-left: 17px !important; - padding-right: 17px !important; -} - -.p-x-18 { - padding-left: 18px !important; - padding-right: 18px !important; -} - -.p-x-19 { - padding-left: 19px !important; - padding-right: 19px !important; -} - -.p-x-20 { - padding-left: 20px !important; - padding-right: 20px !important; -} - -.p-x-21 { - padding-left: 21px !important; - padding-right: 21px !important; -} - -.p-x-22 { - padding-left: 22px !important; - padding-right: 22px !important; -} - -.p-x-23 { - padding-left: 23px !important; - padding-right: 23px !important; -} - -.p-x-24 { - padding-left: 24px !important; - padding-right: 24px !important; -} - -.p-x-25 { - padding-left: 25px !important; - padding-right: 25px !important; -} - -.p-x-26 { - padding-left: 26px !important; - padding-right: 26px !important; -} - -.p-x-27 { - padding-left: 27px !important; - padding-right: 27px !important; -} - -.p-x-28 { - padding-left: 28px !important; - padding-right: 28px !important; -} - -.p-x-29 { - padding-left: 29px !important; - padding-right: 29px !important; -} - -.p-x-30 { - padding-left: 30px !important; - padding-right: 30px !important; -} - -.p-x-31 { - padding-left: 31px !important; - padding-right: 31px !important; -} - -.p-x-32 { - padding-left: 32px !important; - padding-right: 32px !important; -} - -.p-x-33 { - padding-left: 33px !important; - padding-right: 33px !important; -} - -.p-x-34 { - padding-left: 34px !important; - padding-right: 34px !important; -} - -.p-x-35 { - padding-left: 35px !important; - padding-right: 35px !important; -} - -.p-x-36 { - padding-left: 36px !important; - padding-right: 36px !important; -} - -.p-x-37 { - padding-left: 37px !important; - padding-right: 37px !important; -} - -.p-x-38 { - padding-left: 38px !important; - padding-right: 38px !important; -} - -.p-x-39 { - padding-left: 39px !important; - padding-right: 39px !important; -} - -.p-x-40 { - padding-left: 40px !important; - padding-right: 40px !important; -} - -.p-x-41 { - padding-left: 41px !important; - padding-right: 41px !important; -} - -.p-x-42 { - padding-left: 42px !important; - padding-right: 42px !important; -} - -.p-x-43 { - padding-left: 43px !important; - padding-right: 43px !important; -} - -.p-x-44 { - padding-left: 44px !important; - padding-right: 44px !important; -} - -.p-x-45 { - padding-left: 45px !important; - padding-right: 45px !important; -} - -.p-x-46 { - padding-left: 46px !important; - padding-right: 46px !important; -} - -.p-x-47 { - padding-left: 47px !important; - padding-right: 47px !important; -} - -.p-x-48 { - padding-left: 48px !important; - padding-right: 48px !important; -} - -.p-x-49 { - padding-left: 49px !important; - padding-right: 49px !important; -} - -.p-x-50 { - padding-left: 50px !important; - padding-right: 50px !important; -} - -.p-x-51 { - padding-left: 51px !important; - padding-right: 51px !important; -} - -.p-x-52 { - padding-left: 52px !important; - padding-right: 52px !important; -} - -.p-x-53 { - padding-left: 53px !important; - padding-right: 53px !important; -} - -.p-x-54 { - padding-left: 54px !important; - padding-right: 54px !important; -} - -.p-x-55 { - padding-left: 55px !important; - padding-right: 55px !important; -} - -.p-x-56 { - padding-left: 56px !important; - padding-right: 56px !important; -} - -.p-x-57 { - padding-left: 57px !important; - padding-right: 57px !important; -} - -.p-x-58 { - padding-left: 58px !important; - padding-right: 58px !important; -} - -.p-x-59 { - padding-left: 59px !important; - padding-right: 59px !important; -} - -.p-x-60 { - padding-left: 60px !important; - padding-right: 60px !important; -} - -.p-x-61 { - padding-left: 61px !important; - padding-right: 61px !important; -} - -.p-x-62 { - padding-left: 62px !important; - padding-right: 62px !important; -} - -.p-x-63 { - padding-left: 63px !important; - padding-right: 63px !important; -} - -.p-x-64 { - padding-left: 64px !important; - padding-right: 64px !important; -} - -.p-x-65 { - padding-left: 65px !important; - padding-right: 65px !important; -} - -.p-x-66 { - padding-left: 66px !important; - padding-right: 66px !important; -} - -.p-x-67 { - padding-left: 67px !important; - padding-right: 67px !important; -} - -.p-x-68 { - padding-left: 68px !important; - padding-right: 68px !important; -} - -.p-x-69 { - padding-left: 69px !important; - padding-right: 69px !important; -} - -.p-x-70 { - padding-left: 70px !important; - padding-right: 70px !important; -} - -.p-x-71 { - padding-left: 71px !important; - padding-right: 71px !important; -} - -.p-x-72 { - padding-left: 72px !important; - padding-right: 72px !important; -} - -.p-x-73 { - padding-left: 73px !important; - padding-right: 73px !important; -} - -.p-x-74 { - padding-left: 74px !important; - padding-right: 74px !important; -} - -.p-x-75 { - padding-left: 75px !important; - padding-right: 75px !important; -} - -.p-x-76 { - padding-left: 76px !important; - padding-right: 76px !important; -} - -.p-x-77 { - padding-left: 77px !important; - padding-right: 77px !important; -} - -.p-x-78 { - padding-left: 78px !important; - padding-right: 78px !important; -} - -.p-x-79 { - padding-left: 79px !important; - padding-right: 79px !important; -} - -.p-x-80 { - padding-left: 80px !important; - padding-right: 80px !important; -} - -.p-x-81 { - padding-left: 81px !important; - padding-right: 81px !important; -} - -.p-x-82 { - padding-left: 82px !important; - padding-right: 82px !important; -} - -.p-x-83 { - padding-left: 83px !important; - padding-right: 83px !important; -} - -.p-x-84 { - padding-left: 84px !important; - padding-right: 84px !important; -} - -.p-x-85 { - padding-left: 85px !important; - padding-right: 85px !important; -} - -.p-x-86 { - padding-left: 86px !important; - padding-right: 86px !important; -} - -.p-x-87 { - padding-left: 87px !important; - padding-right: 87px !important; -} - -.p-x-88 { - padding-left: 88px !important; - padding-right: 88px !important; -} - -.p-x-89 { - padding-left: 89px !important; - padding-right: 89px !important; -} - -.p-x-90 { - padding-left: 90px !important; - padding-right: 90px !important; -} - -.p-x-91 { - padding-left: 91px !important; - padding-right: 91px !important; -} - -.p-x-92 { - padding-left: 92px !important; - padding-right: 92px !important; -} - -.p-x-93 { - padding-left: 93px !important; - padding-right: 93px !important; -} - -.p-x-94 { - padding-left: 94px !important; - padding-right: 94px !important; -} - -.p-x-95 { - padding-left: 95px !important; - padding-right: 95px !important; -} - -.p-x-96 { - padding-left: 96px !important; - padding-right: 96px !important; -} - -.p-x-97 { - padding-left: 97px !important; - padding-right: 97px !important; -} - -.p-x-98 { - padding-left: 98px !important; - padding-right: 98px !important; -} - -.p-x-99 { - padding-left: 99px !important; - padding-right: 99px !important; -} - -.p-x-100 { - padding-left: 100px !important; - padding-right: 100px !important; -} - -.p-y-0 { - padding-top: 0px !important; - padding-bottom: 0px !important; -} - -.p-y-1 { - padding-top: 1px !important; - padding-bottom: 1px !important; -} - -.p-y-2 { - padding-top: 2px !important; - padding-bottom: 2px !important; -} - -.p-y-3 { - padding-top: 3px !important; - padding-bottom: 3px !important; -} - -.p-y-4 { - padding-top: 4px !important; - padding-bottom: 4px !important; -} - -.p-y-5 { - padding-top: 5px !important; - padding-bottom: 5px !important; -} - -.p-y-6 { - padding-top: 6px !important; - padding-bottom: 6px !important; -} - -.p-y-7 { - padding-top: 7px !important; - padding-bottom: 7px !important; -} - -.p-y-8 { - padding-top: 8px !important; - padding-bottom: 8px !important; -} - -.p-y-9 { - padding-top: 9px !important; - padding-bottom: 9px !important; -} - -.p-y-10 { - padding-top: 10px !important; - padding-bottom: 10px !important; -} - -.p-y-11 { - padding-top: 11px !important; - padding-bottom: 11px !important; -} - -.p-y-12 { - padding-top: 12px !important; - padding-bottom: 12px !important; -} - -.p-y-13 { - padding-top: 13px !important; - padding-bottom: 13px !important; -} - -.p-y-14 { - padding-top: 14px !important; - padding-bottom: 14px !important; -} - -.p-y-15 { - padding-top: 15px !important; - padding-bottom: 15px !important; -} - -.p-y-16 { - padding-top: 16px !important; - padding-bottom: 16px !important; -} - -.p-y-17 { - padding-top: 17px !important; - padding-bottom: 17px !important; -} - -.p-y-18 { - padding-top: 18px !important; - padding-bottom: 18px !important; -} - -.p-y-19 { - padding-top: 19px !important; - padding-bottom: 19px !important; -} - -.p-y-20 { - padding-top: 20px !important; - padding-bottom: 20px !important; -} - -.p-y-21 { - padding-top: 21px !important; - padding-bottom: 21px !important; -} - -.p-y-22 { - padding-top: 22px !important; - padding-bottom: 22px !important; -} - -.p-y-23 { - padding-top: 23px !important; - padding-bottom: 23px !important; -} - -.p-y-24 { - padding-top: 24px !important; - padding-bottom: 24px !important; -} - -.p-y-25 { - padding-top: 25px !important; - padding-bottom: 25px !important; -} - -.p-y-26 { - padding-top: 26px !important; - padding-bottom: 26px !important; -} - -.p-y-27 { - padding-top: 27px !important; - padding-bottom: 27px !important; -} - -.p-y-28 { - padding-top: 28px !important; - padding-bottom: 28px !important; -} - -.p-y-29 { - padding-top: 29px !important; - padding-bottom: 29px !important; -} - -.p-y-30 { - padding-top: 30px !important; - padding-bottom: 30px !important; -} - -.p-y-31 { - padding-top: 31px !important; - padding-bottom: 31px !important; -} - -.p-y-32 { - padding-top: 32px !important; - padding-bottom: 32px !important; -} - -.p-y-33 { - padding-top: 33px !important; - padding-bottom: 33px !important; -} - -.p-y-34 { - padding-top: 34px !important; - padding-bottom: 34px !important; -} - -.p-y-35 { - padding-top: 35px !important; - padding-bottom: 35px !important; -} - -.p-y-36 { - padding-top: 36px !important; - padding-bottom: 36px !important; -} - -.p-y-37 { - padding-top: 37px !important; - padding-bottom: 37px !important; -} - -.p-y-38 { - padding-top: 38px !important; - padding-bottom: 38px !important; -} - -.p-y-39 { - padding-top: 39px !important; - padding-bottom: 39px !important; -} - -.p-y-40 { - padding-top: 40px !important; - padding-bottom: 40px !important; -} - -.p-y-41 { - padding-top: 41px !important; - padding-bottom: 41px !important; -} - -.p-y-42 { - padding-top: 42px !important; - padding-bottom: 42px !important; -} - -.p-y-43 { - padding-top: 43px !important; - padding-bottom: 43px !important; -} - -.p-y-44 { - padding-top: 44px !important; - padding-bottom: 44px !important; -} - -.p-y-45 { - padding-top: 45px !important; - padding-bottom: 45px !important; -} - -.p-y-46 { - padding-top: 46px !important; - padding-bottom: 46px !important; -} - -.p-y-47 { - padding-top: 47px !important; - padding-bottom: 47px !important; -} - -.p-y-48 { - padding-top: 48px !important; - padding-bottom: 48px !important; -} - -.p-y-49 { - padding-top: 49px !important; - padding-bottom: 49px !important; -} - -.p-y-50 { - padding-top: 50px !important; - padding-bottom: 50px !important; -} - -.p-y-51 { - padding-top: 51px !important; - padding-bottom: 51px !important; -} - -.p-y-52 { - padding-top: 52px !important; - padding-bottom: 52px !important; -} - -.p-y-53 { - padding-top: 53px !important; - padding-bottom: 53px !important; -} - -.p-y-54 { - padding-top: 54px !important; - padding-bottom: 54px !important; -} - -.p-y-55 { - padding-top: 55px !important; - padding-bottom: 55px !important; -} - -.p-y-56 { - padding-top: 56px !important; - padding-bottom: 56px !important; -} - -.p-y-57 { - padding-top: 57px !important; - padding-bottom: 57px !important; -} - -.p-y-58 { - padding-top: 58px !important; - padding-bottom: 58px !important; -} - -.p-y-59 { - padding-top: 59px !important; - padding-bottom: 59px !important; -} - -.p-y-60 { - padding-top: 60px !important; - padding-bottom: 60px !important; -} - -.p-y-61 { - padding-top: 61px !important; - padding-bottom: 61px !important; -} - -.p-y-62 { - padding-top: 62px !important; - padding-bottom: 62px !important; -} - -.p-y-63 { - padding-top: 63px !important; - padding-bottom: 63px !important; -} - -.p-y-64 { - padding-top: 64px !important; - padding-bottom: 64px !important; -} - -.p-y-65 { - padding-top: 65px !important; - padding-bottom: 65px !important; -} - -.p-y-66 { - padding-top: 66px !important; - padding-bottom: 66px !important; -} - -.p-y-67 { - padding-top: 67px !important; - padding-bottom: 67px !important; -} - -.p-y-68 { - padding-top: 68px !important; - padding-bottom: 68px !important; -} - -.p-y-69 { - padding-top: 69px !important; - padding-bottom: 69px !important; -} - -.p-y-70 { - padding-top: 70px !important; - padding-bottom: 70px !important; -} - -.p-y-71 { - padding-top: 71px !important; - padding-bottom: 71px !important; -} - -.p-y-72 { - padding-top: 72px !important; - padding-bottom: 72px !important; -} - -.p-y-73 { - padding-top: 73px !important; - padding-bottom: 73px !important; -} - -.p-y-74 { - padding-top: 74px !important; - padding-bottom: 74px !important; -} - -.p-y-75 { - padding-top: 75px !important; - padding-bottom: 75px !important; -} - -.p-y-76 { - padding-top: 76px !important; - padding-bottom: 76px !important; -} - -.p-y-77 { - padding-top: 77px !important; - padding-bottom: 77px !important; -} - -.p-y-78 { - padding-top: 78px !important; - padding-bottom: 78px !important; -} - -.p-y-79 { - padding-top: 79px !important; - padding-bottom: 79px !important; -} - -.p-y-80 { - padding-top: 80px !important; - padding-bottom: 80px !important; -} - -.p-y-81 { - padding-top: 81px !important; - padding-bottom: 81px !important; -} - -.p-y-82 { - padding-top: 82px !important; - padding-bottom: 82px !important; -} - -.p-y-83 { - padding-top: 83px !important; - padding-bottom: 83px !important; -} - -.p-y-84 { - padding-top: 84px !important; - padding-bottom: 84px !important; -} - -.p-y-85 { - padding-top: 85px !important; - padding-bottom: 85px !important; -} - -.p-y-86 { - padding-top: 86px !important; - padding-bottom: 86px !important; -} - -.p-y-87 { - padding-top: 87px !important; - padding-bottom: 87px !important; -} - -.p-y-88 { - padding-top: 88px !important; - padding-bottom: 88px !important; -} - -.p-y-89 { - padding-top: 89px !important; - padding-bottom: 89px !important; -} - -.p-y-90 { - padding-top: 90px !important; - padding-bottom: 90px !important; -} - -.p-y-91 { - padding-top: 91px !important; - padding-bottom: 91px !important; -} - -.p-y-92 { - padding-top: 92px !important; - padding-bottom: 92px !important; -} - -.p-y-93 { - padding-top: 93px !important; - padding-bottom: 93px !important; -} - -.p-y-94 { - padding-top: 94px !important; - padding-bottom: 94px !important; -} - -.p-y-95 { - padding-top: 95px !important; - padding-bottom: 95px !important; -} - -.p-y-96 { - padding-top: 96px !important; - padding-bottom: 96px !important; -} - -.p-y-97 { - padding-top: 97px !important; - padding-bottom: 97px !important; -} - -.p-y-98 { - padding-top: 98px !important; - padding-bottom: 98px !important; -} - -.p-y-99 { - padding-top: 99px !important; - padding-bottom: 99px !important; -} - -.p-y-100 { - padding-top: 100px !important; - padding-bottom: 100px !important; -} - -.upper { - text-transform: uppercase; -} - -.lower { - text-transform: lowercase; -} - -.cap { - text-transform: capitalize; -} - -.font-12 { - font-size: 12px !important; -} - -.bold { - font-weight: bold; -} - -.flex { - display: flex !important; -} -.flex-auto { - flex: auto !important; -} -.flex-1 { - flex: 1 !important; -} -.flex-2 { - flex: 2 !important; -} -.flex-3 { - flex: 3 !important; -} -.flex-4 { - flex: 4 !important; -} - -.flex-column { - flex-direction: column !important; -} -.flex-column-column-reverse { - flex-direction: column-reverse !important; -} - -@media (max-width: 899px) { - .tablet-down-flex-column { - flex-direction: column !important; - } -} - -.flex-row { - flex-direction: row !important; -} -.flex-row-reversed { - flex-direction: row-reverse !important; -} - -.space-between { - justify-content: space-between !important; -} - -@media (min-width: 900px) { - .space-between-small-desktop-up { - justify-content: space-between !important; - } -} - -@media (max-width: 1199px) { - .space-between-small-desktop-down { - justify-content: space-between !important; - } -} - -@media (max-width: 899px) { - .space-between-tablet-down { - justify-content: space-between !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .space-between-mobile { - justify-content: space-between !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .xs-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 600px) and (max-width: 899px) { - .sm-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 900px) and (max-width: 1199px) { - .md-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 1200px) and (max-width: 1439px) { - .lg-space-between { - justify-content: space-between !important; - } -} - -@media (min-width: 1440px) { - .xl-space-between { - justify-content: space-between !important; - } -} - -.space-around { - justify-content: space-around !important; -} - -.align-items-center { - align-items: center !important; -} - -.align-items-flex-end { - align-items: flex-end !important; -} - -.align-self-center { - align-self: center !important; -} - -.align-self-start { - align-self: flex-start !important; -} - -.align-content-center { - align-content: center !important; -} - -.justify-content-center { - justify-content: center !important; -} - -.flex-wrap { - flex-wrap: wrap !important; -} - -.w-0 { - width: 0px !important; -} - -.w-1 { - width: 5px !important; -} - -.w-2 { - width: 10px !important; -} - -.w-3 { - width: 15px !important; -} - -.w-4 { - width: 20px !important; -} - -.w-5 { - width: 25px !important; -} - -.w-6 { - width: 30px !important; -} - -.w-7 { - width: 35px !important; -} - -.w-8 { - width: 40px !important; -} - -.w-9 { - width: 45px !important; -} - -.w-10 { - width: 50px !important; -} - -.w-11 { - width: 55px !important; -} - -.w-12 { - width: 60px !important; -} - -.w-13 { - width: 65px !important; -} - -.w-14 { - width: 70px !important; -} - -.w-15 { - width: 75px !important; -} - -.w-16 { - width: 80px !important; -} - -.w-17 { - width: 85px !important; -} - -.w-18 { - width: 90px !important; -} - -.w-19 { - width: 95px !important; -} - -.w-20 { - width: 100px !important; -} - -.w-21 { - width: 105px !important; -} - -.w-22 { - width: 110px !important; -} - -.w-23 { - width: 115px !important; -} - -.w-24 { - width: 120px !important; -} - -.w-25 { - width: 125px !important; -} - -.w-26 { - width: 130px !important; -} - -.w-27 { - width: 135px !important; -} - -.w-28 { - width: 140px !important; -} - -.w-29 { - width: 145px !important; -} - -.w-30 { - width: 150px !important; -} - -.w-31 { - width: 155px !important; -} - -.w-32 { - width: 160px !important; -} - -.w-33 { - width: 165px !important; -} - -.w-34 { - width: 170px !important; -} - -.w-35 { - width: 175px !important; -} - -.w-36 { - width: 180px !important; -} - -.w-37 { - width: 185px !important; -} - -.w-38 { - width: 190px !important; -} - -.w-39 { - width: 195px !important; -} - -.w-40 { - width: 200px !important; -} - -.w-41 { - width: 205px !important; -} - -.w-42 { - width: 210px !important; -} - -.w-43 { - width: 215px !important; -} - -.w-44 { - width: 220px !important; -} - -.w-45 { - width: 225px !important; -} - -.w-46 { - width: 230px !important; -} - -.w-47 { - width: 235px !important; -} - -.w-48 { - width: 240px !important; -} - -.w-49 { - width: 245px !important; -} - -.w-50 { - width: 250px !important; -} - -.w-auto { - min-width: auto !important; - width: auto !important; -} - -.w-full { - width: 100% !important; -} - -.h-0 { - height: 0px !important; -} - -.h-1 { - height: 5px !important; -} - -.h-2 { - height: 10px !important; -} - -.h-3 { - height: 15px !important; -} - -.h-4 { - height: 20px !important; -} - -.h-5 { - height: 25px !important; -} - -.h-6 { - height: 30px !important; -} - -.h-7 { - height: 35px !important; -} - -.h-8 { - height: 40px !important; -} - -.h-9 { - height: 45px !important; -} - -.h-10 { - height: 50px !important; -} - -.h-11 { - height: 55px !important; -} - -.h-12 { - height: 60px !important; -} - -.h-13 { - height: 65px !important; -} - -.h-14 { - height: 70px !important; -} - -.h-15 { - height: 75px !important; -} - -.h-16 { - height: 80px !important; -} - -.h-17 { - height: 85px !important; -} - -.h-18 { - height: 90px !important; -} - -.h-19 { - height: 95px !important; -} - -.h-20 { - height: 100px !important; -} - -.h-21 { - height: 105px !important; -} - -.h-22 { - height: 110px !important; -} - -.h-23 { - height: 115px !important; -} - -.h-24 { - height: 120px !important; -} - -.h-25 { - height: 125px !important; -} - -.h-26 { - height: 130px !important; -} - -.h-27 { - height: 135px !important; -} - -.h-28 { - height: 140px !important; -} - -.h-29 { - height: 145px !important; -} - -.h-30 { - height: 150px !important; -} - -.h-31 { - height: 155px !important; -} - -.h-32 { - height: 160px !important; -} - -.h-33 { - height: 165px !important; -} - -.h-34 { - height: 170px !important; -} - -.h-35 { - height: 175px !important; -} - -.h-36 { - height: 180px !important; -} - -.h-37 { - height: 185px !important; -} - -.h-38 { - height: 190px !important; -} - -.h-39 { - height: 195px !important; -} - -.h-40 { - height: 200px !important; -} - -.h-41 { - height: 205px !important; -} - -.h-42 { - height: 210px !important; -} - -.h-43 { - height: 215px !important; -} - -.h-44 { - height: 220px !important; -} - -.h-45 { - height: 225px !important; -} - -.h-46 { - height: 230px !important; -} - -.h-47 { - height: 235px !important; -} - -.h-48 { - height: 240px !important; -} - -.h-49 { - height: 245px !important; -} - -.h-50 { - height: 250px !important; -} - -.h-minus-nav { - height: calc(100vh - 60px) !important; -} - -.hide { - display: none !important; -} - -@media (min-width: 900px) { - .hide-small-desktop-up { - display: none !important; - } -} - -@media (max-width: 1199px) { - .hide-small-desktop-down { - display: none !important; - } -} - -@media (max-width: 899px) { - .hide-tablet-down { - display: none !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .hide-mobile { - display: none !important; - } -} - -@media (min-width: 0px) and (max-width: 599px) { - .xs-hide { - display: none !important; - } -} - -@media (min-width: 600px) and (max-width: 899px) { - .sm-hide { - display: none !important; - } -} - -@media (min-width: 900px) and (max-width: 1199px) { - .md-hide { - display: none !important; - } -} - -@media (min-width: 1200px) and (max-width: 1439px) { - .lg-hide { - display: none !important; - } -} - -@media (min-width: 1440px) { - .xl-hide { - display: none !important; - } -} - -.br-1 { - border-radius: 1px !important; -} - -.br-2 { - border-radius: 2px !important; -} - -.br-3 { - border-radius: 3px !important; -} - -.br-4 { - border-radius: 4px !important; -} - -.br-5 { - border-radius: 5px !important; -} - -.br-6 { - border-radius: 6px !important; -} - -.br-7 { - border-radius: 7px !important; -} - -.br-8 { - border-radius: 8px !important; -} - -.br-9 { - border-radius: 9px !important; -} - -.br-10 { - border-radius: 10px !important; -} - -.br-circle { - border-radius: 100% !important; -} - -.overflow-y-auto { - overflow-y: auto !important; - -webkit-overflow-scrolling: touch; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.sticky-top { - position: sticky !important; - top: 0 !important; -} - -.bg-origin-padding-box { - background-origin: padding-box !important; -} - -.bg-origin-border-box { - background-origin: border-box !important; -} - -.bg-origin-content-box { - background-origin: content-box !important; -} - -.bg-clip-padding-box { - background-clip: padding-box !important; -} - -.bg-clip-border-box { - background-clip: border-box !important; -} - -.bg-clip-content-box { - background-clip: content-box !important; -} - -.bg-attachment-scroll { - background-attachment: scroll !important; -} - -.bg-attachment-fixed { - background-attachment: fixed !important; -} - -.bg-attachment-local { - background-attachment: local !important; -} - -.bg-size-auto { - background-size: auto !important; -} - -.bg-size-cover { - background-size: cover !important; -} - -.bg-size-contain { - background-size: contain !important; -} - -.bg-position-left { - background-position: left !important; -} - -.bg-position-left-top { - background-position: left-top !important; -} - -.bg-position-left-center { - background-position: left-center !important; -} - -.bg-position-left-bottom { - background-position: left-bottom !important; -} - -.bg-position-right { - background-position: right !important; -} - -.bg-position-right-top { - background-position: right-top !important; -} - -.bg-position-right-center { - background-position: right-center !important; -} - -.bg-position-right-bottom { - background-position: right-bottom !important; -} - -.bg-position-center { - background-position: center !important; -} - -.bg-position-center-top { - background-position: center-top !important; -} - -.bg-position-center-center { - background-position: center-center !important; -} - -.bg-position-center-bottom { - background-position: center-bottom !important; -} - -.bg-no-repeat { - background-repeat: no-repeat !important; -} - -.bg-repeat { - background-repeat: repeat !important; -} - -.bg-repeat-x { - background-repeat: repeat-x !important; -} - -.bg-repeat-y { - background-repeat: repeat-y !important; -} - -.bg-repeat-space { - background-repeat: space !important; -} - -.bg-repeat-round { - background-repeat: round !important; -} - -.is-italic { - font-style: italic !important; -} - -.is-light { - font-weight: 100 !important; -} - -.is-regular { - font-weight: 400 !important; -} - -.is-bold { - font-weight: 600 !important; -} - -.is-mono { - font-family: monospace !important; -} - -.line-height-compact { - line-height: 1 !important; -} - -.float-right { - float: right; -} - -.float-left { - float: left; -} - -.shadow-1 { - box-shadow: 0 50px 20px -50px rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-2 { - box-shadow: 0 50px 30px -50px rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-3 { - box-shadow: 0 50px 40px -50px rgba(0, 0, 0, 0.1), 0 15px 40px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-4 { - box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1), 0 20px 50px 0 rgba(0, 0, 0, 0.1); -} - -.shadow-5 { - box-shadow: 0 50px 60px -50px rgba(0, 0, 0, 0.1), 0 25px 60px 0 rgba(0, 0, 0, 0.1); -} - -body { - font-weight: 400; - line-height: 1.5; - font-size: 1.4rem; - background: #FFFFFF; - color: #303030; - font-family: Helvetica, "Arial", sans-serif; -} - -[disabled] { - cursor: not-allowed; -} - -hr { - background-color: #D5D5D5; - display: block; - border: 0; - height: 1px; - margin: 15px 0; -} - -.accordion { - width: 100%; -} -.accordion details > summary { - list-style-type: none; -} -.accordion details > summary::-webkit-details-marker { - display: none; -} -.accordion.has-icon > details > summary::before { - content: ""; - height: 20px; - width: 20px; - right: 10px; - position: absolute; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K"); - background-repeat: no-repeat; - background-size: 20px; -} -.accordion.has-icon > details[open] > summary::before { - content: ""; - height: 20px; - width: 20px; - right: 10px; - position: absolute; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiI+CiAgICAgIDxwYXRoIGQ9Ik0yNCwyMC44LDEzLjQsMzEuNGExLjksMS45LDAsMCwxLTMtLjIsMi4xLDIuMSwwLDAsMSwuMi0yLjdsMTItMTEuOWExLjksMS45LDAsMCwxLDIuOCwwbDEyLDExLjlhMi4xLDIuMSwwLDAsMSwuMiwyLjcsMS45LDEuOSwwLDAsMS0zLC4yWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg=="); - background-repeat: no-repeat; - background-size: 20px; -} -.accordion summary { - background: #F8F8F8; - position: relative; - font-family: Helvetica-Bold; - font-size: 14px; - color: #303030; - line-height: 18px; - height: auto; - padding: 15px 15px; - cursor: pointer; - transition: 0.3s; - border: 1px solid #E8E8E8; -} -.accordion summary:hover { - background: #FFFFFF; -} -.accordion .content { - padding: 15px 15px; - background: #FFFFFF; - border: 1px solid #E8E8E8; - border-top: none; -} -.accordion.is-inverse summary:hover { - background: #727272; - color: #d8d8d8; -} -.accordion.is-inverse summary { - background: #454545; - color: #FFFFFF; - border: 1px solid #F8F8F8; -} -.accordion.is-inverse .content { - background: #303030; - color: #FFFFFF; - border: 1px solid #F8F8F8; -} -.accordion.is-inverse.has-icon > details > summary::before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K"); -} -.accordion.is-inverse.has-icon > details[open] > summary::before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiIgPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQsMjAuOCwxMy40LDMxLjRhMS45LDEuOSwwLDAsMS0zLS4yLDIuMSwyLjEsMCwwLDEsLjItMi43bDEyLTExLjlhMS45LDEuOSwwLDAsMSwyLjgsMGwxMiwxMS45YTIuMSwyLjEsMCwwLDEsLjIsMi43LDEuOSwxLjksMCwwLDEtMywuMloiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo="); -} - -.alert { - width: 400px; - display: flex; - box-sizing: border-box; - background: #FFFFFF; - border-radius: 4px; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - border-top-width: 4px; - border-top-style: solid; - border-top-color: #D5D5D5; -} -@media (max-width: 599px) { - .alert { - width: 100%; - } -} -.alert div { - margin: 17px 0px 18px 0px; - flex: auto; - overflow: hidden; -} -.alert div h5 { - margin-bottom: 8px; -} -.alert div p { - margin-top: 4px; - font-size: 12px !important; - margin-bottom: 0px; - line-height: 1.25; -} -.alert .d-icon { - margin: 14px; - font-size: 28px !important; - color: #D5D5D5; -} -.alert .close { - display: block; - padding: 16px 0px; -} -.alert .close .d-icon { - font-size: 24px !important; - color: #303030 !important; -} -.alert.is-inline { - justify-content: center; - padding: 4px 10px; - background: #F2F2F2; - color: #303030; - font-size: inherit; - box-shadow: none !important; - border: none !important; - border-radius: 0px !important; - width: 100%; - display: flex !important; -} -.alert.is-inline p { - text-align: center; - overflow: hidden; -} -.alert.is-block { - border-top: none; - position: relative; - box-shadow: none !important; - width: 100%; - background: rgba(213, 213, 213, 0.1); - border-left-width: 4px; - border-left-style: solid; - border-left-color: #D5D5D5; -} -.alert.is-block.is-info { - background: rgba(0, 102, 223, 0.06); -} -.alert.is-block.is-warning { - background: rgba(244, 203, 0, 0.06); -} -.alert.is-block.is-success { - background: rgba(21, 192, 70, 0.06); -} -.alert.is-block.is-danger { - background: rgba(234, 0, 0, 0.06); -} -.alert.is-block p { - font-size: 1.4rem !important; -} -.alert.is-info { - border-color: #0066DF; -} -.alert.is-info .d-icon { - color: #0066DF; -} -.alert.is-warning { - border-color: #F4CB00; -} -.alert.is-warning .d-icon { - color: #F4CB00; -} -.alert.is-success { - border-color: #15C046; -} -.alert.is-success .d-icon { - color: #15C046; -} -.alert.is-danger { - border-color: #EA0000; -} -.alert.is-danger .d-icon { - color: #EA0000; -} - -.box { - padding: 20px; - background: #F8F8F8; - border-radius: 4px; - border-color: #D5D5D5; - border-width: 1px; - border-style: solid; -} -.box footer { - margin: 22px -20px 0px -20px; - padding: 22px 22px 0px 22px; - border-top-style: solid; - border-top-color: #D5D5D5; - border-top-width: 1px; -} - -.breadcrumb { - list-style-type: none; - margin: 0; - padding: 0; -} -.breadcrumb li { - float: left; - position: relative; - margin-right: 22px; -} -.breadcrumb li > * { - display: block; -} -.breadcrumb li.is-active > * { - color: #303030; - font-weight: bold; -} -.breadcrumb li::after { - content: "/"; - position: absolute; - height: 1.6rem; - width: 0.4rem; - top: 0; - right: -11px; - color: rgba(48, 48, 48, 0.5); -} -.breadcrumb li:last-child { - margin-right: 0px; -} -.breadcrumb li:last-child::after { - display: none; -} - -.button { - border: none; - outline: 0; - cursor: pointer; - box-sizing: border-box; - display: inline-flex; - justify-content: center; - align-items: center; - margin: 0px; - padding: 0px 10px; - padding-bottom: 1px; - height: 36px; - font-size: inherit; - min-width: 120px; - border-radius: 4px; - transition: background 300ms; - font-weight: inherit; -} -.button.is-solid { - background: #016EFF; - color: #FFFFFF; -} -.button.is-solid.is-inverse { - background: #016EFF; - color: #FFFFFF; -} -.button.is-outline { - background: transparent; - color: #016EFF; - border: solid 1px #016EFF; -} -.button.is-outline.is-inverse { - background: transparent; - color: #FFFFFF; - border: solid 1px #016EFF; -} -.button.is-ghost { - background: rgba(1, 110, 255, 0.16); - color: #016EFF; -} -.button.is-ghost.is-inverse { - background: rgba(1, 110, 255, 0.16); - color: #FFFFFF; -} -.button.is-text { - background: transparent; - color: #016EFF; -} -.button.is-text.is-inverse { - background: transparent; - color: #FFFFFF; -} -.button.is-danger { - background: #EA0000; - color: #FFFFFF; -} -.button.is-danger.is-inverse { - background: #EA0000; - color: #FFFFFF; -} -.button:hover, .button.is-active, .button.is-active:hover, .button:focus { - transition: background 300ms; -} -.button:hover.is-solid, .button.is-active.is-solid, .button.is-active:hover.is-solid, .button:focus.is-solid { - background: #004CB3; - color: #FFFFFF !important; -} -.button:hover.is-solid.is-inverse, .button.is-active.is-solid.is-inverse, .button.is-active:hover.is-solid.is-inverse, .button:focus.is-solid.is-inverse { - background: #004CB3; - color: #FFFFFF !important; -} -.button:hover.is-outline, .button.is-active.is-outline, .button.is-active:hover.is-outline, .button:focus.is-outline { - background: rgba(0, 76, 179, 0.26); - color: #004CB3 !important; - border: solid 1px #004CB3; -} -.button:hover.is-outline.is-inverse, .button.is-active.is-outline.is-inverse, .button.is-active:hover.is-outline.is-inverse, .button:focus.is-outline.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; - border: solid 1px #004CB3; -} -.button:hover.is-ghost, .button.is-active.is-ghost, .button.is-active:hover.is-ghost, .button:focus.is-ghost { - background: rgba(0, 76, 179, 0.26); - color: #004CB3 !important; -} -.button:hover.is-ghost.is-inverse, .button.is-active.is-ghost.is-inverse, .button.is-active:hover.is-ghost.is-inverse, .button:focus.is-ghost.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; -} -.button:hover.is-text, .button.is-active.is-text, .button.is-active:hover.is-text, .button:focus.is-text { - background: rgba(0, 76, 179, 0.26); - color: #004CB3 !important; -} -.button:hover.is-text.is-inverse, .button.is-active.is-text.is-inverse, .button.is-active:hover.is-text.is-inverse, .button:focus.is-text.is-inverse { - background: rgba(0, 76, 179, 0.26); - color: #FFFFFF !important; -} -.button:hover.is-danger, .button.is-active.is-danger, .button.is-active:hover.is-danger, .button:focus.is-danger { - background: #BB0000; - color: #FFFFFF !important; -} -.button:hover.is-danger.is-inverse, .button.is-active.is-danger.is-inverse, .button.is-active:hover.is-danger.is-inverse, .button:focus.is-danger.is-inverse { - background: #BB0000; - color: #FFFFFF !important; -} -.button.is-disabled, .button[disabled], .button.is-disabled:hover, .button:hover[disabled] { - box-shadow: none; - cursor: not-allowed; -} -.button.is-disabled.is-solid, .button[disabled].is-solid, .button.is-disabled:hover.is-solid, .button:hover[disabled].is-solid { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-solid.is-inverse, .button[disabled].is-solid.is-inverse, .button.is-disabled:hover.is-solid.is-inverse, .button:hover[disabled].is-solid.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-disabled.is-outline, .button[disabled].is-outline, .button.is-disabled:hover.is-outline, .button:hover[disabled].is-outline { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; - border: solid 1px rgba(48, 48, 48, 0.5); -} -.button.is-disabled.is-outline.is-inverse, .button[disabled].is-outline.is-inverse, .button.is-disabled:hover.is-outline.is-inverse, .button:hover[disabled].is-outline.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; - border: solid 1px rgba(255, 255, 255, 0.5); -} -.button.is-disabled.is-ghost, .button[disabled].is-ghost, .button.is-disabled:hover.is-ghost, .button:hover[disabled].is-ghost { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-ghost.is-inverse, .button[disabled].is-ghost.is-inverse, .button.is-disabled:hover.is-ghost.is-inverse, .button:hover[disabled].is-ghost.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-disabled.is-text, .button[disabled].is-text, .button.is-disabled:hover.is-text, .button:hover[disabled].is-text { - background: transparent; - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-text.is-inverse, .button[disabled].is-text.is-inverse, .button.is-disabled:hover.is-text.is-inverse, .button:hover[disabled].is-text.is-inverse { - background: transparent; - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-disabled.is-danger, .button[disabled].is-danger, .button.is-disabled:hover.is-danger, .button:hover[disabled].is-danger { - background: rgba(48, 48, 48, 0.12); - color: rgba(48, 48, 48, 0.5) !important; -} -.button.is-disabled.is-danger.is-inverse, .button[disabled].is-danger.is-inverse, .button.is-disabled:hover.is-danger.is-inverse, .button:hover[disabled].is-danger.is-inverse { - background: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5) !important; -} -.button.is-small { - height: 24px; - font-size: 12px; - min-width: 70px; - padding: 0px 10px; -} -.button.is-medium { - height: 32px; - font-size: inherit; - min-width: 90px; - padding: 0px 10px; -} -.button.is-large { - height: 44px; - font-size: 16px; - padding: 0px 30px; -} -.button.is-full { - width: 100%; -} -.button.has-icon { - min-width: 0px !important; -} -.button .d-icon { - vertical-align: middle; - font-size: 18px; - margin: 0px 6px; -} - -.checkbox { - backface-visibility: hidden; - box-sizing: border-box; - display: inline-block; - outline: 0; - position: relative; - height: 20px; - padding-left: 2px; - margin-right: 16px; -} -.checkbox input[type=checkbox] { - box-sizing: border-box; - display: inline-block; - height: 20px; - opacity: 0; - /* Hide it */ - position: absolute; - /* Take it out of the documenet flow */ -} -.checkbox > label { - box-sizing: border-box; - cursor: pointer; - padding: 0; - position: relative; - color: #303030; - font-size: 14px; - font-family: inherit; - font-weight: normal !important; -} -.checkbox label:before { - border-radius: 1px; - box-shadow: 0 0 0 2px rgba(1, 110, 255, 0.5); - box-sizing: border-box; - content: ""; - display: inline-block; - height: 16px; - margin-right: 10px; - transition: all 0.2s; - vertical-align: text-top; - width: 16px; -} -.checkbox input[type=checkbox]:hover + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.checkbox input[type=checkbox]:focus + label:before { - box-shadow: 0 0 0 2px #016EFF; -} -.checkbox input[type=checkbox][data-partial=true] + label:before, -.checkbox input[type=checkbox]:checked + label:before { - box-shadow: 0 0 0 2px #016EFF; - background: #016EFF; -} -.checkbox input[type=checkbox]:disabled + label { - color: #D5D5D5; - cursor: not-allowed; -} -.checkbox input[type=checkbox]:disabled + label:before { - box-shadow: 0 0 0 2px #D5D5D5; -} -.checkbox input[type=checkbox]:checked:not([data-partial]) + label:after { - border: solid #FFFFFF; - border-width: 0 2px 2px 0; - /* creates the inverted "L" shape */ - box-sizing: border-box; - content: " "; - display: block; - height: 12px; - left: 5px; - position: absolute; - top: 1px; - transform: rotate(45deg); - width: 6px; - /* the short bar of the mark is half as long as the long bar */ -} -.checkbox input[type=checkbox][data-partial] + label:after { - box-shadow: inset 0 0 0 2px rgba(1, 110, 255, 0.5); - box-sizing: border-box; - content: " "; - height: 2px; - left: 2px; - position: absolute; - top: 7px; - transition: all 0.2s; - width: 12px; - border-radius: 9999px; -} - -.chips { - font-size: inherit; - background: #CCE2FF; - border-radius: 4px; - color: #303030; - padding: 4px 6px; -} -.chips.is-small { - font-size: 1.2rem; - padding: 2px 4px; -} - -.chip-group .chips { - border-radius: 0px !important; -} -.chip-group .chips:first-child { - border-top-left-radius: 4px !important; - border-bottom-left-radius: 4px !important; -} -.chip-group .chips:last-child { - border-top-right-radius: 4px !important; - border-bottom-right-radius: 4px !important; -} - -.d-icon { - font-size: 2.4rem; -} -.d-icon.is-extrasmall { - font-size: 1.2rem !important; -} -.d-icon.is-small { - font-size: 1.8rem !important; -} -.d-icon.is-medium { - font-size: 3.6rem !important; -} -.d-icon.is-large { - font-size: 4.8rem !important; -} - -svg.d-icon { - width: 2.4rem; - height: 2.4rem; -} -svg.d-icon.is-extrasmall { - width: 1.2rem !important; - height: 1.2rem !important; -} -svg.d-icon.is-small { - width: 1.8rem !important; - height: 1.8rem !important; -} -svg.d-icon.is-medium { - width: 3.6rem !important; - height: 3.6rem !important; -} -svg.d-icon.is-large { - width: 4.8rem !important; - height: 4.8rem !important; -} - -.input { - position: relative; - z-index: 0; -} -.input input, -.input textarea { - margin: 0; - appearance: none; - border: none; - box-shadow: none; - flex: 1 0 auto; - font: inherit; - outline: none; - text-align: left; - padding: 0px 10px; - width: inherit; -} -.input input:active, .input input:focus, -.input textarea:active, -.input textarea:focus { - transition: 300ms; -} - -.input { - display: flex; - width: 250px; -} -.input.is-full { - width: 100% !important; -} -.input input { - height: 36px; -} -.input textarea { - padding-top: 6px; - max-width: 100%; - min-height: 90px; -} -.input input, -.input textarea { - background: rgba(1, 110, 255, 0.08); - border-radius: 4px; - color: #303030; - box-shadow: none; -} -.input input:active, .input input:focus, -.input textarea:active, -.input textarea:focus { - box-shadow: inset 0 -2px #016eff; -} -.input input::placeholder, -.input textarea::placeholder { - color: rgba(48, 48, 48, 0.6); -} -.input input[disabled], -.input textarea[disabled] { - background: rgba(48, 48, 48, 0.05); - color: rgba(48, 48, 48, 0.25); - box-shadow: inset 0 -2px rgba(48, 48, 48, 0.05); -} -.input input[disabled]::placeholder, -.input textarea[disabled]::placeholder { - color: rgba(48, 48, 48, 0.6); -} -.input.is-active > input, .input.is-active > textarea { - box-shadow: inset 0 -2px #016eff; -} -.input.is-disabled > input, .input.is-disabled > textarea { - background: rgba(48, 48, 48, 0.05); - color: rgba(48, 48, 48, 0.25); - box-shadow: inset 0 -2px rgba(48, 48, 48, 0.05); -} -.input.is-error > input, -.input input:invalid, .input.is-error > textarea, -.input textarea:invalid { - box-shadow: inset 0 -2px #EA0000; -} -.input.is-large > input { - height: 44px; -} -.input.is-medium > input { - height: 32px; -} -.input.is-small > input { - height: 24px; -} -.input.is-inverse input { - background: rgba(138, 197, 237, 0.1); - color: #FFFFFF; -} -.input.is-inverse input:active { - border-bottom: 2px solid #004cb3; - color: #FFFFFF; -} -.input.is-inverse input::placeholder { - color: rgba(255, 255, 255, 0.5); -} -.input.is-inverse label { - color: #FFFFFF; -} -.input .message { - width: inherit; - font-size: 11px !important; - font-weight: normal; - line-height: 1.6rem; - position: absolute; - margin-top: 2px; -} -.input.is-error > .message { - color: #EA0000; -} - -.input.has-icon-back > * { - float: left; -} -.input.has-icon-back input { - padding-right: 34px; -} -.input.has-icon-back .d-icon { - align-items: center; - display: flex; - font-size: 1.8rem !important; - pointer-events: none; -} -.input.has-icon-back .d-icon::before { - position: absolute; - right: 10px; -} - -.input.has-icon-front > * { - float: left; -} -.input.has-icon-front input { - padding-left: 34px; -} -.input.has-icon-front .d-icon { - align-items: center; - display: flex; - font-size: 1.8rem !important; -} -.input.has-icon-front .d-icon::before { - position: absolute; - left: 10px; -} -.input.has-icon-front.has-icon-back .d-icon:first-child::before { - left: 10px; - right: unset; -} -.input.has-icon-front.has-icon-back .d-icon:last-child::before { - left: unset; - right: 10px; -} - -.input-group.has-button input { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.input-group.has-button button.button { - margin: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.input-group.has-dropdown .input { - min-width: 0px; - width: auto; -} -.input-group.has-dropdown .input input { - min-width: 250px; - border-radius: 0px; -} -.input-group.has-dropdown .input select { - width: inherit; - padding-right: 34px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -a, -.link { - color: #016EFF; - text-decoration: none; - font-size: inherit; - cursor: pointer; -} -a:hover, a.is-active, -.link:hover, -.link.is-active { - color: #004CB3; -} -a[disabled], a.is-disabled, -.link[disabled], -.link.is-disabled { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -a.is-inverse, -.link.is-inverse { - color: #FFFFFF; -} -a.is-inverse:hover, -.link.is-inverse:hover { - color: rgba(255, 255, 255, 0.4); -} -a.is-small, -.link.is-small { - font-size: 1.2rem; -} -a.is-secondary, -.link.is-secondary { - color: #606060; -} -a.is-secondary:hover, -.link.is-secondary:hover { - color: #303030 !important; -} -a.is-sub, -a .is-sub, -.link.is-sub, -.link .is-sub { - opacity: 0.5; -} -a.is-sub:hover, -a .is-sub:hover, -.link.is-sub:hover, -.link .is-sub:hover { - opacity: 1; -} -a.has-icon-front .d-icon, -.link.has-icon-front .d-icon { - margin-right: 4px; - font-size: 1.4rem !important; - vertical-align: sub; -} -a.has-icon-back .d-icon, -.link.has-icon-back .d-icon { - margin-left: 2px; - font-size: 1.2rem !important; - vertical-align: middle; -} -a.has-icon-back.is-small .d-icon, -.link.has-icon-back.is-small .d-icon { - vertical-align: text-top; -} -a:hover > .d-icon.is-sub, -.link:hover > .d-icon.is-sub { - color: #004CB3; - opacity: 1; -} -a.is-secondary:hover > .d-icon.is-sub, -.link.is-secondary:hover > .d-icon.is-sub { - color: #303030; - opacity: 1; -} - -ol.list, -ul.list { - list-style-position: inside; -} -ol.list.no-marker, -ul.list.no-marker { - list-style: none; -} -ol.list li, -ul.list li { - margin: 4px 0px; -} - -ul.list { - list-style-type: square; -} - -.loader { - position: relative; - width: 10px; - height: 10px; - border-radius: 50%; - animation-name: loaderDefault; - animation-iteration-count: infinite; - animation-direction: alternate; - animation-timing-function: ease; - animation-duration: 0.9s; - animation-delay: 0.2s; - left: 14px; - top: -10px; - margin: 0px; -} -.loader:before, .loader:after { - content: ""; - position: absolute; - width: 10px; - height: 10px; - border-radius: 50%; - animation-name: loaderDefault; - animation-iteration-count: infinite; - animation-direction: alternate; - animation-timing-function: ease; - animation-duration: 0.9s; -} -.loader:before { - left: 14px; - animation-delay: 0.3s; -} -.loader:after { - right: 14px; - animation-delay: 0.1s; -} -.loader--inverse, .loader.is-inverse { - animation-name: loaderInverse; -} -.loader--inverse:before, .loader--inverse:after, .loader.is-inverse:before, .loader.is-inverse:after { - animation-name: loaderInverse; -} -.loader--button { - left: 0px; -} - -.button.is-solid .loader, .button.is-danger .loader { - animation-name: loaderInverse; -} -.button.is-solid .loader:before, .button.is-solid .loader:after, .button.is-danger .loader:before, .button.is-danger .loader:after { - animation-name: loaderInverse; -} - -@keyframes loaderDefault { - 0% { - box-shadow: 0 10px 0 -10px #016EFF; - opacity: 0; - } - 50% { - box-shadow: 0 10px 0 #016EFF; - opacity: 0.75; - } - 100% { - box-shadow: 0 10px 0 #016EFF; - opacity: 1; - } -} -@keyframes loaderInverse { - 0% { - box-shadow: 0 10px 0 -10px #FFFFFF; - opacity: 0; - } - 50% { - box-shadow: 0 10px 0 #FFFFFF; - opacity: 0.75; - } - 100% { - box-shadow: 0 10px 0 #FFFFFF; - opacity: 1; - } -} -.menu { - white-space: nowrap; - position: relative; -} -.menu.is-right .menu-content { - left: 100%; - transform: translateX(-100%); -} -.menu.is-left .menu-content { - left: 0%; - transform: translateX(0%); -} -.menu.is-active .menu-trigger { - pointer-events: none; -} -.menu.is-active .menu-content, -.menu.is-active .menu-content:hover { - opacity: 1; - visibility: visible; -} -.menu .menu-content { - height: auto; - opacity: 0; - background: #FFFFFF; - font-size: 14px; - position: absolute; - padding: 15px 20px; - border-radius: 8px; - visibility: hidden; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - z-index: 100; - left: 50%; - transform: translateX(-50%); - border-color: #E8E8E8; - border-width: 2px; - border-style: solid; - border-radius: 4px; - -webkit-transition: all 0.3s 0.1s; - -moz-transition: all 0.3s 0.1s; - -o-transition: all 0.3s 0.1s; - transition: all 0.3s 0.1s; -} -.menu .menu-content > * { - display: block; - white-space: nowrap; - padding: 5px 0px; - height: unset; -} -.menu .menu-content hr { - background-color: #E8E8E8; - height: 2px; - width: calc(100% + 40px); - margin-left: -20px; - padding: 0px; -} -.menu .menu-trigger:hover + .menu-content, -.menu .menu-trigger:focus + .menu-content, -.menu .menu-content:hover { - opacity: 1; - visibility: visible; -} - -.modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 400; - opacity: 0; - -webkit-transition: opacity 300ms ease-in; - -moz-transition: opacity 300ms ease-in; - transition: opacity 300ms ease-in; - pointer-events: none; - background: rgba(232, 232, 232, 0.9); - overflow: auto; - display: flex; - justify-content: center; - align-items: center; -} -.modal div.modal-container { - width: 450px; - margin: 20px; - position: relative; - background: #FFFFFF; - box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); - border-width: 2px; - border-style: solid; - border-color: #E8E8E8; - border-radius: 4px; - display: flex; - flex-direction: column; -} -.modal div.modal-container .close { - color: #303030; - opacity: 0.4; - line-height: 14px; - position: absolute; - z-index: 500; - right: 14px; - top: 14px; -} -.modal div.modal-container .close:hover { - color: #303030; - opacity: 0.6; -} -.modal div.modal-container div.modal-content { - padding: 24px 30px 24px 30px; -} -.modal div.modal-container div.modal-header { - border-bottom-width: 2px; - border-bottom-style: solid; - border-bottom-color: #E8E8E8; - display: flex; - align-items: center; - padding: 15px 58px 13px 30px; - width: 100%; -} -.modal div.modal-container div.modal-footer { - border-top-width: 2px; - border-top-style: solid; - border-top-color: #E8E8E8; - margin-bottom: 0px; - display: flex; - align-items: center; - padding: 20px 30px 20px 30px; - width: 100%; -} -.modal div.modal-container.is-full { - width: 100%; - height: 100%; - box-shadow: none; - border: none !important; - border-radius: 0px !important; - margin: 0px; - padding: 0px; -} -.modal div.modal-container.is-full div.modal-content { - padding: 24px 58px 24px 58px; - height: 100%; - overflow-y: scroll; -} - -.modal:target, -.modal.is-active { - opacity: 1; - pointer-events: auto; -} - -@media (max-width: 899px) { - .modal div.is-full div.modal-content { - padding: 24px 30px 24px 30px; - } -} -.nav { - box-sizing: border-box; - height: 60px; - width: 100%; - background: #002B66; - position: relative; -} -.nav.is-fixed-top { - position: fixed; - top: 0; -} -.nav .nav-center .nav-item, -.nav .nav-center .nav-icon, -.nav .nav-center .menu--nav, -.nav .nav-center .nav-control, -.nav .nav-right .nav-item, -.nav .nav-right .nav-icon, -.nav .nav-right .menu--nav, -.nav .nav-right .nav-control { - display: block; -} -@media (min-width: 899px) { - .nav .nav-center, -.nav .nav-right { - display: inline-block; - background: transparent; - } - .nav .nav-center .nav-item, -.nav .nav-center .nav-icon, -.nav .nav-center .menu--nav, -.nav .nav-center .nav-control, -.nav .nav-right .nav-item, -.nav .nav-right .nav-icon, -.nav .nav-right .menu--nav, -.nav .nav-right .nav-control { - display: inline-block; - } -} -.nav .nav-left { - padding-left: 12px; - padding-right: 12px; - display: inline-block; - vertical-align: top; - height: 60px; - width: 100%; -} -.nav .nav-left .nav-item, -.nav .nav-left .nav-icon, -.nav .nav-left .menu--nav, -.nav .nav-left .nav-control { - height: 60px; - padding: 18px 8px; -} -@media (min-width: 899px) { - .nav .nav-left .nav-item, -.nav .nav-left .nav-icon, -.nav .nav-left .menu--nav, -.nav .nav-left .nav-control { - padding: 18px 12px; - } -} -@media (min-width: 899px) { - .nav .nav-left { - width: 300px; - padding-left: 18px; - padding-right: 0px; - } -} -.nav .nav-right { - padding-right: 0px; -} -@media (min-width: 899px) { - .nav .nav-right { - float: right; - padding-right: 18px; - } -} -.nav .nav-responsive { - position: absolute; - left: 0; - right: 0; - height: calc(100vh - 60px); - background: #19375F; - opacity: 0; - visibility: hidden; - overflow: auto; -} -.nav .nav-responsive.is-active { - opacity: 1; - visibility: visible; -} -@media (min-width: 899px) { - .nav .nav-responsive { - float: right; - width: calc(100% - 300px); - opacity: 1; - visibility: visible; - height: 60px; - background: transparent !important; - position: relative; - overflow: inherit; - } -} -.nav .nav-item, -.nav .nav-icon, -.nav .menu--nav, -.nav .nav-control { - display: inline-block; - vertical-align: top; - height: 54px; - padding: 16px 20px; - position: relative; -} -@media (min-width: 899px) { - .nav .nav-item, -.nav .nav-icon, -.nav .menu--nav, -.nav .nav-control { - height: 60px; - padding: 18px 12px; - } -} -.nav .nav-brand { - width: auto; - padding: 13px 12px; - height: 60px; -} -.nav .nav-item, -.nav .nav-icon { - color: #FFFFFF; - font-size: 1.6rem; -} -.nav .nav-item .icon-name, -.nav .nav-icon .icon-name { - margin-left: 10px; -} -@media (min-width: 899px) { - .nav .nav-item .icon-name, -.nav .nav-icon .icon-name { - display: none; - } -} -.nav .nav-item.is-active, -.nav .nav-icon.is-active { - box-shadow: inset 4px 0 0 #016EFF; -} -@media (min-width: 899px) { - .nav .nav-item.is-active, -.nav .nav-icon.is-active { - box-shadow: inset 0 -4px 0 #016EFF; - } -} -.nav .nav-item:hover, .nav .nav-item:focus, -.nav .nav-icon:hover, -.nav .nav-icon:focus { - color: rgba(255, 255, 255, 0.4); -} -.nav .menu.menu--nav { - color: #FFFFFF; - padding: 0px !important; - height: auto; -} -.nav .menu.menu--nav .menu-content { - margin-top: -8px; -} -@media (max-width: 898px) { - .nav .menu.menu--nav { - position: unset; - } - .nav .menu.menu--nav .menu-content { - height: 0px; - overflow: hidden; - padding: 0px; - border-radius: 0px; - border: none; - box-shadow: none; - width: 100%; - margin-top: 0px; - background-color: transparent; - } - .nav .menu.menu--nav .menu-content > * { - display: block; - height: 40px; - background: #334D71; - padding: 10px 20px; - color: #FFFFFF; - } - .nav .menu.menu--nav .menu-content > *:hover, .nav .menu.menu--nav .menu-content > *:focus { - color: #FFFFFF; - } - .nav .menu.menu--nav .menu-content:before, .nav .menu.menu--nav .menu-content:after { - display: none; - } - .nav .menu.menu--nav .menu-trigger:hover + .menu-content, -.nav .menu.menu--nav .menu-trigger:focus + .menu-content, -.nav .menu.menu--nav .menu-content:hover { - height: auto; - } -} -.nav .nav-control { - padding: 9px 12px; - color: #FFFFFF; -} -.nav .nav-control > * { - width: 100%; -} -@media (min-width: 899px) { - .nav .nav-control { - padding: 12px 12px; - } -} - -.d-progress { - height: 16px; - width: 100%; - background: #E8E8E8; - border-radius: 4px; - display: flex; - overflow: hidden; -} -.d-progress .d-progress--bar { - height: inherit; - background: #016EFF; - margin-left: 2px; -} -.d-progress .d-progress--bar:first-child { - margin-left: 0px !important; -} -.d-progress__sm { - height: 10px; -} -.d-progress__md { - height: 20px; -} -.d-progress__lg { - height: 24px; -} -.d-progress__loading { - animation-duration: 1s; - animation-fill-mode: forwards; - animation-iteration-count: infinite; - animation-name: loadingShimmer; - animation-timing-function: linear; - background-image: linear-gradient(to right, #E8E8E8 0%, #f7f7f7 50%, #E8E8E8 100%); - background-size: 50%; - background-repeat: no-repeat; - position: relative; -} - -@keyframes loadingShimmer { - 0% { - background-position: -100%; - } - 100% { - background-position: 200%; - } -} -.radio { - backface-visibility: hidden; - box-sizing: border-box; - display: inline-block; - outline: 0; - position: relative; - height: 20px; - margin-right: 16px; -} - -.radio > input[type=radio] { - height: 20px; - box-sizing: border-box; - opacity: 0; - position: absolute; -} - -.radio > label { - box-sizing: border-box; - cursor: pointer; - padding: 0; - position: relative; - color: #303030; - font-size: 14px; - font-family: helvetica, sans-serif; - font-weight: normal; - padding-left: 2px; -} - -.radio > label:before { - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(1, 110, 255, 0.5); - box-sizing: border-box; - content: ""; - display: inline-block; - height: 16px; - margin-right: 10px; - transition: 0.2s; - vertical-align: text-top; - width: 16px; -} - -.radio > input[type=radio]:hover + label:before { - box-shadow: 0 0 0 2px #016EFF; -} - -.radio > input[type=radio]:checked + label:before { - box-shadow: 0 0 0 2px #016EFF; -} - -.radio > input[type=radio]:disabled + label { - color: #D5D5D5; - cursor: not-allowed; -} - -.radio > input[type=radio]:disabled + label:before { - box-shadow: 0 0 0 2px #D5D5D5; -} - -.radio > input[type=radio]:checked + label:after { - background-color: #016EFF; - border-radius: 50%; - box-sizing: border-box; - content: ""; - height: 12px; - left: 4px; - position: absolute; - top: 2px; - transition: 0.2s; - width: 12px; -} - -.input.has-arrow:before { - content: url('data:image/svg+xml;charset=UTF-8, '); - pointer-events: none; - opacity: 0.4; - position: absolute; - top: 50%; - transform: translateY(-50%); - right: 10px; - height: 18px; - width: 18px; -} -.input select { - background: rgba(1, 110, 255, 0.08); - border-radius: 4px; - color: #303030; - height: 36px; - box-shadow: none; - appearance: none; - -webkit-appearance: none; - flex: 1 0 auto; - font: inherit; - outline: none; - border: none; - text-align: left; - width: inherit; - margin: 0; - position: relative; - padding: 0px 10px; -} -.input select option { - color: black; -} -.input select:active, .input select:focus, .input select[disabled] { - transition: 300ms; -} -.input select:invalid { - box-shadow: inset 0 -2px 0 #EA0000; -} -.input select::placeholder { - color: rgba(48, 48, 48, 0.6); -} -.input select:active, .input select:focus { - box-shadow: inset 0 -2px #016eff; -} -.input select[disabled] { - background: rgba(48, 48, 48, 0.05); - box-shadow: inset 0 -2px rgba(48, 48, 48, 0.05); -} -.input.is-active > select { - box-shadow: inset 0 -2px #016eff; -} -.input.is-error > select { - box-shadow: inset 0 -2px #EA0000; -} -.input.is-inverse.has-arrow:before { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -.input.is-inverse select { - background: rgba(242, 242, 242, 0.1); - color: #FFFFFF; -} -.input.is-inverse select::placeholder { - color: rgba(255, 255, 255, 0.6); -} -.input.is-inverse select:active, .input.is-inverse select:focus { - background: rgba(242, 242, 242, 0.1); - box-shadow: inset 0 -2px 0 #004CB3; -} -.input.is-inverse select[disabled] { - background: rgba(255, 255, 255, 0.1); - box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.05); - color: rgba(255, 255, 255, 0.1); -} -.input.is-inverse select[disabled]::placeholder { - color: rgba(255, 255, 255, 0.2); -} -.input.is-large > select { - height: 44px; -} -.input.is-medium > select { - height: 32px; -} -.input.is-small > select { - height: 24px; -} -.input.is-full { - width: 100%; -} - -label.switch { - box-sizing: border-box; - display: inline-flex; - height: 20px; - position: relative; - margin-top: 0px !important; - align-items: center; - margin-right: 16px; -} - -label.switch > input[type=checkbox] { - display: none; -} - -/* Horizontal line */ -label.switch > .slider { - background-color: #D5D5D5; - border-radius: 34px; - bottom: 0; - box-sizing: border-box; - cursor: pointer; - height: 4px; - left: 0; - position: relative; - right: 0; - transition: all 0.4s; - width: 34px; -} - -/* Make it easier to click the empty space to the side of the Toggle circle */ -label.switch > .slider:before { - background-color: transparent; - box-sizing: border-box; - content: " "; - height: 18px; - left: 0; - position: absolute; - top: -8px; - width: 34px; -} - -/* Toggle circle */ -label.switch > .slider:after { - background-color: #FFFFFF; - bottom: -8px; - border: 2px solid; - border-color: rgba(1, 110, 255, 0.5); - border-radius: 50%; - box-sizing: border-box; - content: ""; - height: 20px; - left: 0; - position: absolute; - transition: all 0.4s; - width: 20px; -} - -label.switch > input[type=checkbox]:hover ~ .slider:after { - border-color: #016EFF; -} - -label.switch > input[type=checkbox]:checked ~ .slider { - background-color: rgba(21, 192, 70, 0.45); -} - -label.switch > input[type=checkbox]:checked ~ .slider:after { - background: #15C046; - border-color: #15C046; - transform: translateX(16px); -} - -label.switch.disabled > input[type=checkbox] ~ .slider, -label.switch > input[type=checkbox]:disabled ~ .slider, -label.switch > input[type=checkbox]:checked:disabled ~ .slider { - background-color: #E8E8E8; - cursor: not-allowed; -} - -label.switch.disabled > input[type=checkbox] ~ .slider:after, -label.switch > input[type=checkbox]:disabled ~ .slider:after, -label.switch > input[type=checkbox]:checked:disabled ~ .slider:after { - border-color: #D5D5D5; - cursor: not-allowed; -} - -label.switch.disabled > input[type=checkbox]:checked ~ .slider:after, -label.switch > input[type=checkbox]:checked:disabled ~ .slider:after { - background: #FFFFFF; -} - -label.switch > .label { - color: inherit; - font-size: 14px; - font-family: helvetica, sans-serif; - font-weight: normal; - margin-left: 10px; - position: relative; - white-space: nowrap; -} - -label.switch.disabled > .label, -label.switch > input[type=checkbox]:disabled ~ .label, -label.switch > input[type=checkbox]:checked:disabled ~ .label { - color: #D5D5D5; -} - -label.switch > input[type=checkbox]:checked ~ .off { - display: none; -} - -label.switch > input[type=checkbox]:not(:checked) ~ .off { - display: inline; -} - -label.switch > input[type=checkbox]:checked ~ .on { - display: inline; -} - -label.switch > input[type=checkbox]:not(:checked) ~ .on { - display: none; -} - -.table-container { - width: 100%; - overflow: scroll; - border-radius: 6px; -} -.table-container__freeze table.table tr th:first-child { - position: sticky; - left: 0; - box-shadow: 0 50px 20px -50px rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.1); - max-width: fit-content; - background: #FFFFFF; -} - -table.table { - width: 100%; - overflow: scroll; - position: relative; -} -table.table th, table.table td { - padding: 0px 10px; - white-space: nowrap; -} -table.table th.is-center, table.table td.is-center { - text-align: center; -} -table.table th.is-right, table.table td.is-right { - text-align: right; -} -table.table tbody th, table.table tbody td { - border-bottom: solid 1px #E8E8E8; - font-weight: normal; -} -table.table thead tr { - height: 14px; - border-bottom: solid 2px #E8E8E8; -} -table.table thead th { - text-transform: uppercase; - font-weight: normal; - color: #303030; - font-size: 1.2rem; - padding: 10px; -} -table.table thead th.is-sorted { - align-items: center; -} -table.table thead th.is-sorted::after { - content: url('data:image/svg+xml;charset=UTF-8, '); - width: 14px; - height: 14px; - margin-left: 4px; - display: inline-flex; - position: relative; - top: 2px; -} -table.table thead th.is-sorted__ascend { - font-weight: bold; -} -table.table thead th.is-sorted__ascend::after { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -table.table thead th.is-sorted__descend { - font-weight: bold; -} -table.table thead th.is-sorted__descend::after { - content: url('data:image/svg+xml;charset=UTF-8, '); -} -table.table tfoot th, table.table tfoot td { - background: #E8E8E8 !important; -} -table.table tfoot th:first-child, table.table tfoot td:first-child { - border-radius: 0px 0px 0px 6px; -} -table.table tfoot th:last-child, table.table tfoot td:last-child { - border-radius: 0px 0px 6px 0px; -} -table.table.is-striped tbody th, table.table.is-striped tbody td { - border: none !important; -} -table.table.is-striped tbody tr:nth-child(odd) th, table.table.is-striped tbody tr:nth-child(odd) td { - background: #F8F8F8 !important; -} -table.table.is-cards { - border-collapse: separate; - border-spacing: 0px 10px; -} -table.table.is-cards th:first-child, table.table.is-cards td:first-child { - border-radius: 6px 0px 0px 6px !important; -} -table.table.is-cards th:last-child, table.table.is-cards td:last-child { - border-radius: 0px 6px 6px 0px !important; -} -table.table.is-cards thead th { - padding-bottom: 0px; - border: none; -} -table.table.is-cards tbody th, table.table.is-cards tbody td { - border: solid 1px #E8E8E8; - border-right: none; - border-left: none; -} -table.table.is-cards tbody th:first-child, table.table.is-cards tbody td:first-child { - border-left: solid 1px #E8E8E8; -} -table.table.is-cards tbody th:last-child, table.table.is-cards tbody td:last-child { - border-right: solid 1px #E8E8E8; -} -table.table tr { - height: 48px; -} -table.table__condensed tr { - height: 40px; -} -table.table__expanded tr { - height: 56px; -} - -.tabs { - -webkit-overflow-scrolling: touch; -} -.tabs.is-primary { - min-width: 100%; - background: #F3F8FF; -} -.tabs.is-primary ul { - list-style: none; - display: flex; - justify-content: flex-start; - padding: 20px 0px 0px 30px; - overflow-x: auto; - overflow-x: -moz-scrollbars-none; -} -.tabs.is-primary ul::-webkit-scrollbar { - width: 0 !important; -} -.tabs.is-primary ul li { - white-space: nowrap; - cursor: pointer; - display: flex; - justify-content: center; - align-items: center; - color: #016EFF; - font-size: 1.6rem; - height: 40px; - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} -.tabs.is-primary ul li > * { - padding: 0px 20px; -} -.tabs.is-primary ul li.is-active { - background: #FFFFFF; -} -.tabs.is-primary ul li.is-active > * { - color: #303030; -} -.tabs.is-primary ul li.is-disabled > * { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -.tabs.is-primary.is-vertical { - min-width: 300px; - width: 300px; - height: inherit; - overflow-y: auto; -} -.tabs.is-primary.is-vertical ul { - flex-direction: column; - padding: 12px 0px 40px 0px; -} -.tabs.is-primary.is-vertical ul li { - cursor: pointer; - justify-content: flex-start; - box-sizing: border-box; - height: 40px; - margin: 2px 16px; - border-radius: 8px; -} -.tabs.is-primary.is-vertical ul li > * { - color: inherit; - padding: 0px 14px; - height: inherit; - flex: auto; - display: flex; - align-items: center; -} -.tabs.is-primary.is-vertical ul li:hover { - box-shadow: inset 0px 0px 0px 1px rgba(0, 76, 179, 0.1); -} -.tabs.is-primary.is-vertical ul li:hover > * { - color: #004CB3; -} -.tabs.is-primary.is-vertical ul li.is-active { - box-shadow: inset 0px 0px 0px 1px rgba(1, 110, 255, 0.1); - background: rgba(1, 110, 255, 0.1); - font-weight: bold; -} -.tabs.is-primary.is-vertical ul li.is-active > * { - color: #303030; -} -.tabs.is-primary.is-vertical ul li.is-disabled { - box-shadow: none; -} -.tabs.is-primary.is-vertical ul li.is-disabled > * { - color: rgba(48, 48, 48, 0.2); -} -.tabs.is-primary.is-vertical ul li.tabs__section-header { - font-size: 1.2rem; - text-transform: uppercase; - color: #9a9a9a; - padding: 0px 14px; -} -.tabs.is-primary.is-vertical ul li.tabs__section-header:hover { - box-shadow: none; -} -.tabs.is-secondary { - min-width: 100%; -} -.tabs.is-secondary ul { - list-style: none; - display: flex; - justify-content: flex-start; - padding: 0px; - box-shadow: inset 0px -2px rgba(96, 96, 96, 0.05); - overflow-x: auto; - overflow-x: -moz-scrollbars-none; -} -.tabs.is-secondary ul::-webkit-scrollbar { - width: 0 !important; -} -.tabs.is-secondary ul li { - cursor: pointer; - white-space: nowrap; -} -.tabs.is-secondary ul li > * { - display: flex; - justify-content: center; - align-items: center; - color: #016EFF; - font-size: 1.6rem; - height: 40px; - padding: 0px 20px; -} -.tabs.is-secondary ul li.is-active > * { - box-shadow: inset 0px -2px #016EFF; - color: #303030; -} -@media (max-width: 899px) { - .tabs.tablet-down-hide-left { - position: absolute; - left: -300px; - transition: left 300ms; - } -} -@media (max-width: 899px) { - .tabs.tablet-down-hide-right { - position: absolute; - right: -300px; - transition: right 300ms; - } -} -@media (max-width: 899px) { - .tabs.tablet-down-toggle-tabs-left { - position: absolute; - left: 0px; - margin: 0px; - box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.16); - z-index: 99; - } -} - -div.tags { - display: flex; - flex-direction: row; - flex-wrap: wrap; -} -div.tags.nowrap { - flex-wrap: nowrap; - overflow-x: auto; - overflow-x: -moz-scrollbars-none; -} -div.tags.nowrap::-webkit-scrollbar { - width: 0 !important; -} - -.tag { - display: inline-flex; - align-items: center; - justify-content: center; - padding: 0px 10px; - height: 28px; - margin: 3px; - background: #CCE2FF; - color: #303030; - border-radius: 9999px; - white-space: nowrap; - transition: 300ms; -} -.tag.is-active { - background: #80B6FF; -} -.tag[disabled], .tag.is-disabled { - background: rgba(48, 48, 48, 0.1); - color: rgba(48, 48, 48, 0.4); -} -.tag .d-icon { - font-size: 2rem !important; -} -.tag.is-small { - font-size: 1.2rem; - height: 22px; - padding: 0px 8px; -} -.tag.is-small .d-icon { - font-size: 1.6rem !important; -} -.tag a.d-icon { - opacity: 0.5; - color: #303030; -} -.tag a.d-icon:hover { - opacity: 1; -} -.tag.has-icon-back { - padding-right: 6px; -} -.tag.has-icon-back .d-icon { - margin-left: 6px; -} -.tag.has-icon-back.is-small { - padding-right: 4px; -} -.tag.has-icon-back.is-small .d-icon { - margin-left: 4px; -} -.tag.has-icon-front .d-icon { - margin-right: 4px; -} -.tag.outlined { - background: transparent; - color: #303030 !important; - border: 1px solid #016EFF; -} -.tag.outlined:hover { - background: rgba(1, 110, 255, 0.2); - color: #303030 !important; - transition: 300ms; -} -.tag.outlined.is-active { - background: #016eff; - color: #FFFFFF !important; -} -.tag.outlined[disabled], .tag.outlined.is-disabled { - background: rgba(48, 48, 48, 0.1); - color: rgba(48, 48, 48, 0.4); - border-color: rgba(48, 48, 48, 0.4); -} - -.title { - display: flex; - align-items: center; - height: 52px; -} -.title span.bar { - height: inherit; - width: 2px; - background-color: #D5D5D5; - border-radius: 4px; - margin-right: 8px; -} -.title span.bar.is-wide { - width: 4px; - margin-right: 6px; -} - -.toggle { - display: flex; - position: relative; - white-space: nowrap; - overflow: auto; - padding: 2px; -} -.toggle input { - position: absolute !important; - clip: rect(0, 0, 0, 0); - overflow: hidden; -} -.toggle input:checked + label { - box-shadow: none; - z-index: 1; - background-color: #FFFFFF; - color: #303030; - border-radius: 4px; - box-shadow: 0 0 0 2px #016EFF; -} -.toggle input:disabled + label { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -.toggle input.is-disabled + label { - color: rgba(48, 48, 48, 0.2); - cursor: not-allowed; -} -.toggle > ul { - display: flex; -} -.toggle label, -.toggle li { - display: flex; - justify-content: center; - align-items: center; - transition: all 300ms ease-in-out; - background: rgba(1, 110, 255, 0.08); - color: #016EFF; - font-size: 1.4rem; - height: 36px; - padding: 0px 14px; -} -.toggle label a, -.toggle li a { - color: inherit; -} -.toggle label.is-active, -.toggle li.is-active { - box-shadow: none; - z-index: 1; - background-color: #FFFFFF; - color: #303030; - border-radius: 4px !important; - box-shadow: 0 0 0 2px #016EFF; -} -.toggle label.is-active a, -.toggle li.is-active a { - color: inherit; -} -.toggle label:hover, -.toggle li:hover { - cursor: pointer; - color: #002B66; -} -.toggle label.is-disabled, .toggle label:disabled, -.toggle li.is-disabled, -.toggle li:disabled { - cursor: not-allowed; - color: rgba(48, 48, 48, 0.2); -} -.toggle label.is-disabled > *, .toggle label:disabled > *, -.toggle li.is-disabled > *, -.toggle li:disabled > * { - cursor: not-allowed; -} -.toggle label:first-of-type, -.toggle li:first-of-type { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.toggle label:last-of-type, -.toggle li:last-of-type { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.toggle.has-icons label, -.toggle.has-icons li { - padding: 0px 8px !important; -} -.toggle.has-icons.is-small label, -.toggle.has-icons.is-small li { - padding: 0px 6px !important; -} -.toggle.is-small label, -.toggle.is-small li { - height: 28px; - padding: 0px 10px; -} -.toggle.is-inverse label, -.toggle.is-inverse li { - color: #80B6FF; - background: rgba(255, 255, 255, 0.1); -} -.toggle.is-inverse label.is-active, -.toggle.is-inverse li.is-active { - color: #FFFFFF; - background: transparent; -} - -*[class*=d-tooltip] { - position: relative; -} -*[class*=d-tooltip]::after { - content: attr(data-tooltip); - z-index: 1000; - position: absolute; - visibility: hidden; - opacity: 0; - transition: 300ms; - white-space: nowrap; - padding: 6px 8px; - font-size: 1.2rem; - border-radius: 4px; - font-family: inherit; - background-color: rgba(48, 48, 48, 0.9); - color: #FFFFFF; - left: 50%; - top: calc(100% + 4px); - transform: translateX(-50%); -} -*[class*=d-tooltip][class*=-small]::after { - font-size: 1rem; - padding: 4px 6px; -} -*[class*=d-tooltip][class*=tooltip-top]::after { - top: 0%; - transform: translate(-50%, calc(-100% - 4px)); -} -*[class*=d-tooltip][class*=tooltip-left]::after { - left: 0%; - top: 50%; - transform: translate(calc(-100% - 4px), -50%); -} -*[class*=d-tooltip][class*=tooltip-right]::after { - left: calc(100% + 4px); - top: 50%; - transform: translateY(-50%); -} -*[class*=d-tooltip]:hover::after, *[class*=d-tooltip]:focus::after { - visibility: visible; - opacity: 1; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: inherit; -} - -h1 { - font-size: 2.8rem; - line-height: 1.25; - font-weight: 600; - color: #303030; -} - -h2 { - font-size: 2.6rem; - line-height: 1.25; - font-weight: 600; - color: #303030; -} - -h3 { - font-size: 2rem; - line-height: 1.5; - font-weight: 600; - color: #303030; -} - -h4 { - font-size: 1.6rem; - line-height: 1.5; - font-weight: 600; - color: #303030; -} - -h5 { - font-size: 1.4rem; - line-height: 1.5; - font-weight: 600; - color: #303030; -} - -h6 { - font-size: 1.2rem; - line-height: 1.5; - font-weight: 400; - color: #303030; -} - -p { - font-family: inherit; - font-size: 1.4rem; - line-height: 1.75; - font-weight: 400; - color: #303030; -} +/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*{box-sizing:inherit}*:before,*:after{box-sizing:inherit}img,embed,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{font-size:10px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.container{margin:0px 10px}@media(min-width: 600px){.container{width:580px;margin:0px auto}}@media(min-width: 900px){.container{width:860px;margin:0px auto}}@media(min-width: 1200px){.container{width:1140px;margin:0px auto}}.container.is-gutterless [class^=col]{margin-left:0px !important;margin-right:0px !important}.container-full{padding:0px 10px}@media(min-width: 600px){.container-full{padding:0px 20px}}@media(min-width: 900px){.container-full{padding:0px 30px}}.container-full.is-marginless{padding-left:0px !important;padding-right:0px !important}.container-full.is-gutterless [class^=col]{margin-left:0px !important;margin-right:0px !important}.row{display:flex;flex-direction:row;flex-wrap:wrap}.row .col:not(:first-child),.row .col:not(:last-child){margin:0px 10px}@media(min-width: 600px){.row .col:not(:first-child),.row .col:not(:last-child){margin:0px 20px}}.row .col:first-child{margin-left:0px}.row .col:last-child{margin-right:0px}.row.reversed{flex-direction:row-reverse;flex-wrap:wrap-reverse}.row.reversed .col:first-child{margin-right:0px !important}.row.reversed .col:last-child{margin-left:0px !important}.row.reversed .col:not(:first-child),.row.reversed .col:not(:last-child){margin:0px 10px}@media(min-width: 600px){.row.reversed .col:not(:first-child),.row.reversed .col:not(:last-child){margin:0px 20px}}@media(min-width: 600px){.row.tablet-up-reversed{flex-direction:row-reverse}}.col,[class^=col-]{display:flex;flex-direction:column;flex:1;box-sizing:border-box}[class*=-col-]{padding:0px 10px}.col-1-1,.col-2-2,.col-3-3,.col-4-4,.col-5-5,.col-6-6,.col-7-7,.col-8-8,.col-9-9,.col-10-10,.col-11-11,.col-12-12{flex:none;flex-basis:100%}.col-1-2,.col-2-4,.col-3-6,.col-4-8,.col-5-10,.col-6-12{flex:none;flex-basis:50%}.col-1-3,.col-2-6,.col-3-9,.col-4-12{flex:none;flex-basis:33.333333%}.col-2-3,.col-4-6,.col-6-9,.col-8-12{flex:none;flex-basis:66.666667%}.col-1-4,.col-2-8,.col-3-12{flex:none;flex-basis:25%}.col-3-4,.col-6-8,.col-9-12{flex:none;flex-basis:75%}.col-1-5,.col-2-10{flex:none;flex-basis:20%}.col-2-5,.col-4-10{flex:none;flex-basis:40%}.col-3-5,.col-6-10{flex:none;flex-basis:60%}.col-4-5,.col-8-10{flex:none;flex-basis:80%}.col-1-6,.col-2-12{flex:none;flex-basis:16.666667%}.col-5-6,.col-10-12{flex:none;flex-basis:83.333333%}.col-1-7{flex:none;flex-basis:14.285714%}.col-2-7{flex:none;flex-basis:28.571429%}.col-3-7{flex:none;flex-basis:42.857143%}.col-4-7{flex:none;flex-basis:57.142857%}.col-5-7{flex:none;flex-basis:71.428571%}.col-6-7{flex:none;flex-basis:85.714286%}.col-1-8{flex:none;flex-basis:12.5%}.col-3-8{flex:none;flex-basis:37.5%}.col-5-8{flex:none;flex-basis:62.5%}.col-7-8{flex:none;flex-basis:87.5%}.col-1-9{flex:none;flex-basis:11.111111%}.col-2-9{flex:none;flex-basis:22.222222%}.col-4-9{flex:none;flex-basis:44.444444%}.col-5-9{flex:none;flex-basis:55.555556%}.col-7-9{flex:none;flex-basis:77.777778%}.col-8-9{flex:none;flex-basis:88.888889%}.col-1-10{flex:none;flex-basis:10%}.col-3-10{flex:none;flex-basis:30%}.col-7-10{flex:none;flex-basis:70%}.col-9-10{flex:none;flex-basis:90%}.col-1-11{flex:none;flex-basis:9.090909%}.col-2-11{flex:none;flex-basis:18.181818%}.col-3-11{flex:none;flex-basis:27.272727%}.col-4-11{flex:none;flex-basis:36.363636%}.col-5-11{flex:none;flex-basis:45.454545%}.col-6-11{flex:none;flex-basis:54.545455%}.col-7-11{flex:none;flex-basis:63.636364%}.col-8-11{flex:none;flex-basis:72.727273%}.col-9-11{flex:none;flex-basis:81.818182%}.col-10-11{flex:none;flex-basis:90.909091%}.col-1-12{flex:none;flex-basis:8.333333%}.col-5-12{flex:none;flex-basis:41.666667%}.col-7-12{flex:none;flex-basis:58.333333%}.col-11-12{flex:none;flex-basis:91.666667%}@media(min-width: 0px)and (max-width: 599px){.xs-col-1-1,.xs-col-2-2,.xs-col-3-3,.xs-col-4-4,.xs-col-5-5,.xs-col-6-6,.xs-col-7-7,.xs-col-8-8,.xs-col-9-9,.xs-col-10-10,.xs-col-11-11,.xs-col-12-12{flex:none;flex-basis:100%}.xs-col-1-2,.xs-col-2-4,.xs-col-3-6,.xs-col-4-8,.xs-col-5-10,.xs-col-6-12{flex:none;flex-basis:50%}.xs-col-1-3,.xs-col-2-6,.xs-col-3-9,.xs-col-4-12{flex:none;flex-basis:33.333333%}.xs-col-2-3,.xs-col-4-6,.xs-col-6-9,.xs-col-8-12{flex:none;flex-basis:66.666667%}.xs-col-1-4,.xs-col-2-8,.xs-col-3-12{flex:none;flex-basis:25%}.xs-col-3-4,.xs-col-6-8,.xs-col-9-12{flex:none;flex-basis:75%}.xs-col-1-5,.xs-col-2-10{flex:none;flex-basis:20%}.xs-col-2-5,.xs-col-4-10{flex:none;flex-basis:40%}.xs-col-3-5,.xs-col-6-10{flex:none;flex-basis:60%}.xs-col-4-5,.xs-col-8-10{flex:none;flex-basis:80%}.xs-col-1-6,.xs-col-2-12{flex:none;flex-basis:16.666667%}.xs-col-5-6,.xs-col-10-12{flex:none;flex-basis:83.333333%}.xs-col-1-7{flex:none;flex-basis:14.285714%}.xs-col-2-7{flex:none;flex-basis:28.571429%}.xs-col-3-7{flex:none;flex-basis:42.857143%}.xs-col-4-7{flex:none;flex-basis:57.142857%}.xs-col-5-7{flex:none;flex-basis:71.428571%}.xs-col-6-7{flex:none;flex-basis:85.714286%}.xs-col-1-8{flex:none;flex-basis:12.5%}.xs-col-3-8{flex:none;flex-basis:37.5%}.xs-col-5-8{flex:none;flex-basis:62.5%}.xs-col-7-8{flex:none;flex-basis:87.5%}.xs-col-1-9{flex:none;flex-basis:11.111111%}.xs-col-2-9{flex:none;flex-basis:22.222222%}.xs-col-4-9{flex:none;flex-basis:44.444444%}.xs-col-5-9{flex:none;flex-basis:55.555556%}.xs-col-7-9{flex:none;flex-basis:77.777778%}.xs-col-8-9{flex:none;flex-basis:88.888889%}.xs-col-1-10{flex:none;flex-basis:10%}.xs-col-3-10{flex:none;flex-basis:30%}.xs-col-7-10{flex:none;flex-basis:70%}.xs-col-9-10{flex:none;flex-basis:90%}.xs-col-1-11{flex:none;flex-basis:9.090909%}.xs-col-2-11{flex:none;flex-basis:18.181818%}.xs-col-3-11{flex:none;flex-basis:27.272727%}.xs-col-4-11{flex:none;flex-basis:36.363636%}.xs-col-5-11{flex:none;flex-basis:45.454545%}.xs-col-6-11{flex:none;flex-basis:54.545455%}.xs-col-7-11{flex:none;flex-basis:63.636364%}.xs-col-8-11{flex:none;flex-basis:72.727273%}.xs-col-9-11{flex:none;flex-basis:81.818182%}.xs-col-10-11{flex:none;flex-basis:90.909091%}.xs-col-1-12{flex:none;flex-basis:8.333333%}.xs-col-5-12{flex:none;flex-basis:41.666667%}.xs-col-7-12{flex:none;flex-basis:58.333333%}.xs-col-11-12{flex:none;flex-basis:91.666667%}}@media(min-width: 600px)and (max-width: 899px){.sm-col-1-1,.sm-col-2-2,.sm-col-3-3,.sm-col-4-4,.sm-col-5-5,.sm-col-6-6,.sm-col-7-7,.sm-col-8-8,.sm-col-9-9,.sm-col-10-10,.sm-col-11-11,.sm-col-12-12{flex:none;flex-basis:100%}.sm-col-1-2,.sm-col-2-4,.sm-col-3-6,.sm-col-4-8,.sm-col-5-10,.sm-col-6-12{flex:none;flex-basis:50%}.sm-col-1-3,.sm-col-2-6,.sm-col-3-9,.sm-col-4-12{flex:none;flex-basis:33.333333%}.sm-col-2-3,.sm-col-4-6,.sm-col-6-9,.sm-col-8-12{flex:none;flex-basis:66.666667%}.sm-col-1-4,.sm-col-2-8,.sm-col-3-12{flex:none;flex-basis:25%}.sm-col-3-4,.sm-col-6-8,.sm-col-9-12{flex:none;flex-basis:75%}.sm-col-1-5,.sm-col-2-10{flex:none;flex-basis:20%}.sm-col-2-5,.sm-col-4-10{flex:none;flex-basis:40%}.sm-col-3-5,.sm-col-6-10{flex:none;flex-basis:60%}.sm-col-4-5,.sm-col-8-10{flex:none;flex-basis:80%}.sm-col-1-6,.sm-col-2-12{flex:none;flex-basis:16.666667%}.sm-col-5-6,.sm-col-10-12{flex:none;flex-basis:83.333333%}.sm-col-1-7{flex:none;flex-basis:14.285714%}.sm-col-2-7{flex:none;flex-basis:28.571429%}.sm-col-3-7{flex:none;flex-basis:42.857143%}.sm-col-4-7{flex:none;flex-basis:57.142857%}.sm-col-5-7{flex:none;flex-basis:71.428571%}.sm-col-6-7{flex:none;flex-basis:85.714286%}.sm-col-1-8{flex:none;flex-basis:12.5%}.sm-col-3-8{flex:none;flex-basis:37.5%}.sm-col-5-8{flex:none;flex-basis:62.5%}.sm-col-7-8{flex:none;flex-basis:87.5%}.sm-col-1-9{flex:none;flex-basis:11.111111%}.sm-col-2-9{flex:none;flex-basis:22.222222%}.sm-col-4-9{flex:none;flex-basis:44.444444%}.sm-col-5-9{flex:none;flex-basis:55.555556%}.sm-col-7-9{flex:none;flex-basis:77.777778%}.sm-col-8-9{flex:none;flex-basis:88.888889%}.sm-col-1-10{flex:none;flex-basis:10%}.sm-col-3-10{flex:none;flex-basis:30%}.sm-col-7-10{flex:none;flex-basis:70%}.sm-col-9-10{flex:none;flex-basis:90%}.sm-col-1-11{flex:none;flex-basis:9.090909%}.sm-col-2-11{flex:none;flex-basis:18.181818%}.sm-col-3-11{flex:none;flex-basis:27.272727%}.sm-col-4-11{flex:none;flex-basis:36.363636%}.sm-col-5-11{flex:none;flex-basis:45.454545%}.sm-col-6-11{flex:none;flex-basis:54.545455%}.sm-col-7-11{flex:none;flex-basis:63.636364%}.sm-col-8-11{flex:none;flex-basis:72.727273%}.sm-col-9-11{flex:none;flex-basis:81.818182%}.sm-col-10-11{flex:none;flex-basis:90.909091%}.sm-col-1-12{flex:none;flex-basis:8.333333%}.sm-col-5-12{flex:none;flex-basis:41.666667%}.sm-col-7-12{flex:none;flex-basis:58.333333%}.sm-col-11-12{flex:none;flex-basis:91.666667%}}@media(min-width: 900px)and (max-width: 1199px){.md-col-1-1,.md-col-2-2,.md-col-3-3,.md-col-4-4,.md-col-5-5,.md-col-6-6,.md-col-7-7,.md-col-8-8,.md-col-9-9,.md-col-10-10,.md-col-11-11,.md-col-12-12{flex:none;flex-basis:100%}.md-col-1-2,.md-col-2-4,.md-col-3-6,.md-col-4-8,.md-col-5-10,.md-col-6-12{flex:none;flex-basis:50%}.md-col-1-3,.md-col-2-6,.md-col-3-9,.md-col-4-12{flex:none;flex-basis:33.333333%}.md-col-2-3,.md-col-4-6,.md-col-6-9,.md-col-8-12{flex:none;flex-basis:66.666667%}.md-col-1-4,.md-col-2-8,.md-col-3-12{flex:none;flex-basis:25%}.md-col-3-4,.md-col-6-8,.md-col-9-12{flex:none;flex-basis:75%}.md-col-1-5,.md-col-2-10{flex:none;flex-basis:20%}.md-col-2-5,.md-col-4-10{flex:none;flex-basis:40%}.md-col-3-5,.md-col-6-10{flex:none;flex-basis:60%}.md-col-4-5,.md-col-8-10{flex:none;flex-basis:80%}.md-col-1-6,.md-col-2-12{flex:none;flex-basis:16.666667%}.md-col-5-6,.md-col-10-12{flex:none;flex-basis:83.333333%}.md-col-1-7{flex:none;flex-basis:14.285714%}.md-col-2-7{flex:none;flex-basis:28.571429%}.md-col-3-7{flex:none;flex-basis:42.857143%}.md-col-4-7{flex:none;flex-basis:57.142857%}.md-col-5-7{flex:none;flex-basis:71.428571%}.md-col-6-7{flex:none;flex-basis:85.714286%}.md-col-1-8{flex:none;flex-basis:12.5%}.md-col-3-8{flex:none;flex-basis:37.5%}.md-col-5-8{flex:none;flex-basis:62.5%}.md-col-7-8{flex:none;flex-basis:87.5%}.md-col-1-9{flex:none;flex-basis:11.111111%}.md-col-2-9{flex:none;flex-basis:22.222222%}.md-col-4-9{flex:none;flex-basis:44.444444%}.md-col-5-9{flex:none;flex-basis:55.555556%}.md-col-7-9{flex:none;flex-basis:77.777778%}.md-col-8-9{flex:none;flex-basis:88.888889%}.md-col-1-10{flex:none;flex-basis:10%}.md-col-3-10{flex:none;flex-basis:30%}.md-col-7-10{flex:none;flex-basis:70%}.md-col-9-10{flex:none;flex-basis:90%}.md-col-1-11{flex:none;flex-basis:9.090909%}.md-col-2-11{flex:none;flex-basis:18.181818%}.md-col-3-11{flex:none;flex-basis:27.272727%}.md-col-4-11{flex:none;flex-basis:36.363636%}.md-col-5-11{flex:none;flex-basis:45.454545%}.md-col-6-11{flex:none;flex-basis:54.545455%}.md-col-7-11{flex:none;flex-basis:63.636364%}.md-col-8-11{flex:none;flex-basis:72.727273%}.md-col-9-11{flex:none;flex-basis:81.818182%}.md-col-10-11{flex:none;flex-basis:90.909091%}.md-col-1-12{flex:none;flex-basis:8.333333%}.md-col-5-12{flex:none;flex-basis:41.666667%}.md-col-7-12{flex:none;flex-basis:58.333333%}.md-col-11-12{flex:none;flex-basis:91.666667%}}@media(min-width: 1200px)and (max-width: 1439px){.lg-col-1-1,.lg-col-2-2,.lg-col-3-3,.lg-col-4-4,.lg-col-5-5,.lg-col-6-6,.lg-col-7-7,.lg-col-8-8,.lg-col-9-9,.lg-col-10-10,.lg-col-11-11,.lg-col-12-12{flex:none;flex-basis:100%}.lg-col-1-2,.lg-col-2-4,.lg-col-3-6,.lg-col-4-8,.lg-col-5-10,.lg-col-6-12{flex:none;flex-basis:50%}.lg-col-1-3,.lg-col-2-6,.lg-col-3-9,.lg-col-4-12{flex:none;flex-basis:33.333333%}.lg-col-2-3,.lg-col-4-6,.lg-col-6-9,.lg-col-8-12{flex:none;flex-basis:66.666667%}.lg-col-1-4,.lg-col-2-8,.lg-col-3-12{flex:none;flex-basis:25%}.lg-col-3-4,.lg-col-6-8,.lg-col-9-12{flex:none;flex-basis:75%}.lg-col-1-5,.lg-col-2-10{flex:none;flex-basis:20%}.lg-col-2-5,.lg-col-4-10{flex:none;flex-basis:40%}.lg-col-3-5,.lg-col-6-10{flex:none;flex-basis:60%}.lg-col-4-5,.lg-col-8-10{flex:none;flex-basis:80%}.lg-col-1-6,.lg-col-2-12{flex:none;flex-basis:16.666667%}.lg-col-5-6,.lg-col-10-12{flex:none;flex-basis:83.333333%}.lg-col-1-7{flex:none;flex-basis:14.285714%}.lg-col-2-7{flex:none;flex-basis:28.571429%}.lg-col-3-7{flex:none;flex-basis:42.857143%}.lg-col-4-7{flex:none;flex-basis:57.142857%}.lg-col-5-7{flex:none;flex-basis:71.428571%}.lg-col-6-7{flex:none;flex-basis:85.714286%}.lg-col-1-8{flex:none;flex-basis:12.5%}.lg-col-3-8{flex:none;flex-basis:37.5%}.lg-col-5-8{flex:none;flex-basis:62.5%}.lg-col-7-8{flex:none;flex-basis:87.5%}.lg-col-1-9{flex:none;flex-basis:11.111111%}.lg-col-2-9{flex:none;flex-basis:22.222222%}.lg-col-4-9{flex:none;flex-basis:44.444444%}.lg-col-5-9{flex:none;flex-basis:55.555556%}.lg-col-7-9{flex:none;flex-basis:77.777778%}.lg-col-8-9{flex:none;flex-basis:88.888889%}.lg-col-1-10{flex:none;flex-basis:10%}.lg-col-3-10{flex:none;flex-basis:30%}.lg-col-7-10{flex:none;flex-basis:70%}.lg-col-9-10{flex:none;flex-basis:90%}.lg-col-1-11{flex:none;flex-basis:9.090909%}.lg-col-2-11{flex:none;flex-basis:18.181818%}.lg-col-3-11{flex:none;flex-basis:27.272727%}.lg-col-4-11{flex:none;flex-basis:36.363636%}.lg-col-5-11{flex:none;flex-basis:45.454545%}.lg-col-6-11{flex:none;flex-basis:54.545455%}.lg-col-7-11{flex:none;flex-basis:63.636364%}.lg-col-8-11{flex:none;flex-basis:72.727273%}.lg-col-9-11{flex:none;flex-basis:81.818182%}.lg-col-10-11{flex:none;flex-basis:90.909091%}.lg-col-1-12{flex:none;flex-basis:8.333333%}.lg-col-5-12{flex:none;flex-basis:41.666667%}.lg-col-7-12{flex:none;flex-basis:58.333333%}.lg-col-11-12{flex:none;flex-basis:91.666667%}}@media(min-width: 1440px){.xl-col-1-1,.xl-col-2-2,.xl-col-3-3,.xl-col-4-4,.xl-col-5-5,.xl-col-6-6,.xl-col-7-7,.xl-col-8-8,.xl-col-9-9,.xl-col-10-10,.xl-col-11-11,.xl-col-12-12{flex:none;flex-basis:100%}.xl-col-1-2,.xl-col-2-4,.xl-col-3-6,.xl-col-4-8,.xl-col-5-10,.xl-col-6-12{flex:none;flex-basis:50%}.xl-col-1-3,.xl-col-2-6,.xl-col-3-9,.xl-col-4-12{flex:none;flex-basis:33.333333%}.xl-col-2-3,.xl-col-4-6,.xl-col-6-9,.xl-col-8-12{flex:none;flex-basis:66.666667%}.xl-col-1-4,.xl-col-2-8,.xl-col-3-12{flex:none;flex-basis:25%}.xl-col-3-4,.xl-col-6-8,.xl-col-9-12{flex:none;flex-basis:75%}.xl-col-1-5,.xl-col-2-10{flex:none;flex-basis:20%}.xl-col-2-5,.xl-col-4-10{flex:none;flex-basis:40%}.xl-col-3-5,.xl-col-6-10{flex:none;flex-basis:60%}.xl-col-4-5,.xl-col-8-10{flex:none;flex-basis:80%}.xl-col-1-6,.xl-col-2-12{flex:none;flex-basis:16.666667%}.xl-col-5-6,.xl-col-10-12{flex:none;flex-basis:83.333333%}.xl-col-1-7{flex:none;flex-basis:14.285714%}.xl-col-2-7{flex:none;flex-basis:28.571429%}.xl-col-3-7{flex:none;flex-basis:42.857143%}.xl-col-4-7{flex:none;flex-basis:57.142857%}.xl-col-5-7{flex:none;flex-basis:71.428571%}.xl-col-6-7{flex:none;flex-basis:85.714286%}.xl-col-1-8{flex:none;flex-basis:12.5%}.xl-col-3-8{flex:none;flex-basis:37.5%}.xl-col-5-8{flex:none;flex-basis:62.5%}.xl-col-7-8{flex:none;flex-basis:87.5%}.xl-col-1-9{flex:none;flex-basis:11.111111%}.xl-col-2-9{flex:none;flex-basis:22.222222%}.xl-col-4-9{flex:none;flex-basis:44.444444%}.xl-col-5-9{flex:none;flex-basis:55.555556%}.xl-col-7-9{flex:none;flex-basis:77.777778%}.xl-col-8-9{flex:none;flex-basis:88.888889%}.xl-col-1-10{flex:none;flex-basis:10%}.xl-col-3-10{flex:none;flex-basis:30%}.xl-col-7-10{flex:none;flex-basis:70%}.xl-col-9-10{flex:none;flex-basis:90%}.xl-col-1-11{flex:none;flex-basis:9.090909%}.xl-col-2-11{flex:none;flex-basis:18.181818%}.xl-col-3-11{flex:none;flex-basis:27.272727%}.xl-col-4-11{flex:none;flex-basis:36.363636%}.xl-col-5-11{flex:none;flex-basis:45.454545%}.xl-col-6-11{flex:none;flex-basis:54.545455%}.xl-col-7-11{flex:none;flex-basis:63.636364%}.xl-col-8-11{flex:none;flex-basis:72.727273%}.xl-col-9-11{flex:none;flex-basis:81.818182%}.xl-col-10-11{flex:none;flex-basis:90.909091%}.xl-col-1-12{flex:none;flex-basis:8.333333%}.xl-col-5-12{flex:none;flex-basis:41.666667%}.xl-col-7-12{flex:none;flex-basis:58.333333%}.xl-col-11-12{flex:none;flex-basis:91.666667%}}.col-off-1-1,.col-off-2-2,.col-off-3-3,.col-off-4-4,.col-off-5-5,.col-off-6-6,.col-off-7-7,.col-off-8-8,.col-off-9-9,.col-off-10-10,.col-off-11-11,.col-off-12-12{margin-left:100%}.col-off-1-2,.col-off-2-4,.col-off-3-6,.col-off-4-8,.col-off-5-10,.col-off-6-12{margin-left:50%}.col-off-1-3,.col-off-2-6,.col-off-3-9,.col-off-4-12{margin-left:33.333333%}.col-off-2-3,.col-off-4-6,.col-off-6-9,.col-off-8-12{margin-left:66.666667%}.col-off-1-4,.col-off-2-8,.col-off-3-12{margin-left:25%}.col-off-3-4,.col-off-6-8,.col-off-9-12{margin-left:75%}.col-off-1-5,.col-off-2-10{margin-left:20%}.col-off-2-5,.col-off-4-10{margin-left:40%}.col-off-3-5,.col-off-6-10{margin-left:60%}.col-off-4-5,.col-off-8-10{margin-left:80%}.col-off-1-6,.col-off-2-12{margin-left:16.666667%}.col-off-5-6,.col-off-10-12{margin-left:83.333333%}.col-off-1-7{margin-left:14.285714%}.col-off-2-7{margin-left:28.571429%}.col-off-3-7{margin-left:42.857143%}.col-off-4-7{margin-left:57.142857%}.col-off-5-7{margin-left:71.428571%}.col-off-6-7{margin-left:85.714286%}.col-off-1-8{margin-left:12.5%}.col-off-3-8{margin-left:37.5%}.col-off-5-8{margin-left:62.5%}.col-off-7-8{margin-left:87.5%}.col-off-1-9{margin-left:11.111111%}.col-off-2-9{margin-left:22.222222%}.col-off-4-9{margin-left:44.444444%}.col-off-5-9{margin-left:55.555556%}.col-off-7-9{margin-left:77.777778%}.col-off-8-9{margin-left:88.888889%}.col-off-1-10{margin-left:10%}.col-off-3-10{margin-left:30%}.col-off-7-10{margin-left:70%}.col-off-9-10{margin-left:90%}.col-off-1-11{margin-left:9.090909%}.col-off-2-11{margin-left:18.181818%}.col-off-3-11{margin-left:27.272727%}.col-off-4-11{margin-left:36.363636%}.col-off-5-11{margin-left:45.454545%}.col-off-6-11{margin-left:54.545455%}.col-off-7-11{margin-left:63.636364%}.col-off-8-11{margin-left:72.727273%}.col-off-9-11{margin-left:81.818182%}.col-off-10-11{margin-left:90.909091%}.col-off-1-12{margin-left:8.333333%}.col-off-5-12{margin-left:41.666667%}.col-off-7-12{margin-left:58.333333%}.col-off-11-12{margin-left:91.666667%}@media(min-width: 0px)and (max-width: 599px){.xs-col-off-1-1,.xs-col-off-2-2,.xs-col-off-3-3,.xs-col-off-4-4,.xs-col-off-5-5,.xs-col-off-6-6,.xs-col-off-7-7,.xs-col-off-8-8,.xs-col-off-9-9,.xs-col-off-10-10,.xs-col-off-11-11,.xs-col-off-12-12{margin-left:100%}.xs-col-off-1-2,.xs-col-off-2-4,.xs-col-off-3-6,.xs-col-off-4-8,.xs-col-off-5-10,.xs-col-off-6-12{margin-left:50%}.xs-col-off-1-3,.xs-col-off-2-6,.xs-col-off-3-9,.xs-col-off-4-12{margin-left:33.333333%}.xs-col-off-2-3,.xs-col-off-4-6,.xs-col-off-6-9,.xs-col-off-8-12{margin-left:66.666667%}.xs-col-off-1-4,.xs-col-off-2-8,.xs-col-off-3-12{margin-left:25%}.xs-col-off-3-4,.xs-col-off-6-8,.xs-col-off-9-12{margin-left:75%}.xs-col-off-1-5,.xs-col-off-2-10{margin-left:20%}.xs-col-off-2-5,.xs-col-off-4-10{margin-left:40%}.xs-col-off-3-5,.xs-col-off-6-10{margin-left:60%}.xs-col-off-4-5,.xs-col-off-8-10{margin-left:80%}.xs-col-off-1-6,.xs-col-off-2-12{margin-left:16.666667%}.xs-col-off-5-6,.xs-col-off-10-12{margin-left:83.333333%}.xs-col-off-1-7{margin-left:14.285714%}.xs-col-off-2-7{margin-left:28.571429%}.xs-col-off-3-7{margin-left:42.857143%}.xs-col-off-4-7{margin-left:57.142857%}.xs-col-off-5-7{margin-left:71.428571%}.xs-col-off-6-7{margin-left:85.714286%}.xs-col-off-1-8{margin-left:12.5%}.xs-col-off-3-8{margin-left:37.5%}.xs-col-off-5-8{margin-left:62.5%}.xs-col-off-7-8{margin-left:87.5%}.xs-col-off-1-9{margin-left:11.111111%}.xs-col-off-2-9{margin-left:22.222222%}.xs-col-off-4-9{margin-left:44.444444%}.xs-col-off-5-9{margin-left:55.555556%}.xs-col-off-7-9{margin-left:77.777778%}.xs-col-off-8-9{margin-left:88.888889%}.xs-col-off-1-10{margin-left:10%}.xs-col-off-3-10{margin-left:30%}.xs-col-off-7-10{margin-left:70%}.xs-col-off-9-10{margin-left:90%}.xs-col-off-1-11{margin-left:9.090909%}.xs-col-off-2-11{margin-left:18.181818%}.xs-col-off-3-11{margin-left:27.272727%}.xs-col-off-4-11{margin-left:36.363636%}.xs-col-off-5-11{margin-left:45.454545%}.xs-col-off-6-11{margin-left:54.545455%}.xs-col-off-7-11{margin-left:63.636364%}.xs-col-off-8-11{margin-left:72.727273%}.xs-col-off-9-11{margin-left:81.818182%}.xs-col-off-10-11{margin-left:90.909091%}.xs-col-off-1-12{margin-left:8.333333%}.xs-col-off-5-12{margin-left:41.666667%}.xs-col-off-7-12{margin-left:58.333333%}.xs-col-off-11-12{margin-left:91.666667%}}@media(min-width: 600px)and (max-width: 899px){.sm-col-off-1-1,.sm-col-off-2-2,.sm-col-off-3-3,.sm-col-off-4-4,.sm-col-off-5-5,.sm-col-off-6-6,.sm-col-off-7-7,.sm-col-off-8-8,.sm-col-off-9-9,.sm-col-off-10-10,.sm-col-off-11-11,.sm-col-off-12-12{margin-left:100%}.sm-col-off-1-2,.sm-col-off-2-4,.sm-col-off-3-6,.sm-col-off-4-8,.sm-col-off-5-10,.sm-col-off-6-12{margin-left:50%}.sm-col-off-1-3,.sm-col-off-2-6,.sm-col-off-3-9,.sm-col-off-4-12{margin-left:33.333333%}.sm-col-off-2-3,.sm-col-off-4-6,.sm-col-off-6-9,.sm-col-off-8-12{margin-left:66.666667%}.sm-col-off-1-4,.sm-col-off-2-8,.sm-col-off-3-12{margin-left:25%}.sm-col-off-3-4,.sm-col-off-6-8,.sm-col-off-9-12{margin-left:75%}.sm-col-off-1-5,.sm-col-off-2-10{margin-left:20%}.sm-col-off-2-5,.sm-col-off-4-10{margin-left:40%}.sm-col-off-3-5,.sm-col-off-6-10{margin-left:60%}.sm-col-off-4-5,.sm-col-off-8-10{margin-left:80%}.sm-col-off-1-6,.sm-col-off-2-12{margin-left:16.666667%}.sm-col-off-5-6,.sm-col-off-10-12{margin-left:83.333333%}.sm-col-off-1-7{margin-left:14.285714%}.sm-col-off-2-7{margin-left:28.571429%}.sm-col-off-3-7{margin-left:42.857143%}.sm-col-off-4-7{margin-left:57.142857%}.sm-col-off-5-7{margin-left:71.428571%}.sm-col-off-6-7{margin-left:85.714286%}.sm-col-off-1-8{margin-left:12.5%}.sm-col-off-3-8{margin-left:37.5%}.sm-col-off-5-8{margin-left:62.5%}.sm-col-off-7-8{margin-left:87.5%}.sm-col-off-1-9{margin-left:11.111111%}.sm-col-off-2-9{margin-left:22.222222%}.sm-col-off-4-9{margin-left:44.444444%}.sm-col-off-5-9{margin-left:55.555556%}.sm-col-off-7-9{margin-left:77.777778%}.sm-col-off-8-9{margin-left:88.888889%}.sm-col-off-1-10{margin-left:10%}.sm-col-off-3-10{margin-left:30%}.sm-col-off-7-10{margin-left:70%}.sm-col-off-9-10{margin-left:90%}.sm-col-off-1-11{margin-left:9.090909%}.sm-col-off-2-11{margin-left:18.181818%}.sm-col-off-3-11{margin-left:27.272727%}.sm-col-off-4-11{margin-left:36.363636%}.sm-col-off-5-11{margin-left:45.454545%}.sm-col-off-6-11{margin-left:54.545455%}.sm-col-off-7-11{margin-left:63.636364%}.sm-col-off-8-11{margin-left:72.727273%}.sm-col-off-9-11{margin-left:81.818182%}.sm-col-off-10-11{margin-left:90.909091%}.sm-col-off-1-12{margin-left:8.333333%}.sm-col-off-5-12{margin-left:41.666667%}.sm-col-off-7-12{margin-left:58.333333%}.sm-col-off-11-12{margin-left:91.666667%}}@media(min-width: 900px)and (max-width: 1199px){.md-col-off-1-1,.md-col-off-2-2,.md-col-off-3-3,.md-col-off-4-4,.md-col-off-5-5,.md-col-off-6-6,.md-col-off-7-7,.md-col-off-8-8,.md-col-off-9-9,.md-col-off-10-10,.md-col-off-11-11,.md-col-off-12-12{margin-left:100%}.md-col-off-1-2,.md-col-off-2-4,.md-col-off-3-6,.md-col-off-4-8,.md-col-off-5-10,.md-col-off-6-12{margin-left:50%}.md-col-off-1-3,.md-col-off-2-6,.md-col-off-3-9,.md-col-off-4-12{margin-left:33.333333%}.md-col-off-2-3,.md-col-off-4-6,.md-col-off-6-9,.md-col-off-8-12{margin-left:66.666667%}.md-col-off-1-4,.md-col-off-2-8,.md-col-off-3-12{margin-left:25%}.md-col-off-3-4,.md-col-off-6-8,.md-col-off-9-12{margin-left:75%}.md-col-off-1-5,.md-col-off-2-10{margin-left:20%}.md-col-off-2-5,.md-col-off-4-10{margin-left:40%}.md-col-off-3-5,.md-col-off-6-10{margin-left:60%}.md-col-off-4-5,.md-col-off-8-10{margin-left:80%}.md-col-off-1-6,.md-col-off-2-12{margin-left:16.666667%}.md-col-off-5-6,.md-col-off-10-12{margin-left:83.333333%}.md-col-off-1-7{margin-left:14.285714%}.md-col-off-2-7{margin-left:28.571429%}.md-col-off-3-7{margin-left:42.857143%}.md-col-off-4-7{margin-left:57.142857%}.md-col-off-5-7{margin-left:71.428571%}.md-col-off-6-7{margin-left:85.714286%}.md-col-off-1-8{margin-left:12.5%}.md-col-off-3-8{margin-left:37.5%}.md-col-off-5-8{margin-left:62.5%}.md-col-off-7-8{margin-left:87.5%}.md-col-off-1-9{margin-left:11.111111%}.md-col-off-2-9{margin-left:22.222222%}.md-col-off-4-9{margin-left:44.444444%}.md-col-off-5-9{margin-left:55.555556%}.md-col-off-7-9{margin-left:77.777778%}.md-col-off-8-9{margin-left:88.888889%}.md-col-off-1-10{margin-left:10%}.md-col-off-3-10{margin-left:30%}.md-col-off-7-10{margin-left:70%}.md-col-off-9-10{margin-left:90%}.md-col-off-1-11{margin-left:9.090909%}.md-col-off-2-11{margin-left:18.181818%}.md-col-off-3-11{margin-left:27.272727%}.md-col-off-4-11{margin-left:36.363636%}.md-col-off-5-11{margin-left:45.454545%}.md-col-off-6-11{margin-left:54.545455%}.md-col-off-7-11{margin-left:63.636364%}.md-col-off-8-11{margin-left:72.727273%}.md-col-off-9-11{margin-left:81.818182%}.md-col-off-10-11{margin-left:90.909091%}.md-col-off-1-12{margin-left:8.333333%}.md-col-off-5-12{margin-left:41.666667%}.md-col-off-7-12{margin-left:58.333333%}.md-col-off-11-12{margin-left:91.666667%}}@media(min-width: 1200px)and (max-width: 1439px){.lg-col-off-1-1,.lg-col-off-2-2,.lg-col-off-3-3,.lg-col-off-4-4,.lg-col-off-5-5,.lg-col-off-6-6,.lg-col-off-7-7,.lg-col-off-8-8,.lg-col-off-9-9,.lg-col-off-10-10,.lg-col-off-11-11,.lg-col-off-12-12{margin-left:100%}.lg-col-off-1-2,.lg-col-off-2-4,.lg-col-off-3-6,.lg-col-off-4-8,.lg-col-off-5-10,.lg-col-off-6-12{margin-left:50%}.lg-col-off-1-3,.lg-col-off-2-6,.lg-col-off-3-9,.lg-col-off-4-12{margin-left:33.333333%}.lg-col-off-2-3,.lg-col-off-4-6,.lg-col-off-6-9,.lg-col-off-8-12{margin-left:66.666667%}.lg-col-off-1-4,.lg-col-off-2-8,.lg-col-off-3-12{margin-left:25%}.lg-col-off-3-4,.lg-col-off-6-8,.lg-col-off-9-12{margin-left:75%}.lg-col-off-1-5,.lg-col-off-2-10{margin-left:20%}.lg-col-off-2-5,.lg-col-off-4-10{margin-left:40%}.lg-col-off-3-5,.lg-col-off-6-10{margin-left:60%}.lg-col-off-4-5,.lg-col-off-8-10{margin-left:80%}.lg-col-off-1-6,.lg-col-off-2-12{margin-left:16.666667%}.lg-col-off-5-6,.lg-col-off-10-12{margin-left:83.333333%}.lg-col-off-1-7{margin-left:14.285714%}.lg-col-off-2-7{margin-left:28.571429%}.lg-col-off-3-7{margin-left:42.857143%}.lg-col-off-4-7{margin-left:57.142857%}.lg-col-off-5-7{margin-left:71.428571%}.lg-col-off-6-7{margin-left:85.714286%}.lg-col-off-1-8{margin-left:12.5%}.lg-col-off-3-8{margin-left:37.5%}.lg-col-off-5-8{margin-left:62.5%}.lg-col-off-7-8{margin-left:87.5%}.lg-col-off-1-9{margin-left:11.111111%}.lg-col-off-2-9{margin-left:22.222222%}.lg-col-off-4-9{margin-left:44.444444%}.lg-col-off-5-9{margin-left:55.555556%}.lg-col-off-7-9{margin-left:77.777778%}.lg-col-off-8-9{margin-left:88.888889%}.lg-col-off-1-10{margin-left:10%}.lg-col-off-3-10{margin-left:30%}.lg-col-off-7-10{margin-left:70%}.lg-col-off-9-10{margin-left:90%}.lg-col-off-1-11{margin-left:9.090909%}.lg-col-off-2-11{margin-left:18.181818%}.lg-col-off-3-11{margin-left:27.272727%}.lg-col-off-4-11{margin-left:36.363636%}.lg-col-off-5-11{margin-left:45.454545%}.lg-col-off-6-11{margin-left:54.545455%}.lg-col-off-7-11{margin-left:63.636364%}.lg-col-off-8-11{margin-left:72.727273%}.lg-col-off-9-11{margin-left:81.818182%}.lg-col-off-10-11{margin-left:90.909091%}.lg-col-off-1-12{margin-left:8.333333%}.lg-col-off-5-12{margin-left:41.666667%}.lg-col-off-7-12{margin-left:58.333333%}.lg-col-off-11-12{margin-left:91.666667%}}@media(min-width: 1440px){.xl-col-off-1-1,.xl-col-off-2-2,.xl-col-off-3-3,.xl-col-off-4-4,.xl-col-off-5-5,.xl-col-off-6-6,.xl-col-off-7-7,.xl-col-off-8-8,.xl-col-off-9-9,.xl-col-off-10-10,.xl-col-off-11-11,.xl-col-off-12-12{margin-left:100%}.xl-col-off-1-2,.xl-col-off-2-4,.xl-col-off-3-6,.xl-col-off-4-8,.xl-col-off-5-10,.xl-col-off-6-12{margin-left:50%}.xl-col-off-1-3,.xl-col-off-2-6,.xl-col-off-3-9,.xl-col-off-4-12{margin-left:33.333333%}.xl-col-off-2-3,.xl-col-off-4-6,.xl-col-off-6-9,.xl-col-off-8-12{margin-left:66.666667%}.xl-col-off-1-4,.xl-col-off-2-8,.xl-col-off-3-12{margin-left:25%}.xl-col-off-3-4,.xl-col-off-6-8,.xl-col-off-9-12{margin-left:75%}.xl-col-off-1-5,.xl-col-off-2-10{margin-left:20%}.xl-col-off-2-5,.xl-col-off-4-10{margin-left:40%}.xl-col-off-3-5,.xl-col-off-6-10{margin-left:60%}.xl-col-off-4-5,.xl-col-off-8-10{margin-left:80%}.xl-col-off-1-6,.xl-col-off-2-12{margin-left:16.666667%}.xl-col-off-5-6,.xl-col-off-10-12{margin-left:83.333333%}.xl-col-off-1-7{margin-left:14.285714%}.xl-col-off-2-7{margin-left:28.571429%}.xl-col-off-3-7{margin-left:42.857143%}.xl-col-off-4-7{margin-left:57.142857%}.xl-col-off-5-7{margin-left:71.428571%}.xl-col-off-6-7{margin-left:85.714286%}.xl-col-off-1-8{margin-left:12.5%}.xl-col-off-3-8{margin-left:37.5%}.xl-col-off-5-8{margin-left:62.5%}.xl-col-off-7-8{margin-left:87.5%}.xl-col-off-1-9{margin-left:11.111111%}.xl-col-off-2-9{margin-left:22.222222%}.xl-col-off-4-9{margin-left:44.444444%}.xl-col-off-5-9{margin-left:55.555556%}.xl-col-off-7-9{margin-left:77.777778%}.xl-col-off-8-9{margin-left:88.888889%}.xl-col-off-1-10{margin-left:10%}.xl-col-off-3-10{margin-left:30%}.xl-col-off-7-10{margin-left:70%}.xl-col-off-9-10{margin-left:90%}.xl-col-off-1-11{margin-left:9.090909%}.xl-col-off-2-11{margin-left:18.181818%}.xl-col-off-3-11{margin-left:27.272727%}.xl-col-off-4-11{margin-left:36.363636%}.xl-col-off-5-11{margin-left:45.454545%}.xl-col-off-6-11{margin-left:54.545455%}.xl-col-off-7-11{margin-left:63.636364%}.xl-col-off-8-11{margin-left:72.727273%}.xl-col-off-9-11{margin-left:81.818182%}.xl-col-off-10-11{margin-left:90.909091%}.xl-col-off-1-12{margin-left:8.333333%}.xl-col-off-5-12{margin-left:41.666667%}.xl-col-off-7-12{margin-left:58.333333%}.xl-col-off-11-12{margin-left:91.666667%}}.button-group{display:inline-flex}.button-group .button:first-child{border-top-right-radius:0px;border-bottom-right-radius:0px}.button-group .button:last-child{margin-left:-1px;border-top-left-radius:0px;border-bottom-left-radius:0px}.button-group .button{min-width:0px;padding:0px 20px}.button-group .has-icon{width:38px}.input-group{display:flex;align-items:center}.input-group label{min-width:110px;font-size:14px;font-weight:bold;align-self:center;margin-right:10px}.input-group.auto label{min-width:auto}.input-group.is-stacked{flex-direction:column;align-items:flex-start}.input-group.is-stacked label{margin-top:0px;align-self:flex-start;margin-bottom:4px}@media(max-width: 599px){.input-group.responsive{flex-direction:column;align-items:flex-start}.input-group.responsive label{margin-top:0px;align-self:flex-start;margin-bottom:4px}.input-group.responsive>div{width:100%}}.bg-origin-padding-box{background-origin:padding-box !important}.bg-origin-border-box{background-origin:border-box !important}.bg-origin-content-box{background-origin:content-box !important}.bg-clip-padding-box{background-clip:padding-box !important}.bg-clip-border-box{background-clip:border-box !important}.bg-clip-content-box{background-clip:content-box !important}.bg-attachment-scroll{background-attachment:scroll !important}.bg-attachment-fixed{background-attachment:fixed !important}.bg-attachment-local{background-attachment:local !important}.bg-size-auto{background-size:auto !important}.bg-size-cover{background-size:cover !important}.bg-size-contain{background-size:contain !important}.bg-position-left{background-position:left !important}.bg-position-left-top{background-position:left-top !important}.bg-position-left-center{background-position:left-center !important}.bg-position-left-bottom{background-position:left-bottom !important}.bg-position-right{background-position:right !important}.bg-position-right-top{background-position:right-top !important}.bg-position-right-center{background-position:right-center !important}.bg-position-right-bottom{background-position:right-bottom !important}.bg-position-center{background-position:center !important}.bg-position-center-top{background-position:center-top !important}.bg-position-center-center{background-position:center-center !important}.bg-position-center-bottom{background-position:center-bottom !important}.bg-no-repeat{background-repeat:no-repeat !important}.bg-repeat{background-repeat:repeat !important}.bg-repeat-x{background-repeat:repeat-x !important}.bg-repeat-y{background-repeat:repeat-y !important}.bg-repeat-space{background-repeat:space !important}.bg-repeat-round{background-repeat:round !important}.has-bg-black{background-color:#000 !important;color:#fff !important}.is-black{color:#000 !important}.fill-black{fill:#000 !important}.has-bg-white{background-color:#fff !important;color:#000 !important}.is-white{color:#fff !important}.fill-white{fill:#fff !important}.has-bg-brand-100{background-color:#cce2ff !important;color:find-color-invert(#CCE2FF) !important}.is-brand-100{color:#cce2ff !important}.fill-brand-100{fill:#cce2ff !important}.has-bg-brand-200{background-color:#80b6ff !important;color:find-color-invert(#80B6FF) !important}.is-brand-200{color:#80b6ff !important}.fill-brand-200{fill:#80b6ff !important}.has-bg-brand-300{background-color:#016eff !important;color:find-color-invert(#016EFF) !important}.is-brand-300{color:#016eff !important}.fill-brand-300{fill:#016eff !important}.has-bg-brand-400{background-color:#004cb3 !important;color:find-color-invert(#004CB3) !important}.is-brand-400{color:#004cb3 !important}.fill-brand-400{fill:#004cb3 !important}.has-bg-brand-500{background-color:#002b66 !important;color:find-color-invert(#002B66) !important}.is-brand-500{color:#002b66 !important}.fill-brand-500{fill:#002b66 !important}.has-bg-status-danger{background-color:#ea0000 !important;color:find-color-invert(#EA0000) !important}.is-status-danger{color:#ea0000 !important}.fill-status-danger{fill:#ea0000 !important}.has-bg-status-warning{background-color:#f4cb00 !important;color:find-color-invert(#F4CB00) !important}.is-status-warning{color:#f4cb00 !important}.fill-status-warning{fill:#f4cb00 !important}.has-bg-status-success{background-color:#15c046 !important;color:find-color-invert(#15C046) !important}.is-status-success{color:#15c046 !important}.fill-status-success{fill:#15c046 !important}.has-bg-status-info{background-color:#0066df !important;color:find-color-invert(#0066DF) !important}.is-status-info{color:#0066df !important}.fill-status-info{fill:#0066df !important}.has-bg-grey-100{background-color:#fff !important;color:find-color-invert(#FFFFFF) !important}.is-grey-100{color:#fff !important}.fill-grey-100{fill:#fff !important}.has-bg-grey-200{background-color:#f8f8f8 !important;color:find-color-invert(#F8F8F8) !important}.is-grey-200{color:#f8f8f8 !important}.fill-grey-200{fill:#f8f8f8 !important}.has-bg-grey-300{background-color:#f2f2f2 !important;color:find-color-invert(#F2F2F2) !important}.is-grey-300{color:#f2f2f2 !important}.fill-grey-300{fill:#f2f2f2 !important}.has-bg-grey-400{background-color:#e8e8e8 !important;color:find-color-invert(#E8E8E8) !important}.is-grey-400{color:#e8e8e8 !important}.fill-grey-400{fill:#e8e8e8 !important}.has-bg-grey-500{background-color:#d5d5d5 !important;color:find-color-invert(#D5D5D5) !important}.is-grey-500{color:#d5d5d5 !important}.fill-grey-500{fill:#d5d5d5 !important}.has-bg-grey-600{background-color:#9a9a9a !important;color:find-color-invert(#9A9A9A) !important}.is-grey-600{color:#9a9a9a !important}.fill-grey-600{fill:#9a9a9a !important}.has-bg-grey-700{background-color:#606060 !important;color:find-color-invert(#606060) !important}.is-grey-700{color:#606060 !important}.fill-grey-700{fill:#606060 !important}.has-bg-grey-800{background-color:#303030 !important;color:find-color-invert(#303030) !important}.is-grey-800{color:#303030 !important}.fill-grey-800{fill:#303030 !important}.has-bg-graph-red{background-color:#e21717 !important;color:find-color-invert(#E21717) !important}.is-graph-red{color:#e21717 !important}.fill-graph-red{fill:#e21717 !important}.has-bg-graph-orange{background-color:#f17603 !important;color:find-color-invert(#F17603) !important}.is-graph-orange{color:#f17603 !important}.fill-graph-orange{fill:#f17603 !important}.has-bg-graph-yellow{background-color:#fed800 !important;color:find-color-invert(#FED800) !important}.is-graph-yellow{color:#fed800 !important}.fill-graph-yellow{fill:#fed800 !important}.has-bg-graph-lime{background-color:#87d812 !important;color:find-color-invert(#87D812) !important}.is-graph-lime{color:#87d812 !important}.fill-graph-lime{fill:#87d812 !important}.has-bg-graph-green{background-color:#20c05b !important;color:find-color-invert(#20C05B) !important}.is-graph-green{color:#20c05b !important}.fill-graph-green{fill:#20c05b !important}.has-bg-graph-sky{background-color:#19c6f4 !important;color:find-color-invert(#19C6F4) !important}.is-graph-sky{color:#19c6f4 !important}.fill-graph-sky{fill:#19c6f4 !important}.has-bg-graph-blue{background-color:#0072df !important;color:find-color-invert(#0072DF) !important}.is-graph-blue{color:#0072df !important}.fill-graph-blue{fill:#0072df !important}.has-bg-graph-purple{background-color:#6e2ebf !important;color:find-color-invert(#6E2EBF) !important}.is-graph-purple{color:#6e2ebf !important}.fill-graph-purple{fill:#6e2ebf !important}.has-bg-graph-violet{background-color:#9a2ead !important;color:find-color-invert(#9A2EAD) !important}.is-graph-violet{color:#9a2ead !important}.fill-graph-violet{fill:#9a2ead !important}.has-bg-graph-pink{background-color:#ff3390 !important;color:find-color-invert(#FF3390) !important}.is-graph-pink{color:#ff3390 !important}.fill-graph-pink{fill:#ff3390 !important}.has-bg-red-100{background-color:#ffbdbd !important;color:find-color-invert(#FFBDBD) !important}.is-red-100{color:#ffbdbd !important}.fill-red-100{fill:#ffbdbd !important}.has-bg-red-200{background-color:#f89494 !important;color:find-color-invert(#F89494) !important}.is-red-200{color:#f89494 !important}.fill-red-200{fill:#f89494 !important}.has-bg-red-300{background-color:#f16a6a !important;color:find-color-invert(#F16A6A) !important}.is-red-300{color:#f16a6a !important}.fill-red-300{fill:#f16a6a !important}.has-bg-red-400{background-color:#e94141 !important;color:find-color-invert(#E94141) !important}.is-red-400{color:#e94141 !important}.fill-red-400{fill:#e94141 !important}.has-bg-red-500{background-color:#e21717 !important;color:find-color-invert(#E21717) !important}.is-red-500{color:#e21717 !important}.fill-red-500{fill:#e21717 !important}.has-bg-red-600{background-color:#d01111 !important;color:find-color-invert(#D01111) !important}.is-red-600{color:#d01111 !important}.fill-red-600{fill:#d01111 !important}.has-bg-red-700{background-color:#be0c0c !important;color:find-color-invert(#BE0C0C) !important}.is-red-700{color:#be0c0c !important}.fill-red-700{fill:#be0c0c !important}.has-bg-red-800{background-color:#ab0606 !important;color:find-color-invert(#AB0606) !important}.is-red-800{color:#ab0606 !important}.fill-red-800{fill:#ab0606 !important}.has-bg-red-900{background-color:#900 !important;color:find-color-invert(#990000) !important}.is-red-900{color:#900 !important}.fill-red-900{fill:#900 !important}.has-bg-red-r100{background-color:#ffbdbd !important;color:find-color-invert(#FFBDBD) !important}.is-red-r100{color:#ffbdbd !important}.fill-red-r100{fill:#ffbdbd !important}.has-bg-red-r200{background-color:#f16a6a !important;color:find-color-invert(#F16A6A) !important}.is-red-r200{color:#f16a6a !important}.fill-red-r200{fill:#f16a6a !important}.has-bg-red-r300{background-color:#e21717 !important;color:find-color-invert(#E21717) !important}.is-red-r300{color:#e21717 !important}.fill-red-r300{fill:#e21717 !important}.has-bg-red-r400{background-color:#be0c0c !important;color:find-color-invert(#BE0C0C) !important}.is-red-r400{color:#be0c0c !important}.fill-red-r400{fill:#be0c0c !important}.has-bg-red-r500{background-color:#900 !important;color:find-color-invert(#990000) !important}.is-red-r500{color:#900 !important}.fill-red-r500{fill:#900 !important}.has-bg-orange-100{background-color:#ffdcc0 !important;color:find-color-invert(#FFDCC0) !important}.is-orange-100{color:#ffdcc0 !important}.fill-orange-100{fill:#ffdcc0 !important}.has-bg-orange-200{background-color:#fcc391 !important;color:find-color-invert(#FCC391) !important}.is-orange-200{color:#fcc391 !important}.fill-orange-200{fill:#fcc391 !important}.has-bg-orange-300{background-color:#f8a962 !important;color:find-color-invert(#F8A962) !important}.is-orange-300{color:#f8a962 !important}.fill-orange-300{fill:#f8a962 !important}.has-bg-orange-400{background-color:#f49032 !important;color:find-color-invert(#F49032) !important}.is-orange-400{color:#f49032 !important}.fill-orange-400{fill:#f49032 !important}.has-bg-orange-500{background-color:#f17603 !important;color:find-color-invert(#F17603) !important}.is-orange-500{color:#f17603 !important}.fill-orange-500{fill:#f17603 !important}.has-bg-orange-600{background-color:#dc6a03 !important;color:find-color-invert(#DC6A03) !important}.is-orange-600{color:#dc6a03 !important}.fill-orange-600{fill:#dc6a03 !important}.has-bg-orange-700{background-color:#c85e03 !important;color:find-color-invert(#C85E03) !important}.is-orange-700{color:#c85e03 !important}.fill-orange-700{fill:#c85e03 !important}.has-bg-orange-800{background-color:#b35102 !important;color:find-color-invert(#B35102) !important}.is-orange-800{color:#b35102 !important}.fill-orange-800{fill:#b35102 !important}.has-bg-orange-900{background-color:#9e4502 !important;color:find-color-invert(#9E4502) !important}.is-orange-900{color:#9e4502 !important}.fill-orange-900{fill:#9e4502 !important}.has-bg-orange-r100{background-color:#ffdcc0 !important;color:find-color-invert(#FFDCC0) !important}.is-orange-r100{color:#ffdcc0 !important}.fill-orange-r100{fill:#ffdcc0 !important}.has-bg-orange-r200{background-color:#f8a962 !important;color:find-color-invert(#F8A962) !important}.is-orange-r200{color:#f8a962 !important}.fill-orange-r200{fill:#f8a962 !important}.has-bg-orange-r300{background-color:#f17603 !important;color:find-color-invert(#F17603) !important}.is-orange-r300{color:#f17603 !important}.fill-orange-r300{fill:#f17603 !important}.has-bg-orange-r400{background-color:#c85e03 !important;color:find-color-invert(#C85E03) !important}.is-orange-r400{color:#c85e03 !important}.fill-orange-r400{fill:#c85e03 !important}.has-bg-orange-r500{background-color:#9e4502 !important;color:find-color-invert(#9E4502) !important}.is-orange-r500{color:#9e4502 !important}.fill-orange-r500{fill:#9e4502 !important}.has-bg-yellow-100{background-color:#fffcd2 !important;color:find-color-invert(#FFFCD2) !important}.is-yellow-100{color:#fffcd2 !important}.fill-yellow-100{fill:#fffcd2 !important}.has-bg-yellow-200{background-color:#fff4a9 !important;color:find-color-invert(#FFF4A9) !important}.is-yellow-200{color:#fff4a9 !important}.fill-yellow-200{fill:#fff4a9 !important}.has-bg-yellow-300{background-color:#ffeb71 !important;color:find-color-invert(#FFEB71) !important}.is-yellow-300{color:#ffeb71 !important}.fill-yellow-300{fill:#ffeb71 !important}.has-bg-yellow-400{background-color:#fee344 !important;color:find-color-invert(#FEE344) !important}.is-yellow-400{color:#fee344 !important}.fill-yellow-400{fill:#fee344 !important}.has-bg-yellow-500{background-color:#fed800 !important;color:find-color-invert(#FED800) !important}.is-yellow-500{color:#fed800 !important}.fill-yellow-500{fill:#fed800 !important}.has-bg-yellow-600{background-color:#f7c500 !important;color:find-color-invert(#F7C500) !important}.is-yellow-600{color:#f7c500 !important}.fill-yellow-600{fill:#f7c500 !important}.has-bg-yellow-700{background-color:#f0b200 !important;color:find-color-invert(#F0B200) !important}.is-yellow-700{color:#f0b200 !important}.fill-yellow-700{fill:#f0b200 !important}.has-bg-yellow-800{background-color:#e99e00 !important;color:find-color-invert(#E99E00) !important}.is-yellow-800{color:#e99e00 !important}.fill-yellow-800{fill:#e99e00 !important}.has-bg-yellow-900{background-color:#e28b00 !important;color:find-color-invert(#E28B00) !important}.is-yellow-900{color:#e28b00 !important}.fill-yellow-900{fill:#e28b00 !important}.has-bg-yellow-r100{background-color:#fffcd2 !important;color:find-color-invert(#FFFCD2) !important}.is-yellow-r100{color:#fffcd2 !important}.fill-yellow-r100{fill:#fffcd2 !important}.has-bg-yellow-r200{background-color:#ffe86e !important;color:find-color-invert(#FFE86E) !important}.is-yellow-r200{color:#ffe86e !important}.fill-yellow-r200{fill:#ffe86e !important}.has-bg-yellow-r300{background-color:#fed800 !important;color:find-color-invert(#FED800) !important}.is-yellow-r300{color:#fed800 !important}.fill-yellow-r300{fill:#fed800 !important}.has-bg-yellow-r400{background-color:#f0b200 !important;color:find-color-invert(#F0B200) !important}.is-yellow-r400{color:#f0b200 !important}.fill-yellow-r400{fill:#f0b200 !important}.has-bg-yellow-r500{background-color:#e28b00 !important;color:find-color-invert(#E28B00) !important}.is-yellow-r500{color:#e28b00 !important}.fill-yellow-r500{fill:#e28b00 !important}.has-bg-lime-100{background-color:#e8ffc0 !important;color:find-color-invert(#E8FFC0) !important}.is-lime-100{color:#e8ffc0 !important}.fill-lime-100{fill:#e8ffc0 !important}.has-bg-lime-200{background-color:#d0f595 !important;color:find-color-invert(#D0F595) !important}.is-lime-200{color:#d0f595 !important}.fill-lime-200{fill:#d0f595 !important}.has-bg-lime-300{background-color:#b8ec69 !important;color:find-color-invert(#B8EC69) !important}.is-lime-300{color:#b8ec69 !important}.fill-lime-300{fill:#b8ec69 !important}.has-bg-lime-400{background-color:#9fe23e !important;color:find-color-invert(#9FE23E) !important}.is-lime-400{color:#9fe23e !important}.fill-lime-400{fill:#9fe23e !important}.has-bg-lime-500{background-color:#87d812 !important;color:find-color-invert(#87D812) !important}.is-lime-500{color:#87d812 !important}.fill-lime-500{fill:#87d812 !important}.has-bg-lime-600{background-color:#7bc210 !important;color:find-color-invert(#7BC210) !important}.is-lime-600{color:#7bc210 !important}.fill-lime-600{fill:#7bc210 !important}.has-bg-lime-700{background-color:#6eac0f !important;color:find-color-invert(#6EAC0F) !important}.is-lime-700{color:#6eac0f !important}.fill-lime-700{fill:#6eac0f !important}.has-bg-lime-800{background-color:#62950d !important;color:find-color-invert(#62950D) !important}.is-lime-800{color:#62950d !important}.fill-lime-800{fill:#62950d !important}.has-bg-lime-900{background-color:#557f0b !important;color:find-color-invert(#557F0B) !important}.is-lime-900{color:#557f0b !important}.fill-lime-900{fill:#557f0b !important}.has-bg-lime-r100{background-color:#e8ffc0 !important;color:find-color-invert(#E8FFC0) !important}.is-lime-r100{color:#e8ffc0 !important}.fill-lime-r100{fill:#e8ffc0 !important}.has-bg-lime-r200{background-color:#b8ec69 !important;color:find-color-invert(#B8EC69) !important}.is-lime-r200{color:#b8ec69 !important}.fill-lime-r200{fill:#b8ec69 !important}.has-bg-lime-r300{background-color:#87d812 !important;color:find-color-invert(#87D812) !important}.is-lime-r300{color:#87d812 !important}.fill-lime-r300{fill:#87d812 !important}.has-bg-lime-r400{background-color:#6eac0f !important;color:find-color-invert(#6EAC0F) !important}.is-lime-r400{color:#6eac0f !important}.fill-lime-r400{fill:#6eac0f !important}.has-bg-lime-r500{background-color:#557f0b !important;color:find-color-invert(#557F0B) !important}.is-lime-r500{color:#557f0b !important}.fill-lime-r500{fill:#557f0b !important}.has-bg-green-100{background-color:#d3ffd2 !important;color:find-color-invert(#D3FFD2) !important}.is-green-100{color:#d3ffd2 !important}.fill-green-100{fill:#d3ffd2 !important}.has-bg-green-200{background-color:#a6efb4 !important;color:find-color-invert(#A6EFB4) !important}.is-green-200{color:#a6efb4 !important}.fill-green-200{fill:#a6efb4 !important}.has-bg-green-300{background-color:#7ae097 !important;color:find-color-invert(#7AE097) !important}.is-green-300{color:#7ae097 !important}.fill-green-300{fill:#7ae097 !important}.has-bg-green-400{background-color:#4dd079 !important;color:find-color-invert(#4DD079) !important}.is-green-400{color:#4dd079 !important}.fill-green-400{fill:#4dd079 !important}.has-bg-green-500{background-color:#20c05b !important;color:find-color-invert(#20C05B) !important}.is-green-500{color:#20c05b !important}.fill-green-500{fill:#20c05b !important}.has-bg-green-600{background-color:#1dad51 !important;color:find-color-invert(#1DAD51) !important}.is-green-600{color:#1dad51 !important}.fill-green-600{fill:#1dad51 !important}.has-bg-green-700{background-color:#1a9947 !important;color:find-color-invert(#1A9947) !important}.is-green-700{color:#1a9947 !important}.fill-green-700{fill:#1a9947 !important}.has-bg-green-800{background-color:#17863d !important;color:find-color-invert(#17863D) !important}.is-green-800{color:#17863d !important}.fill-green-800{fill:#17863d !important}.has-bg-green-900{background-color:#147233 !important;color:find-color-invert(#147233) !important}.is-green-900{color:#147233 !important}.fill-green-900{fill:#147233 !important}.has-bg-green-r100{background-color:#d3ffd2 !important;color:find-color-invert(#D3FFD2) !important}.is-green-r100{color:#d3ffd2 !important}.fill-green-r100{fill:#d3ffd2 !important}.has-bg-green-r200{background-color:#7ae097 !important;color:find-color-invert(#7AE097) !important}.is-green-r200{color:#7ae097 !important}.fill-green-r200{fill:#7ae097 !important}.has-bg-green-r300{background-color:#20c05b !important;color:find-color-invert(#20C05B) !important}.is-green-r300{color:#20c05b !important}.fill-green-r300{fill:#20c05b !important}.has-bg-green-r400{background-color:#1a9947 !important;color:find-color-invert(#1A9947) !important}.is-green-r400{color:#1a9947 !important}.fill-green-r400{fill:#1a9947 !important}.has-bg-green-r500{background-color:#147233 !important;color:find-color-invert(#147233) !important}.is-green-r500{color:#147233 !important}.fill-green-r500{fill:#147233 !important}.has-bg-sky-100{background-color:#bef0fc !important;color:find-color-invert(#BEF0FC) !important}.is-sky-100{color:#bef0fc !important}.fill-sky-100{fill:#bef0fc !important}.has-bg-sky-200{background-color:#96e8fc !important;color:find-color-invert(#96E8FC) !important}.is-sky-200{color:#96e8fc !important}.fill-sky-200{fill:#96e8fc !important}.has-bg-sky-300{background-color:#6dddfa !important;color:find-color-invert(#6DDDFA) !important}.is-sky-300{color:#6dddfa !important}.fill-sky-300{fill:#6dddfa !important}.has-bg-sky-400{background-color:#43d1f7 !important;color:find-color-invert(#43D1F7) !important}.is-sky-400{color:#43d1f7 !important}.fill-sky-400{fill:#43d1f7 !important}.has-bg-sky-500{background-color:#19c6f4 !important;color:find-color-invert(#19C6F4) !important}.is-sky-500{color:#19c6f4 !important}.fill-sky-500{fill:#19c6f4 !important}.has-bg-sky-600{background-color:#17afd4 !important;color:find-color-invert(#17AFD4) !important}.is-sky-600{color:#17afd4 !important}.fill-sky-600{fill:#17afd4 !important}.has-bg-sky-700{background-color:#1499b5 !important;color:find-color-invert(#1499B5) !important}.is-sky-700{color:#1499b5 !important}.fill-sky-700{fill:#1499b5 !important}.has-bg-sky-800{background-color:#128295 !important;color:find-color-invert(#128295) !important}.is-sky-800{color:#128295 !important}.fill-sky-800{fill:#128295 !important}.has-bg-sky-900{background-color:#106b75 !important;color:find-color-invert(#106B75) !important}.is-sky-900{color:#106b75 !important}.fill-sky-900{fill:#106b75 !important}.has-bg-sky-r100{background-color:#c0f3ff !important;color:find-color-invert(#C0F3FF) !important}.is-sky-r100{color:#c0f3ff !important}.fill-sky-r100{fill:#c0f3ff !important}.has-bg-sky-r200{background-color:#6dddfa !important;color:find-color-invert(#6DDDFA) !important}.is-sky-r200{color:#6dddfa !important}.fill-sky-r200{fill:#6dddfa !important}.has-bg-sky-r300{background-color:#19c6f4 !important;color:find-color-invert(#19C6F4) !important}.is-sky-r300{color:#19c6f4 !important}.fill-sky-r300{fill:#19c6f4 !important}.has-bg-sky-r400{background-color:#1499b5 !important;color:find-color-invert(#1499B5) !important}.is-sky-r400{color:#1499b5 !important}.fill-sky-r400{fill:#1499b5 !important}.has-bg-sky-r500{background-color:#106b75 !important;color:find-color-invert(#106B75) !important}.is-sky-r500{color:#106b75 !important}.fill-sky-r500{fill:#106b75 !important}.has-bg-blue-100{background-color:#c0e3ff !important;color:find-color-invert(#C0E3FF) !important}.is-blue-100{color:#c0e3ff !important}.fill-blue-100{fill:#c0e3ff !important}.has-bg-blue-200{background-color:#90c7f7 !important;color:find-color-invert(#90C7F7) !important}.is-blue-200{color:#90c7f7 !important}.fill-blue-200{fill:#90c7f7 !important}.has-bg-blue-300{background-color:#60abef !important;color:find-color-invert(#60ABEF) !important}.is-blue-300{color:#60abef !important}.fill-blue-300{fill:#60abef !important}.has-bg-blue-400{background-color:#308ee7 !important;color:find-color-invert(#308EE7) !important}.is-blue-400{color:#308ee7 !important}.fill-blue-400{fill:#308ee7 !important}.has-bg-blue-500{background-color:#0072df !important;color:find-color-invert(#0072DF) !important}.is-blue-500{color:#0072df !important}.fill-blue-500{fill:#0072df !important}.has-bg-blue-600{background-color:#0065bf !important;color:find-color-invert(#0065BF) !important}.is-blue-600{color:#0065bf !important}.fill-blue-600{fill:#0065bf !important}.has-bg-blue-700{background-color:#0058a0 !important;color:find-color-invert(#0058A0) !important}.is-blue-700{color:#0058a0 !important}.fill-blue-700{fill:#0058a0 !important}.has-bg-blue-800{background-color:#004b80 !important;color:find-color-invert(#004B80) !important}.is-blue-800{color:#004b80 !important}.fill-blue-800{fill:#004b80 !important}.has-bg-blue-900{background-color:#003e60 !important;color:find-color-invert(#003E60) !important}.is-blue-900{color:#003e60 !important}.fill-blue-900{fill:#003e60 !important}.has-bg-blue-r100{background-color:#c0e3ff !important;color:find-color-invert(#C0E3FF) !important}.is-blue-r100{color:#c0e3ff !important}.fill-blue-r100{fill:#c0e3ff !important}.has-bg-blue-r200{background-color:#60abef !important;color:find-color-invert(#60ABEF) !important}.is-blue-r200{color:#60abef !important}.fill-blue-r200{fill:#60abef !important}.has-bg-blue-r300{background-color:#0072df !important;color:find-color-invert(#0072DF) !important}.is-blue-r300{color:#0072df !important}.fill-blue-r300{fill:#0072df !important}.has-bg-blue-r400{background-color:#0058a0 !important;color:find-color-invert(#0058A0) !important}.is-blue-r400{color:#0058a0 !important}.fill-blue-r400{fill:#0058a0 !important}.has-bg-blue-r500{background-color:#003e60 !important;color:find-color-invert(#003E60) !important}.is-blue-r500{color:#003e60 !important}.fill-blue-r500{fill:#003e60 !important}.has-bg-purple-100{background-color:#dbd0fd !important;color:find-color-invert(#DBD0FD) !important}.is-purple-100{color:#dbd0fd !important}.fill-purple-100{fill:#dbd0fd !important}.has-bg-purple-200{background-color:#c8b6ff !important;color:find-color-invert(#C8B6FF) !important}.is-purple-200{color:#c8b6ff !important}.fill-purple-200{fill:#c8b6ff !important}.has-bg-purple-300{background-color:#aa89ea !important;color:find-color-invert(#AA89EA) !important}.is-purple-300{color:#aa89ea !important}.fill-purple-300{fill:#aa89ea !important}.has-bg-purple-400{background-color:#8c5bd4 !important;color:find-color-invert(#8C5BD4) !important}.is-purple-400{color:#8c5bd4 !important}.fill-purple-400{fill:#8c5bd4 !important}.has-bg-purple-500{background-color:#6e2ebf !important;color:find-color-invert(#6E2EBF) !important}.is-purple-500{color:#6e2ebf !important}.fill-purple-500{fill:#6e2ebf !important}.has-bg-purple-600{background-color:#5413a8 !important;color:find-color-invert(#5413A8) !important}.is-purple-600{color:#5413a8 !important}.fill-purple-600{fill:#5413a8 !important}.has-bg-purple-700{background-color:#40008b !important;color:find-color-invert(#40008B) !important}.is-purple-700{color:#40008b !important}.fill-purple-700{fill:#40008b !important}.has-bg-purple-800{background-color:#30006d !important;color:find-color-invert(#30006D) !important}.is-purple-800{color:#30006d !important}.fill-purple-800{fill:#30006d !important}.has-bg-purple-900{background-color:#20004e !important;color:find-color-invert(#20004E) !important}.is-purple-900{color:#20004e !important}.fill-purple-900{fill:#20004e !important}.has-bg-purple-r100{background-color:#dbd0fd !important;color:find-color-invert(#DBD0FD) !important}.is-purple-r100{color:#dbd0fd !important}.fill-purple-r100{fill:#dbd0fd !important}.has-bg-purple-r200{background-color:#aa89ea !important;color:find-color-invert(#AA89EA) !important}.is-purple-r200{color:#aa89ea !important}.fill-purple-r200{fill:#aa89ea !important}.has-bg-purple-r300{background-color:#6e2ebf !important;color:find-color-invert(#6E2EBF) !important}.is-purple-r300{color:#6e2ebf !important}.fill-purple-r300{fill:#6e2ebf !important}.has-bg-purple-r400{background-color:#40008b !important;color:find-color-invert(#40008B) !important}.is-purple-r400{color:#40008b !important}.fill-purple-r400{fill:#40008b !important}.has-bg-purple-r500{background-color:#20004e !important;color:find-color-invert(#20004E) !important}.is-purple-r500{color:#20004e !important}.fill-purple-r500{fill:#20004e !important}.has-bg-violet-100{background-color:#e9b7f3 !important;color:find-color-invert(#E9B7F3) !important}.is-violet-100{color:#e9b7f3 !important}.fill-violet-100{fill:#e9b7f3 !important}.has-bg-violet-200{background-color:#de9beb !important;color:find-color-invert(#DE9BEB) !important}.is-violet-200{color:#de9beb !important}.fill-violet-200{fill:#de9beb !important}.has-bg-violet-300{background-color:#c777d6 !important;color:find-color-invert(#C777D6) !important}.is-violet-300{color:#c777d6 !important}.fill-violet-300{fill:#c777d6 !important}.has-bg-violet-400{background-color:#b152c2 !important;color:find-color-invert(#B152C2) !important}.is-violet-400{color:#b152c2 !important}.fill-violet-400{fill:#b152c2 !important}.has-bg-violet-500{background-color:#9a2ead !important;color:find-color-invert(#9A2EAD) !important}.is-violet-500{color:#9a2ead !important}.fill-violet-500{fill:#9a2ead !important}.has-bg-violet-600{background-color:#842895 !important;color:find-color-invert(#842895) !important}.is-violet-600{color:#842895 !important}.fill-violet-600{fill:#842895 !important}.has-bg-violet-700{background-color:#6e227d !important;color:find-color-invert(#6E227D) !important}.is-violet-700{color:#6e227d !important}.fill-violet-700{fill:#6e227d !important}.has-bg-violet-800{background-color:#571b64 !important;color:find-color-invert(#571B64) !important}.is-violet-800{color:#571b64 !important}.fill-violet-800{fill:#571b64 !important}.has-bg-violet-900{background-color:#41154c !important;color:find-color-invert(#41154C) !important}.is-violet-900{color:#41154c !important}.fill-violet-900{fill:#41154c !important}.has-bg-violet-r100{background-color:#e9b7f3 !important;color:find-color-invert(#E9B7F3) !important}.is-violet-r100{color:#e9b7f3 !important}.fill-violet-r100{fill:#e9b7f3 !important}.has-bg-violet-r200{background-color:#c777d6 !important;color:find-color-invert(#C777D6) !important}.is-violet-r200{color:#c777d6 !important}.fill-violet-r200{fill:#c777d6 !important}.has-bg-violet-r300{background-color:#9a2ead !important;color:find-color-invert(#9A2EAD) !important}.is-violet-r300{color:#9a2ead !important}.fill-violet-r300{fill:#9a2ead !important}.has-bg-violet-r400{background-color:#6e227d !important;color:find-color-invert(#6E227D) !important}.is-violet-r400{color:#6e227d !important}.fill-violet-r400{fill:#6e227d !important}.has-bg-violet-r500{background-color:#41154c !important;color:find-color-invert(#41154C) !important}.is-violet-r500{color:#41154c !important}.fill-violet-r500{fill:#41154c !important}.has-bg-pink-100{background-color:#fabcdc !important;color:find-color-invert(#FABCDC) !important}.is-pink-100{color:#fabcdc !important}.fill-pink-100{fill:#fabcdc !important}.has-bg-pink-200{background-color:#ff9dcc !important;color:find-color-invert(#FF9DCC) !important}.is-pink-200{color:#ff9dcc !important}.fill-pink-200{fill:#ff9dcc !important}.has-bg-pink-300{background-color:#ff7ab8 !important;color:find-color-invert(#FF7AB8) !important}.is-pink-300{color:#ff7ab8 !important}.fill-pink-300{fill:#ff7ab8 !important}.has-bg-pink-400{background-color:#ff56a4 !important;color:find-color-invert(#FF56A4) !important}.is-pink-400{color:#ff56a4 !important}.fill-pink-400{fill:#ff56a4 !important}.has-bg-pink-500{background-color:#ff3390 !important;color:find-color-invert(#FF3390) !important}.is-pink-500{color:#ff3390 !important}.fill-pink-500{fill:#ff3390 !important}.has-bg-pink-600{background-color:#df2d82 !important;color:find-color-invert(#DF2D82) !important}.is-pink-600{color:#df2d82 !important}.fill-pink-600{fill:#df2d82 !important}.has-bg-pink-700{background-color:#bf2874 !important;color:find-color-invert(#BF2874) !important}.is-pink-700{color:#bf2874 !important}.fill-pink-700{fill:#bf2874 !important}.has-bg-pink-800{background-color:#9f2265 !important;color:find-color-invert(#9F2265) !important}.is-pink-800{color:#9f2265 !important}.fill-pink-800{fill:#9f2265 !important}.has-bg-pink-900{background-color:#7f1c57 !important;color:find-color-invert(#7F1C57) !important}.is-pink-900{color:#7f1c57 !important}.fill-pink-900{fill:#7f1c57 !important}.has-bg-pink-r100{background-color:#fabcdc !important;color:find-color-invert(#FABCDC) !important}.is-pink-r100{color:#fabcdc !important}.fill-pink-r100{fill:#fabcdc !important}.has-bg-pink-r200{background-color:#ff7ab8 !important;color:find-color-invert(#FF7AB8) !important}.is-pink-r200{color:#ff7ab8 !important}.fill-pink-r200{fill:#ff7ab8 !important}.has-bg-pink-r300{background-color:#ff3390 !important;color:find-color-invert(#FF3390) !important}.is-pink-r300{color:#ff3390 !important}.fill-pink-r300{fill:#ff3390 !important}.has-bg-pink-r400{background-color:#bf2874 !important;color:find-color-invert(#BF2874) !important}.is-pink-r400{color:#bf2874 !important}.fill-pink-r400{fill:#bf2874 !important}.has-bg-pink-r500{background-color:#7f1c57 !important;color:find-color-invert(#7F1C57) !important}.is-pink-r500{color:#7f1c57 !important}.fill-pink-r500{fill:#7f1c57 !important}.m-0{margin:0px !important}.m-1{margin:1px !important}.m-2{margin:2px !important}.m-3{margin:3px !important}.m-4{margin:4px !important}.m-5{margin:5px !important}.m-6{margin:6px !important}.m-7{margin:7px !important}.m-8{margin:8px !important}.m-9{margin:9px !important}.m-10{margin:10px !important}.m-11{margin:11px !important}.m-12{margin:12px !important}.m-13{margin:13px !important}.m-14{margin:14px !important}.m-15{margin:15px !important}.m-16{margin:16px !important}.m-17{margin:17px !important}.m-18{margin:18px !important}.m-19{margin:19px !important}.m-20{margin:20px !important}.m-21{margin:21px !important}.m-22{margin:22px !important}.m-23{margin:23px !important}.m-24{margin:24px !important}.m-25{margin:25px !important}.m-26{margin:26px !important}.m-27{margin:27px !important}.m-28{margin:28px !important}.m-29{margin:29px !important}.m-30{margin:30px !important}.m-31{margin:31px !important}.m-32{margin:32px !important}.m-33{margin:33px !important}.m-34{margin:34px !important}.m-35{margin:35px !important}.m-36{margin:36px !important}.m-37{margin:37px !important}.m-38{margin:38px !important}.m-39{margin:39px !important}.m-40{margin:40px !important}.m-41{margin:41px !important}.m-42{margin:42px !important}.m-43{margin:43px !important}.m-44{margin:44px !important}.m-45{margin:45px !important}.m-46{margin:46px !important}.m-47{margin:47px !important}.m-48{margin:48px !important}.m-49{margin:49px !important}.m-50{margin:50px !important}.m-51{margin:51px !important}.m-52{margin:52px !important}.m-53{margin:53px !important}.m-54{margin:54px !important}.m-55{margin:55px !important}.m-56{margin:56px !important}.m-57{margin:57px !important}.m-58{margin:58px !important}.m-59{margin:59px !important}.m-60{margin:60px !important}.m-61{margin:61px !important}.m-62{margin:62px !important}.m-63{margin:63px !important}.m-64{margin:64px !important}.m-65{margin:65px !important}.m-66{margin:66px !important}.m-67{margin:67px !important}.m-68{margin:68px !important}.m-69{margin:69px !important}.m-70{margin:70px !important}.m-71{margin:71px !important}.m-72{margin:72px !important}.m-73{margin:73px !important}.m-74{margin:74px !important}.m-75{margin:75px !important}.m-76{margin:76px !important}.m-77{margin:77px !important}.m-78{margin:78px !important}.m-79{margin:79px !important}.m-80{margin:80px !important}.m-81{margin:81px !important}.m-82{margin:82px !important}.m-83{margin:83px !important}.m-84{margin:84px !important}.m-85{margin:85px !important}.m-86{margin:86px !important}.m-87{margin:87px !important}.m-88{margin:88px !important}.m-89{margin:89px !important}.m-90{margin:90px !important}.m-91{margin:91px !important}.m-92{margin:92px !important}.m-93{margin:93px !important}.m-94{margin:94px !important}.m-95{margin:95px !important}.m-96{margin:96px !important}.m-97{margin:97px !important}.m-98{margin:98px !important}.m-99{margin:99px !important}.m-100{margin:100px !important}.m-auto{margin:auto !important}.m-l-auto{margin-left:auto !important}.m-r-auto{margin-right:auto !important}.m-t-auto{margin-top:auto !important}.m-b-auto{margin-bottom:auto !important}.m-x-auto{margin-left:auto !important;margin-right:auto !important}.m-y-auto{margin-top:auto !important;margin-bottom:auto !important}.m-t-0{margin-top:0px !important}.m-t-1{margin-top:1px !important}.m-t-2{margin-top:2px !important}.m-t-3{margin-top:3px !important}.m-t-4{margin-top:4px !important}.m-t-5{margin-top:5px !important}.m-t-6{margin-top:6px !important}.m-t-7{margin-top:7px !important}.m-t-8{margin-top:8px !important}.m-t-9{margin-top:9px !important}.m-t-10{margin-top:10px !important}.m-t-11{margin-top:11px !important}.m-t-12{margin-top:12px !important}.m-t-13{margin-top:13px !important}.m-t-14{margin-top:14px !important}.m-t-15{margin-top:15px !important}.m-t-16{margin-top:16px !important}.m-t-17{margin-top:17px !important}.m-t-18{margin-top:18px !important}.m-t-19{margin-top:19px !important}.m-t-20{margin-top:20px !important}.m-t-21{margin-top:21px !important}.m-t-22{margin-top:22px !important}.m-t-23{margin-top:23px !important}.m-t-24{margin-top:24px !important}.m-t-25{margin-top:25px !important}.m-t-26{margin-top:26px !important}.m-t-27{margin-top:27px !important}.m-t-28{margin-top:28px !important}.m-t-29{margin-top:29px !important}.m-t-30{margin-top:30px !important}.m-t-31{margin-top:31px !important}.m-t-32{margin-top:32px !important}.m-t-33{margin-top:33px !important}.m-t-34{margin-top:34px !important}.m-t-35{margin-top:35px !important}.m-t-36{margin-top:36px !important}.m-t-37{margin-top:37px !important}.m-t-38{margin-top:38px !important}.m-t-39{margin-top:39px !important}.m-t-40{margin-top:40px !important}.m-t-41{margin-top:41px !important}.m-t-42{margin-top:42px !important}.m-t-43{margin-top:43px !important}.m-t-44{margin-top:44px !important}.m-t-45{margin-top:45px !important}.m-t-46{margin-top:46px !important}.m-t-47{margin-top:47px !important}.m-t-48{margin-top:48px !important}.m-t-49{margin-top:49px !important}.m-t-50{margin-top:50px !important}.m-t-51{margin-top:51px !important}.m-t-52{margin-top:52px !important}.m-t-53{margin-top:53px !important}.m-t-54{margin-top:54px !important}.m-t-55{margin-top:55px !important}.m-t-56{margin-top:56px !important}.m-t-57{margin-top:57px !important}.m-t-58{margin-top:58px !important}.m-t-59{margin-top:59px !important}.m-t-60{margin-top:60px !important}.m-t-61{margin-top:61px !important}.m-t-62{margin-top:62px !important}.m-t-63{margin-top:63px !important}.m-t-64{margin-top:64px !important}.m-t-65{margin-top:65px !important}.m-t-66{margin-top:66px !important}.m-t-67{margin-top:67px !important}.m-t-68{margin-top:68px !important}.m-t-69{margin-top:69px !important}.m-t-70{margin-top:70px !important}.m-t-71{margin-top:71px !important}.m-t-72{margin-top:72px !important}.m-t-73{margin-top:73px !important}.m-t-74{margin-top:74px !important}.m-t-75{margin-top:75px !important}.m-t-76{margin-top:76px !important}.m-t-77{margin-top:77px !important}.m-t-78{margin-top:78px !important}.m-t-79{margin-top:79px !important}.m-t-80{margin-top:80px !important}.m-t-81{margin-top:81px !important}.m-t-82{margin-top:82px !important}.m-t-83{margin-top:83px !important}.m-t-84{margin-top:84px !important}.m-t-85{margin-top:85px !important}.m-t-86{margin-top:86px !important}.m-t-87{margin-top:87px !important}.m-t-88{margin-top:88px !important}.m-t-89{margin-top:89px !important}.m-t-90{margin-top:90px !important}.m-t-91{margin-top:91px !important}.m-t-92{margin-top:92px !important}.m-t-93{margin-top:93px !important}.m-t-94{margin-top:94px !important}.m-t-95{margin-top:95px !important}.m-t-96{margin-top:96px !important}.m-t-97{margin-top:97px !important}.m-t-98{margin-top:98px !important}.m-t-99{margin-top:99px !important}.m-t-100{margin-top:100px !important}.m-r-0{margin-right:0px !important}.m-r-1{margin-right:1px !important}.m-r-2{margin-right:2px !important}.m-r-3{margin-right:3px !important}.m-r-4{margin-right:4px !important}.m-r-5{margin-right:5px !important}.m-r-6{margin-right:6px !important}.m-r-7{margin-right:7px !important}.m-r-8{margin-right:8px !important}.m-r-9{margin-right:9px !important}.m-r-10{margin-right:10px !important}.m-r-11{margin-right:11px !important}.m-r-12{margin-right:12px !important}.m-r-13{margin-right:13px !important}.m-r-14{margin-right:14px !important}.m-r-15{margin-right:15px !important}.m-r-16{margin-right:16px !important}.m-r-17{margin-right:17px !important}.m-r-18{margin-right:18px !important}.m-r-19{margin-right:19px !important}.m-r-20{margin-right:20px !important}.m-r-21{margin-right:21px !important}.m-r-22{margin-right:22px !important}.m-r-23{margin-right:23px !important}.m-r-24{margin-right:24px !important}.m-r-25{margin-right:25px !important}.m-r-26{margin-right:26px !important}.m-r-27{margin-right:27px !important}.m-r-28{margin-right:28px !important}.m-r-29{margin-right:29px !important}.m-r-30{margin-right:30px !important}.m-r-31{margin-right:31px !important}.m-r-32{margin-right:32px !important}.m-r-33{margin-right:33px !important}.m-r-34{margin-right:34px !important}.m-r-35{margin-right:35px !important}.m-r-36{margin-right:36px !important}.m-r-37{margin-right:37px !important}.m-r-38{margin-right:38px !important}.m-r-39{margin-right:39px !important}.m-r-40{margin-right:40px !important}.m-r-41{margin-right:41px !important}.m-r-42{margin-right:42px !important}.m-r-43{margin-right:43px !important}.m-r-44{margin-right:44px !important}.m-r-45{margin-right:45px !important}.m-r-46{margin-right:46px !important}.m-r-47{margin-right:47px !important}.m-r-48{margin-right:48px !important}.m-r-49{margin-right:49px !important}.m-r-50{margin-right:50px !important}.m-r-51{margin-right:51px !important}.m-r-52{margin-right:52px !important}.m-r-53{margin-right:53px !important}.m-r-54{margin-right:54px !important}.m-r-55{margin-right:55px !important}.m-r-56{margin-right:56px !important}.m-r-57{margin-right:57px !important}.m-r-58{margin-right:58px !important}.m-r-59{margin-right:59px !important}.m-r-60{margin-right:60px !important}.m-r-61{margin-right:61px !important}.m-r-62{margin-right:62px !important}.m-r-63{margin-right:63px !important}.m-r-64{margin-right:64px !important}.m-r-65{margin-right:65px !important}.m-r-66{margin-right:66px !important}.m-r-67{margin-right:67px !important}.m-r-68{margin-right:68px !important}.m-r-69{margin-right:69px !important}.m-r-70{margin-right:70px !important}.m-r-71{margin-right:71px !important}.m-r-72{margin-right:72px !important}.m-r-73{margin-right:73px !important}.m-r-74{margin-right:74px !important}.m-r-75{margin-right:75px !important}.m-r-76{margin-right:76px !important}.m-r-77{margin-right:77px !important}.m-r-78{margin-right:78px !important}.m-r-79{margin-right:79px !important}.m-r-80{margin-right:80px !important}.m-r-81{margin-right:81px !important}.m-r-82{margin-right:82px !important}.m-r-83{margin-right:83px !important}.m-r-84{margin-right:84px !important}.m-r-85{margin-right:85px !important}.m-r-86{margin-right:86px !important}.m-r-87{margin-right:87px !important}.m-r-88{margin-right:88px !important}.m-r-89{margin-right:89px !important}.m-r-90{margin-right:90px !important}.m-r-91{margin-right:91px !important}.m-r-92{margin-right:92px !important}.m-r-93{margin-right:93px !important}.m-r-94{margin-right:94px !important}.m-r-95{margin-right:95px !important}.m-r-96{margin-right:96px !important}.m-r-97{margin-right:97px !important}.m-r-98{margin-right:98px !important}.m-r-99{margin-right:99px !important}.m-r-100{margin-right:100px !important}.m-b-0{margin-bottom:0px !important}.m-b-1{margin-bottom:1px !important}.m-b-2{margin-bottom:2px !important}.m-b-3{margin-bottom:3px !important}.m-b-4{margin-bottom:4px !important}.m-b-5{margin-bottom:5px !important}.m-b-6{margin-bottom:6px !important}.m-b-7{margin-bottom:7px !important}.m-b-8{margin-bottom:8px !important}.m-b-9{margin-bottom:9px !important}.m-b-10{margin-bottom:10px !important}.m-b-11{margin-bottom:11px !important}.m-b-12{margin-bottom:12px !important}.m-b-13{margin-bottom:13px !important}.m-b-14{margin-bottom:14px !important}.m-b-15{margin-bottom:15px !important}.m-b-16{margin-bottom:16px !important}.m-b-17{margin-bottom:17px !important}.m-b-18{margin-bottom:18px !important}.m-b-19{margin-bottom:19px !important}.m-b-20{margin-bottom:20px !important}.m-b-21{margin-bottom:21px !important}.m-b-22{margin-bottom:22px !important}.m-b-23{margin-bottom:23px !important}.m-b-24{margin-bottom:24px !important}.m-b-25{margin-bottom:25px !important}.m-b-26{margin-bottom:26px !important}.m-b-27{margin-bottom:27px !important}.m-b-28{margin-bottom:28px !important}.m-b-29{margin-bottom:29px !important}.m-b-30{margin-bottom:30px !important}.m-b-31{margin-bottom:31px !important}.m-b-32{margin-bottom:32px !important}.m-b-33{margin-bottom:33px !important}.m-b-34{margin-bottom:34px !important}.m-b-35{margin-bottom:35px !important}.m-b-36{margin-bottom:36px !important}.m-b-37{margin-bottom:37px !important}.m-b-38{margin-bottom:38px !important}.m-b-39{margin-bottom:39px !important}.m-b-40{margin-bottom:40px !important}.m-b-41{margin-bottom:41px !important}.m-b-42{margin-bottom:42px !important}.m-b-43{margin-bottom:43px !important}.m-b-44{margin-bottom:44px !important}.m-b-45{margin-bottom:45px !important}.m-b-46{margin-bottom:46px !important}.m-b-47{margin-bottom:47px !important}.m-b-48{margin-bottom:48px !important}.m-b-49{margin-bottom:49px !important}.m-b-50{margin-bottom:50px !important}.m-b-51{margin-bottom:51px !important}.m-b-52{margin-bottom:52px !important}.m-b-53{margin-bottom:53px !important}.m-b-54{margin-bottom:54px !important}.m-b-55{margin-bottom:55px !important}.m-b-56{margin-bottom:56px !important}.m-b-57{margin-bottom:57px !important}.m-b-58{margin-bottom:58px !important}.m-b-59{margin-bottom:59px !important}.m-b-60{margin-bottom:60px !important}.m-b-61{margin-bottom:61px !important}.m-b-62{margin-bottom:62px !important}.m-b-63{margin-bottom:63px !important}.m-b-64{margin-bottom:64px !important}.m-b-65{margin-bottom:65px !important}.m-b-66{margin-bottom:66px !important}.m-b-67{margin-bottom:67px !important}.m-b-68{margin-bottom:68px !important}.m-b-69{margin-bottom:69px !important}.m-b-70{margin-bottom:70px !important}.m-b-71{margin-bottom:71px !important}.m-b-72{margin-bottom:72px !important}.m-b-73{margin-bottom:73px !important}.m-b-74{margin-bottom:74px !important}.m-b-75{margin-bottom:75px !important}.m-b-76{margin-bottom:76px !important}.m-b-77{margin-bottom:77px !important}.m-b-78{margin-bottom:78px !important}.m-b-79{margin-bottom:79px !important}.m-b-80{margin-bottom:80px !important}.m-b-81{margin-bottom:81px !important}.m-b-82{margin-bottom:82px !important}.m-b-83{margin-bottom:83px !important}.m-b-84{margin-bottom:84px !important}.m-b-85{margin-bottom:85px !important}.m-b-86{margin-bottom:86px !important}.m-b-87{margin-bottom:87px !important}.m-b-88{margin-bottom:88px !important}.m-b-89{margin-bottom:89px !important}.m-b-90{margin-bottom:90px !important}.m-b-91{margin-bottom:91px !important}.m-b-92{margin-bottom:92px !important}.m-b-93{margin-bottom:93px !important}.m-b-94{margin-bottom:94px !important}.m-b-95{margin-bottom:95px !important}.m-b-96{margin-bottom:96px !important}.m-b-97{margin-bottom:97px !important}.m-b-98{margin-bottom:98px !important}.m-b-99{margin-bottom:99px !important}.m-b-100{margin-bottom:100px !important}.m-l-0{margin-left:0px !important}.m-l-1{margin-left:1px !important}.m-l-2{margin-left:2px !important}.m-l-3{margin-left:3px !important}.m-l-4{margin-left:4px !important}.m-l-5{margin-left:5px !important}.m-l-6{margin-left:6px !important}.m-l-7{margin-left:7px !important}.m-l-8{margin-left:8px !important}.m-l-9{margin-left:9px !important}.m-l-10{margin-left:10px !important}.m-l-11{margin-left:11px !important}.m-l-12{margin-left:12px !important}.m-l-13{margin-left:13px !important}.m-l-14{margin-left:14px !important}.m-l-15{margin-left:15px !important}.m-l-16{margin-left:16px !important}.m-l-17{margin-left:17px !important}.m-l-18{margin-left:18px !important}.m-l-19{margin-left:19px !important}.m-l-20{margin-left:20px !important}.m-l-21{margin-left:21px !important}.m-l-22{margin-left:22px !important}.m-l-23{margin-left:23px !important}.m-l-24{margin-left:24px !important}.m-l-25{margin-left:25px !important}.m-l-26{margin-left:26px !important}.m-l-27{margin-left:27px !important}.m-l-28{margin-left:28px !important}.m-l-29{margin-left:29px !important}.m-l-30{margin-left:30px !important}.m-l-31{margin-left:31px !important}.m-l-32{margin-left:32px !important}.m-l-33{margin-left:33px !important}.m-l-34{margin-left:34px !important}.m-l-35{margin-left:35px !important}.m-l-36{margin-left:36px !important}.m-l-37{margin-left:37px !important}.m-l-38{margin-left:38px !important}.m-l-39{margin-left:39px !important}.m-l-40{margin-left:40px !important}.m-l-41{margin-left:41px !important}.m-l-42{margin-left:42px !important}.m-l-43{margin-left:43px !important}.m-l-44{margin-left:44px !important}.m-l-45{margin-left:45px !important}.m-l-46{margin-left:46px !important}.m-l-47{margin-left:47px !important}.m-l-48{margin-left:48px !important}.m-l-49{margin-left:49px !important}.m-l-50{margin-left:50px !important}.m-l-51{margin-left:51px !important}.m-l-52{margin-left:52px !important}.m-l-53{margin-left:53px !important}.m-l-54{margin-left:54px !important}.m-l-55{margin-left:55px !important}.m-l-56{margin-left:56px !important}.m-l-57{margin-left:57px !important}.m-l-58{margin-left:58px !important}.m-l-59{margin-left:59px !important}.m-l-60{margin-left:60px !important}.m-l-61{margin-left:61px !important}.m-l-62{margin-left:62px !important}.m-l-63{margin-left:63px !important}.m-l-64{margin-left:64px !important}.m-l-65{margin-left:65px !important}.m-l-66{margin-left:66px !important}.m-l-67{margin-left:67px !important}.m-l-68{margin-left:68px !important}.m-l-69{margin-left:69px !important}.m-l-70{margin-left:70px !important}.m-l-71{margin-left:71px !important}.m-l-72{margin-left:72px !important}.m-l-73{margin-left:73px !important}.m-l-74{margin-left:74px !important}.m-l-75{margin-left:75px !important}.m-l-76{margin-left:76px !important}.m-l-77{margin-left:77px !important}.m-l-78{margin-left:78px !important}.m-l-79{margin-left:79px !important}.m-l-80{margin-left:80px !important}.m-l-81{margin-left:81px !important}.m-l-82{margin-left:82px !important}.m-l-83{margin-left:83px !important}.m-l-84{margin-left:84px !important}.m-l-85{margin-left:85px !important}.m-l-86{margin-left:86px !important}.m-l-87{margin-left:87px !important}.m-l-88{margin-left:88px !important}.m-l-89{margin-left:89px !important}.m-l-90{margin-left:90px !important}.m-l-91{margin-left:91px !important}.m-l-92{margin-left:92px !important}.m-l-93{margin-left:93px !important}.m-l-94{margin-left:94px !important}.m-l-95{margin-left:95px !important}.m-l-96{margin-left:96px !important}.m-l-97{margin-left:97px !important}.m-l-98{margin-left:98px !important}.m-l-99{margin-left:99px !important}.m-l-100{margin-left:100px !important}.m-x-0{margin-left:0px !important;margin-right:0px !important}.m-x-1{margin-left:1px !important;margin-right:1px !important}.m-x-2{margin-left:2px !important;margin-right:2px !important}.m-x-3{margin-left:3px !important;margin-right:3px !important}.m-x-4{margin-left:4px !important;margin-right:4px !important}.m-x-5{margin-left:5px !important;margin-right:5px !important}.m-x-6{margin-left:6px !important;margin-right:6px !important}.m-x-7{margin-left:7px !important;margin-right:7px !important}.m-x-8{margin-left:8px !important;margin-right:8px !important}.m-x-9{margin-left:9px !important;margin-right:9px !important}.m-x-10{margin-left:10px !important;margin-right:10px !important}.m-x-11{margin-left:11px !important;margin-right:11px !important}.m-x-12{margin-left:12px !important;margin-right:12px !important}.m-x-13{margin-left:13px !important;margin-right:13px !important}.m-x-14{margin-left:14px !important;margin-right:14px !important}.m-x-15{margin-left:15px !important;margin-right:15px !important}.m-x-16{margin-left:16px !important;margin-right:16px !important}.m-x-17{margin-left:17px !important;margin-right:17px !important}.m-x-18{margin-left:18px !important;margin-right:18px !important}.m-x-19{margin-left:19px !important;margin-right:19px !important}.m-x-20{margin-left:20px !important;margin-right:20px !important}.m-x-21{margin-left:21px !important;margin-right:21px !important}.m-x-22{margin-left:22px !important;margin-right:22px !important}.m-x-23{margin-left:23px !important;margin-right:23px !important}.m-x-24{margin-left:24px !important;margin-right:24px !important}.m-x-25{margin-left:25px !important;margin-right:25px !important}.m-x-26{margin-left:26px !important;margin-right:26px !important}.m-x-27{margin-left:27px !important;margin-right:27px !important}.m-x-28{margin-left:28px !important;margin-right:28px !important}.m-x-29{margin-left:29px !important;margin-right:29px !important}.m-x-30{margin-left:30px !important;margin-right:30px !important}.m-x-31{margin-left:31px !important;margin-right:31px !important}.m-x-32{margin-left:32px !important;margin-right:32px !important}.m-x-33{margin-left:33px !important;margin-right:33px !important}.m-x-34{margin-left:34px !important;margin-right:34px !important}.m-x-35{margin-left:35px !important;margin-right:35px !important}.m-x-36{margin-left:36px !important;margin-right:36px !important}.m-x-37{margin-left:37px !important;margin-right:37px !important}.m-x-38{margin-left:38px !important;margin-right:38px !important}.m-x-39{margin-left:39px !important;margin-right:39px !important}.m-x-40{margin-left:40px !important;margin-right:40px !important}.m-x-41{margin-left:41px !important;margin-right:41px !important}.m-x-42{margin-left:42px !important;margin-right:42px !important}.m-x-43{margin-left:43px !important;margin-right:43px !important}.m-x-44{margin-left:44px !important;margin-right:44px !important}.m-x-45{margin-left:45px !important;margin-right:45px !important}.m-x-46{margin-left:46px !important;margin-right:46px !important}.m-x-47{margin-left:47px !important;margin-right:47px !important}.m-x-48{margin-left:48px !important;margin-right:48px !important}.m-x-49{margin-left:49px !important;margin-right:49px !important}.m-x-50{margin-left:50px !important;margin-right:50px !important}.m-x-51{margin-left:51px !important;margin-right:51px !important}.m-x-52{margin-left:52px !important;margin-right:52px !important}.m-x-53{margin-left:53px !important;margin-right:53px !important}.m-x-54{margin-left:54px !important;margin-right:54px !important}.m-x-55{margin-left:55px !important;margin-right:55px !important}.m-x-56{margin-left:56px !important;margin-right:56px !important}.m-x-57{margin-left:57px !important;margin-right:57px !important}.m-x-58{margin-left:58px !important;margin-right:58px !important}.m-x-59{margin-left:59px !important;margin-right:59px !important}.m-x-60{margin-left:60px !important;margin-right:60px !important}.m-x-61{margin-left:61px !important;margin-right:61px !important}.m-x-62{margin-left:62px !important;margin-right:62px !important}.m-x-63{margin-left:63px !important;margin-right:63px !important}.m-x-64{margin-left:64px !important;margin-right:64px !important}.m-x-65{margin-left:65px !important;margin-right:65px !important}.m-x-66{margin-left:66px !important;margin-right:66px !important}.m-x-67{margin-left:67px !important;margin-right:67px !important}.m-x-68{margin-left:68px !important;margin-right:68px !important}.m-x-69{margin-left:69px !important;margin-right:69px !important}.m-x-70{margin-left:70px !important;margin-right:70px !important}.m-x-71{margin-left:71px !important;margin-right:71px !important}.m-x-72{margin-left:72px !important;margin-right:72px !important}.m-x-73{margin-left:73px !important;margin-right:73px !important}.m-x-74{margin-left:74px !important;margin-right:74px !important}.m-x-75{margin-left:75px !important;margin-right:75px !important}.m-x-76{margin-left:76px !important;margin-right:76px !important}.m-x-77{margin-left:77px !important;margin-right:77px !important}.m-x-78{margin-left:78px !important;margin-right:78px !important}.m-x-79{margin-left:79px !important;margin-right:79px !important}.m-x-80{margin-left:80px !important;margin-right:80px !important}.m-x-81{margin-left:81px !important;margin-right:81px !important}.m-x-82{margin-left:82px !important;margin-right:82px !important}.m-x-83{margin-left:83px !important;margin-right:83px !important}.m-x-84{margin-left:84px !important;margin-right:84px !important}.m-x-85{margin-left:85px !important;margin-right:85px !important}.m-x-86{margin-left:86px !important;margin-right:86px !important}.m-x-87{margin-left:87px !important;margin-right:87px !important}.m-x-88{margin-left:88px !important;margin-right:88px !important}.m-x-89{margin-left:89px !important;margin-right:89px !important}.m-x-90{margin-left:90px !important;margin-right:90px !important}.m-x-91{margin-left:91px !important;margin-right:91px !important}.m-x-92{margin-left:92px !important;margin-right:92px !important}.m-x-93{margin-left:93px !important;margin-right:93px !important}.m-x-94{margin-left:94px !important;margin-right:94px !important}.m-x-95{margin-left:95px !important;margin-right:95px !important}.m-x-96{margin-left:96px !important;margin-right:96px !important}.m-x-97{margin-left:97px !important;margin-right:97px !important}.m-x-98{margin-left:98px !important;margin-right:98px !important}.m-x-99{margin-left:99px !important;margin-right:99px !important}.m-x-100{margin-left:100px !important;margin-right:100px !important}.m-y-0{margin-top:0px !important;margin-bottom:0px !important}.m-y-1{margin-top:1px !important;margin-bottom:1px !important}.m-y-2{margin-top:2px !important;margin-bottom:2px !important}.m-y-3{margin-top:3px !important;margin-bottom:3px !important}.m-y-4{margin-top:4px !important;margin-bottom:4px !important}.m-y-5{margin-top:5px !important;margin-bottom:5px !important}.m-y-6{margin-top:6px !important;margin-bottom:6px !important}.m-y-7{margin-top:7px !important;margin-bottom:7px !important}.m-y-8{margin-top:8px !important;margin-bottom:8px !important}.m-y-9{margin-top:9px !important;margin-bottom:9px !important}.m-y-10{margin-top:10px !important;margin-bottom:10px !important}.m-y-11{margin-top:11px !important;margin-bottom:11px !important}.m-y-12{margin-top:12px !important;margin-bottom:12px !important}.m-y-13{margin-top:13px !important;margin-bottom:13px !important}.m-y-14{margin-top:14px !important;margin-bottom:14px !important}.m-y-15{margin-top:15px !important;margin-bottom:15px !important}.m-y-16{margin-top:16px !important;margin-bottom:16px !important}.m-y-17{margin-top:17px !important;margin-bottom:17px !important}.m-y-18{margin-top:18px !important;margin-bottom:18px !important}.m-y-19{margin-top:19px !important;margin-bottom:19px !important}.m-y-20{margin-top:20px !important;margin-bottom:20px !important}.m-y-21{margin-top:21px !important;margin-bottom:21px !important}.m-y-22{margin-top:22px !important;margin-bottom:22px !important}.m-y-23{margin-top:23px !important;margin-bottom:23px !important}.m-y-24{margin-top:24px !important;margin-bottom:24px !important}.m-y-25{margin-top:25px !important;margin-bottom:25px !important}.m-y-26{margin-top:26px !important;margin-bottom:26px !important}.m-y-27{margin-top:27px !important;margin-bottom:27px !important}.m-y-28{margin-top:28px !important;margin-bottom:28px !important}.m-y-29{margin-top:29px !important;margin-bottom:29px !important}.m-y-30{margin-top:30px !important;margin-bottom:30px !important}.m-y-31{margin-top:31px !important;margin-bottom:31px !important}.m-y-32{margin-top:32px !important;margin-bottom:32px !important}.m-y-33{margin-top:33px !important;margin-bottom:33px !important}.m-y-34{margin-top:34px !important;margin-bottom:34px !important}.m-y-35{margin-top:35px !important;margin-bottom:35px !important}.m-y-36{margin-top:36px !important;margin-bottom:36px !important}.m-y-37{margin-top:37px !important;margin-bottom:37px !important}.m-y-38{margin-top:38px !important;margin-bottom:38px !important}.m-y-39{margin-top:39px !important;margin-bottom:39px !important}.m-y-40{margin-top:40px !important;margin-bottom:40px !important}.m-y-41{margin-top:41px !important;margin-bottom:41px !important}.m-y-42{margin-top:42px !important;margin-bottom:42px !important}.m-y-43{margin-top:43px !important;margin-bottom:43px !important}.m-y-44{margin-top:44px !important;margin-bottom:44px !important}.m-y-45{margin-top:45px !important;margin-bottom:45px !important}.m-y-46{margin-top:46px !important;margin-bottom:46px !important}.m-y-47{margin-top:47px !important;margin-bottom:47px !important}.m-y-48{margin-top:48px !important;margin-bottom:48px !important}.m-y-49{margin-top:49px !important;margin-bottom:49px !important}.m-y-50{margin-top:50px !important;margin-bottom:50px !important}.m-y-51{margin-top:51px !important;margin-bottom:51px !important}.m-y-52{margin-top:52px !important;margin-bottom:52px !important}.m-y-53{margin-top:53px !important;margin-bottom:53px !important}.m-y-54{margin-top:54px !important;margin-bottom:54px !important}.m-y-55{margin-top:55px !important;margin-bottom:55px !important}.m-y-56{margin-top:56px !important;margin-bottom:56px !important}.m-y-57{margin-top:57px !important;margin-bottom:57px !important}.m-y-58{margin-top:58px !important;margin-bottom:58px !important}.m-y-59{margin-top:59px !important;margin-bottom:59px !important}.m-y-60{margin-top:60px !important;margin-bottom:60px !important}.m-y-61{margin-top:61px !important;margin-bottom:61px !important}.m-y-62{margin-top:62px !important;margin-bottom:62px !important}.m-y-63{margin-top:63px !important;margin-bottom:63px !important}.m-y-64{margin-top:64px !important;margin-bottom:64px !important}.m-y-65{margin-top:65px !important;margin-bottom:65px !important}.m-y-66{margin-top:66px !important;margin-bottom:66px !important}.m-y-67{margin-top:67px !important;margin-bottom:67px !important}.m-y-68{margin-top:68px !important;margin-bottom:68px !important}.m-y-69{margin-top:69px !important;margin-bottom:69px !important}.m-y-70{margin-top:70px !important;margin-bottom:70px !important}.m-y-71{margin-top:71px !important;margin-bottom:71px !important}.m-y-72{margin-top:72px !important;margin-bottom:72px !important}.m-y-73{margin-top:73px !important;margin-bottom:73px !important}.m-y-74{margin-top:74px !important;margin-bottom:74px !important}.m-y-75{margin-top:75px !important;margin-bottom:75px !important}.m-y-76{margin-top:76px !important;margin-bottom:76px !important}.m-y-77{margin-top:77px !important;margin-bottom:77px !important}.m-y-78{margin-top:78px !important;margin-bottom:78px !important}.m-y-79{margin-top:79px !important;margin-bottom:79px !important}.m-y-80{margin-top:80px !important;margin-bottom:80px !important}.m-y-81{margin-top:81px !important;margin-bottom:81px !important}.m-y-82{margin-top:82px !important;margin-bottom:82px !important}.m-y-83{margin-top:83px !important;margin-bottom:83px !important}.m-y-84{margin-top:84px !important;margin-bottom:84px !important}.m-y-85{margin-top:85px !important;margin-bottom:85px !important}.m-y-86{margin-top:86px !important;margin-bottom:86px !important}.m-y-87{margin-top:87px !important;margin-bottom:87px !important}.m-y-88{margin-top:88px !important;margin-bottom:88px !important}.m-y-89{margin-top:89px !important;margin-bottom:89px !important}.m-y-90{margin-top:90px !important;margin-bottom:90px !important}.m-y-91{margin-top:91px !important;margin-bottom:91px !important}.m-y-92{margin-top:92px !important;margin-bottom:92px !important}.m-y-93{margin-top:93px !important;margin-bottom:93px !important}.m-y-94{margin-top:94px !important;margin-bottom:94px !important}.m-y-95{margin-top:95px !important;margin-bottom:95px !important}.m-y-96{margin-top:96px !important;margin-bottom:96px !important}.m-y-97{margin-top:97px !important;margin-bottom:97px !important}.m-y-98{margin-top:98px !important;margin-bottom:98px !important}.m-y-99{margin-top:99px !important;margin-bottom:99px !important}.m-y-100{margin-top:100px !important;margin-bottom:100px !important}.p-0{padding:0px !important}.p-1{padding:1px !important}.p-2{padding:2px !important}.p-3{padding:3px !important}.p-4{padding:4px !important}.p-5{padding:5px !important}.p-6{padding:6px !important}.p-7{padding:7px !important}.p-8{padding:8px !important}.p-9{padding:9px !important}.p-10{padding:10px !important}.p-11{padding:11px !important}.p-12{padding:12px !important}.p-13{padding:13px !important}.p-14{padding:14px !important}.p-15{padding:15px !important}.p-16{padding:16px !important}.p-17{padding:17px !important}.p-18{padding:18px !important}.p-19{padding:19px !important}.p-20{padding:20px !important}.p-21{padding:21px !important}.p-22{padding:22px !important}.p-23{padding:23px !important}.p-24{padding:24px !important}.p-25{padding:25px !important}.p-26{padding:26px !important}.p-27{padding:27px !important}.p-28{padding:28px !important}.p-29{padding:29px !important}.p-30{padding:30px !important}.p-31{padding:31px !important}.p-32{padding:32px !important}.p-33{padding:33px !important}.p-34{padding:34px !important}.p-35{padding:35px !important}.p-36{padding:36px !important}.p-37{padding:37px !important}.p-38{padding:38px !important}.p-39{padding:39px !important}.p-40{padding:40px !important}.p-41{padding:41px !important}.p-42{padding:42px !important}.p-43{padding:43px !important}.p-44{padding:44px !important}.p-45{padding:45px !important}.p-46{padding:46px !important}.p-47{padding:47px !important}.p-48{padding:48px !important}.p-49{padding:49px !important}.p-50{padding:50px !important}.p-51{padding:51px !important}.p-52{padding:52px !important}.p-53{padding:53px !important}.p-54{padding:54px !important}.p-55{padding:55px !important}.p-56{padding:56px !important}.p-57{padding:57px !important}.p-58{padding:58px !important}.p-59{padding:59px !important}.p-60{padding:60px !important}.p-61{padding:61px !important}.p-62{padding:62px !important}.p-63{padding:63px !important}.p-64{padding:64px !important}.p-65{padding:65px !important}.p-66{padding:66px !important}.p-67{padding:67px !important}.p-68{padding:68px !important}.p-69{padding:69px !important}.p-70{padding:70px !important}.p-71{padding:71px !important}.p-72{padding:72px !important}.p-73{padding:73px !important}.p-74{padding:74px !important}.p-75{padding:75px !important}.p-76{padding:76px !important}.p-77{padding:77px !important}.p-78{padding:78px !important}.p-79{padding:79px !important}.p-80{padding:80px !important}.p-81{padding:81px !important}.p-82{padding:82px !important}.p-83{padding:83px !important}.p-84{padding:84px !important}.p-85{padding:85px !important}.p-86{padding:86px !important}.p-87{padding:87px !important}.p-88{padding:88px !important}.p-89{padding:89px !important}.p-90{padding:90px !important}.p-91{padding:91px !important}.p-92{padding:92px !important}.p-93{padding:93px !important}.p-94{padding:94px !important}.p-95{padding:95px !important}.p-96{padding:96px !important}.p-97{padding:97px !important}.p-98{padding:98px !important}.p-99{padding:99px !important}.p-100{padding:100px !important}.p-t-0{padding-top:0px !important}.p-t-1{padding-top:1px !important}.p-t-2{padding-top:2px !important}.p-t-3{padding-top:3px !important}.p-t-4{padding-top:4px !important}.p-t-5{padding-top:5px !important}.p-t-6{padding-top:6px !important}.p-t-7{padding-top:7px !important}.p-t-8{padding-top:8px !important}.p-t-9{padding-top:9px !important}.p-t-10{padding-top:10px !important}.p-t-11{padding-top:11px !important}.p-t-12{padding-top:12px !important}.p-t-13{padding-top:13px !important}.p-t-14{padding-top:14px !important}.p-t-15{padding-top:15px !important}.p-t-16{padding-top:16px !important}.p-t-17{padding-top:17px !important}.p-t-18{padding-top:18px !important}.p-t-19{padding-top:19px !important}.p-t-20{padding-top:20px !important}.p-t-21{padding-top:21px !important}.p-t-22{padding-top:22px !important}.p-t-23{padding-top:23px !important}.p-t-24{padding-top:24px !important}.p-t-25{padding-top:25px !important}.p-t-26{padding-top:26px !important}.p-t-27{padding-top:27px !important}.p-t-28{padding-top:28px !important}.p-t-29{padding-top:29px !important}.p-t-30{padding-top:30px !important}.p-t-31{padding-top:31px !important}.p-t-32{padding-top:32px !important}.p-t-33{padding-top:33px !important}.p-t-34{padding-top:34px !important}.p-t-35{padding-top:35px !important}.p-t-36{padding-top:36px !important}.p-t-37{padding-top:37px !important}.p-t-38{padding-top:38px !important}.p-t-39{padding-top:39px !important}.p-t-40{padding-top:40px !important}.p-t-41{padding-top:41px !important}.p-t-42{padding-top:42px !important}.p-t-43{padding-top:43px !important}.p-t-44{padding-top:44px !important}.p-t-45{padding-top:45px !important}.p-t-46{padding-top:46px !important}.p-t-47{padding-top:47px !important}.p-t-48{padding-top:48px !important}.p-t-49{padding-top:49px !important}.p-t-50{padding-top:50px !important}.p-t-51{padding-top:51px !important}.p-t-52{padding-top:52px !important}.p-t-53{padding-top:53px !important}.p-t-54{padding-top:54px !important}.p-t-55{padding-top:55px !important}.p-t-56{padding-top:56px !important}.p-t-57{padding-top:57px !important}.p-t-58{padding-top:58px !important}.p-t-59{padding-top:59px !important}.p-t-60{padding-top:60px !important}.p-t-61{padding-top:61px !important}.p-t-62{padding-top:62px !important}.p-t-63{padding-top:63px !important}.p-t-64{padding-top:64px !important}.p-t-65{padding-top:65px !important}.p-t-66{padding-top:66px !important}.p-t-67{padding-top:67px !important}.p-t-68{padding-top:68px !important}.p-t-69{padding-top:69px !important}.p-t-70{padding-top:70px !important}.p-t-71{padding-top:71px !important}.p-t-72{padding-top:72px !important}.p-t-73{padding-top:73px !important}.p-t-74{padding-top:74px !important}.p-t-75{padding-top:75px !important}.p-t-76{padding-top:76px !important}.p-t-77{padding-top:77px !important}.p-t-78{padding-top:78px !important}.p-t-79{padding-top:79px !important}.p-t-80{padding-top:80px !important}.p-t-81{padding-top:81px !important}.p-t-82{padding-top:82px !important}.p-t-83{padding-top:83px !important}.p-t-84{padding-top:84px !important}.p-t-85{padding-top:85px !important}.p-t-86{padding-top:86px !important}.p-t-87{padding-top:87px !important}.p-t-88{padding-top:88px !important}.p-t-89{padding-top:89px !important}.p-t-90{padding-top:90px !important}.p-t-91{padding-top:91px !important}.p-t-92{padding-top:92px !important}.p-t-93{padding-top:93px !important}.p-t-94{padding-top:94px !important}.p-t-95{padding-top:95px !important}.p-t-96{padding-top:96px !important}.p-t-97{padding-top:97px !important}.p-t-98{padding-top:98px !important}.p-t-99{padding-top:99px !important}.p-t-100{padding-top:100px !important}.p-r-0{padding-right:0px !important}.p-r-1{padding-right:1px !important}.p-r-2{padding-right:2px !important}.p-r-3{padding-right:3px !important}.p-r-4{padding-right:4px !important}.p-r-5{padding-right:5px !important}.p-r-6{padding-right:6px !important}.p-r-7{padding-right:7px !important}.p-r-8{padding-right:8px !important}.p-r-9{padding-right:9px !important}.p-r-10{padding-right:10px !important}.p-r-11{padding-right:11px !important}.p-r-12{padding-right:12px !important}.p-r-13{padding-right:13px !important}.p-r-14{padding-right:14px !important}.p-r-15{padding-right:15px !important}.p-r-16{padding-right:16px !important}.p-r-17{padding-right:17px !important}.p-r-18{padding-right:18px !important}.p-r-19{padding-right:19px !important}.p-r-20{padding-right:20px !important}.p-r-21{padding-right:21px !important}.p-r-22{padding-right:22px !important}.p-r-23{padding-right:23px !important}.p-r-24{padding-right:24px !important}.p-r-25{padding-right:25px !important}.p-r-26{padding-right:26px !important}.p-r-27{padding-right:27px !important}.p-r-28{padding-right:28px !important}.p-r-29{padding-right:29px !important}.p-r-30{padding-right:30px !important}.p-r-31{padding-right:31px !important}.p-r-32{padding-right:32px !important}.p-r-33{padding-right:33px !important}.p-r-34{padding-right:34px !important}.p-r-35{padding-right:35px !important}.p-r-36{padding-right:36px !important}.p-r-37{padding-right:37px !important}.p-r-38{padding-right:38px !important}.p-r-39{padding-right:39px !important}.p-r-40{padding-right:40px !important}.p-r-41{padding-right:41px !important}.p-r-42{padding-right:42px !important}.p-r-43{padding-right:43px !important}.p-r-44{padding-right:44px !important}.p-r-45{padding-right:45px !important}.p-r-46{padding-right:46px !important}.p-r-47{padding-right:47px !important}.p-r-48{padding-right:48px !important}.p-r-49{padding-right:49px !important}.p-r-50{padding-right:50px !important}.p-r-51{padding-right:51px !important}.p-r-52{padding-right:52px !important}.p-r-53{padding-right:53px !important}.p-r-54{padding-right:54px !important}.p-r-55{padding-right:55px !important}.p-r-56{padding-right:56px !important}.p-r-57{padding-right:57px !important}.p-r-58{padding-right:58px !important}.p-r-59{padding-right:59px !important}.p-r-60{padding-right:60px !important}.p-r-61{padding-right:61px !important}.p-r-62{padding-right:62px !important}.p-r-63{padding-right:63px !important}.p-r-64{padding-right:64px !important}.p-r-65{padding-right:65px !important}.p-r-66{padding-right:66px !important}.p-r-67{padding-right:67px !important}.p-r-68{padding-right:68px !important}.p-r-69{padding-right:69px !important}.p-r-70{padding-right:70px !important}.p-r-71{padding-right:71px !important}.p-r-72{padding-right:72px !important}.p-r-73{padding-right:73px !important}.p-r-74{padding-right:74px !important}.p-r-75{padding-right:75px !important}.p-r-76{padding-right:76px !important}.p-r-77{padding-right:77px !important}.p-r-78{padding-right:78px !important}.p-r-79{padding-right:79px !important}.p-r-80{padding-right:80px !important}.p-r-81{padding-right:81px !important}.p-r-82{padding-right:82px !important}.p-r-83{padding-right:83px !important}.p-r-84{padding-right:84px !important}.p-r-85{padding-right:85px !important}.p-r-86{padding-right:86px !important}.p-r-87{padding-right:87px !important}.p-r-88{padding-right:88px !important}.p-r-89{padding-right:89px !important}.p-r-90{padding-right:90px !important}.p-r-91{padding-right:91px !important}.p-r-92{padding-right:92px !important}.p-r-93{padding-right:93px !important}.p-r-94{padding-right:94px !important}.p-r-95{padding-right:95px !important}.p-r-96{padding-right:96px !important}.p-r-97{padding-right:97px !important}.p-r-98{padding-right:98px !important}.p-r-99{padding-right:99px !important}.p-r-100{padding-right:100px !important}.p-b-0{padding-bottom:0px !important}.p-b-1{padding-bottom:1px !important}.p-b-2{padding-bottom:2px !important}.p-b-3{padding-bottom:3px !important}.p-b-4{padding-bottom:4px !important}.p-b-5{padding-bottom:5px !important}.p-b-6{padding-bottom:6px !important}.p-b-7{padding-bottom:7px !important}.p-b-8{padding-bottom:8px !important}.p-b-9{padding-bottom:9px !important}.p-b-10{padding-bottom:10px !important}.p-b-11{padding-bottom:11px !important}.p-b-12{padding-bottom:12px !important}.p-b-13{padding-bottom:13px !important}.p-b-14{padding-bottom:14px !important}.p-b-15{padding-bottom:15px !important}.p-b-16{padding-bottom:16px !important}.p-b-17{padding-bottom:17px !important}.p-b-18{padding-bottom:18px !important}.p-b-19{padding-bottom:19px !important}.p-b-20{padding-bottom:20px !important}.p-b-21{padding-bottom:21px !important}.p-b-22{padding-bottom:22px !important}.p-b-23{padding-bottom:23px !important}.p-b-24{padding-bottom:24px !important}.p-b-25{padding-bottom:25px !important}.p-b-26{padding-bottom:26px !important}.p-b-27{padding-bottom:27px !important}.p-b-28{padding-bottom:28px !important}.p-b-29{padding-bottom:29px !important}.p-b-30{padding-bottom:30px !important}.p-b-31{padding-bottom:31px !important}.p-b-32{padding-bottom:32px !important}.p-b-33{padding-bottom:33px !important}.p-b-34{padding-bottom:34px !important}.p-b-35{padding-bottom:35px !important}.p-b-36{padding-bottom:36px !important}.p-b-37{padding-bottom:37px !important}.p-b-38{padding-bottom:38px !important}.p-b-39{padding-bottom:39px !important}.p-b-40{padding-bottom:40px !important}.p-b-41{padding-bottom:41px !important}.p-b-42{padding-bottom:42px !important}.p-b-43{padding-bottom:43px !important}.p-b-44{padding-bottom:44px !important}.p-b-45{padding-bottom:45px !important}.p-b-46{padding-bottom:46px !important}.p-b-47{padding-bottom:47px !important}.p-b-48{padding-bottom:48px !important}.p-b-49{padding-bottom:49px !important}.p-b-50{padding-bottom:50px !important}.p-b-51{padding-bottom:51px !important}.p-b-52{padding-bottom:52px !important}.p-b-53{padding-bottom:53px !important}.p-b-54{padding-bottom:54px !important}.p-b-55{padding-bottom:55px !important}.p-b-56{padding-bottom:56px !important}.p-b-57{padding-bottom:57px !important}.p-b-58{padding-bottom:58px !important}.p-b-59{padding-bottom:59px !important}.p-b-60{padding-bottom:60px !important}.p-b-61{padding-bottom:61px !important}.p-b-62{padding-bottom:62px !important}.p-b-63{padding-bottom:63px !important}.p-b-64{padding-bottom:64px !important}.p-b-65{padding-bottom:65px !important}.p-b-66{padding-bottom:66px !important}.p-b-67{padding-bottom:67px !important}.p-b-68{padding-bottom:68px !important}.p-b-69{padding-bottom:69px !important}.p-b-70{padding-bottom:70px !important}.p-b-71{padding-bottom:71px !important}.p-b-72{padding-bottom:72px !important}.p-b-73{padding-bottom:73px !important}.p-b-74{padding-bottom:74px !important}.p-b-75{padding-bottom:75px !important}.p-b-76{padding-bottom:76px !important}.p-b-77{padding-bottom:77px !important}.p-b-78{padding-bottom:78px !important}.p-b-79{padding-bottom:79px !important}.p-b-80{padding-bottom:80px !important}.p-b-81{padding-bottom:81px !important}.p-b-82{padding-bottom:82px !important}.p-b-83{padding-bottom:83px !important}.p-b-84{padding-bottom:84px !important}.p-b-85{padding-bottom:85px !important}.p-b-86{padding-bottom:86px !important}.p-b-87{padding-bottom:87px !important}.p-b-88{padding-bottom:88px !important}.p-b-89{padding-bottom:89px !important}.p-b-90{padding-bottom:90px !important}.p-b-91{padding-bottom:91px !important}.p-b-92{padding-bottom:92px !important}.p-b-93{padding-bottom:93px !important}.p-b-94{padding-bottom:94px !important}.p-b-95{padding-bottom:95px !important}.p-b-96{padding-bottom:96px !important}.p-b-97{padding-bottom:97px !important}.p-b-98{padding-bottom:98px !important}.p-b-99{padding-bottom:99px !important}.p-b-100{padding-bottom:100px !important}.p-l-0{padding-left:0px !important}.p-l-1{padding-left:1px !important}.p-l-2{padding-left:2px !important}.p-l-3{padding-left:3px !important}.p-l-4{padding-left:4px !important}.p-l-5{padding-left:5px !important}.p-l-6{padding-left:6px !important}.p-l-7{padding-left:7px !important}.p-l-8{padding-left:8px !important}.p-l-9{padding-left:9px !important}.p-l-10{padding-left:10px !important}.p-l-11{padding-left:11px !important}.p-l-12{padding-left:12px !important}.p-l-13{padding-left:13px !important}.p-l-14{padding-left:14px !important}.p-l-15{padding-left:15px !important}.p-l-16{padding-left:16px !important}.p-l-17{padding-left:17px !important}.p-l-18{padding-left:18px !important}.p-l-19{padding-left:19px !important}.p-l-20{padding-left:20px !important}.p-l-21{padding-left:21px !important}.p-l-22{padding-left:22px !important}.p-l-23{padding-left:23px !important}.p-l-24{padding-left:24px !important}.p-l-25{padding-left:25px !important}.p-l-26{padding-left:26px !important}.p-l-27{padding-left:27px !important}.p-l-28{padding-left:28px !important}.p-l-29{padding-left:29px !important}.p-l-30{padding-left:30px !important}.p-l-31{padding-left:31px !important}.p-l-32{padding-left:32px !important}.p-l-33{padding-left:33px !important}.p-l-34{padding-left:34px !important}.p-l-35{padding-left:35px !important}.p-l-36{padding-left:36px !important}.p-l-37{padding-left:37px !important}.p-l-38{padding-left:38px !important}.p-l-39{padding-left:39px !important}.p-l-40{padding-left:40px !important}.p-l-41{padding-left:41px !important}.p-l-42{padding-left:42px !important}.p-l-43{padding-left:43px !important}.p-l-44{padding-left:44px !important}.p-l-45{padding-left:45px !important}.p-l-46{padding-left:46px !important}.p-l-47{padding-left:47px !important}.p-l-48{padding-left:48px !important}.p-l-49{padding-left:49px !important}.p-l-50{padding-left:50px !important}.p-l-51{padding-left:51px !important}.p-l-52{padding-left:52px !important}.p-l-53{padding-left:53px !important}.p-l-54{padding-left:54px !important}.p-l-55{padding-left:55px !important}.p-l-56{padding-left:56px !important}.p-l-57{padding-left:57px !important}.p-l-58{padding-left:58px !important}.p-l-59{padding-left:59px !important}.p-l-60{padding-left:60px !important}.p-l-61{padding-left:61px !important}.p-l-62{padding-left:62px !important}.p-l-63{padding-left:63px !important}.p-l-64{padding-left:64px !important}.p-l-65{padding-left:65px !important}.p-l-66{padding-left:66px !important}.p-l-67{padding-left:67px !important}.p-l-68{padding-left:68px !important}.p-l-69{padding-left:69px !important}.p-l-70{padding-left:70px !important}.p-l-71{padding-left:71px !important}.p-l-72{padding-left:72px !important}.p-l-73{padding-left:73px !important}.p-l-74{padding-left:74px !important}.p-l-75{padding-left:75px !important}.p-l-76{padding-left:76px !important}.p-l-77{padding-left:77px !important}.p-l-78{padding-left:78px !important}.p-l-79{padding-left:79px !important}.p-l-80{padding-left:80px !important}.p-l-81{padding-left:81px !important}.p-l-82{padding-left:82px !important}.p-l-83{padding-left:83px !important}.p-l-84{padding-left:84px !important}.p-l-85{padding-left:85px !important}.p-l-86{padding-left:86px !important}.p-l-87{padding-left:87px !important}.p-l-88{padding-left:88px !important}.p-l-89{padding-left:89px !important}.p-l-90{padding-left:90px !important}.p-l-91{padding-left:91px !important}.p-l-92{padding-left:92px !important}.p-l-93{padding-left:93px !important}.p-l-94{padding-left:94px !important}.p-l-95{padding-left:95px !important}.p-l-96{padding-left:96px !important}.p-l-97{padding-left:97px !important}.p-l-98{padding-left:98px !important}.p-l-99{padding-left:99px !important}.p-l-100{padding-left:100px !important}.p-x-0{padding-left:0px !important;padding-right:0px !important}.p-x-1{padding-left:1px !important;padding-right:1px !important}.p-x-2{padding-left:2px !important;padding-right:2px !important}.p-x-3{padding-left:3px !important;padding-right:3px !important}.p-x-4{padding-left:4px !important;padding-right:4px !important}.p-x-5{padding-left:5px !important;padding-right:5px !important}.p-x-6{padding-left:6px !important;padding-right:6px !important}.p-x-7{padding-left:7px !important;padding-right:7px !important}.p-x-8{padding-left:8px !important;padding-right:8px !important}.p-x-9{padding-left:9px !important;padding-right:9px !important}.p-x-10{padding-left:10px !important;padding-right:10px !important}.p-x-11{padding-left:11px !important;padding-right:11px !important}.p-x-12{padding-left:12px !important;padding-right:12px !important}.p-x-13{padding-left:13px !important;padding-right:13px !important}.p-x-14{padding-left:14px !important;padding-right:14px !important}.p-x-15{padding-left:15px !important;padding-right:15px !important}.p-x-16{padding-left:16px !important;padding-right:16px !important}.p-x-17{padding-left:17px !important;padding-right:17px !important}.p-x-18{padding-left:18px !important;padding-right:18px !important}.p-x-19{padding-left:19px !important;padding-right:19px !important}.p-x-20{padding-left:20px !important;padding-right:20px !important}.p-x-21{padding-left:21px !important;padding-right:21px !important}.p-x-22{padding-left:22px !important;padding-right:22px !important}.p-x-23{padding-left:23px !important;padding-right:23px !important}.p-x-24{padding-left:24px !important;padding-right:24px !important}.p-x-25{padding-left:25px !important;padding-right:25px !important}.p-x-26{padding-left:26px !important;padding-right:26px !important}.p-x-27{padding-left:27px !important;padding-right:27px !important}.p-x-28{padding-left:28px !important;padding-right:28px !important}.p-x-29{padding-left:29px !important;padding-right:29px !important}.p-x-30{padding-left:30px !important;padding-right:30px !important}.p-x-31{padding-left:31px !important;padding-right:31px !important}.p-x-32{padding-left:32px !important;padding-right:32px !important}.p-x-33{padding-left:33px !important;padding-right:33px !important}.p-x-34{padding-left:34px !important;padding-right:34px !important}.p-x-35{padding-left:35px !important;padding-right:35px !important}.p-x-36{padding-left:36px !important;padding-right:36px !important}.p-x-37{padding-left:37px !important;padding-right:37px !important}.p-x-38{padding-left:38px !important;padding-right:38px !important}.p-x-39{padding-left:39px !important;padding-right:39px !important}.p-x-40{padding-left:40px !important;padding-right:40px !important}.p-x-41{padding-left:41px !important;padding-right:41px !important}.p-x-42{padding-left:42px !important;padding-right:42px !important}.p-x-43{padding-left:43px !important;padding-right:43px !important}.p-x-44{padding-left:44px !important;padding-right:44px !important}.p-x-45{padding-left:45px !important;padding-right:45px !important}.p-x-46{padding-left:46px !important;padding-right:46px !important}.p-x-47{padding-left:47px !important;padding-right:47px !important}.p-x-48{padding-left:48px !important;padding-right:48px !important}.p-x-49{padding-left:49px !important;padding-right:49px !important}.p-x-50{padding-left:50px !important;padding-right:50px !important}.p-x-51{padding-left:51px !important;padding-right:51px !important}.p-x-52{padding-left:52px !important;padding-right:52px !important}.p-x-53{padding-left:53px !important;padding-right:53px !important}.p-x-54{padding-left:54px !important;padding-right:54px !important}.p-x-55{padding-left:55px !important;padding-right:55px !important}.p-x-56{padding-left:56px !important;padding-right:56px !important}.p-x-57{padding-left:57px !important;padding-right:57px !important}.p-x-58{padding-left:58px !important;padding-right:58px !important}.p-x-59{padding-left:59px !important;padding-right:59px !important}.p-x-60{padding-left:60px !important;padding-right:60px !important}.p-x-61{padding-left:61px !important;padding-right:61px !important}.p-x-62{padding-left:62px !important;padding-right:62px !important}.p-x-63{padding-left:63px !important;padding-right:63px !important}.p-x-64{padding-left:64px !important;padding-right:64px !important}.p-x-65{padding-left:65px !important;padding-right:65px !important}.p-x-66{padding-left:66px !important;padding-right:66px !important}.p-x-67{padding-left:67px !important;padding-right:67px !important}.p-x-68{padding-left:68px !important;padding-right:68px !important}.p-x-69{padding-left:69px !important;padding-right:69px !important}.p-x-70{padding-left:70px !important;padding-right:70px !important}.p-x-71{padding-left:71px !important;padding-right:71px !important}.p-x-72{padding-left:72px !important;padding-right:72px !important}.p-x-73{padding-left:73px !important;padding-right:73px !important}.p-x-74{padding-left:74px !important;padding-right:74px !important}.p-x-75{padding-left:75px !important;padding-right:75px !important}.p-x-76{padding-left:76px !important;padding-right:76px !important}.p-x-77{padding-left:77px !important;padding-right:77px !important}.p-x-78{padding-left:78px !important;padding-right:78px !important}.p-x-79{padding-left:79px !important;padding-right:79px !important}.p-x-80{padding-left:80px !important;padding-right:80px !important}.p-x-81{padding-left:81px !important;padding-right:81px !important}.p-x-82{padding-left:82px !important;padding-right:82px !important}.p-x-83{padding-left:83px !important;padding-right:83px !important}.p-x-84{padding-left:84px !important;padding-right:84px !important}.p-x-85{padding-left:85px !important;padding-right:85px !important}.p-x-86{padding-left:86px !important;padding-right:86px !important}.p-x-87{padding-left:87px !important;padding-right:87px !important}.p-x-88{padding-left:88px !important;padding-right:88px !important}.p-x-89{padding-left:89px !important;padding-right:89px !important}.p-x-90{padding-left:90px !important;padding-right:90px !important}.p-x-91{padding-left:91px !important;padding-right:91px !important}.p-x-92{padding-left:92px !important;padding-right:92px !important}.p-x-93{padding-left:93px !important;padding-right:93px !important}.p-x-94{padding-left:94px !important;padding-right:94px !important}.p-x-95{padding-left:95px !important;padding-right:95px !important}.p-x-96{padding-left:96px !important;padding-right:96px !important}.p-x-97{padding-left:97px !important;padding-right:97px !important}.p-x-98{padding-left:98px !important;padding-right:98px !important}.p-x-99{padding-left:99px !important;padding-right:99px !important}.p-x-100{padding-left:100px !important;padding-right:100px !important}.p-y-0{padding-top:0px !important;padding-bottom:0px !important}.p-y-1{padding-top:1px !important;padding-bottom:1px !important}.p-y-2{padding-top:2px !important;padding-bottom:2px !important}.p-y-3{padding-top:3px !important;padding-bottom:3px !important}.p-y-4{padding-top:4px !important;padding-bottom:4px !important}.p-y-5{padding-top:5px !important;padding-bottom:5px !important}.p-y-6{padding-top:6px !important;padding-bottom:6px !important}.p-y-7{padding-top:7px !important;padding-bottom:7px !important}.p-y-8{padding-top:8px !important;padding-bottom:8px !important}.p-y-9{padding-top:9px !important;padding-bottom:9px !important}.p-y-10{padding-top:10px !important;padding-bottom:10px !important}.p-y-11{padding-top:11px !important;padding-bottom:11px !important}.p-y-12{padding-top:12px !important;padding-bottom:12px !important}.p-y-13{padding-top:13px !important;padding-bottom:13px !important}.p-y-14{padding-top:14px !important;padding-bottom:14px !important}.p-y-15{padding-top:15px !important;padding-bottom:15px !important}.p-y-16{padding-top:16px !important;padding-bottom:16px !important}.p-y-17{padding-top:17px !important;padding-bottom:17px !important}.p-y-18{padding-top:18px !important;padding-bottom:18px !important}.p-y-19{padding-top:19px !important;padding-bottom:19px !important}.p-y-20{padding-top:20px !important;padding-bottom:20px !important}.p-y-21{padding-top:21px !important;padding-bottom:21px !important}.p-y-22{padding-top:22px !important;padding-bottom:22px !important}.p-y-23{padding-top:23px !important;padding-bottom:23px !important}.p-y-24{padding-top:24px !important;padding-bottom:24px !important}.p-y-25{padding-top:25px !important;padding-bottom:25px !important}.p-y-26{padding-top:26px !important;padding-bottom:26px !important}.p-y-27{padding-top:27px !important;padding-bottom:27px !important}.p-y-28{padding-top:28px !important;padding-bottom:28px !important}.p-y-29{padding-top:29px !important;padding-bottom:29px !important}.p-y-30{padding-top:30px !important;padding-bottom:30px !important}.p-y-31{padding-top:31px !important;padding-bottom:31px !important}.p-y-32{padding-top:32px !important;padding-bottom:32px !important}.p-y-33{padding-top:33px !important;padding-bottom:33px !important}.p-y-34{padding-top:34px !important;padding-bottom:34px !important}.p-y-35{padding-top:35px !important;padding-bottom:35px !important}.p-y-36{padding-top:36px !important;padding-bottom:36px !important}.p-y-37{padding-top:37px !important;padding-bottom:37px !important}.p-y-38{padding-top:38px !important;padding-bottom:38px !important}.p-y-39{padding-top:39px !important;padding-bottom:39px !important}.p-y-40{padding-top:40px !important;padding-bottom:40px !important}.p-y-41{padding-top:41px !important;padding-bottom:41px !important}.p-y-42{padding-top:42px !important;padding-bottom:42px !important}.p-y-43{padding-top:43px !important;padding-bottom:43px !important}.p-y-44{padding-top:44px !important;padding-bottom:44px !important}.p-y-45{padding-top:45px !important;padding-bottom:45px !important}.p-y-46{padding-top:46px !important;padding-bottom:46px !important}.p-y-47{padding-top:47px !important;padding-bottom:47px !important}.p-y-48{padding-top:48px !important;padding-bottom:48px !important}.p-y-49{padding-top:49px !important;padding-bottom:49px !important}.p-y-50{padding-top:50px !important;padding-bottom:50px !important}.p-y-51{padding-top:51px !important;padding-bottom:51px !important}.p-y-52{padding-top:52px !important;padding-bottom:52px !important}.p-y-53{padding-top:53px !important;padding-bottom:53px !important}.p-y-54{padding-top:54px !important;padding-bottom:54px !important}.p-y-55{padding-top:55px !important;padding-bottom:55px !important}.p-y-56{padding-top:56px !important;padding-bottom:56px !important}.p-y-57{padding-top:57px !important;padding-bottom:57px !important}.p-y-58{padding-top:58px !important;padding-bottom:58px !important}.p-y-59{padding-top:59px !important;padding-bottom:59px !important}.p-y-60{padding-top:60px !important;padding-bottom:60px !important}.p-y-61{padding-top:61px !important;padding-bottom:61px !important}.p-y-62{padding-top:62px !important;padding-bottom:62px !important}.p-y-63{padding-top:63px !important;padding-bottom:63px !important}.p-y-64{padding-top:64px !important;padding-bottom:64px !important}.p-y-65{padding-top:65px !important;padding-bottom:65px !important}.p-y-66{padding-top:66px !important;padding-bottom:66px !important}.p-y-67{padding-top:67px !important;padding-bottom:67px !important}.p-y-68{padding-top:68px !important;padding-bottom:68px !important}.p-y-69{padding-top:69px !important;padding-bottom:69px !important}.p-y-70{padding-top:70px !important;padding-bottom:70px !important}.p-y-71{padding-top:71px !important;padding-bottom:71px !important}.p-y-72{padding-top:72px !important;padding-bottom:72px !important}.p-y-73{padding-top:73px !important;padding-bottom:73px !important}.p-y-74{padding-top:74px !important;padding-bottom:74px !important}.p-y-75{padding-top:75px !important;padding-bottom:75px !important}.p-y-76{padding-top:76px !important;padding-bottom:76px !important}.p-y-77{padding-top:77px !important;padding-bottom:77px !important}.p-y-78{padding-top:78px !important;padding-bottom:78px !important}.p-y-79{padding-top:79px !important;padding-bottom:79px !important}.p-y-80{padding-top:80px !important;padding-bottom:80px !important}.p-y-81{padding-top:81px !important;padding-bottom:81px !important}.p-y-82{padding-top:82px !important;padding-bottom:82px !important}.p-y-83{padding-top:83px !important;padding-bottom:83px !important}.p-y-84{padding-top:84px !important;padding-bottom:84px !important}.p-y-85{padding-top:85px !important;padding-bottom:85px !important}.p-y-86{padding-top:86px !important;padding-bottom:86px !important}.p-y-87{padding-top:87px !important;padding-bottom:87px !important}.p-y-88{padding-top:88px !important;padding-bottom:88px !important}.p-y-89{padding-top:89px !important;padding-bottom:89px !important}.p-y-90{padding-top:90px !important;padding-bottom:90px !important}.p-y-91{padding-top:91px !important;padding-bottom:91px !important}.p-y-92{padding-top:92px !important;padding-bottom:92px !important}.p-y-93{padding-top:93px !important;padding-bottom:93px !important}.p-y-94{padding-top:94px !important;padding-bottom:94px !important}.p-y-95{padding-top:95px !important;padding-bottom:95px !important}.p-y-96{padding-top:96px !important;padding-bottom:96px !important}.p-y-97{padding-top:97px !important;padding-bottom:97px !important}.p-y-98{padding-top:98px !important;padding-bottom:98px !important}.p-y-99{padding-top:99px !important;padding-bottom:99px !important}.p-y-100{padding-top:100px !important;padding-bottom:100px !important}.upper{text-transform:uppercase}.lower{text-transform:lowercase}.cap{text-transform:capitalize}.font-12{font-size:12px !important}.bold{font-weight:bold}.flex{display:flex !important}.flex-auto{flex:auto !important}.flex-1{flex:1 !important}.flex-2{flex:2 !important}.flex-3{flex:3 !important}.flex-4{flex:4 !important}.flex-column{flex-direction:column !important}.flex-column-column-reverse{flex-direction:column-reverse !important}@media(max-width: 899px){.tablet-down-flex-column{flex-direction:column !important}}.flex-row{flex-direction:row !important}.flex-row-reversed{flex-direction:row-reverse !important}.space-between{justify-content:space-between !important}@media(min-width: 900px){.space-between-small-desktop-up{justify-content:space-between !important}}@media(max-width: 1199px){.space-between-small-desktop-down{justify-content:space-between !important}}@media(max-width: 899px){.space-between-tablet-down{justify-content:space-between !important}}@media(min-width: 0px)and (max-width: 599px){.space-between-mobile{justify-content:space-between !important}}@media(min-width: 0px)and (max-width: 599px){.xs-space-between{justify-content:space-between !important}}@media(min-width: 600px)and (max-width: 899px){.sm-space-between{justify-content:space-between !important}}@media(min-width: 900px)and (max-width: 1199px){.md-space-between{justify-content:space-between !important}}@media(min-width: 1200px)and (max-width: 1439px){.lg-space-between{justify-content:space-between !important}}@media(min-width: 1440px){.xl-space-between{justify-content:space-between !important}}.space-around{justify-content:space-around !important}.align-items-center{align-items:center !important}.align-items-flex-end{align-items:flex-end !important}.align-self-center{align-self:center !important}.align-self-start{align-self:flex-start !important}.align-content-center{align-content:center !important}.justify-content-center{justify-content:center !important}.flex-wrap{flex-wrap:wrap !important}.w-0{width:0px !important}.w-1{width:5px !important}.w-2{width:10px !important}.w-3{width:15px !important}.w-4{width:20px !important}.w-5{width:25px !important}.w-6{width:30px !important}.w-7{width:35px !important}.w-8{width:40px !important}.w-9{width:45px !important}.w-10{width:50px !important}.w-11{width:55px !important}.w-12{width:60px !important}.w-13{width:65px !important}.w-14{width:70px !important}.w-15{width:75px !important}.w-16{width:80px !important}.w-17{width:85px !important}.w-18{width:90px !important}.w-19{width:95px !important}.w-20{width:100px !important}.w-21{width:105px !important}.w-22{width:110px !important}.w-23{width:115px !important}.w-24{width:120px !important}.w-25{width:125px !important}.w-26{width:130px !important}.w-27{width:135px !important}.w-28{width:140px !important}.w-29{width:145px !important}.w-30{width:150px !important}.w-31{width:155px !important}.w-32{width:160px !important}.w-33{width:165px !important}.w-34{width:170px !important}.w-35{width:175px !important}.w-36{width:180px !important}.w-37{width:185px !important}.w-38{width:190px !important}.w-39{width:195px !important}.w-40{width:200px !important}.w-41{width:205px !important}.w-42{width:210px !important}.w-43{width:215px !important}.w-44{width:220px !important}.w-45{width:225px !important}.w-46{width:230px !important}.w-47{width:235px !important}.w-48{width:240px !important}.w-49{width:245px !important}.w-50{width:250px !important}.w-auto{min-width:auto !important;width:auto !important}.w-full{width:100% !important}.h-0{height:0px !important}.h-1{height:5px !important}.h-2{height:10px !important}.h-3{height:15px !important}.h-4{height:20px !important}.h-5{height:25px !important}.h-6{height:30px !important}.h-7{height:35px !important}.h-8{height:40px !important}.h-9{height:45px !important}.h-10{height:50px !important}.h-11{height:55px !important}.h-12{height:60px !important}.h-13{height:65px !important}.h-14{height:70px !important}.h-15{height:75px !important}.h-16{height:80px !important}.h-17{height:85px !important}.h-18{height:90px !important}.h-19{height:95px !important}.h-20{height:100px !important}.h-21{height:105px !important}.h-22{height:110px !important}.h-23{height:115px !important}.h-24{height:120px !important}.h-25{height:125px !important}.h-26{height:130px !important}.h-27{height:135px !important}.h-28{height:140px !important}.h-29{height:145px !important}.h-30{height:150px !important}.h-31{height:155px !important}.h-32{height:160px !important}.h-33{height:165px !important}.h-34{height:170px !important}.h-35{height:175px !important}.h-36{height:180px !important}.h-37{height:185px !important}.h-38{height:190px !important}.h-39{height:195px !important}.h-40{height:200px !important}.h-41{height:205px !important}.h-42{height:210px !important}.h-43{height:215px !important}.h-44{height:220px !important}.h-45{height:225px !important}.h-46{height:230px !important}.h-47{height:235px !important}.h-48{height:240px !important}.h-49{height:245px !important}.h-50{height:250px !important}.h-minus-nav{height:calc(100vh - 60px) !important}.hide{display:none !important}@media(min-width: 900px){.hide-small-desktop-up{display:none !important}}@media(max-width: 1199px){.hide-small-desktop-down{display:none !important}}@media(max-width: 899px){.hide-tablet-down{display:none !important}}@media(min-width: 0px)and (max-width: 599px){.hide-mobile{display:none !important}}@media(min-width: 0px)and (max-width: 599px){.xs-hide{display:none !important}}@media(min-width: 600px)and (max-width: 899px){.sm-hide{display:none !important}}@media(min-width: 900px)and (max-width: 1199px){.md-hide{display:none !important}}@media(min-width: 1200px)and (max-width: 1439px){.lg-hide{display:none !important}}@media(min-width: 1440px){.xl-hide{display:none !important}}.br-1{border-radius:1px !important}.br-2{border-radius:2px !important}.br-3{border-radius:3px !important}.br-4{border-radius:4px !important}.br-5{border-radius:5px !important}.br-6{border-radius:6px !important}.br-7{border-radius:7px !important}.br-8{border-radius:8px !important}.br-9{border-radius:9px !important}.br-10{border-radius:10px !important}.br-11{border-radius:11px !important}.br-12{border-radius:12px !important}.br-13{border-radius:13px !important}.br-14{border-radius:14px !important}.br-15{border-radius:15px !important}.br-circle{border-radius:100% !important}.overflow-y-auto{overflow-y:auto !important;-webkit-overflow-scrolling:touch}.overflow-hidden{overflow:hidden !important}.sticky-top{position:sticky !important;top:0 !important}.bg-origin-padding-box{background-origin:padding-box !important}.bg-origin-border-box{background-origin:border-box !important}.bg-origin-content-box{background-origin:content-box !important}.bg-clip-padding-box{background-clip:padding-box !important}.bg-clip-border-box{background-clip:border-box !important}.bg-clip-content-box{background-clip:content-box !important}.bg-attachment-scroll{background-attachment:scroll !important}.bg-attachment-fixed{background-attachment:fixed !important}.bg-attachment-local{background-attachment:local !important}.bg-size-auto{background-size:auto !important}.bg-size-cover{background-size:cover !important}.bg-size-contain{background-size:contain !important}.bg-position-left{background-position:left !important}.bg-position-left-top{background-position:left-top !important}.bg-position-left-center{background-position:left-center !important}.bg-position-left-bottom{background-position:left-bottom !important}.bg-position-right{background-position:right !important}.bg-position-right-top{background-position:right-top !important}.bg-position-right-center{background-position:right-center !important}.bg-position-right-bottom{background-position:right-bottom !important}.bg-position-center{background-position:center !important}.bg-position-center-top{background-position:center-top !important}.bg-position-center-center{background-position:center-center !important}.bg-position-center-bottom{background-position:center-bottom !important}.bg-no-repeat{background-repeat:no-repeat !important}.bg-repeat{background-repeat:repeat !important}.bg-repeat-x{background-repeat:repeat-x !important}.bg-repeat-y{background-repeat:repeat-y !important}.bg-repeat-space{background-repeat:space !important}.bg-repeat-round{background-repeat:round !important}.is-italic{font-style:italic !important}.is-light{font-weight:100 !important}.is-regular{font-weight:400 !important}.is-bold{font-weight:600 !important}.is-mono{font-family:monospace !important}.line-height-compact{line-height:1 !important}.float-right{float:right}.float-left{float:left}.shadow-1{box-shadow:0 50px 20px -50px rgba(0,0,0,.1),0 8px 20px 0 rgba(0,0,0,.1)}.shadow-2{box-shadow:0 50px 30px -50px rgba(0,0,0,.1),0 10px 30px 0 rgba(0,0,0,.1)}.shadow-3{box-shadow:0 50px 40px -50px rgba(0,0,0,.1),0 15px 40px 0 rgba(0,0,0,.1)}.shadow-4{box-shadow:0 50px 50px -50px rgba(0,0,0,.1),0 20px 50px 0 rgba(0,0,0,.1)}.shadow-5{box-shadow:0 50px 60px -50px rgba(0,0,0,.1),0 25px 60px 0 rgba(0,0,0,.1)}body{font-weight:400;line-height:1.5;font-size:1.4rem;background:#fff;color:#303030;font-family:Helvetica,"Arial",sans-serif}[disabled]{cursor:not-allowed}hr{background-color:#d5d5d5;display:block;border:0;height:1px;margin:15px 0}.accordion{width:100%}.accordion details>summary{list-style-type:none}.accordion details>summary::-webkit-details-marker{display:none}.accordion.has-icon>details>summary::before{content:"";height:20px;width:20px;right:10px;position:absolute;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");background-repeat:no-repeat;background-size:20px}.accordion.has-icon>details[open]>summary::before{content:"";height:20px;width:20px;right:10px;position:absolute;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiI+CiAgICAgIDxwYXRoIGQ9Ik0yNCwyMC44LDEzLjQsMzEuNGExLjksMS45LDAsMCwxLTMtLjIsMi4xLDIuMSwwLDAsMSwuMi0yLjdsMTItMTEuOWExLjksMS45LDAsMCwxLDIuOCwwbDEyLDExLjlhMi4xLDIuMSwwLDAsMSwuMiwyLjcsMS45LDEuOSwwLDAsMS0zLC4yWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:20px}.accordion summary{background:#f8f8f8;position:relative;font-family:Helvetica-Bold;font-size:14px;color:#303030;line-height:18px;height:auto;padding:15px 15px;cursor:pointer;transition:.3s;border:1px solid #e8e8e8}.accordion summary:hover{background:#fff}.accordion .content{padding:15px 15px;background:#fff;border:1px solid #e8e8e8;border-top:none}.accordion.is-inverse summary:hover{background:#727272;color:#d8d8d8}.accordion.is-inverse summary{background:#454545;color:#fff;border:1px solid #f8f8f8}.accordion.is-inverse .content{background:#303030;color:#fff;border:1px solid #f8f8f8}.accordion.is-inverse.has-icon>details>summary::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLWRvd248L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImludmlzaWJsZV9ib3giIGRhdGEtbmFtZT0iaW52aXNpYmxlIGJveCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPGcgaWQ9Imljb25zX1EyIiBkYXRhLW5hbWU9Imljb25zIFEyIj4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0LDI3LjIsMTMuNCwxNi42YTEuOSwxLjksMCwwLDAtMywuMiwyLjEsMi4xLDAsMCwwLC4yLDIuN2wxMiwxMS45YTEuOSwxLjksMCwwLDAsMi44LDBsMTItMTEuOWEyLjEsMi4xLDAsMCwwLC4yLTIuNywxLjksMS45LDAsMCwwLTMtLjJaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K")}.accordion.is-inverse.has-icon>details[open]>summary::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8dGl0bGU+YXJyb3doZWFkLXVwPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KICAgIDxnIGlkPSJpbnZpc2libGVfYm94IiBkYXRhLW5hbWU9ImludmlzaWJsZSBib3giPgogICAgICA8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJpY29uc19RMiIgZGF0YS1uYW1lPSJpY29ucyBRMiIgPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQsMjAuOCwxMy40LDMxLjRhMS45LDEuOSwwLDAsMS0zLS4yLDIuMSwyLjEsMCwwLDEsLjItMi43bDEyLTExLjlhMS45LDEuOSwwLDAsMSwyLjgsMGwxMiwxMS45YTIuMSwyLjEsMCwwLDEsLjIsMi43LDEuOSwxLjksMCwwLDEtMywuMloiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=")}.alert{width:400px;display:flex;box-sizing:border-box;background:#fff;border-radius:4px;box-shadow:0px 4px 8px rgba(0,0,0,.16);border-top-width:4px;border-top-style:solid;border-top-color:#d5d5d5}@media(max-width: 599px){.alert{width:100%}}.alert div{margin:17px 0px 18px 0px;flex:auto;overflow:hidden}.alert div h5{margin-bottom:8px}.alert div p{margin-top:4px;font-size:12px !important;margin-bottom:0px;line-height:1.25}.alert .d-icon{margin:14px;font-size:28px !important;color:#d5d5d5}.alert .close{display:block;padding:16px 0px}.alert .close .d-icon{font-size:24px !important;color:#303030 !important}.alert.is-inline{justify-content:center;padding:4px 10px;background:#f2f2f2;color:#303030;font-size:inherit;box-shadow:none !important;border:none !important;border-radius:0px !important;width:100%;display:flex !important}.alert.is-inline p{text-align:center;overflow:hidden}.alert.is-block{border-top:none;position:relative;box-shadow:none !important;width:100%;background:rgba(213,213,213,.1);border-left-width:4px;border-left-style:solid;border-left-color:#d5d5d5}.alert.is-block.is-info{background:rgba(0,102,223,.06)}.alert.is-block.is-warning{background:rgba(244,203,0,.06)}.alert.is-block.is-success{background:rgba(21,192,70,.06)}.alert.is-block.is-danger{background:rgba(234,0,0,.06)}.alert.is-block p{font-size:1.4rem !important}.alert.is-info{border-color:#0066df}.alert.is-info .d-icon{color:#0066df}.alert.is-warning{border-color:#f4cb00}.alert.is-warning .d-icon{color:#f4cb00}.alert.is-success{border-color:#15c046}.alert.is-success .d-icon{color:#15c046}.alert.is-danger{border-color:#ea0000}.alert.is-danger .d-icon{color:#ea0000}.box{padding:20px;background:#f8f8f8;border-radius:4px;border-color:#d5d5d5;border-width:1px;border-style:solid}.box footer{margin:22px -20px 0px -20px;padding:22px 22px 0px 22px;border-top-style:solid;border-top-color:#d5d5d5;border-top-width:1px}.breadcrumb{list-style-type:none;margin:0;padding:0}.breadcrumb li{float:left;position:relative;margin-right:22px}.breadcrumb li>*{display:block}.breadcrumb li.is-active>*{color:#303030;font-weight:bold}.breadcrumb li::after{content:"/";position:absolute;height:1.6rem;width:.4rem;top:0;right:-11px;color:rgba(48,48,48,.5)}.breadcrumb li:last-child{margin-right:0px}.breadcrumb li:last-child::after{display:none}.button{border:none;outline:0;cursor:pointer;box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;margin:0px;padding:0px 10px;padding-bottom:1px;height:36px;font-size:inherit;min-width:120px;border-radius:4px;transition:background 300ms;font-weight:inherit}.button.is-solid{background:#016eff;color:#fff}.button.is-solid.is-inverse{background:#016eff;color:#fff}.button.is-outline{background:transparent;color:#016eff;border:solid 1px #016eff}.button.is-outline.is-inverse{background:transparent;color:#fff;border:solid 1px #016eff}.button.is-ghost{background:rgba(1,110,255,.16);color:#016eff}.button.is-ghost.is-inverse{background:rgba(1,110,255,.16);color:#fff}.button.is-text{background:transparent;color:#016eff}.button.is-text.is-inverse{background:transparent;color:#fff}.button.is-danger{background:#ea0000;color:#fff}.button.is-danger.is-inverse{background:#ea0000;color:#fff}.button:hover,.button.is-active,.button.is-active:hover,.button:focus{transition:background 300ms}.button:hover.is-solid,.button.is-active.is-solid,.button.is-active:hover.is-solid,.button:focus.is-solid{background:#004cb3;color:#fff !important}.button:hover.is-solid.is-inverse,.button.is-active.is-solid.is-inverse,.button.is-active:hover.is-solid.is-inverse,.button:focus.is-solid.is-inverse{background:#004cb3;color:#fff !important}.button:hover.is-outline,.button.is-active.is-outline,.button.is-active:hover.is-outline,.button:focus.is-outline{background:rgba(0,76,179,.26);color:#004cb3 !important;border:solid 1px #004cb3}.button:hover.is-outline.is-inverse,.button.is-active.is-outline.is-inverse,.button.is-active:hover.is-outline.is-inverse,.button:focus.is-outline.is-inverse{background:rgba(0,76,179,.26);color:#fff !important;border:solid 1px #80b6ff}.button:hover.is-ghost,.button.is-active.is-ghost,.button.is-active:hover.is-ghost,.button:focus.is-ghost{background:rgba(0,76,179,.26);color:#004cb3 !important}.button:hover.is-ghost.is-inverse,.button.is-active.is-ghost.is-inverse,.button.is-active:hover.is-ghost.is-inverse,.button:focus.is-ghost.is-inverse{background:rgba(0,76,179,.26);color:#fff !important}.button:hover.is-text,.button.is-active.is-text,.button.is-active:hover.is-text,.button:focus.is-text{background:rgba(0,76,179,.26);color:#004cb3 !important}.button:hover.is-text.is-inverse,.button.is-active.is-text.is-inverse,.button.is-active:hover.is-text.is-inverse,.button:focus.is-text.is-inverse{background:rgba(0,76,179,.26);color:#fff !important}.button:hover.is-danger,.button.is-active.is-danger,.button.is-active:hover.is-danger,.button:focus.is-danger{background:#b00;color:#fff !important}.button:hover.is-danger.is-inverse,.button.is-active.is-danger.is-inverse,.button.is-active:hover.is-danger.is-inverse,.button:focus.is-danger.is-inverse{background:#b00;color:#fff !important}.button.is-disabled,.button[disabled],.button.is-disabled:hover,.button:hover[disabled]{box-shadow:none;cursor:not-allowed}.button.is-disabled.is-solid,.button[disabled].is-solid,.button.is-disabled:hover.is-solid,.button:hover[disabled].is-solid{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.button.is-disabled.is-solid.is-inverse,.button[disabled].is-solid.is-inverse,.button.is-disabled:hover.is-solid.is-inverse,.button:hover[disabled].is-solid.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.button.is-disabled.is-outline,.button[disabled].is-outline,.button.is-disabled:hover.is-outline,.button:hover[disabled].is-outline{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important;border:solid 1px rgba(48,48,48,.5)}.button.is-disabled.is-outline.is-inverse,.button[disabled].is-outline.is-inverse,.button.is-disabled:hover.is-outline.is-inverse,.button:hover[disabled].is-outline.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important;border:solid 1px rgba(255,255,255,.5)}.button.is-disabled.is-ghost,.button[disabled].is-ghost,.button.is-disabled:hover.is-ghost,.button:hover[disabled].is-ghost{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.button.is-disabled.is-ghost.is-inverse,.button[disabled].is-ghost.is-inverse,.button.is-disabled:hover.is-ghost.is-inverse,.button:hover[disabled].is-ghost.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.button.is-disabled.is-text,.button[disabled].is-text,.button.is-disabled:hover.is-text,.button:hover[disabled].is-text{background:transparent;color:rgba(48,48,48,.5) !important}.button.is-disabled.is-text.is-inverse,.button[disabled].is-text.is-inverse,.button.is-disabled:hover.is-text.is-inverse,.button:hover[disabled].is-text.is-inverse{background:transparent;color:rgba(255,255,255,.5) !important}.button.is-disabled.is-danger,.button[disabled].is-danger,.button.is-disabled:hover.is-danger,.button:hover[disabled].is-danger{background:rgba(48,48,48,.12);color:rgba(48,48,48,.5) !important}.button.is-disabled.is-danger.is-inverse,.button[disabled].is-danger.is-inverse,.button.is-disabled:hover.is-danger.is-inverse,.button:hover[disabled].is-danger.is-inverse{background:rgba(255,255,255,.12);color:rgba(255,255,255,.5) !important}.button.is-small{height:24px;font-size:12px;min-width:70px;padding:0px 10px}.button.is-medium{height:32px;font-size:inherit;min-width:90px;padding:0px 10px}.button.is-large{height:44px;font-size:16px;padding:0px 30px}.button.is-full{width:100%}.button.has-icon{min-width:0px !important}.button .d-icon{vertical-align:middle;font-size:18px;margin:0px 6px}.checkbox{backface-visibility:hidden;box-sizing:border-box;display:inline-block;outline:0;position:relative;height:20px;padding-left:2px;margin-right:16px}.checkbox input[type=checkbox]{box-sizing:border-box;display:inline-block;height:20px;opacity:0;position:absolute}.checkbox>label{box-sizing:border-box;cursor:pointer;padding:0;position:relative;color:#303030;font-size:14px;font-family:inherit;font-weight:normal !important}.checkbox label:before{border-radius:1px;box-shadow:0 0 0 2px rgba(1,110,255,.5);box-sizing:border-box;content:"";display:inline-block;height:16px;margin-right:10px;transition:all .2s;vertical-align:text-top;width:16px}.checkbox input[type=checkbox]:hover+label:before{box-shadow:0 0 0 2px #016eff}.checkbox input[type=checkbox]:focus+label:before{box-shadow:0 0 0 2px #016eff}.checkbox input[type=checkbox][data-partial=true]+label:before,.checkbox input[type=checkbox]:checked+label:before{box-shadow:0 0 0 2px #016eff;background:#016eff}.checkbox input[type=checkbox]:disabled+label{color:#d5d5d5;cursor:not-allowed}.checkbox input[type=checkbox]:disabled+label:before{box-shadow:0 0 0 2px #d5d5d5}.checkbox input[type=checkbox]:checked:not([data-partial])+label:after{border:solid #fff;border-width:0 2px 2px 0;box-sizing:border-box;content:" ";display:block;height:12px;left:5px;position:absolute;top:1px;transform:rotate(45deg);width:6px}.checkbox input[type=checkbox][data-partial]+label:after{box-shadow:inset 0 0 0 2px rgba(1,110,255,.5);box-sizing:border-box;content:" ";height:2px;left:2px;position:absolute;top:7px;transition:all .2s;width:12px;border-radius:9999px}.chips{font-size:inherit;background:#cce2ff;border-radius:4px;color:#303030;padding:4px 6px}.chips.is-small{font-size:1.2rem;padding:2px 4px}.chip-group .chips{border-radius:0px !important}.chip-group .chips:first-child{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.chip-group .chips:last-child{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.d-icon{font-size:2.4rem}.d-icon.is-extrasmall{font-size:1.2rem !important}.d-icon.is-small{font-size:1.8rem !important}.d-icon.is-medium{font-size:3.6rem !important}.d-icon.is-large{font-size:4.8rem !important}svg.d-icon{width:2.4rem;height:2.4rem}svg.d-icon.is-extrasmall{width:1.2rem !important;height:1.2rem !important}svg.d-icon.is-small{width:1.8rem !important;height:1.8rem !important}svg.d-icon.is-medium{width:3.6rem !important;height:3.6rem !important}svg.d-icon.is-large{width:4.8rem !important;height:4.8rem !important}.input{position:relative;z-index:0}.input input,.input textarea{margin:0;appearance:none;border:none;box-shadow:none;flex:1 0 auto;font:inherit;outline:none;text-align:left;padding:0px 10px;width:inherit}.input input:active,.input input:focus,.input textarea:active,.input textarea:focus{transition:300ms}.input{display:flex;width:250px}.input.is-full{width:100% !important}.input input{height:36px}.input textarea{padding-top:6px;max-width:100%;min-height:90px}.input input,.input textarea{background:rgba(1,110,255,.08);border-radius:4px;color:#303030;box-shadow:none}.input input:active,.input input:focus,.input textarea:active,.input textarea:focus{box-shadow:inset 0 -2px #016eff}.input input::placeholder,.input textarea::placeholder{color:rgba(48,48,48,.6)}.input input[disabled],.input textarea[disabled]{background:rgba(48,48,48,.05);color:rgba(48,48,48,.25);box-shadow:inset 0 -2px rgba(48,48,48,.05)}.input input[disabled]::placeholder,.input textarea[disabled]::placeholder{color:rgba(48,48,48,.6)}.input.is-active>input,.input.is-active>textarea{box-shadow:inset 0 -2px #016eff}.input.is-disabled>input,.input.is-disabled>textarea{background:rgba(48,48,48,.05);color:rgba(48,48,48,.25);box-shadow:inset 0 -2px rgba(48,48,48,.05)}.input.is-error>input,.input input:invalid,.input.is-error>textarea,.input textarea:invalid{box-shadow:inset 0 -2px #ea0000}.input.is-large>input{height:44px}.input.is-medium>input{height:32px}.input.is-small>input{height:24px}.input.is-inverse input{background:rgba(138,197,237,.1);color:#fff}.input.is-inverse input:active{border-bottom:2px solid #004cb3;color:#fff}.input.is-inverse input::placeholder{color:rgba(255,255,255,.5)}.input.is-inverse label{color:#fff}.input .message{width:inherit;font-size:11px !important;font-weight:normal;line-height:1.6rem;position:absolute;margin-top:2px}.input.is-error>.message{color:#ea0000}.input.has-icon-back>*{float:left}.input.has-icon-back input{padding-right:34px}.input.has-icon-back .d-icon{align-items:center;display:flex;font-size:1.8rem !important;pointer-events:none}.input.has-icon-back .d-icon::before{position:absolute;right:10px}.input.has-icon-front>*{float:left}.input.has-icon-front input{padding-left:34px}.input.has-icon-front .d-icon{align-items:center;display:flex;font-size:1.8rem !important}.input.has-icon-front .d-icon::before{position:absolute;left:10px}.input.has-icon-front.has-icon-back .d-icon:first-child::before{left:10px;right:unset}.input.has-icon-front.has-icon-back .d-icon:last-child::before{left:unset;right:10px}.input-group.has-button input{border-top-right-radius:0px;border-bottom-right-radius:0px}.input-group.has-button button.button{margin:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.input-group.has-dropdown .input{min-width:0px;width:auto}.input-group.has-dropdown .input input{min-width:250px;border-radius:0px}.input-group.has-dropdown .input select{width:inherit;padding-right:34px;border-top-right-radius:0px;border-bottom-right-radius:0px}a,.link{color:#016eff;text-decoration:none;font-size:inherit;cursor:pointer}a:hover,a.is-active,.link:hover,.link.is-active{color:#004cb3}a[disabled],a.is-disabled,.link[disabled],.link.is-disabled{color:rgba(48,48,48,.2);cursor:not-allowed}a.is-inverse,.link.is-inverse{color:#fff}a.is-inverse:hover,.link.is-inverse:hover{color:rgba(255,255,255,.4)}a.is-small,.link.is-small{font-size:1.2rem}a.is-secondary,.link.is-secondary{color:#606060}a.is-secondary:hover,.link.is-secondary:hover{color:#303030 !important}a.is-sub,a .is-sub,.link.is-sub,.link .is-sub{opacity:.5}a.is-sub:hover,a .is-sub:hover,.link.is-sub:hover,.link .is-sub:hover{opacity:1}a.has-icon-front .d-icon,.link.has-icon-front .d-icon{margin-right:4px;font-size:1.4rem !important;vertical-align:sub}a.has-icon-back .d-icon,.link.has-icon-back .d-icon{margin-left:2px;font-size:1.2rem !important;vertical-align:middle}a.has-icon-back.is-small .d-icon,.link.has-icon-back.is-small .d-icon{vertical-align:text-top}a:hover>.d-icon.is-sub,.link:hover>.d-icon.is-sub{color:#004cb3;opacity:1}a.is-secondary:hover>.d-icon.is-sub,.link.is-secondary:hover>.d-icon.is-sub{color:#303030;opacity:1}ol.list,ul.list{list-style-position:inside}ol.list.no-marker,ul.list.no-marker{list-style:none}ol.list li,ul.list li{margin:4px 0px}ul.list{list-style-type:square}.loader{position:relative;width:10px;height:10px;border-radius:50%;animation-name:loaderDefault;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease;animation-duration:.9s;animation-delay:.2s;left:14px;top:-10px;margin:0px}.loader:before,.loader:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;animation-name:loaderDefault;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease;animation-duration:.9s}.loader:before{left:14px;animation-delay:.3s}.loader:after{right:14px;animation-delay:.1s}.loader--inverse,.loader.is-inverse{animation-name:loaderInverse}.loader--inverse:before,.loader--inverse:after,.loader.is-inverse:before,.loader.is-inverse:after{animation-name:loaderInverse}.loader--button{left:0px}.button.is-solid .loader,.button.is-danger .loader{animation-name:loaderInverse}.button.is-solid .loader:before,.button.is-solid .loader:after,.button.is-danger .loader:before,.button.is-danger .loader:after{animation-name:loaderInverse}@keyframes loaderDefault{0%{box-shadow:0 10px 0 -10px #016eff;opacity:0}50%{box-shadow:0 10px 0 #016eff;opacity:.75}100%{box-shadow:0 10px 0 #016eff;opacity:1}}@keyframes loaderInverse{0%{box-shadow:0 10px 0 -10px #fff;opacity:0}50%{box-shadow:0 10px 0 #fff;opacity:.75}100%{box-shadow:0 10px 0 #fff;opacity:1}}.menu{white-space:nowrap;position:relative}.menu.is-right .menu-content{left:100%;transform:translateX(-100%)}.menu.is-left .menu-content{left:0%;transform:translateX(0%)}.menu.is-active .menu-trigger{pointer-events:none}.menu.is-active .menu-content,.menu.is-active .menu-content:hover{opacity:1;visibility:visible}.menu .menu-content{height:auto;opacity:0;background:#fff;font-size:14px;position:absolute;padding:15px 20px;border-radius:8px;visibility:hidden;box-shadow:0px 4px 8px rgba(0,0,0,.16);z-index:100;left:50%;transform:translateX(-50%);border-color:#e8e8e8;border-width:2px;border-style:solid;border-radius:4px;-webkit-transition:all .3s .1s;-moz-transition:all .3s .1s;-o-transition:all .3s .1s;transition:all .3s .1s}.menu .menu-content>*{display:block;white-space:nowrap;padding:5px 0px;height:unset}.menu .menu-content hr{background-color:#e8e8e8;height:2px;width:calc(100% + 40px);margin-left:-20px;padding:0px}.menu .menu-trigger:hover+.menu-content,.menu .menu-trigger:focus+.menu-content,.menu .menu-content:hover{opacity:1;visibility:visible}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;opacity:0;-webkit-transition:opacity 300ms ease-in;-moz-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in;pointer-events:none;background:rgba(232,232,232,.9);overflow:auto;display:flex;justify-content:center;align-items:center}.modal div.modal-container{width:450px;margin:20px;position:relative;background:#fff;box-shadow:0px 4px 8px rgba(0,0,0,.16);border-width:2px;border-style:solid;border-color:#e8e8e8;border-radius:4px;display:flex;flex-direction:column}.modal div.modal-container .close{color:#303030;opacity:.4;line-height:14px;position:absolute;z-index:500;right:14px;top:14px}.modal div.modal-container .close:hover{color:#303030;opacity:.6}.modal div.modal-container div.modal-content{padding:24px 30px 24px 30px}.modal div.modal-container div.modal-header{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e8e8e8;display:flex;align-items:center;padding:15px 58px 13px 30px;width:100%}.modal div.modal-container div.modal-footer{border-top-width:2px;border-top-style:solid;border-top-color:#e8e8e8;margin-bottom:0px;display:flex;align-items:center;padding:20px 30px 20px 30px;width:100%}.modal div.modal-container.is-full{width:100%;height:100%;box-shadow:none;border:none !important;border-radius:0px !important;margin:0px;padding:0px}.modal div.modal-container.is-full div.modal-content{padding:24px 58px 24px 58px;height:100%;overflow-y:scroll}.modal:target,.modal.is-active{opacity:1;pointer-events:auto}@media(max-width: 899px){.modal div.is-full div.modal-content{padding:24px 30px 24px 30px}}.nav{box-sizing:border-box;height:60px;width:100%;background:#002b66;position:relative}.nav.is-fixed-top{position:fixed;top:0}.nav .nav-center .nav-item,.nav .nav-center .nav-icon,.nav .nav-center .menu--nav,.nav .nav-center .nav-control,.nav .nav-right .nav-item,.nav .nav-right .nav-icon,.nav .nav-right .menu--nav,.nav .nav-right .nav-control{display:block}@media(min-width: 899px){.nav .nav-center,.nav .nav-right{display:inline-block;background:transparent}.nav .nav-center .nav-item,.nav .nav-center .nav-icon,.nav .nav-center .menu--nav,.nav .nav-center .nav-control,.nav .nav-right .nav-item,.nav .nav-right .nav-icon,.nav .nav-right .menu--nav,.nav .nav-right .nav-control{display:inline-block}}.nav .nav-left{padding-left:12px;padding-right:12px;display:inline-block;vertical-align:top;height:60px;width:100%}.nav .nav-left .nav-item,.nav .nav-left .nav-icon,.nav .nav-left .menu--nav,.nav .nav-left .nav-control{height:60px;padding:18px 8px}@media(min-width: 899px){.nav .nav-left .nav-item,.nav .nav-left .nav-icon,.nav .nav-left .menu--nav,.nav .nav-left .nav-control{padding:18px 12px}}@media(min-width: 899px){.nav .nav-left{width:300px;padding-left:18px;padding-right:0px}}.nav .nav-right{padding-right:0px}@media(min-width: 899px){.nav .nav-right{float:right;padding-right:18px}}.nav .nav-responsive{position:absolute;left:0;right:0;height:calc(100vh - 60px);background:#19375f;opacity:0;visibility:hidden;overflow:auto}.nav .nav-responsive.is-active{opacity:1;visibility:visible}@media(min-width: 899px){.nav .nav-responsive{float:right;width:calc(100% - 300px);opacity:1;visibility:visible;height:60px;background:transparent !important;position:relative;overflow:inherit}}.nav .nav-item,.nav .nav-icon,.nav .menu--nav,.nav .nav-control{display:inline-block;vertical-align:top;height:54px;padding:16px 20px;position:relative}@media(min-width: 899px){.nav .nav-item,.nav .nav-icon,.nav .menu--nav,.nav .nav-control{height:60px;padding:18px 12px}}.nav .nav-brand{width:auto;padding:13px 12px;height:60px}.nav .nav-item,.nav .nav-icon{color:#fff;font-size:1.6rem}.nav .nav-item .icon-name,.nav .nav-icon .icon-name{margin-left:10px}@media(min-width: 899px){.nav .nav-item .icon-name,.nav .nav-icon .icon-name{display:none}}.nav .nav-item.is-active,.nav .nav-icon.is-active{box-shadow:inset 4px 0 0 #016eff}@media(min-width: 899px){.nav .nav-item.is-active,.nav .nav-icon.is-active{box-shadow:inset 0 -4px 0 #016eff}}.nav .nav-item:hover,.nav .nav-item:focus,.nav .nav-icon:hover,.nav .nav-icon:focus{color:rgba(255,255,255,.4)}.nav .menu.menu--nav{color:#fff;padding:0px !important;height:auto}.nav .menu.menu--nav .menu-content{margin-top:-8px}@media(max-width: 898px){.nav .menu.menu--nav{position:unset}.nav .menu.menu--nav .menu-content{height:0px;overflow:hidden;padding:0px;border-radius:0px;border:none;box-shadow:none;width:100%;margin-top:0px;background-color:transparent}.nav .menu.menu--nav .menu-content>*{display:block;height:40px;background:#334d71;padding:10px 20px;color:#fff}.nav .menu.menu--nav .menu-content>*:hover,.nav .menu.menu--nav .menu-content>*:focus{color:#fff}.nav .menu.menu--nav .menu-content:before,.nav .menu.menu--nav .menu-content:after{display:none}.nav .menu.menu--nav .menu-trigger:hover+.menu-content,.nav .menu.menu--nav .menu-trigger:focus+.menu-content,.nav .menu.menu--nav .menu-content:hover{height:auto}}.nav .nav-control{padding:9px 12px;color:#fff}.nav .nav-control>*{width:100%}@media(min-width: 899px){.nav .nav-control{padding:12px 12px}}.d-progress{height:16px;width:100%;background:#e8e8e8;border-radius:4px;display:flex;overflow:hidden}.d-progress .d-progress--bar{height:inherit;background:#016eff;margin-left:2px}.d-progress .d-progress--bar:first-child{margin-left:0px !important}.d-progress__sm{height:10px}.d-progress__md{height:20px}.d-progress__lg{height:24px}.d-progress__loading{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:loadingShimmer;animation-timing-function:linear;background-image:linear-gradient(to right, #E8E8E8 0%, #f7f7f7 50%, #E8E8E8 100%);background-size:50%;background-repeat:no-repeat;position:relative}@keyframes loadingShimmer{0%{background-position:-100%}100%{background-position:200%}}.radio{backface-visibility:hidden;box-sizing:border-box;display:inline-block;outline:0;position:relative;height:20px;margin-right:16px}.radio>input[type=radio]{height:20px;box-sizing:border-box;opacity:0;position:absolute}.radio>label{box-sizing:border-box;cursor:pointer;padding:0;position:relative;color:#303030;font-size:14px;font-family:helvetica,sans-serif;font-weight:normal;padding-left:2px}.radio>label:before{border-radius:50%;box-shadow:0 0 0 2px rgba(1,110,255,.5);box-sizing:border-box;content:"";display:inline-block;height:16px;margin-right:10px;transition:.2s;vertical-align:text-top;width:16px}.radio>input[type=radio]:hover+label:before{box-shadow:0 0 0 2px #016eff}.radio>input[type=radio]:checked+label:before{box-shadow:0 0 0 2px #016eff}.radio>input[type=radio]:disabled+label{color:#d5d5d5;cursor:not-allowed}.radio>input[type=radio]:disabled+label:before{box-shadow:0 0 0 2px #d5d5d5}.radio>input[type=radio]:checked+label:after{background-color:#016eff;border-radius:50%;box-sizing:border-box;content:"";height:12px;left:4px;position:absolute;top:2px;transition:.2s;width:12px}.input.has-arrow:before{content:url('data:image/svg+xml;charset=UTF-8, ');pointer-events:none;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);right:10px;height:18px;width:18px}.input select{background:rgba(1,110,255,.08);border-radius:4px;color:#303030;height:36px;box-shadow:none;appearance:none;-webkit-appearance:none;flex:1 0 auto;font:inherit;outline:none;border:none;text-align:left;width:inherit;margin:0;position:relative;padding:0px 10px}.input select option{color:#000}.input select:active,.input select:focus,.input select[disabled]{transition:300ms}.input select:invalid{box-shadow:inset 0 -2px 0 #ea0000}.input select::placeholder{color:rgba(48,48,48,.6)}.input select:active,.input select:focus{box-shadow:inset 0 -2px #016eff}.input select[disabled]{background:rgba(48,48,48,.05);box-shadow:inset 0 -2px rgba(48,48,48,.05)}.input.is-active>select{box-shadow:inset 0 -2px #016eff}.input.is-error>select{box-shadow:inset 0 -2px #ea0000}.input.is-inverse.has-arrow:before{content:url('data:image/svg+xml;charset=UTF-8, ')}.input.is-inverse select{background:rgba(242,242,242,.1);color:#fff}.input.is-inverse select::placeholder{color:rgba(255,255,255,.6)}.input.is-inverse select:active,.input.is-inverse select:focus{background:rgba(242,242,242,.1);box-shadow:inset 0 -2px 0 #004cb3}.input.is-inverse select[disabled]{background:rgba(255,255,255,.1);box-shadow:inset 0 -2px 0 rgba(255,255,255,.05);color:rgba(255,255,255,.1)}.input.is-inverse select[disabled]::placeholder{color:rgba(255,255,255,.2)}.input.is-large>select{height:44px}.input.is-medium>select{height:32px}.input.is-small>select{height:24px}.input.is-full{width:100%}label.switch{box-sizing:border-box;display:inline-flex;height:20px;position:relative;margin-top:0px !important;align-items:center;margin-right:16px}label.switch>input[type=checkbox]{display:none}label.switch>.slider{background-color:#d5d5d5;border-radius:34px;bottom:0;box-sizing:border-box;cursor:pointer;height:4px;left:0;position:relative;right:0;transition:all .4s;width:34px}label.switch>.slider:before{background-color:transparent;box-sizing:border-box;content:" ";height:18px;left:0;position:absolute;top:-8px;width:34px}label.switch>.slider:after{background-color:#fff;bottom:-8px;border:2px solid;border-color:rgba(1,110,255,.5);border-radius:50%;box-sizing:border-box;content:"";height:20px;left:0;position:absolute;transition:all .4s;width:20px}label.switch>input[type=checkbox]:hover~.slider:after{border-color:#016eff}label.switch>input[type=checkbox]:checked~.slider{background-color:rgba(21,192,70,.45)}label.switch>input[type=checkbox]:checked~.slider:after{background:#15c046;border-color:#15c046;transform:translateX(16px)}label.switch.disabled>input[type=checkbox]~.slider,label.switch>input[type=checkbox]:disabled~.slider,label.switch>input[type=checkbox]:checked:disabled~.slider{background-color:#e8e8e8;cursor:not-allowed}label.switch.disabled>input[type=checkbox]~.slider:after,label.switch>input[type=checkbox]:disabled~.slider:after,label.switch>input[type=checkbox]:checked:disabled~.slider:after{border-color:#d5d5d5;cursor:not-allowed}label.switch.disabled>input[type=checkbox]:checked~.slider:after,label.switch>input[type=checkbox]:checked:disabled~.slider:after{background:#fff}label.switch>.label{color:inherit;font-size:14px;font-family:helvetica,sans-serif;font-weight:normal;margin-left:10px;position:relative;white-space:nowrap}label.switch.disabled>.label,label.switch>input[type=checkbox]:disabled~.label,label.switch>input[type=checkbox]:checked:disabled~.label{color:#d5d5d5}label.switch>input[type=checkbox]:checked~.off{display:none}label.switch>input[type=checkbox]:not(:checked)~.off{display:inline}label.switch>input[type=checkbox]:checked~.on{display:inline}label.switch>input[type=checkbox]:not(:checked)~.on{display:none}.table-container{width:100%;overflow:scroll;border-radius:6px}.table-container__freeze table.table tr th:first-child{position:sticky;left:0;box-shadow:0 50px 20px -50px rgba(0,0,0,.1),0 8px 20px 0 rgba(0,0,0,.1);max-width:fit-content;background:#fff}table.table{width:100%;overflow:scroll;position:relative}table.table th,table.table td{padding:0px 10px;white-space:nowrap}table.table th.is-center,table.table td.is-center{text-align:center}table.table th.is-right,table.table td.is-right{text-align:right}table.table tbody th,table.table tbody td{border-bottom:solid 1px #e8e8e8;font-weight:normal}table.table thead tr{height:14px;border-bottom:solid 2px #e8e8e8}table.table thead th{text-transform:uppercase;font-weight:normal;color:#303030;font-size:1.2rem;padding:10px}table.table thead th.is-sorted{align-items:center}table.table thead th.is-sorted::after{content:url('data:image/svg+xml;charset=UTF-8, ');width:14px;height:14px;margin-left:4px;display:inline-flex;position:relative;top:2px}table.table thead th.is-sorted__ascend{font-weight:bold}table.table thead th.is-sorted__ascend::after{content:url('data:image/svg+xml;charset=UTF-8, ')}table.table thead th.is-sorted__descend{font-weight:bold}table.table thead th.is-sorted__descend::after{content:url('data:image/svg+xml;charset=UTF-8, ')}table.table tfoot th,table.table tfoot td{background:#e8e8e8 !important}table.table tfoot th:first-child,table.table tfoot td:first-child{border-radius:0px 0px 0px 6px}table.table tfoot th:last-child,table.table tfoot td:last-child{border-radius:0px 0px 6px 0px}table.table.is-striped tbody th,table.table.is-striped tbody td{border:none !important}table.table.is-striped tbody tr:nth-child(odd) th,table.table.is-striped tbody tr:nth-child(odd) td{background:#f8f8f8 !important}table.table.is-cards{border-collapse:separate;border-spacing:0px 10px}table.table.is-cards th:first-child,table.table.is-cards td:first-child{border-radius:6px 0px 0px 6px !important}table.table.is-cards th:last-child,table.table.is-cards td:last-child{border-radius:0px 6px 6px 0px !important}table.table.is-cards thead th{padding-bottom:0px;border:none}table.table.is-cards tbody th,table.table.is-cards tbody td{border:solid 1px #e8e8e8;border-right:none;border-left:none}table.table.is-cards tbody th:first-child,table.table.is-cards tbody td:first-child{border-left:solid 1px #e8e8e8}table.table.is-cards tbody th:last-child,table.table.is-cards tbody td:last-child{border-right:solid 1px #e8e8e8}table.table tr{height:48px}table.table__condensed tr{height:40px}table.table__expanded tr{height:56px}.tabs{-webkit-overflow-scrolling:touch}.tabs.is-primary{min-width:100%;background:#f3f8ff}.tabs.is-primary ul{list-style:none;display:flex;justify-content:flex-start;padding:20px 0px 0px 30px;overflow-x:auto;overflow-x:-moz-scrollbars-none}.tabs.is-primary ul::-webkit-scrollbar{width:0 !important}.tabs.is-primary ul li{white-space:nowrap;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#016eff;font-size:1.6rem;height:40px;border-top-left-radius:6px;border-top-right-radius:6px}.tabs.is-primary ul li>*{padding:0px 20px}.tabs.is-primary ul li.is-active{background:#fff}.tabs.is-primary ul li.is-active>*{color:#303030}.tabs.is-primary ul li.is-disabled>*{color:rgba(48,48,48,.2);cursor:not-allowed}.tabs.is-primary.is-vertical{min-width:300px;width:300px;height:inherit;overflow-y:auto}.tabs.is-primary.is-vertical ul{flex-direction:column;padding:12px 0px 40px 0px}.tabs.is-primary.is-vertical ul li{cursor:pointer;justify-content:flex-start;box-sizing:border-box;height:40px;margin:2px 16px;border-radius:8px}.tabs.is-primary.is-vertical ul li>*{color:inherit;padding:0px 14px;height:inherit;flex:auto;display:flex;align-items:center}.tabs.is-primary.is-vertical ul li:hover{box-shadow:inset 0px 0px 0px 1px rgba(0,76,179,.1)}.tabs.is-primary.is-vertical ul li:hover>*{color:#004cb3}.tabs.is-primary.is-vertical ul li.is-active{box-shadow:inset 0px 0px 0px 1px rgba(1,110,255,.1);background:rgba(1,110,255,.1);font-weight:bold}.tabs.is-primary.is-vertical ul li.is-active>*{color:#303030}.tabs.is-primary.is-vertical ul li.is-disabled{box-shadow:none}.tabs.is-primary.is-vertical ul li.is-disabled>*{color:rgba(48,48,48,.2)}.tabs.is-primary.is-vertical ul li.tabs__section-header{font-size:1.2rem;text-transform:uppercase;color:#9a9a9a;padding:0px 14px}.tabs.is-primary.is-vertical ul li.tabs__section-header:hover{box-shadow:none}.tabs.is-secondary{min-width:100%}.tabs.is-secondary ul{list-style:none;display:flex;justify-content:flex-start;padding:0px;box-shadow:inset 0px -2px rgba(96,96,96,.05);overflow-x:auto;overflow-x:-moz-scrollbars-none}.tabs.is-secondary ul::-webkit-scrollbar{width:0 !important}.tabs.is-secondary ul li{cursor:pointer;white-space:nowrap}.tabs.is-secondary ul li>*{display:flex;justify-content:center;align-items:center;color:#016eff;font-size:1.6rem;height:40px;padding:0px 20px}.tabs.is-secondary ul li.is-active>*{box-shadow:inset 0px -2px #016eff;color:#303030}@media(max-width: 899px){.tabs.tablet-down-hide-left{position:absolute;left:-300px;transition:left 300ms}}@media(max-width: 899px){.tabs.tablet-down-hide-right{position:absolute;right:-300px;transition:right 300ms}}@media(max-width: 899px){.tabs.tablet-down-toggle-tabs-left{position:absolute;left:0px;margin:0px;box-shadow:4px 0px 8px rgba(0,0,0,.16);z-index:99}}div.tags{display:flex;flex-direction:row;flex-wrap:wrap}div.tags.nowrap{flex-wrap:nowrap;overflow-x:auto;overflow-x:-moz-scrollbars-none}div.tags.nowrap::-webkit-scrollbar{width:0 !important}.tag{display:inline-flex;align-items:center;justify-content:center;padding:0px 10px;height:28px;margin:3px;background:#cce2ff;color:#303030;border-radius:9999px;white-space:nowrap;transition:300ms}.tag.is-active{background:#80b6ff}.tag[disabled],.tag.is-disabled{background:rgba(48,48,48,.1);color:rgba(48,48,48,.4)}.tag .d-icon{font-size:2rem !important}.tag.is-small{font-size:1.2rem;height:22px;padding:0px 8px}.tag.is-small .d-icon{font-size:1.6rem !important}.tag a.d-icon{opacity:.5;color:#303030}.tag a.d-icon:hover{opacity:1}.tag.has-icon-back{padding-right:6px}.tag.has-icon-back .d-icon{margin-left:6px}.tag.has-icon-back.is-small{padding-right:4px}.tag.has-icon-back.is-small .d-icon{margin-left:4px}.tag.has-icon-front .d-icon{margin-right:4px}.tag.outlined{background:transparent;color:#303030 !important;border:1px solid #016eff}.tag.outlined:hover{background:rgba(1,110,255,.2);color:#303030 !important;transition:300ms}.tag.outlined.is-active{background:#016eff;color:#fff !important}.tag.outlined[disabled],.tag.outlined.is-disabled{background:rgba(48,48,48,.1);color:rgba(48,48,48,.4);border-color:rgba(48,48,48,.4)}.title{display:flex;align-items:center;height:52px}.title span.bar{height:inherit;width:2px;background-color:#d5d5d5;border-radius:4px;margin-right:8px}.title span.bar.is-wide{width:4px;margin-right:6px}.toggle{display:flex;position:relative;white-space:nowrap;overflow:auto;padding:2px}.toggle input{position:absolute !important;clip:rect(0, 0, 0, 0);overflow:hidden}.toggle input:checked+label{box-shadow:none;z-index:1;background-color:#fff;color:#303030;border-radius:4px;box-shadow:0 0 0 2px #016eff}.toggle input:disabled+label{color:rgba(48,48,48,.2);cursor:not-allowed}.toggle input.is-disabled+label{color:rgba(48,48,48,.2);cursor:not-allowed}.toggle>ul{display:flex}.toggle label,.toggle li{display:flex;justify-content:center;align-items:center;transition:all 300ms ease-in-out;background:rgba(1,110,255,.08);color:#016eff;font-size:1.4rem;height:36px;padding:0px 14px}.toggle label a,.toggle li a{color:inherit}.toggle label.is-active,.toggle li.is-active{box-shadow:none;z-index:1;background-color:#fff;color:#303030;border-radius:4px !important;box-shadow:0 0 0 2px #016eff}.toggle label.is-active a,.toggle li.is-active a{color:inherit}.toggle label:hover,.toggle li:hover{cursor:pointer;color:#002b66}.toggle label.is-disabled,.toggle label:disabled,.toggle li.is-disabled,.toggle li:disabled{cursor:not-allowed;color:rgba(48,48,48,.2)}.toggle label.is-disabled>*,.toggle label:disabled>*,.toggle li.is-disabled>*,.toggle li:disabled>*{cursor:not-allowed}.toggle label:first-of-type,.toggle li:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.toggle label:last-of-type,.toggle li:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.toggle.has-icons label,.toggle.has-icons li{padding:0px 8px !important}.toggle.has-icons.is-small label,.toggle.has-icons.is-small li{padding:0px 6px !important}.toggle.is-small label,.toggle.is-small li{height:28px;padding:0px 10px}.toggle.is-inverse label,.toggle.is-inverse li{color:#80b6ff;background:rgba(255,255,255,.1)}.toggle.is-inverse label.is-active,.toggle.is-inverse li.is-active{color:#fff;background:transparent}*[class*=d-tooltip]{position:relative}*[class*=d-tooltip]::after{content:attr(data-tooltip);z-index:1000;position:absolute;visibility:hidden;opacity:0;transition:300ms;white-space:nowrap;padding:6px 8px;font-size:1.2rem;border-radius:4px;font-family:inherit;background-color:rgba(48,48,48,.9);color:#fff;left:50%;top:calc(100% + 4px);transform:translateX(-50%)}*[class*=d-tooltip][class*=-small]::after{font-size:1rem;padding:4px 6px}*[class*=d-tooltip][class*=tooltip-top]::after{top:0%;transform:translate(-50%, calc(-100% - 4px))}*[class*=d-tooltip][class*=tooltip-left]::after{left:0%;top:50%;transform:translate(calc(-100% - 4px), -50%)}*[class*=d-tooltip][class*=tooltip-right]::after{left:calc(100% + 4px);top:50%;transform:translateY(-50%)}*[class*=d-tooltip]:hover::after,*[class*=d-tooltip]:focus::after{visibility:visible;opacity:1}h1,h2,h3,h4,h5,h6{font-family:inherit}h1{font-size:2.8rem;line-height:1.25;font-weight:600;color:#303030}h2{font-size:2.6rem;line-height:1.25;font-weight:600;color:#303030}h3{font-size:2rem;line-height:1.5;font-weight:600;color:#303030}h4{font-size:1.6rem;line-height:1.5;font-weight:600;color:#303030}h5{font-size:1.4rem;line-height:1.5;font-weight:600;color:#303030}h6{font-size:1.2rem;line-height:1.5;font-weight:400;color:#303030}p{font-family:inherit;font-size:1.4rem;line-height:1.75;font-weight:400;color:#303030}