@charset "UTF-8";
/* RESET rules from Eric Meyer http://meyerweb.com/eric/tools/css/reset/  */
@import url("https://fonts.googleapis.com/css?family=Aleo:400i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:ital,wght@0,100;0,300;0,500;0,600;0,800;1,100;1,600&family=Roboto+Slab:wght@300&family=Roboto:wght@300&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*** BASIC TYPOGRAPHY RULES BORROWED FROM BLUEPRINT */
/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%; }

body {
  font-size: 100%;
  /* 16px */
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111; }

h1 {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.9em;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0; }

/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em;
  line-height: 1.5; }

a:focus,
a:hover {
  color: #09f; }

a {
  color: #06c;
  text-decoration: underline; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong, dfn {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

sup, sub {
  line-height: 0; }

abbr,
acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
  margin: 0; }

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Tables
-------------------------------------------------------------- */
/*
Because of the need for padding on TH and TD, the vertical rhythm
on table cells has to be 27px, instead of the standard 18px or 36px
of other elements.
*/
table {
  margin-bottom: 1.4em;
  width: 100%;
  border: 1px solid #f5f5f5; }

th {
  font-weight: bold; }

thead th {
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif !important; }

th, td, caption {
  padding: 10px 15px 10px 10px; }

/*
You can zebra-stripe your tables in outdated browsers by adding
the class "even" to every other table row.
*/
tbody tr:nth-child(even) td,
tbody tr.even td {
  background: #f5f5f5; }

tfoot {
  font-style: italic; }

caption {
  background: #758053;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  -webkit-text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
  -moz-text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
  text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px; }

/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.hide {
  display: none; }

.quiet {
  color: #666; }

.loud {
  color: #000; }

.highlight {
  background: #ff0; }

.added {
  background: #060;
  color: #fff; }

.removed {
  background: #900;
  color: #fff; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

/* MISC STYLES, clears, etc. */
/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix, .container {
  display: block; }

/* Regular clearing
apply to column that should drop below previous ones. */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.orange-text {
  color: #ff6600; }

.purple-text {
  color: #512D6D; }

.green-text {
  color: #01C08F; }

.blue-text {
  color: #01426A; }

.dark-blue-text {
  color: #01426A; }

.light-blue-text {
  color: #0098F1; }

.red-text {
  color: #A0161D; }

.black-text {
  color: #121219; }

.gray-text {
  color: #AEAEAE; }

.dark-gray-text {
  color: #323234; }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
/* @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=32eea37e-66e8-44a3-9dcd-afc1de914ee4"); */
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
  src: url("../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("../fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("../fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("../fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"), url("../fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Italic";
  src: url("../fonts/onts/4393bcd9-65c9-4c71-b688-9a0c17e40ebf.eot?#iefix");
  src: url("../fonts/4393bcd9-65c9-4c71-b688-9a0c17e40ebf.eot?#iefix") format("eot"), url("../fonts/f37f8098-b16e-405f-ab24-bd595a5d5762.woff2") format("woff2"), url("../fonts/c5635d60-91fa-4e4b-8a51-41c97fc744c3.woff") format("woff"), url("../fonts/de34232f-b870-49c0-a6c0-24c25db73bc2.ttf") format("truetype"), url("../fonts/35916fb2-3ed3-4d39-bec8-74155a53b1f0.svg#35916fb2-3ed3-4d39-bec8-74155a53b1f0") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Bold";
  src: url("..fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix");
  src: url("../fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix") format("eot"), url("../fonts/121784c1-863c-4e49-b682-625ea7de55b0.woff2") format("woff2"), url("../fonts/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff"), url("../fonts/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf") format("truetype"), url("../fonts/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg"); }

@font-face {
  font-family: "DINNextW01-BoldItalic";
  src: url("../fonts/d7c339aa-46b7-4f31-8573-7ea230bfcbbb.eot?#iefix");
  src: url("../fonts/d7c339aa-46b7-4f31-8573-7ea230bfcbbb.eot?#iefix") format("eot"), url("../fonts/4e20348d-41a7-4295-94ab-2b1019e9d453.woff2") format("woff2"), url("../fonts/140a0a6f-f218-4071-8eb8-f2bc45ed5121.woff") format("woff"), url("../fonts/ecbfe302-4f46-4fef-b823-83eedbc353e7.ttf") format("truetype"), url("../fonts/58f54e11-a0ac-4cfa-852e-3c73b93d74a8.svg#58f54e11-a0ac-4cfa-852e-3c73b93d74a8") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Light";
  font-display: auto;
  src: url("../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
  src: url("../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("../fonts/de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"), url("../fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("../fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("../fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg"); }

@font-face {
  font-family: "DIN Next W01 Medium";
  font-display: auto;
  src: url("../fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
  src: url("../fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"), url("../fonts/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"), url("../fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"), url("../fonts/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"), url("../fonts/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg"); }

.person-list .person .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .person-list .person .social-links li {
    margin-right: 10px; }
    .person-list .person .social-links li a {
      display: block;
      padding: 4px 0; }
    .person-list .person .social-links li:last-child {
      margin-right: 0; }
  .person-list .person .social-links li:before {
    display: none; }

a.more, .more {
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none; }
  a.more i, .more i {
    margin-left: 0.5rem; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.white-text {
  color: white; }
  .white-text .page-header-body .page-title, .white-text .page-header-body .sub-title {
    color: white; }
  .white-text .title {
    color: white; }
  .white-text p {
    color: white; }

.pad-20 {
  padding: 20px; }

.main-content-wrapper, .sprouting-navigation, .entry-header, .search-header, .content-section {
  padding: 0 8vw;
  position: relative; }
  .main-content-wrapper:after, .sprouting-navigation:after, .entry-header:after, .search-header:after, .content-section:after {
    content: "";
    display: table;
    clear: both; }

.two-column-layout .sidebar, .two-column-resource-layout .sidebar {
  position: relative;
  float: left;
  width: 23%;
  margin-left: 2%;
  min-height: 1px; }
  @media screen and (max-width: 1024px) {
    .two-column-layout .sidebar, .two-column-resource-layout .sidebar {
      width: auto;
      float: none;
      margin-left: 0;
      margin-top: 20px;
      padding-top: 20px; } }

.two-column-layout .main-column, .two-column-resource-layout .main-column {
  float: left;
  width: 75%;
  min-height: 1px; }
  @media screen and (max-width: 1024px) {
    .two-column-layout .main-column, .two-column-resource-layout .main-column {
      width: auto;
      float: none; } }

.two-column-layout:after {
  content: "";
  display: table;
  clear: both; }

.two-column-resource-layout .gated.main-column {
  width: 100%; }

.two-column-resource-layout .type-armor-resource {
  max-width: 1200px; }

.two-column-resource-layout:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 1024px) {
  .two-column-resource-layout .sidebar {
    width: 33%; } }

@media screen and (min-width: 1024px) {
  .two-column-resource-layout .main-column {
    width: 65%; } }

.two-column-resource-layout #id_gated_content_preview_wrapper {
  max-width: 1200px; }

.two-column-resource-layout .gated-content-form .mktoForm {
  padding: 20px; }

.one-column-narrow-layout {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

#id_gated_content_preview_wrapper {
  max-width: 700px;
  margin: auto; }

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

html {
  font-size: 62.5%;
  /* 10/16 make - this make em/rem math a power of 10 */ }

body {
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 240px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
  color: #323234;
  overflow-x: hidden; }

header, footer, nav, aside, article, section {
  display: block; }

img, object, video, media, embed {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

a {
  color: #F15B1E; }
  a:hover {
    color: #9f350a; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DIN Next W01 Regular", "Georgia", "Times New Roman", serif;
  -webkit-font-smoothing: antialiased; }

h1 a, h2 a, h3 a, h4 a, h5 a,
a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none; }

h1 {
  color: #121219; }

h2, h3, h4, h5, h6 {
  color: #323234; }

.chromeframe {
  padding: 20px 0;
  text-align: center;
  background-color: #b3aa19;
  color: #121219;
  font-size: 1.2em;
  position: relative;
  z-index: 1000; }
  .chromeframe p {
    max-width: 700px;
    margin: 0 auto; }

.site-header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  .site-header .logo {
    width: 154px;
    margin-bottom: 0; }
    .site-header .logo img {
      display: block; }
  .site-header .nav-toggle {
    width: 44px;
    height: 44px;
    padding: 6px 8px;
    background-color: #F2F0F1;
    color: #AEAEAE;
    border: 1px solid #e6e2e4;
    cursor: pointer; }
    .site-header .nav-toggle i {
      font-size: 3rem; }
  .site-header .lnk-search {
    margin-right: 15px;
    font-size: 24px; }
  .site-header .header-nav-wrapper {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .site-header .nav-toggle {
      margin-top: 3px; } }
  @media screen and (min-width: 1024px) {
    .site-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-header .logo {
        width: 20%;
        max-width: 175px;
        padding-right: 30px;
        margin-left: 0; }
      .site-header .header-nav-wrapper {
        width: 100%;
        padding-right: 0; }
      .site-header .nav-toggle {
        display: none; } }

.header-nav-wrapper .btn-try-free {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

@media screen and (min-width: 1024px) {
  .header-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-nav-wrapper .primary-nav, .header-nav-wrapper .secondary-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media screen and (min-width: 1200px) {
  .header-nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .header-nav-wrapper .primary-nav {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
    .header-nav-wrapper .secondary-nav {
      padding-left: 20px;
      width: auto; } }

.site-footer {
  position: relative;
  padding-top: calc(40px + 1vw);
  padding-bottom: calc(20px + 0.5vw);
  color: #AEAEAE; }
  .site-footer:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer a {
    color: #323234; }
  .site-footer .footer-info {
    font-size: 1.4rem; }
    .site-footer .footer-info img.logo {
      display: block;
      margin-bottom: 10px;
      width: 125px; }
  .site-footer .footer-nav a {
    text-decoration: none; }
  .site-footer .copyright {
    font-size: 1.1rem;
    margin-bottom: 0; }
  .site-footer .footer-top-row {
    border-top: 1px solid #DADADA;
    padding-top: calc(40px + 1vw);
    margin-bottom: 20px; }
    .site-footer .footer-top-row .footer-info {
      margin-bottom: 10px; }
  .site-footer .footer-bottom-row {
    border-top: 1px solid #DADADA;
    padding-top: 20px; }
    .site-footer .footer-bottom-row .social-nav {
      margin-bottom: 20px; }
  .site-footer .social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .site-footer .social-nav a {
      color: #AEAEAE;
      padding: 5px; }
      .site-footer .social-nav a:hover {
        color: #DADADA; }
    .site-footer .social-nav:last-child {
      padding-right: 0; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-top-row .footer-info {
      margin-bottom: 0; }
    .site-footer .footer-bottom-row .copyright {
      width: 60%; }
    .site-footer .footer-bottom-row .social-nav {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.site-footer .footer-nav > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #AEAEAE; }
  .site-footer .footer-nav > ul.menu a {
    color: #AEAEAE; }
  .site-footer .footer-nav > ul.menu > li {
    margin-bottom: 20px;
    width: 100%; }
    .site-footer .footer-nav > ul.menu > li > a {
      color: #121219;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      margin-bottom: 1.25rem; }
    .site-footer .footer-nav > ul.menu > li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 992px) {
      .site-footer .footer-nav > ul.menu > li {
        width: auto;
        padding-left: 25px;
        max-width: 40%; }
        .site-footer .footer-nav > ul.menu > li:first-of-type {
          padding-left: 10px; } }
    @media screen and (min-width: 1200px) {
      .site-footer .footer-nav > ul.menu > li {
        padding-left: 50px;
        max-width: 45%; } }
  .site-footer .footer-nav > ul.menu > li.menu-item-has-children ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-footer .footer-nav > ul.menu > li.menu-item-has-children ul li {
      margin-bottom: 1rem;
      display: block; }

.main-content-wrapper {
  padding-top: calc(40px + 2vw);
  padding-bottom: calc(40px + 2vw); }

.page .main-content-wrapper {
  padding: 0; }

.archive .main-content-wrapper,
.blog .main-content-wrapper,
.author .main-content-wrapper {
  background-color: #F2F0F1; }

@media screen and (min-width: 768px) {
  .page-header .header-copy {
    width: 60%; }
    .page-header .header-copy p {
      font-size: 1.8rem; } }

.author-page-header {
  background-color: white; }

.screen-reader-text {
  display: none; }

@media screen and (min-width: 1200px) {
  html {
    font-size: 64%; } }

@media screen and (min-width: 1400px) {
  html {
    font-size: 66%; } }

@media screen and (min-width: 1920px) {
  html {
    font-size: 68%; } }

/**
 * Boostrap functions needed for grid creation.
 * https://github.com/twbs/bootstrap/blob/08ba61e276a6393e8e2b97d56d2feb70a24fe22c/scss/_functions.scss
 */
/**
 * Boostrap vriables needed for grid creation.
 * https://github.com/twbs/bootstrap/blob/08ba61e276a6393e8e2b97d56d2feb70a24fe22c/scss/_variables.scss
 */
/**
 * Boostrap grid fremework mixins needed for grid creation.
 * https://github.com/twbs/bootstrap/blob/104385c508a4c77761b04a9842e978bab6f359f6/scss/mixins/_grid-framework.scss
 */
/**
 * Boostrap breakpoints mixins needed for grid creation.
 * https://github.com/twbs/bootstrap/blob/104385c508a4c77761b04a9842e978bab6f359f6/scss/mixins/_breakpoints.scss
 */
/**
  * Boostrap mixins needed for grid creation.
  * https://github.com/twbs/bootstrap/blob/master/scss/mixins/_grid.scss
  */
/*!
 * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.img-fluid {
  width: 100%;
  height: auto; }

/* visibility */
@media all and (max-width: 1899px) {
  .hidden-xxxl-down {
    display: none; } }

@media all and (max-width: 1599px) {
  .hidden-xxl-down {
    display: none; } }

@media all and (max-width: 1439px) {
  .hidden-xl-down {
    display: none; } }

@media all and (max-width: 1199px) {
  .hidden-lg-down {
    display: none; } }

@media all and (max-width: 991px) {
  .hidden-md-down {
    display: none; } }

@media all and (max-width: 767px) {
  .hidden-sm-down {
    display: none; } }

@media all and (max-width: 575px) {
  .hidden-xs-down {
    display: none; } }

@media all and (min-width: 576px) {
  .hidden-sm-up {
    display: none; } }

@media all and (min-width: 768px) {
  .hidden-md-up {
    display: none; } }

@media all and (min-width: 992px) {
  .hidden-lg-up {
    display: none; } }

@media all and (min-width: 1200px) {
  .hidden-xl-up {
    display: none; } }

@media all and (min-width: 1440px) {
  .hidden-xxl-up {
    display: none; } }

@media all and (min-width: 1600px) {
  .hidden-xxxl-up {
    display: none; } }

@media all and (min-width: 1920px) {
  .hidden-xxxxl-up {
    display: none; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0d6efd !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

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

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

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

.mr-1 {
  margin-right: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mr-auto {
  margin-right: auto !important; }

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

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

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

.ml-1 {
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.ml-auto {
  margin-left: auto !important; }

.m-n1 {
  margin: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important; }

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important; }

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important; }

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important; }

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important; }

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important; }

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important; }

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important; }

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important; }

.mt-n1 {
  margin-top: -0.25rem !important; }

.mt-n2 {
  margin-top: -0.5rem !important; }

.mt-n3 {
  margin-top: -1rem !important; }

.mt-n4 {
  margin-top: -1.5rem !important; }

.mt-n5 {
  margin-top: -3rem !important; }

.mr-n1 {
  margin-right: -0.25rem !important; }

.mr-n2 {
  margin-right: -0.5rem !important; }

.mr-n3 {
  margin-right: -1rem !important; }

.mr-n4 {
  margin-right: -1.5rem !important; }

.mr-n5 {
  margin-right: -3rem !important; }

.mb-n1 {
  margin-bottom: -0.25rem !important; }

.mb-n2 {
  margin-bottom: -0.5rem !important; }

.mb-n3 {
  margin-bottom: -1rem !important; }

.mb-n4 {
  margin-bottom: -1.5rem !important; }

.mb-n5 {
  margin-bottom: -3rem !important; }

.ml-n1 {
  margin-left: -0.25rem !important; }

.ml-n2 {
  margin-left: -0.5rem !important; }

.ml-n3 {
  margin-left: -1rem !important; }

.ml-n4 {
  margin-left: -1.5rem !important; }

.ml-n5 {
  margin-left: -3rem !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-primary {
  color: #0d6efd !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

.text-info {
  color: #17a2b8 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

.text-dark {
  color: #343a40 !important; }

.text-white {
  color: #fff !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  color: inherit !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.bg-primary {
  background-color: #0d6efd !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-dark {
  background-color: #343a40 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-grey {
  background-color: #DADADA; }

.bg-gray-light {
  background-color: #F2F0F1; }

.bg-transparent {
  background-color: transparent !important; }

.bg-orange {
  background-color: #F15B1E;
  color: #FFFFFF; }

.bg-green {
  background-color: #01C08F;
  color: #FFFFFF; }

.bg-blue {
  background-color: #01426A;
  color: #FFFFFF; }

.bg-light-blue {
  background-color: #0098F1;
  color: #FFFFFF; }

.bg-dark-gray {
  background-color: #323234;
  color: #FFFFFF; }

.bg-blue-cubes {
  background-image: url(../images/backgrounds/blue-abstract-bg.png);
  background-position: center;
  background-size: cover; }
  .bg-blue-cubes h1, .bg-blue-cubes h2, .bg-blue-cubes h3, .bg-blue-cubes h4, .bg-blue-cubes h5 {
    color: #FFFFFF; }
  .bg-blue-cubes * {
    color: #F2F0F1; }
  .bg-blue-cubes .bg-white *,
  .bg-blue-cubes .bg-light *,
  .bg-blue-cubes .bg-grey *,
  .bg-blue-cubes .mktoFormHeader *,
  .bg-blue-cubes .mktoForm *,
  .bg-blue-cubes .success-msg-wrapper * {
    color: initial; }
  .bg-blue-cubes .bg-white h1, .bg-blue-cubes .bg-white h2, .bg-blue-cubes .bg-white h3, .bg-blue-cubes .bg-white h4, .bg-blue-cubes .bg-white h5,
  .bg-blue-cubes .bg-light h1,
  .bg-blue-cubes .bg-light h2,
  .bg-blue-cubes .bg-light h3,
  .bg-blue-cubes .bg-light h4,
  .bg-blue-cubes .bg-light h5,
  .bg-blue-cubes .bg-grey h1,
  .bg-blue-cubes .bg-grey h2,
  .bg-blue-cubes .bg-grey h3,
  .bg-blue-cubes .bg-grey h4,
  .bg-blue-cubes .bg-grey h5,
  .bg-blue-cubes .mktoFormHeader h1,
  .bg-blue-cubes .mktoFormHeader h2,
  .bg-blue-cubes .mktoFormHeader h3,
  .bg-blue-cubes .mktoFormHeader h4,
  .bg-blue-cubes .mktoFormHeader h5,
  .bg-blue-cubes .mktoForm h1,
  .bg-blue-cubes .mktoForm h2,
  .bg-blue-cubes .mktoForm h3,
  .bg-blue-cubes .mktoForm h4,
  .bg-blue-cubes .mktoForm h5,
  .bg-blue-cubes .success-msg-wrapper h1,
  .bg-blue-cubes .success-msg-wrapper h2,
  .bg-blue-cubes .success-msg-wrapper h3,
  .bg-blue-cubes .success-msg-wrapper h4,
  .bg-blue-cubes .success-msg-wrapper h5 {
    color: #121219; }
    .bg-blue-cubes .bg-white h1.pre-title, .bg-blue-cubes .bg-white h2.pre-title, .bg-blue-cubes .bg-white h3.pre-title, .bg-blue-cubes .bg-white h4.pre-title, .bg-blue-cubes .bg-white h5.pre-title,
    .bg-blue-cubes .bg-light h1.pre-title,
    .bg-blue-cubes .bg-light h2.pre-title,
    .bg-blue-cubes .bg-light h3.pre-title,
    .bg-blue-cubes .bg-light h4.pre-title,
    .bg-blue-cubes .bg-light h5.pre-title,
    .bg-blue-cubes .bg-grey h1.pre-title,
    .bg-blue-cubes .bg-grey h2.pre-title,
    .bg-blue-cubes .bg-grey h3.pre-title,
    .bg-blue-cubes .bg-grey h4.pre-title,
    .bg-blue-cubes .bg-grey h5.pre-title,
    .bg-blue-cubes .mktoFormHeader h1.pre-title,
    .bg-blue-cubes .mktoFormHeader h2.pre-title,
    .bg-blue-cubes .mktoFormHeader h3.pre-title,
    .bg-blue-cubes .mktoFormHeader h4.pre-title,
    .bg-blue-cubes .mktoFormHeader h5.pre-title,
    .bg-blue-cubes .mktoForm h1.pre-title,
    .bg-blue-cubes .mktoForm h2.pre-title,
    .bg-blue-cubes .mktoForm h3.pre-title,
    .bg-blue-cubes .mktoForm h4.pre-title,
    .bg-blue-cubes .mktoForm h5.pre-title,
    .bg-blue-cubes .success-msg-wrapper h1.pre-title,
    .bg-blue-cubes .success-msg-wrapper h2.pre-title,
    .bg-blue-cubes .success-msg-wrapper h3.pre-title,
    .bg-blue-cubes .success-msg-wrapper h4.pre-title,
    .bg-blue-cubes .success-msg-wrapper h5.pre-title {
      color: #F15B1E; }
  .bg-blue-cubes .bg-white .content,
  .bg-blue-cubes .bg-light .content,
  .bg-blue-cubes .bg-grey .content,
  .bg-blue-cubes .mktoFormHeader .content,
  .bg-blue-cubes .mktoForm .content,
  .bg-blue-cubes .success-msg-wrapper .content {
    color: #343a40; }
  .bg-blue-cubes.content-section.section-feature-list .col-feature .feature .feature-title {
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5em; }
  .bg-blue-cubes .orange-text {
    color: #F15B1E; }
  .bg-blue-cubes .purple-text {
    color: #512D6D; }
  .bg-blue-cubes .green-text {
    color: #01C08F; }
  .bg-blue-cubes .blue-text {
    color: #01426A; }
  .bg-blue-cubes .dark-blue-text {
    color: #01426A; }
  .bg-blue-cubes .light-blue-text {
    color: #0098F1; }
  .bg-blue-cubes .red-text {
    color: #A0161D; }
  .bg-blue-cubes .black-text {
    color: #121219; }
  .bg-blue-cubes .gray-text {
    color: #AEAEAE; }
  .bg-blue-cubes .dark-gray-text {
    color: #323234; }
  .bg-blue-cubes .btn-link, .bg-blue-cubes .section-accordion .col-accordion .panels .btn-link, .section-accordion .col-accordion .panels .bg-blue-cubes .btn-link,
  .bg-blue-cubes .section-accordion .col-accordion .accordion .btn-link, .section-accordion .col-accordion .accordion .bg-blue-cubes .btn-link {
    color: #FFFFFF; }
    .bg-blue-cubes .btn-link:hover, .bg-blue-cubes .section-accordion .col-accordion .panels .btn-link:hover, .section-accordion .col-accordion .panels .bg-blue-cubes .btn-link:hover,
    .bg-blue-cubes .section-accordion .col-accordion .accordion .btn-link:hover, .section-accordion .col-accordion .accordion .bg-blue-cubes .btn-link:hover {
      color: #F2F0F1; }

.bg-black-abstract {
  background-image: url(../images/backgrounds/black-abstract-bg.png);
  background-position: center;
  background-size: cover; }
  .bg-black-abstract h1, .bg-black-abstract h2, .bg-black-abstract h3, .bg-black-abstract h4, .bg-black-abstract h5 {
    color: #FFFFFF; }
  .bg-black-abstract * {
    color: #F2F0F1; }
  .bg-black-abstract .bg-white *,
  .bg-black-abstract .bg-light *,
  .bg-black-abstract .bg-grey *,
  .bg-black-abstract .mktoFormHeader *,
  .bg-black-abstract .mktoForm *,
  .bg-black-abstract .success-msg-wrapper * {
    color: initial; }
  .bg-black-abstract .bg-white h1, .bg-black-abstract .bg-white h2, .bg-black-abstract .bg-white h3, .bg-black-abstract .bg-white h4, .bg-black-abstract .bg-white h5,
  .bg-black-abstract .bg-light h1,
  .bg-black-abstract .bg-light h2,
  .bg-black-abstract .bg-light h3,
  .bg-black-abstract .bg-light h4,
  .bg-black-abstract .bg-light h5,
  .bg-black-abstract .bg-grey h1,
  .bg-black-abstract .bg-grey h2,
  .bg-black-abstract .bg-grey h3,
  .bg-black-abstract .bg-grey h4,
  .bg-black-abstract .bg-grey h5,
  .bg-black-abstract .mktoFormHeader h1,
  .bg-black-abstract .mktoFormHeader h2,
  .bg-black-abstract .mktoFormHeader h3,
  .bg-black-abstract .mktoFormHeader h4,
  .bg-black-abstract .mktoFormHeader h5,
  .bg-black-abstract .mktoForm h1,
  .bg-black-abstract .mktoForm h2,
  .bg-black-abstract .mktoForm h3,
  .bg-black-abstract .mktoForm h4,
  .bg-black-abstract .mktoForm h5,
  .bg-black-abstract .success-msg-wrapper h1,
  .bg-black-abstract .success-msg-wrapper h2,
  .bg-black-abstract .success-msg-wrapper h3,
  .bg-black-abstract .success-msg-wrapper h4,
  .bg-black-abstract .success-msg-wrapper h5 {
    color: #121219; }
    .bg-black-abstract .bg-white h1.pre-title, .bg-black-abstract .bg-white h2.pre-title, .bg-black-abstract .bg-white h3.pre-title, .bg-black-abstract .bg-white h4.pre-title, .bg-black-abstract .bg-white h5.pre-title,
    .bg-black-abstract .bg-light h1.pre-title,
    .bg-black-abstract .bg-light h2.pre-title,
    .bg-black-abstract .bg-light h3.pre-title,
    .bg-black-abstract .bg-light h4.pre-title,
    .bg-black-abstract .bg-light h5.pre-title,
    .bg-black-abstract .bg-grey h1.pre-title,
    .bg-black-abstract .bg-grey h2.pre-title,
    .bg-black-abstract .bg-grey h3.pre-title,
    .bg-black-abstract .bg-grey h4.pre-title,
    .bg-black-abstract .bg-grey h5.pre-title,
    .bg-black-abstract .mktoFormHeader h1.pre-title,
    .bg-black-abstract .mktoFormHeader h2.pre-title,
    .bg-black-abstract .mktoFormHeader h3.pre-title,
    .bg-black-abstract .mktoFormHeader h4.pre-title,
    .bg-black-abstract .mktoFormHeader h5.pre-title,
    .bg-black-abstract .mktoForm h1.pre-title,
    .bg-black-abstract .mktoForm h2.pre-title,
    .bg-black-abstract .mktoForm h3.pre-title,
    .bg-black-abstract .mktoForm h4.pre-title,
    .bg-black-abstract .mktoForm h5.pre-title,
    .bg-black-abstract .success-msg-wrapper h1.pre-title,
    .bg-black-abstract .success-msg-wrapper h2.pre-title,
    .bg-black-abstract .success-msg-wrapper h3.pre-title,
    .bg-black-abstract .success-msg-wrapper h4.pre-title,
    .bg-black-abstract .success-msg-wrapper h5.pre-title {
      color: #F15B1E; }
  .bg-black-abstract .bg-white .content,
  .bg-black-abstract .bg-light .content,
  .bg-black-abstract .bg-grey .content,
  .bg-black-abstract .mktoFormHeader .content,
  .bg-black-abstract .mktoForm .content,
  .bg-black-abstract .success-msg-wrapper .content {
    color: #343a40; }
  .bg-black-abstract.content-section.section-feature-list .col-feature .feature .feature-title {
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5em; }
  .bg-black-abstract .orange-text {
    color: #F15B1E; }
  .bg-black-abstract .btn-link, .bg-black-abstract .section-accordion .col-accordion .panels .btn-link, .section-accordion .col-accordion .panels .bg-black-abstract .btn-link,
  .bg-black-abstract .section-accordion .col-accordion .accordion .btn-link, .section-accordion .col-accordion .accordion .bg-black-abstract .btn-link {
    color: #FFFFFF; }
    .bg-black-abstract .btn-link:hover, .bg-black-abstract .section-accordion .col-accordion .panels .btn-link:hover, .section-accordion .col-accordion .panels .bg-black-abstract .btn-link:hover,
    .bg-black-abstract .section-accordion .col-accordion .accordion .btn-link:hover, .section-accordion .col-accordion .accordion .bg-black-abstract .btn-link:hover {
      color: #F2F0F1; }

.bg-gray-abstract {
  background-image: url(../images/backgrounds/gray-abstract-bg.jpg);
  background-position: center;
  background-size: cover; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-decoration-none {
  text-decoration: none !important; }

.font-italic {
  font-style: italic !important; }

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important; }

.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n1 {
    margin-right: -0.25rem !important; }
  .mr-sm-n2 {
    margin-right: -0.5rem !important; }
  .mr-sm-n3 {
    margin-right: -1rem !important; }
  .mr-sm-n4 {
    margin-right: -1.5rem !important; }
  .mr-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n1 {
    margin-left: -0.25rem !important; }
  .ml-sm-n2 {
    margin-left: -0.5rem !important; }
  .ml-sm-n3 {
    margin-left: -1rem !important; }
  .ml-sm-n4 {
    margin-left: -1.5rem !important; }
  .ml-sm-n5 {
    margin-left: -3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-justify {
    text-align: justify !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n1 {
    margin-right: -0.25rem !important; }
  .mr-md-n2 {
    margin-right: -0.5rem !important; }
  .mr-md-n3 {
    margin-right: -1rem !important; }
  .mr-md-n4 {
    margin-right: -1.5rem !important; }
  .mr-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n1 {
    margin-left: -0.25rem !important; }
  .ml-md-n2 {
    margin-left: -0.5rem !important; }
  .ml-md-n3 {
    margin-left: -1rem !important; }
  .ml-md-n4 {
    margin-left: -1.5rem !important; }
  .ml-md-n5 {
    margin-left: -3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-justify {
    text-align: justify !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n1 {
    margin-right: -0.25rem !important; }
  .mr-lg-n2 {
    margin-right: -0.5rem !important; }
  .mr-lg-n3 {
    margin-right: -1rem !important; }
  .mr-lg-n4 {
    margin-right: -1.5rem !important; }
  .mr-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n1 {
    margin-left: -0.25rem !important; }
  .ml-lg-n2 {
    margin-left: -0.5rem !important; }
  .ml-lg-n3 {
    margin-left: -1rem !important; }
  .ml-lg-n4 {
    margin-left: -1.5rem !important; }
  .ml-lg-n5 {
    margin-left: -3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-justify {
    text-align: justify !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xl-n3 {
    margin-right: -1rem !important; }
  .mr-xl-n4 {
    margin-right: -1.5rem !important; }
  .mr-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xl-n3 {
    margin-left: -1rem !important; }
  .ml-xl-n4 {
    margin-left: -1.5rem !important; }
  .ml-xl-n5 {
    margin-left: -3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-justify {
    text-align: justify !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

/*# sourceMappingURL=bootstrap-utilities.css.map */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.divider.angle-down-from-left {
  height: 40px;
  position: relative;
  background-color: transparent !important;
  z-index: 99;
  margin-top: -40px; }
  .divider.angle-down-from-left:before, .divider.angle-down-from-left:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-style: solid;
    bottom: 20px; }
  .divider.angle-down-from-left:before {
    height: 76px;
    border-width: 74px 0 0 130vw;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.03); }
  .divider.angle-down-from-left:after {
    height: 70px;
    border-width: 70px 0 0 130vw;
    border-color: transparent transparent transparent white; }

@media all and (min-width: 1200px) {
  .divider.angle-down-from-left:before {
    height: 164px;
    border-width: 166px 0 0 150vw; }
  .divider.angle-down-from-left:after {
    height: 160px;
    border-width: 160px 0 0 150vw; } }

/**
 * Boostrap mixins needed for grid creation, along with some custom editions.
 * https://github.com/twbs/bootstrap/blob/master/scss/_grid.scss
 */
.content-section.content-section-full {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  max-width: none; }
  .content-section.content-section-full.section-image-text-cta {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 1024px) {
      .content-section.content-section-full.section-image-text-cta {
        padding-top: 5rem;
        padding-bottom: 5rem; } }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1320px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1460px; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1680px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1460px; } }

@media (min-width: 1920px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl {
    max-width: 1680px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto, .col-xxxxl-1, .col-xxxxl-2, .col-xxxxl-3, .col-xxxxl-4, .col-xxxxl-5, .col-xxxxl-6, .col-xxxxl-7, .col-xxxxl-8, .col-xxxxl-9, .col-xxxxl-10, .col-xxxxl-11, .col-xxxxl-12, .col-xxxxl,
.col-xxxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-xxxxl-0 {
    margin-left: 0; }
  .offset-xxxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxxl-3 {
    margin-left: 25%; }
  .offset-xxxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxxl-6 {
    margin-left: 50%; }
  .offset-xxxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxxl-9 {
    margin-left: 75%; }
  .offset-xxxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxxl-11 {
    margin-left: 91.66667%; } }

.container.bs-10 .row {
  margin-left: -10px;
  margin-right: -10px; }
  .container.bs-10 .row .col {
    padding-left: 10px;
    padding-right: 10px; }

@media all and (min-width: 992px) {
  .offset-top-lg-up-30 {
    margin-top: 30px; }
  .offset-top-lg-up-45 {
    margin-top: 45px; }
  .offset-top-lg-up-60 {
    margin-top: 60px; } }

/* Start - Custom margin utility */
.mg-l-1 {
  margin-left: 1% !important; }

.mg-r-1 {
  margin-right: 1% !important; }

.mg-t-1 {
  margin-top: 1% !important; }

.mg-b-1 {
  margin-bottom: 1% !important; }

.mg-l-1-5 {
  margin-left: 1.5% !important; }

.mg-r-1-5 {
  margin-right: 1.5% !important; }

.mg-t-1-5 {
  margin-top: 1.5% !important; }

.mg-b-1-5 {
  margin-bottom: 1.5% !important; }

.mg-l-2 {
  margin-left: 2% !important; }

.mg-r-2 {
  margin-right: 2% !important; }

.mg-t-2 {
  margin-top: 2% !important; }

.mg-b-2 {
  margin-bottom: 2% !important; }

.mg-l-2-5 {
  margin-left: 2.5% !important; }

.mg-r-2-5 {
  margin-right: 2.5% !important; }

.mg-t-2-5 {
  margin-top: 2.5% !important; }

.mg-b-2-5 {
  margin-bottom: 2.5% !important; }

.mg-l-3 {
  margin-left: 3% !important; }

.mg-r-3 {
  margin-right: 3% !important; }

.mg-t-3 {
  margin-top: 3% !important; }

.mg-b-3 {
  margin-bottom: 3% !important; }

.mg-l-3-5 {
  margin-left: 3.5% !important; }

.mg-r-3-5 {
  margin-right: 3.5% !important; }

.mg-t-3-5 {
  margin-top: 3.5% !important; }

.mg-b-3-5 {
  margin-bottom: 3.5% !important; }

.mg-l-4 {
  margin-left: 4% !important; }

.mg-r-4 {
  margin-right: 4% !important; }

.mg-t-4 {
  margin-top: 4% !important; }

.mg-b-4 {
  margin-bottom: 4% !important; }

.mg-l-4-5 {
  margin-left: 4.5% !important; }

.mg-r-4-5 {
  margin-right: 4.5% !important; }

.mg-t-4-5 {
  margin-top: 4.5% !important; }

.mg-b-4-5 {
  margin-bottom: 4.5% !important; }

.mg-l-5 {
  margin-left: 5% !important; }

.mg-r-5 {
  margin-right: 5% !important; }

.mg-t-5 {
  margin-top: 5% !important; }

.mg-b-5 {
  margin-bottom: 5% !important; }

.mg-l-5-5 {
  margin-left: 5.5% !important; }

.mg-r-5-5 {
  margin-right: 5.5% !important; }

.mg-t-5-5 {
  margin-top: 5.5% !important; }

.mg-b-5-5 {
  margin-bottom: 5.5% !important; }

.mg-l-6 {
  margin-left: 6% !important; }

.mg-r-6 {
  margin-right: 6% !important; }

.mg-t-6 {
  margin-top: 6% !important; }

.mg-b-6 {
  margin-bottom: 6% !important; }

.mg-l-6-5 {
  margin-left: 6.5% !important; }

.mg-r-6-5 {
  margin-right: 6.5% !important; }

.mg-t-6-5 {
  margin-top: 6.5% !important; }

.mg-b-6-5 {
  margin-bottom: 6.5% !important; }

.mg-l-7 {
  margin-left: 7% !important; }

.mg-r-7 {
  margin-right: 7% !important; }

.mg-t-7 {
  margin-top: 7% !important; }

.mg-b-7 {
  margin-bottom: 7% !important; }

.mg-l-7-5 {
  margin-left: 7.5% !important; }

.mg-r-7-5 {
  margin-right: 7.5% !important; }

.mg-t-7-5 {
  margin-top: 7.5% !important; }

.mg-b-7-5 {
  margin-bottom: 7.5% !important; }

.mg-l-8 {
  margin-left: 8% !important; }

.mg-r-8 {
  margin-right: 8% !important; }

.mg-t-8 {
  margin-top: 8% !important; }

.mg-b-8 {
  margin-bottom: 8% !important; }

.mg-l-8-5 {
  margin-left: 8.5% !important; }

.mg-r-8-5 {
  margin-right: 8.5% !important; }

.mg-t-8-5 {
  margin-top: 8.5% !important; }

.mg-b-8-5 {
  margin-bottom: 8.5% !important; }

.mg-l-9 {
  margin-left: 9% !important; }

.mg-r-9 {
  margin-right: 9% !important; }

.mg-t-9 {
  margin-top: 9% !important; }

.mg-b-9 {
  margin-bottom: 9% !important; }

.mg-l-9-5 {
  margin-left: 9.5% !important; }

.mg-r-9-5 {
  margin-right: 9.5% !important; }

.mg-t-9-5 {
  margin-top: 9.5% !important; }

.mg-b-9-5 {
  margin-bottom: 9.5% !important; }

.mg-l-10 {
  margin-left: 10% !important; }

.mg-r-10 {
  margin-right: 10% !important; }

.mg-t-10 {
  margin-top: 10% !important; }

.mg-b-10 {
  margin-bottom: 10% !important; }

.mg-l-10-5 {
  margin-left: 10.5% !important; }

.mg-r-10-5 {
  margin-right: 10.5% !important; }

.mg-t-10-5 {
  margin-top: 10.5% !important; }

.mg-b-10-5 {
  margin-bottom: 10.5% !important; }

.mg-l-11 {
  margin-left: 11% !important; }

.mg-r-11 {
  margin-right: 11% !important; }

.mg-t-11 {
  margin-top: 11% !important; }

.mg-b-11 {
  margin-bottom: 11% !important; }

.mg-l-11-5 {
  margin-left: 11.5% !important; }

.mg-r-11-5 {
  margin-right: 11.5% !important; }

.mg-t-11-5 {
  margin-top: 11.5% !important; }

.mg-b-11-5 {
  margin-bottom: 11.5% !important; }

.mg-l-12 {
  margin-left: 12% !important; }

.mg-r-12 {
  margin-right: 12% !important; }

.mg-t-12 {
  margin-top: 12% !important; }

.mg-b-12 {
  margin-bottom: 12% !important; }

.mg-l-12-5 {
  margin-left: 12.5% !important; }

.mg-r-12-5 {
  margin-right: 12.5% !important; }

.mg-t-12-5 {
  margin-top: 12.5% !important; }

.mg-b-12-5 {
  margin-bottom: 12.5% !important; }

.mg-l-13 {
  margin-left: 13% !important; }

.mg-r-13 {
  margin-right: 13% !important; }

.mg-t-13 {
  margin-top: 13% !important; }

.mg-b-13 {
  margin-bottom: 13% !important; }

.mg-l-13-5 {
  margin-left: 13.5% !important; }

.mg-r-13-5 {
  margin-right: 13.5% !important; }

.mg-t-13-5 {
  margin-top: 13.5% !important; }

.mg-b-13-5 {
  margin-bottom: 13.5% !important; }

.mg-l-14 {
  margin-left: 14% !important; }

.mg-r-14 {
  margin-right: 14% !important; }

.mg-t-14 {
  margin-top: 14% !important; }

.mg-b-14 {
  margin-bottom: 14% !important; }

.mg-l-14-5 {
  margin-left: 14.5% !important; }

.mg-r-14-5 {
  margin-right: 14.5% !important; }

.mg-t-14-5 {
  margin-top: 14.5% !important; }

.mg-b-14-5 {
  margin-bottom: 14.5% !important; }

.mg-l-15 {
  margin-left: 15% !important; }

.mg-r-15 {
  margin-right: 15% !important; }

.mg-t-15 {
  margin-top: 15% !important; }

.mg-b-15 {
  margin-bottom: 15% !important; }

.mg-l-15-5 {
  margin-left: 15.5% !important; }

.mg-r-15-5 {
  margin-right: 15.5% !important; }

.mg-t-15-5 {
  margin-top: 15.5% !important; }

.mg-b-15-5 {
  margin-bottom: 15.5% !important; }

.mg-l-16 {
  margin-left: 16% !important; }

.mg-r-16 {
  margin-right: 16% !important; }

.mg-t-16 {
  margin-top: 16% !important; }

.mg-b-16 {
  margin-bottom: 16% !important; }

.mg-l-16-5 {
  margin-left: 16.5% !important; }

.mg-r-16-5 {
  margin-right: 16.5% !important; }

.mg-t-16-5 {
  margin-top: 16.5% !important; }

.mg-b-16-5 {
  margin-bottom: 16.5% !important; }

.mg-l-17 {
  margin-left: 17% !important; }

.mg-r-17 {
  margin-right: 17% !important; }

.mg-t-17 {
  margin-top: 17% !important; }

.mg-b-17 {
  margin-bottom: 17% !important; }

.mg-l-17-5 {
  margin-left: 17.5% !important; }

.mg-r-17-5 {
  margin-right: 17.5% !important; }

.mg-t-17-5 {
  margin-top: 17.5% !important; }

.mg-b-17-5 {
  margin-bottom: 17.5% !important; }

.mg-l-18 {
  margin-left: 18% !important; }

.mg-r-18 {
  margin-right: 18% !important; }

.mg-t-18 {
  margin-top: 18% !important; }

.mg-b-18 {
  margin-bottom: 18% !important; }

.mg-l-18-5 {
  margin-left: 18.5% !important; }

.mg-r-18-5 {
  margin-right: 18.5% !important; }

.mg-t-18-5 {
  margin-top: 18.5% !important; }

.mg-b-18-5 {
  margin-bottom: 18.5% !important; }

.mg-l-19 {
  margin-left: 19% !important; }

.mg-r-19 {
  margin-right: 19% !important; }

.mg-t-19 {
  margin-top: 19% !important; }

.mg-b-19 {
  margin-bottom: 19% !important; }

.mg-l-19-5 {
  margin-left: 19.5% !important; }

.mg-r-19-5 {
  margin-right: 19.5% !important; }

.mg-t-19-5 {
  margin-top: 19.5% !important; }

.mg-b-19-5 {
  margin-bottom: 19.5% !important; }

.mg-l-20 {
  margin-left: 20% !important; }

.mg-r-20 {
  margin-right: 20% !important; }

.mg-t-20 {
  margin-top: 20% !important; }

.mg-b-20 {
  margin-bottom: 20% !important; }

.mg-l-20-5 {
  margin-left: 20.5% !important; }

.mg-r-20-5 {
  margin-right: 20.5% !important; }

.mg-t-20-5 {
  margin-top: 20.5% !important; }

.mg-b-20-5 {
  margin-bottom: 20.5% !important; }

.mg-l-21 {
  margin-left: 21% !important; }

.mg-r-21 {
  margin-right: 21% !important; }

.mg-t-21 {
  margin-top: 21% !important; }

.mg-b-21 {
  margin-bottom: 21% !important; }

.mg-l-21-5 {
  margin-left: 21.5% !important; }

.mg-r-21-5 {
  margin-right: 21.5% !important; }

.mg-t-21-5 {
  margin-top: 21.5% !important; }

.mg-b-21-5 {
  margin-bottom: 21.5% !important; }

.mg-l-22 {
  margin-left: 22% !important; }

.mg-r-22 {
  margin-right: 22% !important; }

.mg-t-22 {
  margin-top: 22% !important; }

.mg-b-22 {
  margin-bottom: 22% !important; }

.mg-l-22-5 {
  margin-left: 22.5% !important; }

.mg-r-22-5 {
  margin-right: 22.5% !important; }

.mg-t-22-5 {
  margin-top: 22.5% !important; }

.mg-b-22-5 {
  margin-bottom: 22.5% !important; }

.mg-l-23 {
  margin-left: 23% !important; }

.mg-r-23 {
  margin-right: 23% !important; }

.mg-t-23 {
  margin-top: 23% !important; }

.mg-b-23 {
  margin-bottom: 23% !important; }

.mg-l-23-5 {
  margin-left: 23.5% !important; }

.mg-r-23-5 {
  margin-right: 23.5% !important; }

.mg-t-23-5 {
  margin-top: 23.5% !important; }

.mg-b-23-5 {
  margin-bottom: 23.5% !important; }

.mg-l-24 {
  margin-left: 24% !important; }

.mg-r-24 {
  margin-right: 24% !important; }

.mg-t-24 {
  margin-top: 24% !important; }

.mg-b-24 {
  margin-bottom: 24% !important; }

.mg-l-24-5 {
  margin-left: 24.5% !important; }

.mg-r-24-5 {
  margin-right: 24.5% !important; }

.mg-t-24-5 {
  margin-top: 24.5% !important; }

.mg-b-24-5 {
  margin-bottom: 24.5% !important; }

.mg-l-25 {
  margin-left: 25% !important; }

.mg-r-25 {
  margin-right: 25% !important; }

.mg-t-25 {
  margin-top: 25% !important; }

.mg-b-25 {
  margin-bottom: 25% !important; }

.mg-l-25-5 {
  margin-left: 25.5% !important; }

.mg-r-25-5 {
  margin-right: 25.5% !important; }

.mg-t-25-5 {
  margin-top: 25.5% !important; }

.mg-b-25-5 {
  margin-bottom: 25.5% !important; }

.mg-l-26 {
  margin-left: 26% !important; }

.mg-r-26 {
  margin-right: 26% !important; }

.mg-t-26 {
  margin-top: 26% !important; }

.mg-b-26 {
  margin-bottom: 26% !important; }

.mg-l-26-5 {
  margin-left: 26.5% !important; }

.mg-r-26-5 {
  margin-right: 26.5% !important; }

.mg-t-26-5 {
  margin-top: 26.5% !important; }

.mg-b-26-5 {
  margin-bottom: 26.5% !important; }

.mg-l-27 {
  margin-left: 27% !important; }

.mg-r-27 {
  margin-right: 27% !important; }

.mg-t-27 {
  margin-top: 27% !important; }

.mg-b-27 {
  margin-bottom: 27% !important; }

.mg-l-27-5 {
  margin-left: 27.5% !important; }

.mg-r-27-5 {
  margin-right: 27.5% !important; }

.mg-t-27-5 {
  margin-top: 27.5% !important; }

.mg-b-27-5 {
  margin-bottom: 27.5% !important; }

.mg-l-28 {
  margin-left: 28% !important; }

.mg-r-28 {
  margin-right: 28% !important; }

.mg-t-28 {
  margin-top: 28% !important; }

.mg-b-28 {
  margin-bottom: 28% !important; }

.mg-l-28-5 {
  margin-left: 28.5% !important; }

.mg-r-28-5 {
  margin-right: 28.5% !important; }

.mg-t-28-5 {
  margin-top: 28.5% !important; }

.mg-b-28-5 {
  margin-bottom: 28.5% !important; }

.mg-l-29 {
  margin-left: 29% !important; }

.mg-r-29 {
  margin-right: 29% !important; }

.mg-t-29 {
  margin-top: 29% !important; }

.mg-b-29 {
  margin-bottom: 29% !important; }

.mg-l-29-5 {
  margin-left: 29.5% !important; }

.mg-r-29-5 {
  margin-right: 29.5% !important; }

.mg-t-29-5 {
  margin-top: 29.5% !important; }

.mg-b-29-5 {
  margin-bottom: 29.5% !important; }

.mg-l-30 {
  margin-left: 30% !important; }

.mg-r-30 {
  margin-right: 30% !important; }

.mg-t-30 {
  margin-top: 30% !important; }

.mg-b-30 {
  margin-bottom: 30% !important; }

.mg-l-30-5 {
  margin-left: 30.5% !important; }

.mg-r-30-5 {
  margin-right: 30.5% !important; }

.mg-t-30-5 {
  margin-top: 30.5% !important; }

.mg-b-30-5 {
  margin-bottom: 30.5% !important; }

.mg-l-31 {
  margin-left: 31% !important; }

.mg-r-31 {
  margin-right: 31% !important; }

.mg-t-31 {
  margin-top: 31% !important; }

.mg-b-31 {
  margin-bottom: 31% !important; }

.mg-l-31-5 {
  margin-left: 31.5% !important; }

.mg-r-31-5 {
  margin-right: 31.5% !important; }

.mg-t-31-5 {
  margin-top: 31.5% !important; }

.mg-b-31-5 {
  margin-bottom: 31.5% !important; }

.mg-l-32 {
  margin-left: 32% !important; }

.mg-r-32 {
  margin-right: 32% !important; }

.mg-t-32 {
  margin-top: 32% !important; }

.mg-b-32 {
  margin-bottom: 32% !important; }

.mg-l-32-5 {
  margin-left: 32.5% !important; }

.mg-r-32-5 {
  margin-right: 32.5% !important; }

.mg-t-32-5 {
  margin-top: 32.5% !important; }

.mg-b-32-5 {
  margin-bottom: 32.5% !important; }

.mg-l-33 {
  margin-left: 33% !important; }

.mg-r-33 {
  margin-right: 33% !important; }

.mg-t-33 {
  margin-top: 33% !important; }

.mg-b-33 {
  margin-bottom: 33% !important; }

.mg-l-33-5 {
  margin-left: 33.5% !important; }

.mg-r-33-5 {
  margin-right: 33.5% !important; }

.mg-t-33-5 {
  margin-top: 33.5% !important; }

.mg-b-33-5 {
  margin-bottom: 33.5% !important; }

.mg-l-34 {
  margin-left: 34% !important; }

.mg-r-34 {
  margin-right: 34% !important; }

.mg-t-34 {
  margin-top: 34% !important; }

.mg-b-34 {
  margin-bottom: 34% !important; }

.mg-l-34-5 {
  margin-left: 34.5% !important; }

.mg-r-34-5 {
  margin-right: 34.5% !important; }

.mg-t-34-5 {
  margin-top: 34.5% !important; }

.mg-b-34-5 {
  margin-bottom: 34.5% !important; }

.mg-l-35 {
  margin-left: 35% !important; }

.mg-r-35 {
  margin-right: 35% !important; }

.mg-t-35 {
  margin-top: 35% !important; }

.mg-b-35 {
  margin-bottom: 35% !important; }

.mg-l-35-5 {
  margin-left: 35.5% !important; }

.mg-r-35-5 {
  margin-right: 35.5% !important; }

.mg-t-35-5 {
  margin-top: 35.5% !important; }

.mg-b-35-5 {
  margin-bottom: 35.5% !important; }

.mg-l-36 {
  margin-left: 36% !important; }

.mg-r-36 {
  margin-right: 36% !important; }

.mg-t-36 {
  margin-top: 36% !important; }

.mg-b-36 {
  margin-bottom: 36% !important; }

.mg-l-36-5 {
  margin-left: 36.5% !important; }

.mg-r-36-5 {
  margin-right: 36.5% !important; }

.mg-t-36-5 {
  margin-top: 36.5% !important; }

.mg-b-36-5 {
  margin-bottom: 36.5% !important; }

.mg-l-37 {
  margin-left: 37% !important; }

.mg-r-37 {
  margin-right: 37% !important; }

.mg-t-37 {
  margin-top: 37% !important; }

.mg-b-37 {
  margin-bottom: 37% !important; }

.mg-l-37-5 {
  margin-left: 37.5% !important; }

.mg-r-37-5 {
  margin-right: 37.5% !important; }

.mg-t-37-5 {
  margin-top: 37.5% !important; }

.mg-b-37-5 {
  margin-bottom: 37.5% !important; }

.mg-l-38 {
  margin-left: 38% !important; }

.mg-r-38 {
  margin-right: 38% !important; }

.mg-t-38 {
  margin-top: 38% !important; }

.mg-b-38 {
  margin-bottom: 38% !important; }

.mg-l-38-5 {
  margin-left: 38.5% !important; }

.mg-r-38-5 {
  margin-right: 38.5% !important; }

.mg-t-38-5 {
  margin-top: 38.5% !important; }

.mg-b-38-5 {
  margin-bottom: 38.5% !important; }

.mg-l-39 {
  margin-left: 39% !important; }

.mg-r-39 {
  margin-right: 39% !important; }

.mg-t-39 {
  margin-top: 39% !important; }

.mg-b-39 {
  margin-bottom: 39% !important; }

.mg-l-39-5 {
  margin-left: 39.5% !important; }

.mg-r-39-5 {
  margin-right: 39.5% !important; }

.mg-t-39-5 {
  margin-top: 39.5% !important; }

.mg-b-39-5 {
  margin-bottom: 39.5% !important; }

.mg-l-40 {
  margin-left: 40% !important; }

.mg-r-40 {
  margin-right: 40% !important; }

.mg-t-40 {
  margin-top: 40% !important; }

.mg-b-40 {
  margin-bottom: 40% !important; }

.mg-l-40-5 {
  margin-left: 40.5% !important; }

.mg-r-40-5 {
  margin-right: 40.5% !important; }

.mg-t-40-5 {
  margin-top: 40.5% !important; }

.mg-b-40-5 {
  margin-bottom: 40.5% !important; }

.mg-l-41 {
  margin-left: 41% !important; }

.mg-r-41 {
  margin-right: 41% !important; }

.mg-t-41 {
  margin-top: 41% !important; }

.mg-b-41 {
  margin-bottom: 41% !important; }

.mg-l-41-5 {
  margin-left: 41.5% !important; }

.mg-r-41-5 {
  margin-right: 41.5% !important; }

.mg-t-41-5 {
  margin-top: 41.5% !important; }

.mg-b-41-5 {
  margin-bottom: 41.5% !important; }

.mg-l-42 {
  margin-left: 42% !important; }

.mg-r-42 {
  margin-right: 42% !important; }

.mg-t-42 {
  margin-top: 42% !important; }

.mg-b-42 {
  margin-bottom: 42% !important; }

.mg-l-42-5 {
  margin-left: 42.5% !important; }

.mg-r-42-5 {
  margin-right: 42.5% !important; }

.mg-t-42-5 {
  margin-top: 42.5% !important; }

.mg-b-42-5 {
  margin-bottom: 42.5% !important; }

.mg-l-43 {
  margin-left: 43% !important; }

.mg-r-43 {
  margin-right: 43% !important; }

.mg-t-43 {
  margin-top: 43% !important; }

.mg-b-43 {
  margin-bottom: 43% !important; }

.mg-l-43-5 {
  margin-left: 43.5% !important; }

.mg-r-43-5 {
  margin-right: 43.5% !important; }

.mg-t-43-5 {
  margin-top: 43.5% !important; }

.mg-b-43-5 {
  margin-bottom: 43.5% !important; }

.mg-l-44 {
  margin-left: 44% !important; }

.mg-r-44 {
  margin-right: 44% !important; }

.mg-t-44 {
  margin-top: 44% !important; }

.mg-b-44 {
  margin-bottom: 44% !important; }

.mg-l-44-5 {
  margin-left: 44.5% !important; }

.mg-r-44-5 {
  margin-right: 44.5% !important; }

.mg-t-44-5 {
  margin-top: 44.5% !important; }

.mg-b-44-5 {
  margin-bottom: 44.5% !important; }

.mg-l-45 {
  margin-left: 45% !important; }

.mg-r-45 {
  margin-right: 45% !important; }

.mg-t-45 {
  margin-top: 45% !important; }

.mg-b-45 {
  margin-bottom: 45% !important; }

.mg-l-45-5 {
  margin-left: 45.5% !important; }

.mg-r-45-5 {
  margin-right: 45.5% !important; }

.mg-t-45-5 {
  margin-top: 45.5% !important; }

.mg-b-45-5 {
  margin-bottom: 45.5% !important; }

.mg-l-46 {
  margin-left: 46% !important; }

.mg-r-46 {
  margin-right: 46% !important; }

.mg-t-46 {
  margin-top: 46% !important; }

.mg-b-46 {
  margin-bottom: 46% !important; }

.mg-l-46-5 {
  margin-left: 46.5% !important; }

.mg-r-46-5 {
  margin-right: 46.5% !important; }

.mg-t-46-5 {
  margin-top: 46.5% !important; }

.mg-b-46-5 {
  margin-bottom: 46.5% !important; }

.mg-l-47 {
  margin-left: 47% !important; }

.mg-r-47 {
  margin-right: 47% !important; }

.mg-t-47 {
  margin-top: 47% !important; }

.mg-b-47 {
  margin-bottom: 47% !important; }

.mg-l-47-5 {
  margin-left: 47.5% !important; }

.mg-r-47-5 {
  margin-right: 47.5% !important; }

.mg-t-47-5 {
  margin-top: 47.5% !important; }

.mg-b-47-5 {
  margin-bottom: 47.5% !important; }

.mg-l-48 {
  margin-left: 48% !important; }

.mg-r-48 {
  margin-right: 48% !important; }

.mg-t-48 {
  margin-top: 48% !important; }

.mg-b-48 {
  margin-bottom: 48% !important; }

.mg-l-48-5 {
  margin-left: 48.5% !important; }

.mg-r-48-5 {
  margin-right: 48.5% !important; }

.mg-t-48-5 {
  margin-top: 48.5% !important; }

.mg-b-48-5 {
  margin-bottom: 48.5% !important; }

.mg-l-49 {
  margin-left: 49% !important; }

.mg-r-49 {
  margin-right: 49% !important; }

.mg-t-49 {
  margin-top: 49% !important; }

.mg-b-49 {
  margin-bottom: 49% !important; }

.mg-l-49-5 {
  margin-left: 49.5% !important; }

.mg-r-49-5 {
  margin-right: 49.5% !important; }

.mg-t-49-5 {
  margin-top: 49.5% !important; }

.mg-b-49-5 {
  margin-bottom: 49.5% !important; }

.mg-l-50 {
  margin-left: 50% !important; }

.mg-r-50 {
  margin-right: 50% !important; }

.mg-t-50 {
  margin-top: 50% !important; }

.mg-b-50 {
  margin-bottom: 50% !important; }

.mg-l-50-5 {
  margin-left: 50.5% !important; }

.mg-r-50-5 {
  margin-right: 50.5% !important; }

.mg-t-50-5 {
  margin-top: 50.5% !important; }

.mg-b-50-5 {
  margin-bottom: 50.5% !important; }

.mg-l-51 {
  margin-left: 51% !important; }

.mg-r-51 {
  margin-right: 51% !important; }

.mg-t-51 {
  margin-top: 51% !important; }

.mg-b-51 {
  margin-bottom: 51% !important; }

.mg-l-51-5 {
  margin-left: 51.5% !important; }

.mg-r-51-5 {
  margin-right: 51.5% !important; }

.mg-t-51-5 {
  margin-top: 51.5% !important; }

.mg-b-51-5 {
  margin-bottom: 51.5% !important; }

.mg-l-52 {
  margin-left: 52% !important; }

.mg-r-52 {
  margin-right: 52% !important; }

.mg-t-52 {
  margin-top: 52% !important; }

.mg-b-52 {
  margin-bottom: 52% !important; }

.mg-l-52-5 {
  margin-left: 52.5% !important; }

.mg-r-52-5 {
  margin-right: 52.5% !important; }

.mg-t-52-5 {
  margin-top: 52.5% !important; }

.mg-b-52-5 {
  margin-bottom: 52.5% !important; }

.mg-l-53 {
  margin-left: 53% !important; }

.mg-r-53 {
  margin-right: 53% !important; }

.mg-t-53 {
  margin-top: 53% !important; }

.mg-b-53 {
  margin-bottom: 53% !important; }

.mg-l-53-5 {
  margin-left: 53.5% !important; }

.mg-r-53-5 {
  margin-right: 53.5% !important; }

.mg-t-53-5 {
  margin-top: 53.5% !important; }

.mg-b-53-5 {
  margin-bottom: 53.5% !important; }

.mg-l-54 {
  margin-left: 54% !important; }

.mg-r-54 {
  margin-right: 54% !important; }

.mg-t-54 {
  margin-top: 54% !important; }

.mg-b-54 {
  margin-bottom: 54% !important; }

.mg-l-54-5 {
  margin-left: 54.5% !important; }

.mg-r-54-5 {
  margin-right: 54.5% !important; }

.mg-t-54-5 {
  margin-top: 54.5% !important; }

.mg-b-54-5 {
  margin-bottom: 54.5% !important; }

.mg-l-55 {
  margin-left: 55% !important; }

.mg-r-55 {
  margin-right: 55% !important; }

.mg-t-55 {
  margin-top: 55% !important; }

.mg-b-55 {
  margin-bottom: 55% !important; }

.mg-l-55-5 {
  margin-left: 55.5% !important; }

.mg-r-55-5 {
  margin-right: 55.5% !important; }

.mg-t-55-5 {
  margin-top: 55.5% !important; }

.mg-b-55-5 {
  margin-bottom: 55.5% !important; }

.mg-l-56 {
  margin-left: 56% !important; }

.mg-r-56 {
  margin-right: 56% !important; }

.mg-t-56 {
  margin-top: 56% !important; }

.mg-b-56 {
  margin-bottom: 56% !important; }

.mg-l-56-5 {
  margin-left: 56.5% !important; }

.mg-r-56-5 {
  margin-right: 56.5% !important; }

.mg-t-56-5 {
  margin-top: 56.5% !important; }

.mg-b-56-5 {
  margin-bottom: 56.5% !important; }

.mg-l-57 {
  margin-left: 57% !important; }

.mg-r-57 {
  margin-right: 57% !important; }

.mg-t-57 {
  margin-top: 57% !important; }

.mg-b-57 {
  margin-bottom: 57% !important; }

.mg-l-57-5 {
  margin-left: 57.5% !important; }

.mg-r-57-5 {
  margin-right: 57.5% !important; }

.mg-t-57-5 {
  margin-top: 57.5% !important; }

.mg-b-57-5 {
  margin-bottom: 57.5% !important; }

.mg-l-58 {
  margin-left: 58% !important; }

.mg-r-58 {
  margin-right: 58% !important; }

.mg-t-58 {
  margin-top: 58% !important; }

.mg-b-58 {
  margin-bottom: 58% !important; }

.mg-l-58-5 {
  margin-left: 58.5% !important; }

.mg-r-58-5 {
  margin-right: 58.5% !important; }

.mg-t-58-5 {
  margin-top: 58.5% !important; }

.mg-b-58-5 {
  margin-bottom: 58.5% !important; }

.mg-l-59 {
  margin-left: 59% !important; }

.mg-r-59 {
  margin-right: 59% !important; }

.mg-t-59 {
  margin-top: 59% !important; }

.mg-b-59 {
  margin-bottom: 59% !important; }

.mg-l-59-5 {
  margin-left: 59.5% !important; }

.mg-r-59-5 {
  margin-right: 59.5% !important; }

.mg-t-59-5 {
  margin-top: 59.5% !important; }

.mg-b-59-5 {
  margin-bottom: 59.5% !important; }

.mg-l-60 {
  margin-left: 60% !important; }

.mg-r-60 {
  margin-right: 60% !important; }

.mg-t-60 {
  margin-top: 60% !important; }

.mg-b-60 {
  margin-bottom: 60% !important; }

.mg-l-60-5 {
  margin-left: 60.5% !important; }

.mg-r-60-5 {
  margin-right: 60.5% !important; }

.mg-t-60-5 {
  margin-top: 60.5% !important; }

.mg-b-60-5 {
  margin-bottom: 60.5% !important; }

.mg-l-61 {
  margin-left: 61% !important; }

.mg-r-61 {
  margin-right: 61% !important; }

.mg-t-61 {
  margin-top: 61% !important; }

.mg-b-61 {
  margin-bottom: 61% !important; }

.mg-l-61-5 {
  margin-left: 61.5% !important; }

.mg-r-61-5 {
  margin-right: 61.5% !important; }

.mg-t-61-5 {
  margin-top: 61.5% !important; }

.mg-b-61-5 {
  margin-bottom: 61.5% !important; }

.mg-l-62 {
  margin-left: 62% !important; }

.mg-r-62 {
  margin-right: 62% !important; }

.mg-t-62 {
  margin-top: 62% !important; }

.mg-b-62 {
  margin-bottom: 62% !important; }

.mg-l-62-5 {
  margin-left: 62.5% !important; }

.mg-r-62-5 {
  margin-right: 62.5% !important; }

.mg-t-62-5 {
  margin-top: 62.5% !important; }

.mg-b-62-5 {
  margin-bottom: 62.5% !important; }

.mg-l-63 {
  margin-left: 63% !important; }

.mg-r-63 {
  margin-right: 63% !important; }

.mg-t-63 {
  margin-top: 63% !important; }

.mg-b-63 {
  margin-bottom: 63% !important; }

.mg-l-63-5 {
  margin-left: 63.5% !important; }

.mg-r-63-5 {
  margin-right: 63.5% !important; }

.mg-t-63-5 {
  margin-top: 63.5% !important; }

.mg-b-63-5 {
  margin-bottom: 63.5% !important; }

.mg-l-64 {
  margin-left: 64% !important; }

.mg-r-64 {
  margin-right: 64% !important; }

.mg-t-64 {
  margin-top: 64% !important; }

.mg-b-64 {
  margin-bottom: 64% !important; }

.mg-l-64-5 {
  margin-left: 64.5% !important; }

.mg-r-64-5 {
  margin-right: 64.5% !important; }

.mg-t-64-5 {
  margin-top: 64.5% !important; }

.mg-b-64-5 {
  margin-bottom: 64.5% !important; }

.mg-l-65 {
  margin-left: 65% !important; }

.mg-r-65 {
  margin-right: 65% !important; }

.mg-t-65 {
  margin-top: 65% !important; }

.mg-b-65 {
  margin-bottom: 65% !important; }

.mg-l-65-5 {
  margin-left: 65.5% !important; }

.mg-r-65-5 {
  margin-right: 65.5% !important; }

.mg-t-65-5 {
  margin-top: 65.5% !important; }

.mg-b-65-5 {
  margin-bottom: 65.5% !important; }

.mg-l-66 {
  margin-left: 66% !important; }

.mg-r-66 {
  margin-right: 66% !important; }

.mg-t-66 {
  margin-top: 66% !important; }

.mg-b-66 {
  margin-bottom: 66% !important; }

.mg-l-66-5 {
  margin-left: 66.5% !important; }

.mg-r-66-5 {
  margin-right: 66.5% !important; }

.mg-t-66-5 {
  margin-top: 66.5% !important; }

.mg-b-66-5 {
  margin-bottom: 66.5% !important; }

.mg-l-67 {
  margin-left: 67% !important; }

.mg-r-67 {
  margin-right: 67% !important; }

.mg-t-67 {
  margin-top: 67% !important; }

.mg-b-67 {
  margin-bottom: 67% !important; }

.mg-l-67-5 {
  margin-left: 67.5% !important; }

.mg-r-67-5 {
  margin-right: 67.5% !important; }

.mg-t-67-5 {
  margin-top: 67.5% !important; }

.mg-b-67-5 {
  margin-bottom: 67.5% !important; }

.mg-l-68 {
  margin-left: 68% !important; }

.mg-r-68 {
  margin-right: 68% !important; }

.mg-t-68 {
  margin-top: 68% !important; }

.mg-b-68 {
  margin-bottom: 68% !important; }

.mg-l-68-5 {
  margin-left: 68.5% !important; }

.mg-r-68-5 {
  margin-right: 68.5% !important; }

.mg-t-68-5 {
  margin-top: 68.5% !important; }

.mg-b-68-5 {
  margin-bottom: 68.5% !important; }

.mg-l-69 {
  margin-left: 69% !important; }

.mg-r-69 {
  margin-right: 69% !important; }

.mg-t-69 {
  margin-top: 69% !important; }

.mg-b-69 {
  margin-bottom: 69% !important; }

.mg-l-69-5 {
  margin-left: 69.5% !important; }

.mg-r-69-5 {
  margin-right: 69.5% !important; }

.mg-t-69-5 {
  margin-top: 69.5% !important; }

.mg-b-69-5 {
  margin-bottom: 69.5% !important; }

.mg-l-70 {
  margin-left: 70% !important; }

.mg-r-70 {
  margin-right: 70% !important; }

.mg-t-70 {
  margin-top: 70% !important; }

.mg-b-70 {
  margin-bottom: 70% !important; }

.mg-l-70-5 {
  margin-left: 70.5% !important; }

.mg-r-70-5 {
  margin-right: 70.5% !important; }

.mg-t-70-5 {
  margin-top: 70.5% !important; }

.mg-b-70-5 {
  margin-bottom: 70.5% !important; }

.mg-l-71 {
  margin-left: 71% !important; }

.mg-r-71 {
  margin-right: 71% !important; }

.mg-t-71 {
  margin-top: 71% !important; }

.mg-b-71 {
  margin-bottom: 71% !important; }

.mg-l-71-5 {
  margin-left: 71.5% !important; }

.mg-r-71-5 {
  margin-right: 71.5% !important; }

.mg-t-71-5 {
  margin-top: 71.5% !important; }

.mg-b-71-5 {
  margin-bottom: 71.5% !important; }

.mg-l-72 {
  margin-left: 72% !important; }

.mg-r-72 {
  margin-right: 72% !important; }

.mg-t-72 {
  margin-top: 72% !important; }

.mg-b-72 {
  margin-bottom: 72% !important; }

.mg-l-72-5 {
  margin-left: 72.5% !important; }

.mg-r-72-5 {
  margin-right: 72.5% !important; }

.mg-t-72-5 {
  margin-top: 72.5% !important; }

.mg-b-72-5 {
  margin-bottom: 72.5% !important; }

.mg-l-73 {
  margin-left: 73% !important; }

.mg-r-73 {
  margin-right: 73% !important; }

.mg-t-73 {
  margin-top: 73% !important; }

.mg-b-73 {
  margin-bottom: 73% !important; }

.mg-l-73-5 {
  margin-left: 73.5% !important; }

.mg-r-73-5 {
  margin-right: 73.5% !important; }

.mg-t-73-5 {
  margin-top: 73.5% !important; }

.mg-b-73-5 {
  margin-bottom: 73.5% !important; }

.mg-l-74 {
  margin-left: 74% !important; }

.mg-r-74 {
  margin-right: 74% !important; }

.mg-t-74 {
  margin-top: 74% !important; }

.mg-b-74 {
  margin-bottom: 74% !important; }

.mg-l-74-5 {
  margin-left: 74.5% !important; }

.mg-r-74-5 {
  margin-right: 74.5% !important; }

.mg-t-74-5 {
  margin-top: 74.5% !important; }

.mg-b-74-5 {
  margin-bottom: 74.5% !important; }

.mg-l-75 {
  margin-left: 75% !important; }

.mg-r-75 {
  margin-right: 75% !important; }

.mg-t-75 {
  margin-top: 75% !important; }

.mg-b-75 {
  margin-bottom: 75% !important; }

.mg-l-75-5 {
  margin-left: 75.5% !important; }

.mg-r-75-5 {
  margin-right: 75.5% !important; }

.mg-t-75-5 {
  margin-top: 75.5% !important; }

.mg-b-75-5 {
  margin-bottom: 75.5% !important; }

.mg-l-76 {
  margin-left: 76% !important; }

.mg-r-76 {
  margin-right: 76% !important; }

.mg-t-76 {
  margin-top: 76% !important; }

.mg-b-76 {
  margin-bottom: 76% !important; }

.mg-l-76-5 {
  margin-left: 76.5% !important; }

.mg-r-76-5 {
  margin-right: 76.5% !important; }

.mg-t-76-5 {
  margin-top: 76.5% !important; }

.mg-b-76-5 {
  margin-bottom: 76.5% !important; }

.mg-l-77 {
  margin-left: 77% !important; }

.mg-r-77 {
  margin-right: 77% !important; }

.mg-t-77 {
  margin-top: 77% !important; }

.mg-b-77 {
  margin-bottom: 77% !important; }

.mg-l-77-5 {
  margin-left: 77.5% !important; }

.mg-r-77-5 {
  margin-right: 77.5% !important; }

.mg-t-77-5 {
  margin-top: 77.5% !important; }

.mg-b-77-5 {
  margin-bottom: 77.5% !important; }

.mg-l-78 {
  margin-left: 78% !important; }

.mg-r-78 {
  margin-right: 78% !important; }

.mg-t-78 {
  margin-top: 78% !important; }

.mg-b-78 {
  margin-bottom: 78% !important; }

.mg-l-78-5 {
  margin-left: 78.5% !important; }

.mg-r-78-5 {
  margin-right: 78.5% !important; }

.mg-t-78-5 {
  margin-top: 78.5% !important; }

.mg-b-78-5 {
  margin-bottom: 78.5% !important; }

.mg-l-79 {
  margin-left: 79% !important; }

.mg-r-79 {
  margin-right: 79% !important; }

.mg-t-79 {
  margin-top: 79% !important; }

.mg-b-79 {
  margin-bottom: 79% !important; }

.mg-l-79-5 {
  margin-left: 79.5% !important; }

.mg-r-79-5 {
  margin-right: 79.5% !important; }

.mg-t-79-5 {
  margin-top: 79.5% !important; }

.mg-b-79-5 {
  margin-bottom: 79.5% !important; }

.mg-l-80 {
  margin-left: 80% !important; }

.mg-r-80 {
  margin-right: 80% !important; }

.mg-t-80 {
  margin-top: 80% !important; }

.mg-b-80 {
  margin-bottom: 80% !important; }

.mg-l-80-5 {
  margin-left: 80.5% !important; }

.mg-r-80-5 {
  margin-right: 80.5% !important; }

.mg-t-80-5 {
  margin-top: 80.5% !important; }

.mg-b-80-5 {
  margin-bottom: 80.5% !important; }

.mg-l-81 {
  margin-left: 81% !important; }

.mg-r-81 {
  margin-right: 81% !important; }

.mg-t-81 {
  margin-top: 81% !important; }

.mg-b-81 {
  margin-bottom: 81% !important; }

.mg-l-81-5 {
  margin-left: 81.5% !important; }

.mg-r-81-5 {
  margin-right: 81.5% !important; }

.mg-t-81-5 {
  margin-top: 81.5% !important; }

.mg-b-81-5 {
  margin-bottom: 81.5% !important; }

.mg-l-82 {
  margin-left: 82% !important; }

.mg-r-82 {
  margin-right: 82% !important; }

.mg-t-82 {
  margin-top: 82% !important; }

.mg-b-82 {
  margin-bottom: 82% !important; }

.mg-l-82-5 {
  margin-left: 82.5% !important; }

.mg-r-82-5 {
  margin-right: 82.5% !important; }

.mg-t-82-5 {
  margin-top: 82.5% !important; }

.mg-b-82-5 {
  margin-bottom: 82.5% !important; }

.mg-l-83 {
  margin-left: 83% !important; }

.mg-r-83 {
  margin-right: 83% !important; }

.mg-t-83 {
  margin-top: 83% !important; }

.mg-b-83 {
  margin-bottom: 83% !important; }

.mg-l-83-5 {
  margin-left: 83.5% !important; }

.mg-r-83-5 {
  margin-right: 83.5% !important; }

.mg-t-83-5 {
  margin-top: 83.5% !important; }

.mg-b-83-5 {
  margin-bottom: 83.5% !important; }

.mg-l-84 {
  margin-left: 84% !important; }

.mg-r-84 {
  margin-right: 84% !important; }

.mg-t-84 {
  margin-top: 84% !important; }

.mg-b-84 {
  margin-bottom: 84% !important; }

.mg-l-84-5 {
  margin-left: 84.5% !important; }

.mg-r-84-5 {
  margin-right: 84.5% !important; }

.mg-t-84-5 {
  margin-top: 84.5% !important; }

.mg-b-84-5 {
  margin-bottom: 84.5% !important; }

.mg-l-85 {
  margin-left: 85% !important; }

.mg-r-85 {
  margin-right: 85% !important; }

.mg-t-85 {
  margin-top: 85% !important; }

.mg-b-85 {
  margin-bottom: 85% !important; }

.mg-l-85-5 {
  margin-left: 85.5% !important; }

.mg-r-85-5 {
  margin-right: 85.5% !important; }

.mg-t-85-5 {
  margin-top: 85.5% !important; }

.mg-b-85-5 {
  margin-bottom: 85.5% !important; }

.mg-l-86 {
  margin-left: 86% !important; }

.mg-r-86 {
  margin-right: 86% !important; }

.mg-t-86 {
  margin-top: 86% !important; }

.mg-b-86 {
  margin-bottom: 86% !important; }

.mg-l-86-5 {
  margin-left: 86.5% !important; }

.mg-r-86-5 {
  margin-right: 86.5% !important; }

.mg-t-86-5 {
  margin-top: 86.5% !important; }

.mg-b-86-5 {
  margin-bottom: 86.5% !important; }

.mg-l-87 {
  margin-left: 87% !important; }

.mg-r-87 {
  margin-right: 87% !important; }

.mg-t-87 {
  margin-top: 87% !important; }

.mg-b-87 {
  margin-bottom: 87% !important; }

.mg-l-87-5 {
  margin-left: 87.5% !important; }

.mg-r-87-5 {
  margin-right: 87.5% !important; }

.mg-t-87-5 {
  margin-top: 87.5% !important; }

.mg-b-87-5 {
  margin-bottom: 87.5% !important; }

.mg-l-88 {
  margin-left: 88% !important; }

.mg-r-88 {
  margin-right: 88% !important; }

.mg-t-88 {
  margin-top: 88% !important; }

.mg-b-88 {
  margin-bottom: 88% !important; }

.mg-l-88-5 {
  margin-left: 88.5% !important; }

.mg-r-88-5 {
  margin-right: 88.5% !important; }

.mg-t-88-5 {
  margin-top: 88.5% !important; }

.mg-b-88-5 {
  margin-bottom: 88.5% !important; }

.mg-l-89 {
  margin-left: 89% !important; }

.mg-r-89 {
  margin-right: 89% !important; }

.mg-t-89 {
  margin-top: 89% !important; }

.mg-b-89 {
  margin-bottom: 89% !important; }

.mg-l-89-5 {
  margin-left: 89.5% !important; }

.mg-r-89-5 {
  margin-right: 89.5% !important; }

.mg-t-89-5 {
  margin-top: 89.5% !important; }

.mg-b-89-5 {
  margin-bottom: 89.5% !important; }

.mg-l-90 {
  margin-left: 90% !important; }

.mg-r-90 {
  margin-right: 90% !important; }

.mg-t-90 {
  margin-top: 90% !important; }

.mg-b-90 {
  margin-bottom: 90% !important; }

.mg-l-90-5 {
  margin-left: 90.5% !important; }

.mg-r-90-5 {
  margin-right: 90.5% !important; }

.mg-t-90-5 {
  margin-top: 90.5% !important; }

.mg-b-90-5 {
  margin-bottom: 90.5% !important; }

.mg-l-91 {
  margin-left: 91% !important; }

.mg-r-91 {
  margin-right: 91% !important; }

.mg-t-91 {
  margin-top: 91% !important; }

.mg-b-91 {
  margin-bottom: 91% !important; }

.mg-l-91-5 {
  margin-left: 91.5% !important; }

.mg-r-91-5 {
  margin-right: 91.5% !important; }

.mg-t-91-5 {
  margin-top: 91.5% !important; }

.mg-b-91-5 {
  margin-bottom: 91.5% !important; }

.mg-l-92 {
  margin-left: 92% !important; }

.mg-r-92 {
  margin-right: 92% !important; }

.mg-t-92 {
  margin-top: 92% !important; }

.mg-b-92 {
  margin-bottom: 92% !important; }

.mg-l-92-5 {
  margin-left: 92.5% !important; }

.mg-r-92-5 {
  margin-right: 92.5% !important; }

.mg-t-92-5 {
  margin-top: 92.5% !important; }

.mg-b-92-5 {
  margin-bottom: 92.5% !important; }

.mg-l-93 {
  margin-left: 93% !important; }

.mg-r-93 {
  margin-right: 93% !important; }

.mg-t-93 {
  margin-top: 93% !important; }

.mg-b-93 {
  margin-bottom: 93% !important; }

.mg-l-93-5 {
  margin-left: 93.5% !important; }

.mg-r-93-5 {
  margin-right: 93.5% !important; }

.mg-t-93-5 {
  margin-top: 93.5% !important; }

.mg-b-93-5 {
  margin-bottom: 93.5% !important; }

.mg-l-94 {
  margin-left: 94% !important; }

.mg-r-94 {
  margin-right: 94% !important; }

.mg-t-94 {
  margin-top: 94% !important; }

.mg-b-94 {
  margin-bottom: 94% !important; }

.mg-l-94-5 {
  margin-left: 94.5% !important; }

.mg-r-94-5 {
  margin-right: 94.5% !important; }

.mg-t-94-5 {
  margin-top: 94.5% !important; }

.mg-b-94-5 {
  margin-bottom: 94.5% !important; }

.mg-l-95 {
  margin-left: 95% !important; }

.mg-r-95 {
  margin-right: 95% !important; }

.mg-t-95 {
  margin-top: 95% !important; }

.mg-b-95 {
  margin-bottom: 95% !important; }

.mg-l-95-5 {
  margin-left: 95.5% !important; }

.mg-r-95-5 {
  margin-right: 95.5% !important; }

.mg-t-95-5 {
  margin-top: 95.5% !important; }

.mg-b-95-5 {
  margin-bottom: 95.5% !important; }

.mg-l-96 {
  margin-left: 96% !important; }

.mg-r-96 {
  margin-right: 96% !important; }

.mg-t-96 {
  margin-top: 96% !important; }

.mg-b-96 {
  margin-bottom: 96% !important; }

.mg-l-96-5 {
  margin-left: 96.5% !important; }

.mg-r-96-5 {
  margin-right: 96.5% !important; }

.mg-t-96-5 {
  margin-top: 96.5% !important; }

.mg-b-96-5 {
  margin-bottom: 96.5% !important; }

.mg-l-97 {
  margin-left: 97% !important; }

.mg-r-97 {
  margin-right: 97% !important; }

.mg-t-97 {
  margin-top: 97% !important; }

.mg-b-97 {
  margin-bottom: 97% !important; }

.mg-l-97-5 {
  margin-left: 97.5% !important; }

.mg-r-97-5 {
  margin-right: 97.5% !important; }

.mg-t-97-5 {
  margin-top: 97.5% !important; }

.mg-b-97-5 {
  margin-bottom: 97.5% !important; }

.mg-l-98 {
  margin-left: 98% !important; }

.mg-r-98 {
  margin-right: 98% !important; }

.mg-t-98 {
  margin-top: 98% !important; }

.mg-b-98 {
  margin-bottom: 98% !important; }

.mg-l-98-5 {
  margin-left: 98.5% !important; }

.mg-r-98-5 {
  margin-right: 98.5% !important; }

.mg-t-98-5 {
  margin-top: 98.5% !important; }

.mg-b-98-5 {
  margin-bottom: 98.5% !important; }

.mg-l-99 {
  margin-left: 99% !important; }

.mg-r-99 {
  margin-right: 99% !important; }

.mg-t-99 {
  margin-top: 99% !important; }

.mg-b-99 {
  margin-bottom: 99% !important; }

.mg-l-99-5 {
  margin-left: 99.5% !important; }

.mg-r-99-5 {
  margin-right: 99.5% !important; }

.mg-t-99-5 {
  margin-top: 99.5% !important; }

.mg-b-99-5 {
  margin-bottom: 99.5% !important; }

.mg-l-100 {
  margin-left: 100% !important; }

.mg-r-100 {
  margin-right: 100% !important; }

.mg-t-100 {
  margin-top: 100% !important; }

.mg-b-100 {
  margin-bottom: 100% !important; }

.mg-l-100-5 {
  margin-left: 100.5% !important; }

.mg-r-100-5 {
  margin-right: 100.5% !important; }

.mg-t-100-5 {
  margin-top: 100.5% !important; }

.mg-b-100-5 {
  margin-bottom: 100.5% !important; }

@media (min-width: 576px) {
  .mg-sm-l-1 {
    margin-left: 1% !important; }
  .mg-sm-r-1 {
    margin-right: 1% !important; }
  .mg-sm-t-1 {
    margin-top: 1% !important; }
  .mg-sm-b-1 {
    margin-bottom: 1% !important; }
  .mg-sm-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-sm-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-sm-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-sm-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-sm-l-2 {
    margin-left: 2% !important; }
  .mg-sm-r-2 {
    margin-right: 2% !important; }
  .mg-sm-t-2 {
    margin-top: 2% !important; }
  .mg-sm-b-2 {
    margin-bottom: 2% !important; }
  .mg-sm-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-sm-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-sm-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-sm-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-sm-l-3 {
    margin-left: 3% !important; }
  .mg-sm-r-3 {
    margin-right: 3% !important; }
  .mg-sm-t-3 {
    margin-top: 3% !important; }
  .mg-sm-b-3 {
    margin-bottom: 3% !important; }
  .mg-sm-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-sm-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-sm-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-sm-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-sm-l-4 {
    margin-left: 4% !important; }
  .mg-sm-r-4 {
    margin-right: 4% !important; }
  .mg-sm-t-4 {
    margin-top: 4% !important; }
  .mg-sm-b-4 {
    margin-bottom: 4% !important; }
  .mg-sm-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-sm-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-sm-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-sm-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-sm-l-5 {
    margin-left: 5% !important; }
  .mg-sm-r-5 {
    margin-right: 5% !important; }
  .mg-sm-t-5 {
    margin-top: 5% !important; }
  .mg-sm-b-5 {
    margin-bottom: 5% !important; }
  .mg-sm-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-sm-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-sm-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-sm-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-sm-l-6 {
    margin-left: 6% !important; }
  .mg-sm-r-6 {
    margin-right: 6% !important; }
  .mg-sm-t-6 {
    margin-top: 6% !important; }
  .mg-sm-b-6 {
    margin-bottom: 6% !important; }
  .mg-sm-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-sm-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-sm-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-sm-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-sm-l-7 {
    margin-left: 7% !important; }
  .mg-sm-r-7 {
    margin-right: 7% !important; }
  .mg-sm-t-7 {
    margin-top: 7% !important; }
  .mg-sm-b-7 {
    margin-bottom: 7% !important; }
  .mg-sm-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-sm-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-sm-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-sm-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-sm-l-8 {
    margin-left: 8% !important; }
  .mg-sm-r-8 {
    margin-right: 8% !important; }
  .mg-sm-t-8 {
    margin-top: 8% !important; }
  .mg-sm-b-8 {
    margin-bottom: 8% !important; }
  .mg-sm-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-sm-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-sm-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-sm-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-sm-l-9 {
    margin-left: 9% !important; }
  .mg-sm-r-9 {
    margin-right: 9% !important; }
  .mg-sm-t-9 {
    margin-top: 9% !important; }
  .mg-sm-b-9 {
    margin-bottom: 9% !important; }
  .mg-sm-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-sm-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-sm-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-sm-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-sm-l-10 {
    margin-left: 10% !important; }
  .mg-sm-r-10 {
    margin-right: 10% !important; }
  .mg-sm-t-10 {
    margin-top: 10% !important; }
  .mg-sm-b-10 {
    margin-bottom: 10% !important; }
  .mg-sm-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-sm-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-sm-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-sm-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-sm-l-11 {
    margin-left: 11% !important; }
  .mg-sm-r-11 {
    margin-right: 11% !important; }
  .mg-sm-t-11 {
    margin-top: 11% !important; }
  .mg-sm-b-11 {
    margin-bottom: 11% !important; }
  .mg-sm-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-sm-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-sm-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-sm-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-sm-l-12 {
    margin-left: 12% !important; }
  .mg-sm-r-12 {
    margin-right: 12% !important; }
  .mg-sm-t-12 {
    margin-top: 12% !important; }
  .mg-sm-b-12 {
    margin-bottom: 12% !important; }
  .mg-sm-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-sm-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-sm-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-sm-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-sm-l-13 {
    margin-left: 13% !important; }
  .mg-sm-r-13 {
    margin-right: 13% !important; }
  .mg-sm-t-13 {
    margin-top: 13% !important; }
  .mg-sm-b-13 {
    margin-bottom: 13% !important; }
  .mg-sm-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-sm-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-sm-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-sm-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-sm-l-14 {
    margin-left: 14% !important; }
  .mg-sm-r-14 {
    margin-right: 14% !important; }
  .mg-sm-t-14 {
    margin-top: 14% !important; }
  .mg-sm-b-14 {
    margin-bottom: 14% !important; }
  .mg-sm-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-sm-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-sm-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-sm-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-sm-l-15 {
    margin-left: 15% !important; }
  .mg-sm-r-15 {
    margin-right: 15% !important; }
  .mg-sm-t-15 {
    margin-top: 15% !important; }
  .mg-sm-b-15 {
    margin-bottom: 15% !important; }
  .mg-sm-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-sm-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-sm-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-sm-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-sm-l-16 {
    margin-left: 16% !important; }
  .mg-sm-r-16 {
    margin-right: 16% !important; }
  .mg-sm-t-16 {
    margin-top: 16% !important; }
  .mg-sm-b-16 {
    margin-bottom: 16% !important; }
  .mg-sm-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-sm-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-sm-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-sm-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-sm-l-17 {
    margin-left: 17% !important; }
  .mg-sm-r-17 {
    margin-right: 17% !important; }
  .mg-sm-t-17 {
    margin-top: 17% !important; }
  .mg-sm-b-17 {
    margin-bottom: 17% !important; }
  .mg-sm-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-sm-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-sm-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-sm-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-sm-l-18 {
    margin-left: 18% !important; }
  .mg-sm-r-18 {
    margin-right: 18% !important; }
  .mg-sm-t-18 {
    margin-top: 18% !important; }
  .mg-sm-b-18 {
    margin-bottom: 18% !important; }
  .mg-sm-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-sm-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-sm-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-sm-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-sm-l-19 {
    margin-left: 19% !important; }
  .mg-sm-r-19 {
    margin-right: 19% !important; }
  .mg-sm-t-19 {
    margin-top: 19% !important; }
  .mg-sm-b-19 {
    margin-bottom: 19% !important; }
  .mg-sm-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-sm-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-sm-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-sm-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-sm-l-20 {
    margin-left: 20% !important; }
  .mg-sm-r-20 {
    margin-right: 20% !important; }
  .mg-sm-t-20 {
    margin-top: 20% !important; }
  .mg-sm-b-20 {
    margin-bottom: 20% !important; }
  .mg-sm-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-sm-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-sm-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-sm-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-sm-l-21 {
    margin-left: 21% !important; }
  .mg-sm-r-21 {
    margin-right: 21% !important; }
  .mg-sm-t-21 {
    margin-top: 21% !important; }
  .mg-sm-b-21 {
    margin-bottom: 21% !important; }
  .mg-sm-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-sm-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-sm-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-sm-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-sm-l-22 {
    margin-left: 22% !important; }
  .mg-sm-r-22 {
    margin-right: 22% !important; }
  .mg-sm-t-22 {
    margin-top: 22% !important; }
  .mg-sm-b-22 {
    margin-bottom: 22% !important; }
  .mg-sm-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-sm-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-sm-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-sm-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-sm-l-23 {
    margin-left: 23% !important; }
  .mg-sm-r-23 {
    margin-right: 23% !important; }
  .mg-sm-t-23 {
    margin-top: 23% !important; }
  .mg-sm-b-23 {
    margin-bottom: 23% !important; }
  .mg-sm-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-sm-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-sm-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-sm-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-sm-l-24 {
    margin-left: 24% !important; }
  .mg-sm-r-24 {
    margin-right: 24% !important; }
  .mg-sm-t-24 {
    margin-top: 24% !important; }
  .mg-sm-b-24 {
    margin-bottom: 24% !important; }
  .mg-sm-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-sm-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-sm-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-sm-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-sm-l-25 {
    margin-left: 25% !important; }
  .mg-sm-r-25 {
    margin-right: 25% !important; }
  .mg-sm-t-25 {
    margin-top: 25% !important; }
  .mg-sm-b-25 {
    margin-bottom: 25% !important; }
  .mg-sm-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-sm-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-sm-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-sm-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-sm-l-26 {
    margin-left: 26% !important; }
  .mg-sm-r-26 {
    margin-right: 26% !important; }
  .mg-sm-t-26 {
    margin-top: 26% !important; }
  .mg-sm-b-26 {
    margin-bottom: 26% !important; }
  .mg-sm-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-sm-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-sm-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-sm-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-sm-l-27 {
    margin-left: 27% !important; }
  .mg-sm-r-27 {
    margin-right: 27% !important; }
  .mg-sm-t-27 {
    margin-top: 27% !important; }
  .mg-sm-b-27 {
    margin-bottom: 27% !important; }
  .mg-sm-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-sm-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-sm-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-sm-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-sm-l-28 {
    margin-left: 28% !important; }
  .mg-sm-r-28 {
    margin-right: 28% !important; }
  .mg-sm-t-28 {
    margin-top: 28% !important; }
  .mg-sm-b-28 {
    margin-bottom: 28% !important; }
  .mg-sm-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-sm-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-sm-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-sm-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-sm-l-29 {
    margin-left: 29% !important; }
  .mg-sm-r-29 {
    margin-right: 29% !important; }
  .mg-sm-t-29 {
    margin-top: 29% !important; }
  .mg-sm-b-29 {
    margin-bottom: 29% !important; }
  .mg-sm-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-sm-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-sm-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-sm-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-sm-l-30 {
    margin-left: 30% !important; }
  .mg-sm-r-30 {
    margin-right: 30% !important; }
  .mg-sm-t-30 {
    margin-top: 30% !important; }
  .mg-sm-b-30 {
    margin-bottom: 30% !important; }
  .mg-sm-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-sm-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-sm-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-sm-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-sm-l-31 {
    margin-left: 31% !important; }
  .mg-sm-r-31 {
    margin-right: 31% !important; }
  .mg-sm-t-31 {
    margin-top: 31% !important; }
  .mg-sm-b-31 {
    margin-bottom: 31% !important; }
  .mg-sm-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-sm-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-sm-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-sm-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-sm-l-32 {
    margin-left: 32% !important; }
  .mg-sm-r-32 {
    margin-right: 32% !important; }
  .mg-sm-t-32 {
    margin-top: 32% !important; }
  .mg-sm-b-32 {
    margin-bottom: 32% !important; }
  .mg-sm-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-sm-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-sm-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-sm-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-sm-l-33 {
    margin-left: 33% !important; }
  .mg-sm-r-33 {
    margin-right: 33% !important; }
  .mg-sm-t-33 {
    margin-top: 33% !important; }
  .mg-sm-b-33 {
    margin-bottom: 33% !important; }
  .mg-sm-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-sm-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-sm-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-sm-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-sm-l-34 {
    margin-left: 34% !important; }
  .mg-sm-r-34 {
    margin-right: 34% !important; }
  .mg-sm-t-34 {
    margin-top: 34% !important; }
  .mg-sm-b-34 {
    margin-bottom: 34% !important; }
  .mg-sm-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-sm-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-sm-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-sm-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-sm-l-35 {
    margin-left: 35% !important; }
  .mg-sm-r-35 {
    margin-right: 35% !important; }
  .mg-sm-t-35 {
    margin-top: 35% !important; }
  .mg-sm-b-35 {
    margin-bottom: 35% !important; }
  .mg-sm-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-sm-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-sm-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-sm-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-sm-l-36 {
    margin-left: 36% !important; }
  .mg-sm-r-36 {
    margin-right: 36% !important; }
  .mg-sm-t-36 {
    margin-top: 36% !important; }
  .mg-sm-b-36 {
    margin-bottom: 36% !important; }
  .mg-sm-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-sm-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-sm-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-sm-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-sm-l-37 {
    margin-left: 37% !important; }
  .mg-sm-r-37 {
    margin-right: 37% !important; }
  .mg-sm-t-37 {
    margin-top: 37% !important; }
  .mg-sm-b-37 {
    margin-bottom: 37% !important; }
  .mg-sm-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-sm-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-sm-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-sm-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-sm-l-38 {
    margin-left: 38% !important; }
  .mg-sm-r-38 {
    margin-right: 38% !important; }
  .mg-sm-t-38 {
    margin-top: 38% !important; }
  .mg-sm-b-38 {
    margin-bottom: 38% !important; }
  .mg-sm-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-sm-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-sm-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-sm-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-sm-l-39 {
    margin-left: 39% !important; }
  .mg-sm-r-39 {
    margin-right: 39% !important; }
  .mg-sm-t-39 {
    margin-top: 39% !important; }
  .mg-sm-b-39 {
    margin-bottom: 39% !important; }
  .mg-sm-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-sm-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-sm-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-sm-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-sm-l-40 {
    margin-left: 40% !important; }
  .mg-sm-r-40 {
    margin-right: 40% !important; }
  .mg-sm-t-40 {
    margin-top: 40% !important; }
  .mg-sm-b-40 {
    margin-bottom: 40% !important; }
  .mg-sm-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-sm-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-sm-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-sm-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-sm-l-41 {
    margin-left: 41% !important; }
  .mg-sm-r-41 {
    margin-right: 41% !important; }
  .mg-sm-t-41 {
    margin-top: 41% !important; }
  .mg-sm-b-41 {
    margin-bottom: 41% !important; }
  .mg-sm-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-sm-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-sm-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-sm-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-sm-l-42 {
    margin-left: 42% !important; }
  .mg-sm-r-42 {
    margin-right: 42% !important; }
  .mg-sm-t-42 {
    margin-top: 42% !important; }
  .mg-sm-b-42 {
    margin-bottom: 42% !important; }
  .mg-sm-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-sm-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-sm-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-sm-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-sm-l-43 {
    margin-left: 43% !important; }
  .mg-sm-r-43 {
    margin-right: 43% !important; }
  .mg-sm-t-43 {
    margin-top: 43% !important; }
  .mg-sm-b-43 {
    margin-bottom: 43% !important; }
  .mg-sm-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-sm-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-sm-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-sm-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-sm-l-44 {
    margin-left: 44% !important; }
  .mg-sm-r-44 {
    margin-right: 44% !important; }
  .mg-sm-t-44 {
    margin-top: 44% !important; }
  .mg-sm-b-44 {
    margin-bottom: 44% !important; }
  .mg-sm-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-sm-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-sm-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-sm-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-sm-l-45 {
    margin-left: 45% !important; }
  .mg-sm-r-45 {
    margin-right: 45% !important; }
  .mg-sm-t-45 {
    margin-top: 45% !important; }
  .mg-sm-b-45 {
    margin-bottom: 45% !important; }
  .mg-sm-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-sm-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-sm-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-sm-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-sm-l-46 {
    margin-left: 46% !important; }
  .mg-sm-r-46 {
    margin-right: 46% !important; }
  .mg-sm-t-46 {
    margin-top: 46% !important; }
  .mg-sm-b-46 {
    margin-bottom: 46% !important; }
  .mg-sm-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-sm-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-sm-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-sm-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-sm-l-47 {
    margin-left: 47% !important; }
  .mg-sm-r-47 {
    margin-right: 47% !important; }
  .mg-sm-t-47 {
    margin-top: 47% !important; }
  .mg-sm-b-47 {
    margin-bottom: 47% !important; }
  .mg-sm-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-sm-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-sm-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-sm-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-sm-l-48 {
    margin-left: 48% !important; }
  .mg-sm-r-48 {
    margin-right: 48% !important; }
  .mg-sm-t-48 {
    margin-top: 48% !important; }
  .mg-sm-b-48 {
    margin-bottom: 48% !important; }
  .mg-sm-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-sm-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-sm-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-sm-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-sm-l-49 {
    margin-left: 49% !important; }
  .mg-sm-r-49 {
    margin-right: 49% !important; }
  .mg-sm-t-49 {
    margin-top: 49% !important; }
  .mg-sm-b-49 {
    margin-bottom: 49% !important; }
  .mg-sm-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-sm-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-sm-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-sm-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-sm-l-50 {
    margin-left: 50% !important; }
  .mg-sm-r-50 {
    margin-right: 50% !important; }
  .mg-sm-t-50 {
    margin-top: 50% !important; }
  .mg-sm-b-50 {
    margin-bottom: 50% !important; }
  .mg-sm-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-sm-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-sm-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-sm-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-sm-l-51 {
    margin-left: 51% !important; }
  .mg-sm-r-51 {
    margin-right: 51% !important; }
  .mg-sm-t-51 {
    margin-top: 51% !important; }
  .mg-sm-b-51 {
    margin-bottom: 51% !important; }
  .mg-sm-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-sm-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-sm-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-sm-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-sm-l-52 {
    margin-left: 52% !important; }
  .mg-sm-r-52 {
    margin-right: 52% !important; }
  .mg-sm-t-52 {
    margin-top: 52% !important; }
  .mg-sm-b-52 {
    margin-bottom: 52% !important; }
  .mg-sm-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-sm-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-sm-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-sm-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-sm-l-53 {
    margin-left: 53% !important; }
  .mg-sm-r-53 {
    margin-right: 53% !important; }
  .mg-sm-t-53 {
    margin-top: 53% !important; }
  .mg-sm-b-53 {
    margin-bottom: 53% !important; }
  .mg-sm-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-sm-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-sm-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-sm-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-sm-l-54 {
    margin-left: 54% !important; }
  .mg-sm-r-54 {
    margin-right: 54% !important; }
  .mg-sm-t-54 {
    margin-top: 54% !important; }
  .mg-sm-b-54 {
    margin-bottom: 54% !important; }
  .mg-sm-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-sm-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-sm-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-sm-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-sm-l-55 {
    margin-left: 55% !important; }
  .mg-sm-r-55 {
    margin-right: 55% !important; }
  .mg-sm-t-55 {
    margin-top: 55% !important; }
  .mg-sm-b-55 {
    margin-bottom: 55% !important; }
  .mg-sm-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-sm-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-sm-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-sm-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-sm-l-56 {
    margin-left: 56% !important; }
  .mg-sm-r-56 {
    margin-right: 56% !important; }
  .mg-sm-t-56 {
    margin-top: 56% !important; }
  .mg-sm-b-56 {
    margin-bottom: 56% !important; }
  .mg-sm-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-sm-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-sm-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-sm-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-sm-l-57 {
    margin-left: 57% !important; }
  .mg-sm-r-57 {
    margin-right: 57% !important; }
  .mg-sm-t-57 {
    margin-top: 57% !important; }
  .mg-sm-b-57 {
    margin-bottom: 57% !important; }
  .mg-sm-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-sm-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-sm-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-sm-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-sm-l-58 {
    margin-left: 58% !important; }
  .mg-sm-r-58 {
    margin-right: 58% !important; }
  .mg-sm-t-58 {
    margin-top: 58% !important; }
  .mg-sm-b-58 {
    margin-bottom: 58% !important; }
  .mg-sm-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-sm-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-sm-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-sm-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-sm-l-59 {
    margin-left: 59% !important; }
  .mg-sm-r-59 {
    margin-right: 59% !important; }
  .mg-sm-t-59 {
    margin-top: 59% !important; }
  .mg-sm-b-59 {
    margin-bottom: 59% !important; }
  .mg-sm-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-sm-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-sm-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-sm-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-sm-l-60 {
    margin-left: 60% !important; }
  .mg-sm-r-60 {
    margin-right: 60% !important; }
  .mg-sm-t-60 {
    margin-top: 60% !important; }
  .mg-sm-b-60 {
    margin-bottom: 60% !important; }
  .mg-sm-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-sm-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-sm-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-sm-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-sm-l-61 {
    margin-left: 61% !important; }
  .mg-sm-r-61 {
    margin-right: 61% !important; }
  .mg-sm-t-61 {
    margin-top: 61% !important; }
  .mg-sm-b-61 {
    margin-bottom: 61% !important; }
  .mg-sm-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-sm-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-sm-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-sm-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-sm-l-62 {
    margin-left: 62% !important; }
  .mg-sm-r-62 {
    margin-right: 62% !important; }
  .mg-sm-t-62 {
    margin-top: 62% !important; }
  .mg-sm-b-62 {
    margin-bottom: 62% !important; }
  .mg-sm-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-sm-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-sm-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-sm-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-sm-l-63 {
    margin-left: 63% !important; }
  .mg-sm-r-63 {
    margin-right: 63% !important; }
  .mg-sm-t-63 {
    margin-top: 63% !important; }
  .mg-sm-b-63 {
    margin-bottom: 63% !important; }
  .mg-sm-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-sm-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-sm-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-sm-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-sm-l-64 {
    margin-left: 64% !important; }
  .mg-sm-r-64 {
    margin-right: 64% !important; }
  .mg-sm-t-64 {
    margin-top: 64% !important; }
  .mg-sm-b-64 {
    margin-bottom: 64% !important; }
  .mg-sm-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-sm-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-sm-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-sm-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-sm-l-65 {
    margin-left: 65% !important; }
  .mg-sm-r-65 {
    margin-right: 65% !important; }
  .mg-sm-t-65 {
    margin-top: 65% !important; }
  .mg-sm-b-65 {
    margin-bottom: 65% !important; }
  .mg-sm-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-sm-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-sm-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-sm-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-sm-l-66 {
    margin-left: 66% !important; }
  .mg-sm-r-66 {
    margin-right: 66% !important; }
  .mg-sm-t-66 {
    margin-top: 66% !important; }
  .mg-sm-b-66 {
    margin-bottom: 66% !important; }
  .mg-sm-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-sm-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-sm-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-sm-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-sm-l-67 {
    margin-left: 67% !important; }
  .mg-sm-r-67 {
    margin-right: 67% !important; }
  .mg-sm-t-67 {
    margin-top: 67% !important; }
  .mg-sm-b-67 {
    margin-bottom: 67% !important; }
  .mg-sm-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-sm-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-sm-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-sm-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-sm-l-68 {
    margin-left: 68% !important; }
  .mg-sm-r-68 {
    margin-right: 68% !important; }
  .mg-sm-t-68 {
    margin-top: 68% !important; }
  .mg-sm-b-68 {
    margin-bottom: 68% !important; }
  .mg-sm-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-sm-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-sm-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-sm-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-sm-l-69 {
    margin-left: 69% !important; }
  .mg-sm-r-69 {
    margin-right: 69% !important; }
  .mg-sm-t-69 {
    margin-top: 69% !important; }
  .mg-sm-b-69 {
    margin-bottom: 69% !important; }
  .mg-sm-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-sm-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-sm-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-sm-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-sm-l-70 {
    margin-left: 70% !important; }
  .mg-sm-r-70 {
    margin-right: 70% !important; }
  .mg-sm-t-70 {
    margin-top: 70% !important; }
  .mg-sm-b-70 {
    margin-bottom: 70% !important; }
  .mg-sm-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-sm-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-sm-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-sm-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-sm-l-71 {
    margin-left: 71% !important; }
  .mg-sm-r-71 {
    margin-right: 71% !important; }
  .mg-sm-t-71 {
    margin-top: 71% !important; }
  .mg-sm-b-71 {
    margin-bottom: 71% !important; }
  .mg-sm-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-sm-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-sm-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-sm-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-sm-l-72 {
    margin-left: 72% !important; }
  .mg-sm-r-72 {
    margin-right: 72% !important; }
  .mg-sm-t-72 {
    margin-top: 72% !important; }
  .mg-sm-b-72 {
    margin-bottom: 72% !important; }
  .mg-sm-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-sm-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-sm-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-sm-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-sm-l-73 {
    margin-left: 73% !important; }
  .mg-sm-r-73 {
    margin-right: 73% !important; }
  .mg-sm-t-73 {
    margin-top: 73% !important; }
  .mg-sm-b-73 {
    margin-bottom: 73% !important; }
  .mg-sm-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-sm-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-sm-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-sm-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-sm-l-74 {
    margin-left: 74% !important; }
  .mg-sm-r-74 {
    margin-right: 74% !important; }
  .mg-sm-t-74 {
    margin-top: 74% !important; }
  .mg-sm-b-74 {
    margin-bottom: 74% !important; }
  .mg-sm-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-sm-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-sm-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-sm-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-sm-l-75 {
    margin-left: 75% !important; }
  .mg-sm-r-75 {
    margin-right: 75% !important; }
  .mg-sm-t-75 {
    margin-top: 75% !important; }
  .mg-sm-b-75 {
    margin-bottom: 75% !important; }
  .mg-sm-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-sm-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-sm-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-sm-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-sm-l-76 {
    margin-left: 76% !important; }
  .mg-sm-r-76 {
    margin-right: 76% !important; }
  .mg-sm-t-76 {
    margin-top: 76% !important; }
  .mg-sm-b-76 {
    margin-bottom: 76% !important; }
  .mg-sm-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-sm-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-sm-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-sm-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-sm-l-77 {
    margin-left: 77% !important; }
  .mg-sm-r-77 {
    margin-right: 77% !important; }
  .mg-sm-t-77 {
    margin-top: 77% !important; }
  .mg-sm-b-77 {
    margin-bottom: 77% !important; }
  .mg-sm-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-sm-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-sm-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-sm-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-sm-l-78 {
    margin-left: 78% !important; }
  .mg-sm-r-78 {
    margin-right: 78% !important; }
  .mg-sm-t-78 {
    margin-top: 78% !important; }
  .mg-sm-b-78 {
    margin-bottom: 78% !important; }
  .mg-sm-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-sm-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-sm-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-sm-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-sm-l-79 {
    margin-left: 79% !important; }
  .mg-sm-r-79 {
    margin-right: 79% !important; }
  .mg-sm-t-79 {
    margin-top: 79% !important; }
  .mg-sm-b-79 {
    margin-bottom: 79% !important; }
  .mg-sm-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-sm-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-sm-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-sm-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-sm-l-80 {
    margin-left: 80% !important; }
  .mg-sm-r-80 {
    margin-right: 80% !important; }
  .mg-sm-t-80 {
    margin-top: 80% !important; }
  .mg-sm-b-80 {
    margin-bottom: 80% !important; }
  .mg-sm-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-sm-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-sm-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-sm-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-sm-l-81 {
    margin-left: 81% !important; }
  .mg-sm-r-81 {
    margin-right: 81% !important; }
  .mg-sm-t-81 {
    margin-top: 81% !important; }
  .mg-sm-b-81 {
    margin-bottom: 81% !important; }
  .mg-sm-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-sm-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-sm-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-sm-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-sm-l-82 {
    margin-left: 82% !important; }
  .mg-sm-r-82 {
    margin-right: 82% !important; }
  .mg-sm-t-82 {
    margin-top: 82% !important; }
  .mg-sm-b-82 {
    margin-bottom: 82% !important; }
  .mg-sm-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-sm-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-sm-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-sm-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-sm-l-83 {
    margin-left: 83% !important; }
  .mg-sm-r-83 {
    margin-right: 83% !important; }
  .mg-sm-t-83 {
    margin-top: 83% !important; }
  .mg-sm-b-83 {
    margin-bottom: 83% !important; }
  .mg-sm-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-sm-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-sm-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-sm-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-sm-l-84 {
    margin-left: 84% !important; }
  .mg-sm-r-84 {
    margin-right: 84% !important; }
  .mg-sm-t-84 {
    margin-top: 84% !important; }
  .mg-sm-b-84 {
    margin-bottom: 84% !important; }
  .mg-sm-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-sm-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-sm-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-sm-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-sm-l-85 {
    margin-left: 85% !important; }
  .mg-sm-r-85 {
    margin-right: 85% !important; }
  .mg-sm-t-85 {
    margin-top: 85% !important; }
  .mg-sm-b-85 {
    margin-bottom: 85% !important; }
  .mg-sm-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-sm-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-sm-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-sm-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-sm-l-86 {
    margin-left: 86% !important; }
  .mg-sm-r-86 {
    margin-right: 86% !important; }
  .mg-sm-t-86 {
    margin-top: 86% !important; }
  .mg-sm-b-86 {
    margin-bottom: 86% !important; }
  .mg-sm-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-sm-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-sm-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-sm-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-sm-l-87 {
    margin-left: 87% !important; }
  .mg-sm-r-87 {
    margin-right: 87% !important; }
  .mg-sm-t-87 {
    margin-top: 87% !important; }
  .mg-sm-b-87 {
    margin-bottom: 87% !important; }
  .mg-sm-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-sm-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-sm-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-sm-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-sm-l-88 {
    margin-left: 88% !important; }
  .mg-sm-r-88 {
    margin-right: 88% !important; }
  .mg-sm-t-88 {
    margin-top: 88% !important; }
  .mg-sm-b-88 {
    margin-bottom: 88% !important; }
  .mg-sm-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-sm-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-sm-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-sm-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-sm-l-89 {
    margin-left: 89% !important; }
  .mg-sm-r-89 {
    margin-right: 89% !important; }
  .mg-sm-t-89 {
    margin-top: 89% !important; }
  .mg-sm-b-89 {
    margin-bottom: 89% !important; }
  .mg-sm-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-sm-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-sm-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-sm-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-sm-l-90 {
    margin-left: 90% !important; }
  .mg-sm-r-90 {
    margin-right: 90% !important; }
  .mg-sm-t-90 {
    margin-top: 90% !important; }
  .mg-sm-b-90 {
    margin-bottom: 90% !important; }
  .mg-sm-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-sm-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-sm-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-sm-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-sm-l-91 {
    margin-left: 91% !important; }
  .mg-sm-r-91 {
    margin-right: 91% !important; }
  .mg-sm-t-91 {
    margin-top: 91% !important; }
  .mg-sm-b-91 {
    margin-bottom: 91% !important; }
  .mg-sm-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-sm-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-sm-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-sm-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-sm-l-92 {
    margin-left: 92% !important; }
  .mg-sm-r-92 {
    margin-right: 92% !important; }
  .mg-sm-t-92 {
    margin-top: 92% !important; }
  .mg-sm-b-92 {
    margin-bottom: 92% !important; }
  .mg-sm-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-sm-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-sm-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-sm-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-sm-l-93 {
    margin-left: 93% !important; }
  .mg-sm-r-93 {
    margin-right: 93% !important; }
  .mg-sm-t-93 {
    margin-top: 93% !important; }
  .mg-sm-b-93 {
    margin-bottom: 93% !important; }
  .mg-sm-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-sm-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-sm-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-sm-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-sm-l-94 {
    margin-left: 94% !important; }
  .mg-sm-r-94 {
    margin-right: 94% !important; }
  .mg-sm-t-94 {
    margin-top: 94% !important; }
  .mg-sm-b-94 {
    margin-bottom: 94% !important; }
  .mg-sm-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-sm-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-sm-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-sm-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-sm-l-95 {
    margin-left: 95% !important; }
  .mg-sm-r-95 {
    margin-right: 95% !important; }
  .mg-sm-t-95 {
    margin-top: 95% !important; }
  .mg-sm-b-95 {
    margin-bottom: 95% !important; }
  .mg-sm-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-sm-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-sm-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-sm-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-sm-l-96 {
    margin-left: 96% !important; }
  .mg-sm-r-96 {
    margin-right: 96% !important; }
  .mg-sm-t-96 {
    margin-top: 96% !important; }
  .mg-sm-b-96 {
    margin-bottom: 96% !important; }
  .mg-sm-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-sm-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-sm-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-sm-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-sm-l-97 {
    margin-left: 97% !important; }
  .mg-sm-r-97 {
    margin-right: 97% !important; }
  .mg-sm-t-97 {
    margin-top: 97% !important; }
  .mg-sm-b-97 {
    margin-bottom: 97% !important; }
  .mg-sm-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-sm-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-sm-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-sm-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-sm-l-98 {
    margin-left: 98% !important; }
  .mg-sm-r-98 {
    margin-right: 98% !important; }
  .mg-sm-t-98 {
    margin-top: 98% !important; }
  .mg-sm-b-98 {
    margin-bottom: 98% !important; }
  .mg-sm-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-sm-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-sm-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-sm-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-sm-l-99 {
    margin-left: 99% !important; }
  .mg-sm-r-99 {
    margin-right: 99% !important; }
  .mg-sm-t-99 {
    margin-top: 99% !important; }
  .mg-sm-b-99 {
    margin-bottom: 99% !important; }
  .mg-sm-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-sm-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-sm-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-sm-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-sm-l-100 {
    margin-left: 100% !important; }
  .mg-sm-r-100 {
    margin-right: 100% !important; }
  .mg-sm-t-100 {
    margin-top: 100% !important; }
  .mg-sm-b-100 {
    margin-bottom: 100% !important; }
  .mg-sm-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-sm-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-sm-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-sm-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 768px) {
  .mg-md-l-1 {
    margin-left: 1% !important; }
  .mg-md-r-1 {
    margin-right: 1% !important; }
  .mg-md-t-1 {
    margin-top: 1% !important; }
  .mg-md-b-1 {
    margin-bottom: 1% !important; }
  .mg-md-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-md-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-md-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-md-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-md-l-2 {
    margin-left: 2% !important; }
  .mg-md-r-2 {
    margin-right: 2% !important; }
  .mg-md-t-2 {
    margin-top: 2% !important; }
  .mg-md-b-2 {
    margin-bottom: 2% !important; }
  .mg-md-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-md-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-md-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-md-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-md-l-3 {
    margin-left: 3% !important; }
  .mg-md-r-3 {
    margin-right: 3% !important; }
  .mg-md-t-3 {
    margin-top: 3% !important; }
  .mg-md-b-3 {
    margin-bottom: 3% !important; }
  .mg-md-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-md-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-md-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-md-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-md-l-4 {
    margin-left: 4% !important; }
  .mg-md-r-4 {
    margin-right: 4% !important; }
  .mg-md-t-4 {
    margin-top: 4% !important; }
  .mg-md-b-4 {
    margin-bottom: 4% !important; }
  .mg-md-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-md-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-md-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-md-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-md-l-5 {
    margin-left: 5% !important; }
  .mg-md-r-5 {
    margin-right: 5% !important; }
  .mg-md-t-5 {
    margin-top: 5% !important; }
  .mg-md-b-5 {
    margin-bottom: 5% !important; }
  .mg-md-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-md-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-md-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-md-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-md-l-6 {
    margin-left: 6% !important; }
  .mg-md-r-6 {
    margin-right: 6% !important; }
  .mg-md-t-6 {
    margin-top: 6% !important; }
  .mg-md-b-6 {
    margin-bottom: 6% !important; }
  .mg-md-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-md-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-md-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-md-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-md-l-7 {
    margin-left: 7% !important; }
  .mg-md-r-7 {
    margin-right: 7% !important; }
  .mg-md-t-7 {
    margin-top: 7% !important; }
  .mg-md-b-7 {
    margin-bottom: 7% !important; }
  .mg-md-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-md-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-md-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-md-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-md-l-8 {
    margin-left: 8% !important; }
  .mg-md-r-8 {
    margin-right: 8% !important; }
  .mg-md-t-8 {
    margin-top: 8% !important; }
  .mg-md-b-8 {
    margin-bottom: 8% !important; }
  .mg-md-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-md-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-md-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-md-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-md-l-9 {
    margin-left: 9% !important; }
  .mg-md-r-9 {
    margin-right: 9% !important; }
  .mg-md-t-9 {
    margin-top: 9% !important; }
  .mg-md-b-9 {
    margin-bottom: 9% !important; }
  .mg-md-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-md-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-md-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-md-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-md-l-10 {
    margin-left: 10% !important; }
  .mg-md-r-10 {
    margin-right: 10% !important; }
  .mg-md-t-10 {
    margin-top: 10% !important; }
  .mg-md-b-10 {
    margin-bottom: 10% !important; }
  .mg-md-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-md-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-md-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-md-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-md-l-11 {
    margin-left: 11% !important; }
  .mg-md-r-11 {
    margin-right: 11% !important; }
  .mg-md-t-11 {
    margin-top: 11% !important; }
  .mg-md-b-11 {
    margin-bottom: 11% !important; }
  .mg-md-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-md-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-md-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-md-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-md-l-12 {
    margin-left: 12% !important; }
  .mg-md-r-12 {
    margin-right: 12% !important; }
  .mg-md-t-12 {
    margin-top: 12% !important; }
  .mg-md-b-12 {
    margin-bottom: 12% !important; }
  .mg-md-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-md-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-md-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-md-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-md-l-13 {
    margin-left: 13% !important; }
  .mg-md-r-13 {
    margin-right: 13% !important; }
  .mg-md-t-13 {
    margin-top: 13% !important; }
  .mg-md-b-13 {
    margin-bottom: 13% !important; }
  .mg-md-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-md-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-md-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-md-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-md-l-14 {
    margin-left: 14% !important; }
  .mg-md-r-14 {
    margin-right: 14% !important; }
  .mg-md-t-14 {
    margin-top: 14% !important; }
  .mg-md-b-14 {
    margin-bottom: 14% !important; }
  .mg-md-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-md-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-md-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-md-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-md-l-15 {
    margin-left: 15% !important; }
  .mg-md-r-15 {
    margin-right: 15% !important; }
  .mg-md-t-15 {
    margin-top: 15% !important; }
  .mg-md-b-15 {
    margin-bottom: 15% !important; }
  .mg-md-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-md-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-md-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-md-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-md-l-16 {
    margin-left: 16% !important; }
  .mg-md-r-16 {
    margin-right: 16% !important; }
  .mg-md-t-16 {
    margin-top: 16% !important; }
  .mg-md-b-16 {
    margin-bottom: 16% !important; }
  .mg-md-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-md-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-md-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-md-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-md-l-17 {
    margin-left: 17% !important; }
  .mg-md-r-17 {
    margin-right: 17% !important; }
  .mg-md-t-17 {
    margin-top: 17% !important; }
  .mg-md-b-17 {
    margin-bottom: 17% !important; }
  .mg-md-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-md-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-md-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-md-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-md-l-18 {
    margin-left: 18% !important; }
  .mg-md-r-18 {
    margin-right: 18% !important; }
  .mg-md-t-18 {
    margin-top: 18% !important; }
  .mg-md-b-18 {
    margin-bottom: 18% !important; }
  .mg-md-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-md-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-md-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-md-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-md-l-19 {
    margin-left: 19% !important; }
  .mg-md-r-19 {
    margin-right: 19% !important; }
  .mg-md-t-19 {
    margin-top: 19% !important; }
  .mg-md-b-19 {
    margin-bottom: 19% !important; }
  .mg-md-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-md-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-md-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-md-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-md-l-20 {
    margin-left: 20% !important; }
  .mg-md-r-20 {
    margin-right: 20% !important; }
  .mg-md-t-20 {
    margin-top: 20% !important; }
  .mg-md-b-20 {
    margin-bottom: 20% !important; }
  .mg-md-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-md-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-md-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-md-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-md-l-21 {
    margin-left: 21% !important; }
  .mg-md-r-21 {
    margin-right: 21% !important; }
  .mg-md-t-21 {
    margin-top: 21% !important; }
  .mg-md-b-21 {
    margin-bottom: 21% !important; }
  .mg-md-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-md-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-md-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-md-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-md-l-22 {
    margin-left: 22% !important; }
  .mg-md-r-22 {
    margin-right: 22% !important; }
  .mg-md-t-22 {
    margin-top: 22% !important; }
  .mg-md-b-22 {
    margin-bottom: 22% !important; }
  .mg-md-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-md-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-md-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-md-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-md-l-23 {
    margin-left: 23% !important; }
  .mg-md-r-23 {
    margin-right: 23% !important; }
  .mg-md-t-23 {
    margin-top: 23% !important; }
  .mg-md-b-23 {
    margin-bottom: 23% !important; }
  .mg-md-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-md-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-md-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-md-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-md-l-24 {
    margin-left: 24% !important; }
  .mg-md-r-24 {
    margin-right: 24% !important; }
  .mg-md-t-24 {
    margin-top: 24% !important; }
  .mg-md-b-24 {
    margin-bottom: 24% !important; }
  .mg-md-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-md-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-md-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-md-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-md-l-25 {
    margin-left: 25% !important; }
  .mg-md-r-25 {
    margin-right: 25% !important; }
  .mg-md-t-25 {
    margin-top: 25% !important; }
  .mg-md-b-25 {
    margin-bottom: 25% !important; }
  .mg-md-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-md-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-md-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-md-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-md-l-26 {
    margin-left: 26% !important; }
  .mg-md-r-26 {
    margin-right: 26% !important; }
  .mg-md-t-26 {
    margin-top: 26% !important; }
  .mg-md-b-26 {
    margin-bottom: 26% !important; }
  .mg-md-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-md-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-md-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-md-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-md-l-27 {
    margin-left: 27% !important; }
  .mg-md-r-27 {
    margin-right: 27% !important; }
  .mg-md-t-27 {
    margin-top: 27% !important; }
  .mg-md-b-27 {
    margin-bottom: 27% !important; }
  .mg-md-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-md-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-md-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-md-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-md-l-28 {
    margin-left: 28% !important; }
  .mg-md-r-28 {
    margin-right: 28% !important; }
  .mg-md-t-28 {
    margin-top: 28% !important; }
  .mg-md-b-28 {
    margin-bottom: 28% !important; }
  .mg-md-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-md-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-md-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-md-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-md-l-29 {
    margin-left: 29% !important; }
  .mg-md-r-29 {
    margin-right: 29% !important; }
  .mg-md-t-29 {
    margin-top: 29% !important; }
  .mg-md-b-29 {
    margin-bottom: 29% !important; }
  .mg-md-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-md-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-md-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-md-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-md-l-30 {
    margin-left: 30% !important; }
  .mg-md-r-30 {
    margin-right: 30% !important; }
  .mg-md-t-30 {
    margin-top: 30% !important; }
  .mg-md-b-30 {
    margin-bottom: 30% !important; }
  .mg-md-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-md-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-md-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-md-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-md-l-31 {
    margin-left: 31% !important; }
  .mg-md-r-31 {
    margin-right: 31% !important; }
  .mg-md-t-31 {
    margin-top: 31% !important; }
  .mg-md-b-31 {
    margin-bottom: 31% !important; }
  .mg-md-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-md-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-md-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-md-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-md-l-32 {
    margin-left: 32% !important; }
  .mg-md-r-32 {
    margin-right: 32% !important; }
  .mg-md-t-32 {
    margin-top: 32% !important; }
  .mg-md-b-32 {
    margin-bottom: 32% !important; }
  .mg-md-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-md-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-md-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-md-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-md-l-33 {
    margin-left: 33% !important; }
  .mg-md-r-33 {
    margin-right: 33% !important; }
  .mg-md-t-33 {
    margin-top: 33% !important; }
  .mg-md-b-33 {
    margin-bottom: 33% !important; }
  .mg-md-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-md-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-md-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-md-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-md-l-34 {
    margin-left: 34% !important; }
  .mg-md-r-34 {
    margin-right: 34% !important; }
  .mg-md-t-34 {
    margin-top: 34% !important; }
  .mg-md-b-34 {
    margin-bottom: 34% !important; }
  .mg-md-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-md-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-md-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-md-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-md-l-35 {
    margin-left: 35% !important; }
  .mg-md-r-35 {
    margin-right: 35% !important; }
  .mg-md-t-35 {
    margin-top: 35% !important; }
  .mg-md-b-35 {
    margin-bottom: 35% !important; }
  .mg-md-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-md-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-md-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-md-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-md-l-36 {
    margin-left: 36% !important; }
  .mg-md-r-36 {
    margin-right: 36% !important; }
  .mg-md-t-36 {
    margin-top: 36% !important; }
  .mg-md-b-36 {
    margin-bottom: 36% !important; }
  .mg-md-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-md-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-md-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-md-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-md-l-37 {
    margin-left: 37% !important; }
  .mg-md-r-37 {
    margin-right: 37% !important; }
  .mg-md-t-37 {
    margin-top: 37% !important; }
  .mg-md-b-37 {
    margin-bottom: 37% !important; }
  .mg-md-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-md-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-md-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-md-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-md-l-38 {
    margin-left: 38% !important; }
  .mg-md-r-38 {
    margin-right: 38% !important; }
  .mg-md-t-38 {
    margin-top: 38% !important; }
  .mg-md-b-38 {
    margin-bottom: 38% !important; }
  .mg-md-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-md-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-md-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-md-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-md-l-39 {
    margin-left: 39% !important; }
  .mg-md-r-39 {
    margin-right: 39% !important; }
  .mg-md-t-39 {
    margin-top: 39% !important; }
  .mg-md-b-39 {
    margin-bottom: 39% !important; }
  .mg-md-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-md-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-md-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-md-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-md-l-40 {
    margin-left: 40% !important; }
  .mg-md-r-40 {
    margin-right: 40% !important; }
  .mg-md-t-40 {
    margin-top: 40% !important; }
  .mg-md-b-40 {
    margin-bottom: 40% !important; }
  .mg-md-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-md-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-md-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-md-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-md-l-41 {
    margin-left: 41% !important; }
  .mg-md-r-41 {
    margin-right: 41% !important; }
  .mg-md-t-41 {
    margin-top: 41% !important; }
  .mg-md-b-41 {
    margin-bottom: 41% !important; }
  .mg-md-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-md-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-md-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-md-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-md-l-42 {
    margin-left: 42% !important; }
  .mg-md-r-42 {
    margin-right: 42% !important; }
  .mg-md-t-42 {
    margin-top: 42% !important; }
  .mg-md-b-42 {
    margin-bottom: 42% !important; }
  .mg-md-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-md-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-md-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-md-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-md-l-43 {
    margin-left: 43% !important; }
  .mg-md-r-43 {
    margin-right: 43% !important; }
  .mg-md-t-43 {
    margin-top: 43% !important; }
  .mg-md-b-43 {
    margin-bottom: 43% !important; }
  .mg-md-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-md-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-md-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-md-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-md-l-44 {
    margin-left: 44% !important; }
  .mg-md-r-44 {
    margin-right: 44% !important; }
  .mg-md-t-44 {
    margin-top: 44% !important; }
  .mg-md-b-44 {
    margin-bottom: 44% !important; }
  .mg-md-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-md-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-md-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-md-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-md-l-45 {
    margin-left: 45% !important; }
  .mg-md-r-45 {
    margin-right: 45% !important; }
  .mg-md-t-45 {
    margin-top: 45% !important; }
  .mg-md-b-45 {
    margin-bottom: 45% !important; }
  .mg-md-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-md-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-md-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-md-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-md-l-46 {
    margin-left: 46% !important; }
  .mg-md-r-46 {
    margin-right: 46% !important; }
  .mg-md-t-46 {
    margin-top: 46% !important; }
  .mg-md-b-46 {
    margin-bottom: 46% !important; }
  .mg-md-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-md-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-md-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-md-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-md-l-47 {
    margin-left: 47% !important; }
  .mg-md-r-47 {
    margin-right: 47% !important; }
  .mg-md-t-47 {
    margin-top: 47% !important; }
  .mg-md-b-47 {
    margin-bottom: 47% !important; }
  .mg-md-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-md-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-md-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-md-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-md-l-48 {
    margin-left: 48% !important; }
  .mg-md-r-48 {
    margin-right: 48% !important; }
  .mg-md-t-48 {
    margin-top: 48% !important; }
  .mg-md-b-48 {
    margin-bottom: 48% !important; }
  .mg-md-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-md-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-md-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-md-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-md-l-49 {
    margin-left: 49% !important; }
  .mg-md-r-49 {
    margin-right: 49% !important; }
  .mg-md-t-49 {
    margin-top: 49% !important; }
  .mg-md-b-49 {
    margin-bottom: 49% !important; }
  .mg-md-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-md-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-md-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-md-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-md-l-50 {
    margin-left: 50% !important; }
  .mg-md-r-50 {
    margin-right: 50% !important; }
  .mg-md-t-50 {
    margin-top: 50% !important; }
  .mg-md-b-50 {
    margin-bottom: 50% !important; }
  .mg-md-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-md-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-md-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-md-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-md-l-51 {
    margin-left: 51% !important; }
  .mg-md-r-51 {
    margin-right: 51% !important; }
  .mg-md-t-51 {
    margin-top: 51% !important; }
  .mg-md-b-51 {
    margin-bottom: 51% !important; }
  .mg-md-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-md-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-md-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-md-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-md-l-52 {
    margin-left: 52% !important; }
  .mg-md-r-52 {
    margin-right: 52% !important; }
  .mg-md-t-52 {
    margin-top: 52% !important; }
  .mg-md-b-52 {
    margin-bottom: 52% !important; }
  .mg-md-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-md-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-md-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-md-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-md-l-53 {
    margin-left: 53% !important; }
  .mg-md-r-53 {
    margin-right: 53% !important; }
  .mg-md-t-53 {
    margin-top: 53% !important; }
  .mg-md-b-53 {
    margin-bottom: 53% !important; }
  .mg-md-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-md-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-md-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-md-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-md-l-54 {
    margin-left: 54% !important; }
  .mg-md-r-54 {
    margin-right: 54% !important; }
  .mg-md-t-54 {
    margin-top: 54% !important; }
  .mg-md-b-54 {
    margin-bottom: 54% !important; }
  .mg-md-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-md-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-md-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-md-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-md-l-55 {
    margin-left: 55% !important; }
  .mg-md-r-55 {
    margin-right: 55% !important; }
  .mg-md-t-55 {
    margin-top: 55% !important; }
  .mg-md-b-55 {
    margin-bottom: 55% !important; }
  .mg-md-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-md-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-md-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-md-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-md-l-56 {
    margin-left: 56% !important; }
  .mg-md-r-56 {
    margin-right: 56% !important; }
  .mg-md-t-56 {
    margin-top: 56% !important; }
  .mg-md-b-56 {
    margin-bottom: 56% !important; }
  .mg-md-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-md-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-md-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-md-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-md-l-57 {
    margin-left: 57% !important; }
  .mg-md-r-57 {
    margin-right: 57% !important; }
  .mg-md-t-57 {
    margin-top: 57% !important; }
  .mg-md-b-57 {
    margin-bottom: 57% !important; }
  .mg-md-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-md-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-md-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-md-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-md-l-58 {
    margin-left: 58% !important; }
  .mg-md-r-58 {
    margin-right: 58% !important; }
  .mg-md-t-58 {
    margin-top: 58% !important; }
  .mg-md-b-58 {
    margin-bottom: 58% !important; }
  .mg-md-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-md-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-md-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-md-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-md-l-59 {
    margin-left: 59% !important; }
  .mg-md-r-59 {
    margin-right: 59% !important; }
  .mg-md-t-59 {
    margin-top: 59% !important; }
  .mg-md-b-59 {
    margin-bottom: 59% !important; }
  .mg-md-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-md-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-md-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-md-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-md-l-60 {
    margin-left: 60% !important; }
  .mg-md-r-60 {
    margin-right: 60% !important; }
  .mg-md-t-60 {
    margin-top: 60% !important; }
  .mg-md-b-60 {
    margin-bottom: 60% !important; }
  .mg-md-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-md-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-md-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-md-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-md-l-61 {
    margin-left: 61% !important; }
  .mg-md-r-61 {
    margin-right: 61% !important; }
  .mg-md-t-61 {
    margin-top: 61% !important; }
  .mg-md-b-61 {
    margin-bottom: 61% !important; }
  .mg-md-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-md-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-md-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-md-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-md-l-62 {
    margin-left: 62% !important; }
  .mg-md-r-62 {
    margin-right: 62% !important; }
  .mg-md-t-62 {
    margin-top: 62% !important; }
  .mg-md-b-62 {
    margin-bottom: 62% !important; }
  .mg-md-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-md-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-md-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-md-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-md-l-63 {
    margin-left: 63% !important; }
  .mg-md-r-63 {
    margin-right: 63% !important; }
  .mg-md-t-63 {
    margin-top: 63% !important; }
  .mg-md-b-63 {
    margin-bottom: 63% !important; }
  .mg-md-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-md-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-md-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-md-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-md-l-64 {
    margin-left: 64% !important; }
  .mg-md-r-64 {
    margin-right: 64% !important; }
  .mg-md-t-64 {
    margin-top: 64% !important; }
  .mg-md-b-64 {
    margin-bottom: 64% !important; }
  .mg-md-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-md-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-md-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-md-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-md-l-65 {
    margin-left: 65% !important; }
  .mg-md-r-65 {
    margin-right: 65% !important; }
  .mg-md-t-65 {
    margin-top: 65% !important; }
  .mg-md-b-65 {
    margin-bottom: 65% !important; }
  .mg-md-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-md-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-md-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-md-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-md-l-66 {
    margin-left: 66% !important; }
  .mg-md-r-66 {
    margin-right: 66% !important; }
  .mg-md-t-66 {
    margin-top: 66% !important; }
  .mg-md-b-66 {
    margin-bottom: 66% !important; }
  .mg-md-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-md-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-md-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-md-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-md-l-67 {
    margin-left: 67% !important; }
  .mg-md-r-67 {
    margin-right: 67% !important; }
  .mg-md-t-67 {
    margin-top: 67% !important; }
  .mg-md-b-67 {
    margin-bottom: 67% !important; }
  .mg-md-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-md-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-md-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-md-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-md-l-68 {
    margin-left: 68% !important; }
  .mg-md-r-68 {
    margin-right: 68% !important; }
  .mg-md-t-68 {
    margin-top: 68% !important; }
  .mg-md-b-68 {
    margin-bottom: 68% !important; }
  .mg-md-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-md-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-md-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-md-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-md-l-69 {
    margin-left: 69% !important; }
  .mg-md-r-69 {
    margin-right: 69% !important; }
  .mg-md-t-69 {
    margin-top: 69% !important; }
  .mg-md-b-69 {
    margin-bottom: 69% !important; }
  .mg-md-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-md-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-md-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-md-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-md-l-70 {
    margin-left: 70% !important; }
  .mg-md-r-70 {
    margin-right: 70% !important; }
  .mg-md-t-70 {
    margin-top: 70% !important; }
  .mg-md-b-70 {
    margin-bottom: 70% !important; }
  .mg-md-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-md-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-md-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-md-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-md-l-71 {
    margin-left: 71% !important; }
  .mg-md-r-71 {
    margin-right: 71% !important; }
  .mg-md-t-71 {
    margin-top: 71% !important; }
  .mg-md-b-71 {
    margin-bottom: 71% !important; }
  .mg-md-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-md-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-md-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-md-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-md-l-72 {
    margin-left: 72% !important; }
  .mg-md-r-72 {
    margin-right: 72% !important; }
  .mg-md-t-72 {
    margin-top: 72% !important; }
  .mg-md-b-72 {
    margin-bottom: 72% !important; }
  .mg-md-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-md-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-md-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-md-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-md-l-73 {
    margin-left: 73% !important; }
  .mg-md-r-73 {
    margin-right: 73% !important; }
  .mg-md-t-73 {
    margin-top: 73% !important; }
  .mg-md-b-73 {
    margin-bottom: 73% !important; }
  .mg-md-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-md-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-md-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-md-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-md-l-74 {
    margin-left: 74% !important; }
  .mg-md-r-74 {
    margin-right: 74% !important; }
  .mg-md-t-74 {
    margin-top: 74% !important; }
  .mg-md-b-74 {
    margin-bottom: 74% !important; }
  .mg-md-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-md-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-md-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-md-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-md-l-75 {
    margin-left: 75% !important; }
  .mg-md-r-75 {
    margin-right: 75% !important; }
  .mg-md-t-75 {
    margin-top: 75% !important; }
  .mg-md-b-75 {
    margin-bottom: 75% !important; }
  .mg-md-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-md-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-md-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-md-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-md-l-76 {
    margin-left: 76% !important; }
  .mg-md-r-76 {
    margin-right: 76% !important; }
  .mg-md-t-76 {
    margin-top: 76% !important; }
  .mg-md-b-76 {
    margin-bottom: 76% !important; }
  .mg-md-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-md-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-md-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-md-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-md-l-77 {
    margin-left: 77% !important; }
  .mg-md-r-77 {
    margin-right: 77% !important; }
  .mg-md-t-77 {
    margin-top: 77% !important; }
  .mg-md-b-77 {
    margin-bottom: 77% !important; }
  .mg-md-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-md-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-md-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-md-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-md-l-78 {
    margin-left: 78% !important; }
  .mg-md-r-78 {
    margin-right: 78% !important; }
  .mg-md-t-78 {
    margin-top: 78% !important; }
  .mg-md-b-78 {
    margin-bottom: 78% !important; }
  .mg-md-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-md-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-md-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-md-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-md-l-79 {
    margin-left: 79% !important; }
  .mg-md-r-79 {
    margin-right: 79% !important; }
  .mg-md-t-79 {
    margin-top: 79% !important; }
  .mg-md-b-79 {
    margin-bottom: 79% !important; }
  .mg-md-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-md-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-md-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-md-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-md-l-80 {
    margin-left: 80% !important; }
  .mg-md-r-80 {
    margin-right: 80% !important; }
  .mg-md-t-80 {
    margin-top: 80% !important; }
  .mg-md-b-80 {
    margin-bottom: 80% !important; }
  .mg-md-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-md-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-md-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-md-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-md-l-81 {
    margin-left: 81% !important; }
  .mg-md-r-81 {
    margin-right: 81% !important; }
  .mg-md-t-81 {
    margin-top: 81% !important; }
  .mg-md-b-81 {
    margin-bottom: 81% !important; }
  .mg-md-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-md-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-md-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-md-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-md-l-82 {
    margin-left: 82% !important; }
  .mg-md-r-82 {
    margin-right: 82% !important; }
  .mg-md-t-82 {
    margin-top: 82% !important; }
  .mg-md-b-82 {
    margin-bottom: 82% !important; }
  .mg-md-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-md-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-md-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-md-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-md-l-83 {
    margin-left: 83% !important; }
  .mg-md-r-83 {
    margin-right: 83% !important; }
  .mg-md-t-83 {
    margin-top: 83% !important; }
  .mg-md-b-83 {
    margin-bottom: 83% !important; }
  .mg-md-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-md-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-md-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-md-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-md-l-84 {
    margin-left: 84% !important; }
  .mg-md-r-84 {
    margin-right: 84% !important; }
  .mg-md-t-84 {
    margin-top: 84% !important; }
  .mg-md-b-84 {
    margin-bottom: 84% !important; }
  .mg-md-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-md-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-md-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-md-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-md-l-85 {
    margin-left: 85% !important; }
  .mg-md-r-85 {
    margin-right: 85% !important; }
  .mg-md-t-85 {
    margin-top: 85% !important; }
  .mg-md-b-85 {
    margin-bottom: 85% !important; }
  .mg-md-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-md-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-md-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-md-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-md-l-86 {
    margin-left: 86% !important; }
  .mg-md-r-86 {
    margin-right: 86% !important; }
  .mg-md-t-86 {
    margin-top: 86% !important; }
  .mg-md-b-86 {
    margin-bottom: 86% !important; }
  .mg-md-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-md-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-md-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-md-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-md-l-87 {
    margin-left: 87% !important; }
  .mg-md-r-87 {
    margin-right: 87% !important; }
  .mg-md-t-87 {
    margin-top: 87% !important; }
  .mg-md-b-87 {
    margin-bottom: 87% !important; }
  .mg-md-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-md-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-md-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-md-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-md-l-88 {
    margin-left: 88% !important; }
  .mg-md-r-88 {
    margin-right: 88% !important; }
  .mg-md-t-88 {
    margin-top: 88% !important; }
  .mg-md-b-88 {
    margin-bottom: 88% !important; }
  .mg-md-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-md-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-md-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-md-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-md-l-89 {
    margin-left: 89% !important; }
  .mg-md-r-89 {
    margin-right: 89% !important; }
  .mg-md-t-89 {
    margin-top: 89% !important; }
  .mg-md-b-89 {
    margin-bottom: 89% !important; }
  .mg-md-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-md-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-md-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-md-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-md-l-90 {
    margin-left: 90% !important; }
  .mg-md-r-90 {
    margin-right: 90% !important; }
  .mg-md-t-90 {
    margin-top: 90% !important; }
  .mg-md-b-90 {
    margin-bottom: 90% !important; }
  .mg-md-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-md-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-md-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-md-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-md-l-91 {
    margin-left: 91% !important; }
  .mg-md-r-91 {
    margin-right: 91% !important; }
  .mg-md-t-91 {
    margin-top: 91% !important; }
  .mg-md-b-91 {
    margin-bottom: 91% !important; }
  .mg-md-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-md-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-md-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-md-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-md-l-92 {
    margin-left: 92% !important; }
  .mg-md-r-92 {
    margin-right: 92% !important; }
  .mg-md-t-92 {
    margin-top: 92% !important; }
  .mg-md-b-92 {
    margin-bottom: 92% !important; }
  .mg-md-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-md-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-md-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-md-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-md-l-93 {
    margin-left: 93% !important; }
  .mg-md-r-93 {
    margin-right: 93% !important; }
  .mg-md-t-93 {
    margin-top: 93% !important; }
  .mg-md-b-93 {
    margin-bottom: 93% !important; }
  .mg-md-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-md-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-md-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-md-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-md-l-94 {
    margin-left: 94% !important; }
  .mg-md-r-94 {
    margin-right: 94% !important; }
  .mg-md-t-94 {
    margin-top: 94% !important; }
  .mg-md-b-94 {
    margin-bottom: 94% !important; }
  .mg-md-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-md-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-md-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-md-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-md-l-95 {
    margin-left: 95% !important; }
  .mg-md-r-95 {
    margin-right: 95% !important; }
  .mg-md-t-95 {
    margin-top: 95% !important; }
  .mg-md-b-95 {
    margin-bottom: 95% !important; }
  .mg-md-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-md-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-md-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-md-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-md-l-96 {
    margin-left: 96% !important; }
  .mg-md-r-96 {
    margin-right: 96% !important; }
  .mg-md-t-96 {
    margin-top: 96% !important; }
  .mg-md-b-96 {
    margin-bottom: 96% !important; }
  .mg-md-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-md-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-md-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-md-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-md-l-97 {
    margin-left: 97% !important; }
  .mg-md-r-97 {
    margin-right: 97% !important; }
  .mg-md-t-97 {
    margin-top: 97% !important; }
  .mg-md-b-97 {
    margin-bottom: 97% !important; }
  .mg-md-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-md-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-md-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-md-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-md-l-98 {
    margin-left: 98% !important; }
  .mg-md-r-98 {
    margin-right: 98% !important; }
  .mg-md-t-98 {
    margin-top: 98% !important; }
  .mg-md-b-98 {
    margin-bottom: 98% !important; }
  .mg-md-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-md-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-md-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-md-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-md-l-99 {
    margin-left: 99% !important; }
  .mg-md-r-99 {
    margin-right: 99% !important; }
  .mg-md-t-99 {
    margin-top: 99% !important; }
  .mg-md-b-99 {
    margin-bottom: 99% !important; }
  .mg-md-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-md-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-md-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-md-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-md-l-100 {
    margin-left: 100% !important; }
  .mg-md-r-100 {
    margin-right: 100% !important; }
  .mg-md-t-100 {
    margin-top: 100% !important; }
  .mg-md-b-100 {
    margin-bottom: 100% !important; }
  .mg-md-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-md-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-md-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-md-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 992px) {
  .mg-lg-l-1 {
    margin-left: 1% !important; }
  .mg-lg-r-1 {
    margin-right: 1% !important; }
  .mg-lg-t-1 {
    margin-top: 1% !important; }
  .mg-lg-b-1 {
    margin-bottom: 1% !important; }
  .mg-lg-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-lg-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-lg-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-lg-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-lg-l-2 {
    margin-left: 2% !important; }
  .mg-lg-r-2 {
    margin-right: 2% !important; }
  .mg-lg-t-2 {
    margin-top: 2% !important; }
  .mg-lg-b-2 {
    margin-bottom: 2% !important; }
  .mg-lg-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-lg-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-lg-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-lg-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-lg-l-3 {
    margin-left: 3% !important; }
  .mg-lg-r-3 {
    margin-right: 3% !important; }
  .mg-lg-t-3 {
    margin-top: 3% !important; }
  .mg-lg-b-3 {
    margin-bottom: 3% !important; }
  .mg-lg-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-lg-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-lg-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-lg-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-lg-l-4 {
    margin-left: 4% !important; }
  .mg-lg-r-4 {
    margin-right: 4% !important; }
  .mg-lg-t-4 {
    margin-top: 4% !important; }
  .mg-lg-b-4 {
    margin-bottom: 4% !important; }
  .mg-lg-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-lg-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-lg-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-lg-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-lg-l-5 {
    margin-left: 5% !important; }
  .mg-lg-r-5 {
    margin-right: 5% !important; }
  .mg-lg-t-5 {
    margin-top: 5% !important; }
  .mg-lg-b-5 {
    margin-bottom: 5% !important; }
  .mg-lg-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-lg-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-lg-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-lg-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-lg-l-6 {
    margin-left: 6% !important; }
  .mg-lg-r-6 {
    margin-right: 6% !important; }
  .mg-lg-t-6 {
    margin-top: 6% !important; }
  .mg-lg-b-6 {
    margin-bottom: 6% !important; }
  .mg-lg-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-lg-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-lg-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-lg-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-lg-l-7 {
    margin-left: 7% !important; }
  .mg-lg-r-7 {
    margin-right: 7% !important; }
  .mg-lg-t-7 {
    margin-top: 7% !important; }
  .mg-lg-b-7 {
    margin-bottom: 7% !important; }
  .mg-lg-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-lg-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-lg-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-lg-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-lg-l-8 {
    margin-left: 8% !important; }
  .mg-lg-r-8 {
    margin-right: 8% !important; }
  .mg-lg-t-8 {
    margin-top: 8% !important; }
  .mg-lg-b-8 {
    margin-bottom: 8% !important; }
  .mg-lg-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-lg-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-lg-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-lg-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-lg-l-9 {
    margin-left: 9% !important; }
  .mg-lg-r-9 {
    margin-right: 9% !important; }
  .mg-lg-t-9 {
    margin-top: 9% !important; }
  .mg-lg-b-9 {
    margin-bottom: 9% !important; }
  .mg-lg-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-lg-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-lg-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-lg-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-lg-l-10 {
    margin-left: 10% !important; }
  .mg-lg-r-10 {
    margin-right: 10% !important; }
  .mg-lg-t-10 {
    margin-top: 10% !important; }
  .mg-lg-b-10 {
    margin-bottom: 10% !important; }
  .mg-lg-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-lg-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-lg-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-lg-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-lg-l-11 {
    margin-left: 11% !important; }
  .mg-lg-r-11 {
    margin-right: 11% !important; }
  .mg-lg-t-11 {
    margin-top: 11% !important; }
  .mg-lg-b-11 {
    margin-bottom: 11% !important; }
  .mg-lg-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-lg-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-lg-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-lg-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-lg-l-12 {
    margin-left: 12% !important; }
  .mg-lg-r-12 {
    margin-right: 12% !important; }
  .mg-lg-t-12 {
    margin-top: 12% !important; }
  .mg-lg-b-12 {
    margin-bottom: 12% !important; }
  .mg-lg-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-lg-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-lg-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-lg-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-lg-l-13 {
    margin-left: 13% !important; }
  .mg-lg-r-13 {
    margin-right: 13% !important; }
  .mg-lg-t-13 {
    margin-top: 13% !important; }
  .mg-lg-b-13 {
    margin-bottom: 13% !important; }
  .mg-lg-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-lg-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-lg-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-lg-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-lg-l-14 {
    margin-left: 14% !important; }
  .mg-lg-r-14 {
    margin-right: 14% !important; }
  .mg-lg-t-14 {
    margin-top: 14% !important; }
  .mg-lg-b-14 {
    margin-bottom: 14% !important; }
  .mg-lg-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-lg-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-lg-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-lg-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-lg-l-15 {
    margin-left: 15% !important; }
  .mg-lg-r-15 {
    margin-right: 15% !important; }
  .mg-lg-t-15 {
    margin-top: 15% !important; }
  .mg-lg-b-15 {
    margin-bottom: 15% !important; }
  .mg-lg-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-lg-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-lg-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-lg-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-lg-l-16 {
    margin-left: 16% !important; }
  .mg-lg-r-16 {
    margin-right: 16% !important; }
  .mg-lg-t-16 {
    margin-top: 16% !important; }
  .mg-lg-b-16 {
    margin-bottom: 16% !important; }
  .mg-lg-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-lg-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-lg-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-lg-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-lg-l-17 {
    margin-left: 17% !important; }
  .mg-lg-r-17 {
    margin-right: 17% !important; }
  .mg-lg-t-17 {
    margin-top: 17% !important; }
  .mg-lg-b-17 {
    margin-bottom: 17% !important; }
  .mg-lg-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-lg-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-lg-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-lg-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-lg-l-18 {
    margin-left: 18% !important; }
  .mg-lg-r-18 {
    margin-right: 18% !important; }
  .mg-lg-t-18 {
    margin-top: 18% !important; }
  .mg-lg-b-18 {
    margin-bottom: 18% !important; }
  .mg-lg-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-lg-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-lg-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-lg-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-lg-l-19 {
    margin-left: 19% !important; }
  .mg-lg-r-19 {
    margin-right: 19% !important; }
  .mg-lg-t-19 {
    margin-top: 19% !important; }
  .mg-lg-b-19 {
    margin-bottom: 19% !important; }
  .mg-lg-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-lg-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-lg-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-lg-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-lg-l-20 {
    margin-left: 20% !important; }
  .mg-lg-r-20 {
    margin-right: 20% !important; }
  .mg-lg-t-20 {
    margin-top: 20% !important; }
  .mg-lg-b-20 {
    margin-bottom: 20% !important; }
  .mg-lg-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-lg-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-lg-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-lg-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-lg-l-21 {
    margin-left: 21% !important; }
  .mg-lg-r-21 {
    margin-right: 21% !important; }
  .mg-lg-t-21 {
    margin-top: 21% !important; }
  .mg-lg-b-21 {
    margin-bottom: 21% !important; }
  .mg-lg-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-lg-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-lg-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-lg-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-lg-l-22 {
    margin-left: 22% !important; }
  .mg-lg-r-22 {
    margin-right: 22% !important; }
  .mg-lg-t-22 {
    margin-top: 22% !important; }
  .mg-lg-b-22 {
    margin-bottom: 22% !important; }
  .mg-lg-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-lg-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-lg-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-lg-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-lg-l-23 {
    margin-left: 23% !important; }
  .mg-lg-r-23 {
    margin-right: 23% !important; }
  .mg-lg-t-23 {
    margin-top: 23% !important; }
  .mg-lg-b-23 {
    margin-bottom: 23% !important; }
  .mg-lg-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-lg-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-lg-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-lg-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-lg-l-24 {
    margin-left: 24% !important; }
  .mg-lg-r-24 {
    margin-right: 24% !important; }
  .mg-lg-t-24 {
    margin-top: 24% !important; }
  .mg-lg-b-24 {
    margin-bottom: 24% !important; }
  .mg-lg-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-lg-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-lg-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-lg-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-lg-l-25 {
    margin-left: 25% !important; }
  .mg-lg-r-25 {
    margin-right: 25% !important; }
  .mg-lg-t-25 {
    margin-top: 25% !important; }
  .mg-lg-b-25 {
    margin-bottom: 25% !important; }
  .mg-lg-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-lg-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-lg-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-lg-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-lg-l-26 {
    margin-left: 26% !important; }
  .mg-lg-r-26 {
    margin-right: 26% !important; }
  .mg-lg-t-26 {
    margin-top: 26% !important; }
  .mg-lg-b-26 {
    margin-bottom: 26% !important; }
  .mg-lg-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-lg-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-lg-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-lg-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-lg-l-27 {
    margin-left: 27% !important; }
  .mg-lg-r-27 {
    margin-right: 27% !important; }
  .mg-lg-t-27 {
    margin-top: 27% !important; }
  .mg-lg-b-27 {
    margin-bottom: 27% !important; }
  .mg-lg-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-lg-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-lg-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-lg-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-lg-l-28 {
    margin-left: 28% !important; }
  .mg-lg-r-28 {
    margin-right: 28% !important; }
  .mg-lg-t-28 {
    margin-top: 28% !important; }
  .mg-lg-b-28 {
    margin-bottom: 28% !important; }
  .mg-lg-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-lg-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-lg-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-lg-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-lg-l-29 {
    margin-left: 29% !important; }
  .mg-lg-r-29 {
    margin-right: 29% !important; }
  .mg-lg-t-29 {
    margin-top: 29% !important; }
  .mg-lg-b-29 {
    margin-bottom: 29% !important; }
  .mg-lg-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-lg-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-lg-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-lg-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-lg-l-30 {
    margin-left: 30% !important; }
  .mg-lg-r-30 {
    margin-right: 30% !important; }
  .mg-lg-t-30 {
    margin-top: 30% !important; }
  .mg-lg-b-30 {
    margin-bottom: 30% !important; }
  .mg-lg-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-lg-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-lg-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-lg-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-lg-l-31 {
    margin-left: 31% !important; }
  .mg-lg-r-31 {
    margin-right: 31% !important; }
  .mg-lg-t-31 {
    margin-top: 31% !important; }
  .mg-lg-b-31 {
    margin-bottom: 31% !important; }
  .mg-lg-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-lg-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-lg-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-lg-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-lg-l-32 {
    margin-left: 32% !important; }
  .mg-lg-r-32 {
    margin-right: 32% !important; }
  .mg-lg-t-32 {
    margin-top: 32% !important; }
  .mg-lg-b-32 {
    margin-bottom: 32% !important; }
  .mg-lg-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-lg-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-lg-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-lg-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-lg-l-33 {
    margin-left: 33% !important; }
  .mg-lg-r-33 {
    margin-right: 33% !important; }
  .mg-lg-t-33 {
    margin-top: 33% !important; }
  .mg-lg-b-33 {
    margin-bottom: 33% !important; }
  .mg-lg-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-lg-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-lg-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-lg-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-lg-l-34 {
    margin-left: 34% !important; }
  .mg-lg-r-34 {
    margin-right: 34% !important; }
  .mg-lg-t-34 {
    margin-top: 34% !important; }
  .mg-lg-b-34 {
    margin-bottom: 34% !important; }
  .mg-lg-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-lg-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-lg-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-lg-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-lg-l-35 {
    margin-left: 35% !important; }
  .mg-lg-r-35 {
    margin-right: 35% !important; }
  .mg-lg-t-35 {
    margin-top: 35% !important; }
  .mg-lg-b-35 {
    margin-bottom: 35% !important; }
  .mg-lg-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-lg-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-lg-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-lg-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-lg-l-36 {
    margin-left: 36% !important; }
  .mg-lg-r-36 {
    margin-right: 36% !important; }
  .mg-lg-t-36 {
    margin-top: 36% !important; }
  .mg-lg-b-36 {
    margin-bottom: 36% !important; }
  .mg-lg-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-lg-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-lg-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-lg-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-lg-l-37 {
    margin-left: 37% !important; }
  .mg-lg-r-37 {
    margin-right: 37% !important; }
  .mg-lg-t-37 {
    margin-top: 37% !important; }
  .mg-lg-b-37 {
    margin-bottom: 37% !important; }
  .mg-lg-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-lg-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-lg-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-lg-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-lg-l-38 {
    margin-left: 38% !important; }
  .mg-lg-r-38 {
    margin-right: 38% !important; }
  .mg-lg-t-38 {
    margin-top: 38% !important; }
  .mg-lg-b-38 {
    margin-bottom: 38% !important; }
  .mg-lg-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-lg-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-lg-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-lg-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-lg-l-39 {
    margin-left: 39% !important; }
  .mg-lg-r-39 {
    margin-right: 39% !important; }
  .mg-lg-t-39 {
    margin-top: 39% !important; }
  .mg-lg-b-39 {
    margin-bottom: 39% !important; }
  .mg-lg-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-lg-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-lg-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-lg-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-lg-l-40 {
    margin-left: 40% !important; }
  .mg-lg-r-40 {
    margin-right: 40% !important; }
  .mg-lg-t-40 {
    margin-top: 40% !important; }
  .mg-lg-b-40 {
    margin-bottom: 40% !important; }
  .mg-lg-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-lg-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-lg-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-lg-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-lg-l-41 {
    margin-left: 41% !important; }
  .mg-lg-r-41 {
    margin-right: 41% !important; }
  .mg-lg-t-41 {
    margin-top: 41% !important; }
  .mg-lg-b-41 {
    margin-bottom: 41% !important; }
  .mg-lg-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-lg-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-lg-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-lg-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-lg-l-42 {
    margin-left: 42% !important; }
  .mg-lg-r-42 {
    margin-right: 42% !important; }
  .mg-lg-t-42 {
    margin-top: 42% !important; }
  .mg-lg-b-42 {
    margin-bottom: 42% !important; }
  .mg-lg-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-lg-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-lg-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-lg-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-lg-l-43 {
    margin-left: 43% !important; }
  .mg-lg-r-43 {
    margin-right: 43% !important; }
  .mg-lg-t-43 {
    margin-top: 43% !important; }
  .mg-lg-b-43 {
    margin-bottom: 43% !important; }
  .mg-lg-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-lg-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-lg-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-lg-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-lg-l-44 {
    margin-left: 44% !important; }
  .mg-lg-r-44 {
    margin-right: 44% !important; }
  .mg-lg-t-44 {
    margin-top: 44% !important; }
  .mg-lg-b-44 {
    margin-bottom: 44% !important; }
  .mg-lg-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-lg-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-lg-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-lg-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-lg-l-45 {
    margin-left: 45% !important; }
  .mg-lg-r-45 {
    margin-right: 45% !important; }
  .mg-lg-t-45 {
    margin-top: 45% !important; }
  .mg-lg-b-45 {
    margin-bottom: 45% !important; }
  .mg-lg-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-lg-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-lg-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-lg-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-lg-l-46 {
    margin-left: 46% !important; }
  .mg-lg-r-46 {
    margin-right: 46% !important; }
  .mg-lg-t-46 {
    margin-top: 46% !important; }
  .mg-lg-b-46 {
    margin-bottom: 46% !important; }
  .mg-lg-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-lg-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-lg-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-lg-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-lg-l-47 {
    margin-left: 47% !important; }
  .mg-lg-r-47 {
    margin-right: 47% !important; }
  .mg-lg-t-47 {
    margin-top: 47% !important; }
  .mg-lg-b-47 {
    margin-bottom: 47% !important; }
  .mg-lg-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-lg-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-lg-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-lg-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-lg-l-48 {
    margin-left: 48% !important; }
  .mg-lg-r-48 {
    margin-right: 48% !important; }
  .mg-lg-t-48 {
    margin-top: 48% !important; }
  .mg-lg-b-48 {
    margin-bottom: 48% !important; }
  .mg-lg-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-lg-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-lg-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-lg-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-lg-l-49 {
    margin-left: 49% !important; }
  .mg-lg-r-49 {
    margin-right: 49% !important; }
  .mg-lg-t-49 {
    margin-top: 49% !important; }
  .mg-lg-b-49 {
    margin-bottom: 49% !important; }
  .mg-lg-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-lg-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-lg-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-lg-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-lg-l-50 {
    margin-left: 50% !important; }
  .mg-lg-r-50 {
    margin-right: 50% !important; }
  .mg-lg-t-50 {
    margin-top: 50% !important; }
  .mg-lg-b-50 {
    margin-bottom: 50% !important; }
  .mg-lg-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-lg-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-lg-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-lg-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-lg-l-51 {
    margin-left: 51% !important; }
  .mg-lg-r-51 {
    margin-right: 51% !important; }
  .mg-lg-t-51 {
    margin-top: 51% !important; }
  .mg-lg-b-51 {
    margin-bottom: 51% !important; }
  .mg-lg-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-lg-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-lg-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-lg-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-lg-l-52 {
    margin-left: 52% !important; }
  .mg-lg-r-52 {
    margin-right: 52% !important; }
  .mg-lg-t-52 {
    margin-top: 52% !important; }
  .mg-lg-b-52 {
    margin-bottom: 52% !important; }
  .mg-lg-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-lg-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-lg-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-lg-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-lg-l-53 {
    margin-left: 53% !important; }
  .mg-lg-r-53 {
    margin-right: 53% !important; }
  .mg-lg-t-53 {
    margin-top: 53% !important; }
  .mg-lg-b-53 {
    margin-bottom: 53% !important; }
  .mg-lg-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-lg-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-lg-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-lg-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-lg-l-54 {
    margin-left: 54% !important; }
  .mg-lg-r-54 {
    margin-right: 54% !important; }
  .mg-lg-t-54 {
    margin-top: 54% !important; }
  .mg-lg-b-54 {
    margin-bottom: 54% !important; }
  .mg-lg-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-lg-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-lg-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-lg-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-lg-l-55 {
    margin-left: 55% !important; }
  .mg-lg-r-55 {
    margin-right: 55% !important; }
  .mg-lg-t-55 {
    margin-top: 55% !important; }
  .mg-lg-b-55 {
    margin-bottom: 55% !important; }
  .mg-lg-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-lg-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-lg-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-lg-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-lg-l-56 {
    margin-left: 56% !important; }
  .mg-lg-r-56 {
    margin-right: 56% !important; }
  .mg-lg-t-56 {
    margin-top: 56% !important; }
  .mg-lg-b-56 {
    margin-bottom: 56% !important; }
  .mg-lg-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-lg-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-lg-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-lg-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-lg-l-57 {
    margin-left: 57% !important; }
  .mg-lg-r-57 {
    margin-right: 57% !important; }
  .mg-lg-t-57 {
    margin-top: 57% !important; }
  .mg-lg-b-57 {
    margin-bottom: 57% !important; }
  .mg-lg-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-lg-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-lg-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-lg-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-lg-l-58 {
    margin-left: 58% !important; }
  .mg-lg-r-58 {
    margin-right: 58% !important; }
  .mg-lg-t-58 {
    margin-top: 58% !important; }
  .mg-lg-b-58 {
    margin-bottom: 58% !important; }
  .mg-lg-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-lg-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-lg-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-lg-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-lg-l-59 {
    margin-left: 59% !important; }
  .mg-lg-r-59 {
    margin-right: 59% !important; }
  .mg-lg-t-59 {
    margin-top: 59% !important; }
  .mg-lg-b-59 {
    margin-bottom: 59% !important; }
  .mg-lg-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-lg-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-lg-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-lg-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-lg-l-60 {
    margin-left: 60% !important; }
  .mg-lg-r-60 {
    margin-right: 60% !important; }
  .mg-lg-t-60 {
    margin-top: 60% !important; }
  .mg-lg-b-60 {
    margin-bottom: 60% !important; }
  .mg-lg-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-lg-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-lg-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-lg-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-lg-l-61 {
    margin-left: 61% !important; }
  .mg-lg-r-61 {
    margin-right: 61% !important; }
  .mg-lg-t-61 {
    margin-top: 61% !important; }
  .mg-lg-b-61 {
    margin-bottom: 61% !important; }
  .mg-lg-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-lg-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-lg-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-lg-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-lg-l-62 {
    margin-left: 62% !important; }
  .mg-lg-r-62 {
    margin-right: 62% !important; }
  .mg-lg-t-62 {
    margin-top: 62% !important; }
  .mg-lg-b-62 {
    margin-bottom: 62% !important; }
  .mg-lg-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-lg-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-lg-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-lg-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-lg-l-63 {
    margin-left: 63% !important; }
  .mg-lg-r-63 {
    margin-right: 63% !important; }
  .mg-lg-t-63 {
    margin-top: 63% !important; }
  .mg-lg-b-63 {
    margin-bottom: 63% !important; }
  .mg-lg-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-lg-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-lg-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-lg-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-lg-l-64 {
    margin-left: 64% !important; }
  .mg-lg-r-64 {
    margin-right: 64% !important; }
  .mg-lg-t-64 {
    margin-top: 64% !important; }
  .mg-lg-b-64 {
    margin-bottom: 64% !important; }
  .mg-lg-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-lg-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-lg-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-lg-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-lg-l-65 {
    margin-left: 65% !important; }
  .mg-lg-r-65 {
    margin-right: 65% !important; }
  .mg-lg-t-65 {
    margin-top: 65% !important; }
  .mg-lg-b-65 {
    margin-bottom: 65% !important; }
  .mg-lg-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-lg-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-lg-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-lg-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-lg-l-66 {
    margin-left: 66% !important; }
  .mg-lg-r-66 {
    margin-right: 66% !important; }
  .mg-lg-t-66 {
    margin-top: 66% !important; }
  .mg-lg-b-66 {
    margin-bottom: 66% !important; }
  .mg-lg-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-lg-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-lg-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-lg-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-lg-l-67 {
    margin-left: 67% !important; }
  .mg-lg-r-67 {
    margin-right: 67% !important; }
  .mg-lg-t-67 {
    margin-top: 67% !important; }
  .mg-lg-b-67 {
    margin-bottom: 67% !important; }
  .mg-lg-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-lg-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-lg-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-lg-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-lg-l-68 {
    margin-left: 68% !important; }
  .mg-lg-r-68 {
    margin-right: 68% !important; }
  .mg-lg-t-68 {
    margin-top: 68% !important; }
  .mg-lg-b-68 {
    margin-bottom: 68% !important; }
  .mg-lg-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-lg-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-lg-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-lg-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-lg-l-69 {
    margin-left: 69% !important; }
  .mg-lg-r-69 {
    margin-right: 69% !important; }
  .mg-lg-t-69 {
    margin-top: 69% !important; }
  .mg-lg-b-69 {
    margin-bottom: 69% !important; }
  .mg-lg-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-lg-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-lg-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-lg-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-lg-l-70 {
    margin-left: 70% !important; }
  .mg-lg-r-70 {
    margin-right: 70% !important; }
  .mg-lg-t-70 {
    margin-top: 70% !important; }
  .mg-lg-b-70 {
    margin-bottom: 70% !important; }
  .mg-lg-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-lg-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-lg-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-lg-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-lg-l-71 {
    margin-left: 71% !important; }
  .mg-lg-r-71 {
    margin-right: 71% !important; }
  .mg-lg-t-71 {
    margin-top: 71% !important; }
  .mg-lg-b-71 {
    margin-bottom: 71% !important; }
  .mg-lg-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-lg-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-lg-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-lg-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-lg-l-72 {
    margin-left: 72% !important; }
  .mg-lg-r-72 {
    margin-right: 72% !important; }
  .mg-lg-t-72 {
    margin-top: 72% !important; }
  .mg-lg-b-72 {
    margin-bottom: 72% !important; }
  .mg-lg-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-lg-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-lg-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-lg-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-lg-l-73 {
    margin-left: 73% !important; }
  .mg-lg-r-73 {
    margin-right: 73% !important; }
  .mg-lg-t-73 {
    margin-top: 73% !important; }
  .mg-lg-b-73 {
    margin-bottom: 73% !important; }
  .mg-lg-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-lg-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-lg-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-lg-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-lg-l-74 {
    margin-left: 74% !important; }
  .mg-lg-r-74 {
    margin-right: 74% !important; }
  .mg-lg-t-74 {
    margin-top: 74% !important; }
  .mg-lg-b-74 {
    margin-bottom: 74% !important; }
  .mg-lg-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-lg-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-lg-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-lg-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-lg-l-75 {
    margin-left: 75% !important; }
  .mg-lg-r-75 {
    margin-right: 75% !important; }
  .mg-lg-t-75 {
    margin-top: 75% !important; }
  .mg-lg-b-75 {
    margin-bottom: 75% !important; }
  .mg-lg-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-lg-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-lg-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-lg-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-lg-l-76 {
    margin-left: 76% !important; }
  .mg-lg-r-76 {
    margin-right: 76% !important; }
  .mg-lg-t-76 {
    margin-top: 76% !important; }
  .mg-lg-b-76 {
    margin-bottom: 76% !important; }
  .mg-lg-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-lg-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-lg-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-lg-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-lg-l-77 {
    margin-left: 77% !important; }
  .mg-lg-r-77 {
    margin-right: 77% !important; }
  .mg-lg-t-77 {
    margin-top: 77% !important; }
  .mg-lg-b-77 {
    margin-bottom: 77% !important; }
  .mg-lg-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-lg-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-lg-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-lg-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-lg-l-78 {
    margin-left: 78% !important; }
  .mg-lg-r-78 {
    margin-right: 78% !important; }
  .mg-lg-t-78 {
    margin-top: 78% !important; }
  .mg-lg-b-78 {
    margin-bottom: 78% !important; }
  .mg-lg-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-lg-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-lg-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-lg-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-lg-l-79 {
    margin-left: 79% !important; }
  .mg-lg-r-79 {
    margin-right: 79% !important; }
  .mg-lg-t-79 {
    margin-top: 79% !important; }
  .mg-lg-b-79 {
    margin-bottom: 79% !important; }
  .mg-lg-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-lg-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-lg-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-lg-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-lg-l-80 {
    margin-left: 80% !important; }
  .mg-lg-r-80 {
    margin-right: 80% !important; }
  .mg-lg-t-80 {
    margin-top: 80% !important; }
  .mg-lg-b-80 {
    margin-bottom: 80% !important; }
  .mg-lg-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-lg-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-lg-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-lg-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-lg-l-81 {
    margin-left: 81% !important; }
  .mg-lg-r-81 {
    margin-right: 81% !important; }
  .mg-lg-t-81 {
    margin-top: 81% !important; }
  .mg-lg-b-81 {
    margin-bottom: 81% !important; }
  .mg-lg-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-lg-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-lg-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-lg-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-lg-l-82 {
    margin-left: 82% !important; }
  .mg-lg-r-82 {
    margin-right: 82% !important; }
  .mg-lg-t-82 {
    margin-top: 82% !important; }
  .mg-lg-b-82 {
    margin-bottom: 82% !important; }
  .mg-lg-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-lg-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-lg-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-lg-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-lg-l-83 {
    margin-left: 83% !important; }
  .mg-lg-r-83 {
    margin-right: 83% !important; }
  .mg-lg-t-83 {
    margin-top: 83% !important; }
  .mg-lg-b-83 {
    margin-bottom: 83% !important; }
  .mg-lg-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-lg-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-lg-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-lg-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-lg-l-84 {
    margin-left: 84% !important; }
  .mg-lg-r-84 {
    margin-right: 84% !important; }
  .mg-lg-t-84 {
    margin-top: 84% !important; }
  .mg-lg-b-84 {
    margin-bottom: 84% !important; }
  .mg-lg-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-lg-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-lg-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-lg-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-lg-l-85 {
    margin-left: 85% !important; }
  .mg-lg-r-85 {
    margin-right: 85% !important; }
  .mg-lg-t-85 {
    margin-top: 85% !important; }
  .mg-lg-b-85 {
    margin-bottom: 85% !important; }
  .mg-lg-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-lg-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-lg-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-lg-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-lg-l-86 {
    margin-left: 86% !important; }
  .mg-lg-r-86 {
    margin-right: 86% !important; }
  .mg-lg-t-86 {
    margin-top: 86% !important; }
  .mg-lg-b-86 {
    margin-bottom: 86% !important; }
  .mg-lg-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-lg-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-lg-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-lg-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-lg-l-87 {
    margin-left: 87% !important; }
  .mg-lg-r-87 {
    margin-right: 87% !important; }
  .mg-lg-t-87 {
    margin-top: 87% !important; }
  .mg-lg-b-87 {
    margin-bottom: 87% !important; }
  .mg-lg-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-lg-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-lg-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-lg-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-lg-l-88 {
    margin-left: 88% !important; }
  .mg-lg-r-88 {
    margin-right: 88% !important; }
  .mg-lg-t-88 {
    margin-top: 88% !important; }
  .mg-lg-b-88 {
    margin-bottom: 88% !important; }
  .mg-lg-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-lg-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-lg-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-lg-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-lg-l-89 {
    margin-left: 89% !important; }
  .mg-lg-r-89 {
    margin-right: 89% !important; }
  .mg-lg-t-89 {
    margin-top: 89% !important; }
  .mg-lg-b-89 {
    margin-bottom: 89% !important; }
  .mg-lg-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-lg-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-lg-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-lg-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-lg-l-90 {
    margin-left: 90% !important; }
  .mg-lg-r-90 {
    margin-right: 90% !important; }
  .mg-lg-t-90 {
    margin-top: 90% !important; }
  .mg-lg-b-90 {
    margin-bottom: 90% !important; }
  .mg-lg-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-lg-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-lg-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-lg-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-lg-l-91 {
    margin-left: 91% !important; }
  .mg-lg-r-91 {
    margin-right: 91% !important; }
  .mg-lg-t-91 {
    margin-top: 91% !important; }
  .mg-lg-b-91 {
    margin-bottom: 91% !important; }
  .mg-lg-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-lg-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-lg-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-lg-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-lg-l-92 {
    margin-left: 92% !important; }
  .mg-lg-r-92 {
    margin-right: 92% !important; }
  .mg-lg-t-92 {
    margin-top: 92% !important; }
  .mg-lg-b-92 {
    margin-bottom: 92% !important; }
  .mg-lg-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-lg-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-lg-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-lg-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-lg-l-93 {
    margin-left: 93% !important; }
  .mg-lg-r-93 {
    margin-right: 93% !important; }
  .mg-lg-t-93 {
    margin-top: 93% !important; }
  .mg-lg-b-93 {
    margin-bottom: 93% !important; }
  .mg-lg-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-lg-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-lg-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-lg-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-lg-l-94 {
    margin-left: 94% !important; }
  .mg-lg-r-94 {
    margin-right: 94% !important; }
  .mg-lg-t-94 {
    margin-top: 94% !important; }
  .mg-lg-b-94 {
    margin-bottom: 94% !important; }
  .mg-lg-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-lg-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-lg-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-lg-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-lg-l-95 {
    margin-left: 95% !important; }
  .mg-lg-r-95 {
    margin-right: 95% !important; }
  .mg-lg-t-95 {
    margin-top: 95% !important; }
  .mg-lg-b-95 {
    margin-bottom: 95% !important; }
  .mg-lg-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-lg-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-lg-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-lg-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-lg-l-96 {
    margin-left: 96% !important; }
  .mg-lg-r-96 {
    margin-right: 96% !important; }
  .mg-lg-t-96 {
    margin-top: 96% !important; }
  .mg-lg-b-96 {
    margin-bottom: 96% !important; }
  .mg-lg-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-lg-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-lg-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-lg-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-lg-l-97 {
    margin-left: 97% !important; }
  .mg-lg-r-97 {
    margin-right: 97% !important; }
  .mg-lg-t-97 {
    margin-top: 97% !important; }
  .mg-lg-b-97 {
    margin-bottom: 97% !important; }
  .mg-lg-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-lg-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-lg-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-lg-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-lg-l-98 {
    margin-left: 98% !important; }
  .mg-lg-r-98 {
    margin-right: 98% !important; }
  .mg-lg-t-98 {
    margin-top: 98% !important; }
  .mg-lg-b-98 {
    margin-bottom: 98% !important; }
  .mg-lg-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-lg-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-lg-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-lg-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-lg-l-99 {
    margin-left: 99% !important; }
  .mg-lg-r-99 {
    margin-right: 99% !important; }
  .mg-lg-t-99 {
    margin-top: 99% !important; }
  .mg-lg-b-99 {
    margin-bottom: 99% !important; }
  .mg-lg-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-lg-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-lg-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-lg-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-lg-l-100 {
    margin-left: 100% !important; }
  .mg-lg-r-100 {
    margin-right: 100% !important; }
  .mg-lg-t-100 {
    margin-top: 100% !important; }
  .mg-lg-b-100 {
    margin-bottom: 100% !important; }
  .mg-lg-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-lg-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-lg-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-lg-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 1024px) {
  .mg-lg2-l-1 {
    margin-left: 1% !important; }
  .mg-lg2-r-1 {
    margin-right: 1% !important; }
  .mg-lg2-t-1 {
    margin-top: 1% !important; }
  .mg-lg2-b-1 {
    margin-bottom: 1% !important; }
  .mg-lg2-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-lg2-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-lg2-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-lg2-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-lg2-l-2 {
    margin-left: 2% !important; }
  .mg-lg2-r-2 {
    margin-right: 2% !important; }
  .mg-lg2-t-2 {
    margin-top: 2% !important; }
  .mg-lg2-b-2 {
    margin-bottom: 2% !important; }
  .mg-lg2-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-lg2-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-lg2-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-lg2-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-lg2-l-3 {
    margin-left: 3% !important; }
  .mg-lg2-r-3 {
    margin-right: 3% !important; }
  .mg-lg2-t-3 {
    margin-top: 3% !important; }
  .mg-lg2-b-3 {
    margin-bottom: 3% !important; }
  .mg-lg2-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-lg2-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-lg2-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-lg2-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-lg2-l-4 {
    margin-left: 4% !important; }
  .mg-lg2-r-4 {
    margin-right: 4% !important; }
  .mg-lg2-t-4 {
    margin-top: 4% !important; }
  .mg-lg2-b-4 {
    margin-bottom: 4% !important; }
  .mg-lg2-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-lg2-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-lg2-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-lg2-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-lg2-l-5 {
    margin-left: 5% !important; }
  .mg-lg2-r-5 {
    margin-right: 5% !important; }
  .mg-lg2-t-5 {
    margin-top: 5% !important; }
  .mg-lg2-b-5 {
    margin-bottom: 5% !important; }
  .mg-lg2-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-lg2-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-lg2-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-lg2-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-lg2-l-6 {
    margin-left: 6% !important; }
  .mg-lg2-r-6 {
    margin-right: 6% !important; }
  .mg-lg2-t-6 {
    margin-top: 6% !important; }
  .mg-lg2-b-6 {
    margin-bottom: 6% !important; }
  .mg-lg2-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-lg2-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-lg2-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-lg2-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-lg2-l-7 {
    margin-left: 7% !important; }
  .mg-lg2-r-7 {
    margin-right: 7% !important; }
  .mg-lg2-t-7 {
    margin-top: 7% !important; }
  .mg-lg2-b-7 {
    margin-bottom: 7% !important; }
  .mg-lg2-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-lg2-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-lg2-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-lg2-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-lg2-l-8 {
    margin-left: 8% !important; }
  .mg-lg2-r-8 {
    margin-right: 8% !important; }
  .mg-lg2-t-8 {
    margin-top: 8% !important; }
  .mg-lg2-b-8 {
    margin-bottom: 8% !important; }
  .mg-lg2-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-lg2-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-lg2-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-lg2-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-lg2-l-9 {
    margin-left: 9% !important; }
  .mg-lg2-r-9 {
    margin-right: 9% !important; }
  .mg-lg2-t-9 {
    margin-top: 9% !important; }
  .mg-lg2-b-9 {
    margin-bottom: 9% !important; }
  .mg-lg2-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-lg2-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-lg2-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-lg2-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-lg2-l-10 {
    margin-left: 10% !important; }
  .mg-lg2-r-10 {
    margin-right: 10% !important; }
  .mg-lg2-t-10 {
    margin-top: 10% !important; }
  .mg-lg2-b-10 {
    margin-bottom: 10% !important; }
  .mg-lg2-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-lg2-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-lg2-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-lg2-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-lg2-l-11 {
    margin-left: 11% !important; }
  .mg-lg2-r-11 {
    margin-right: 11% !important; }
  .mg-lg2-t-11 {
    margin-top: 11% !important; }
  .mg-lg2-b-11 {
    margin-bottom: 11% !important; }
  .mg-lg2-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-lg2-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-lg2-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-lg2-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-lg2-l-12 {
    margin-left: 12% !important; }
  .mg-lg2-r-12 {
    margin-right: 12% !important; }
  .mg-lg2-t-12 {
    margin-top: 12% !important; }
  .mg-lg2-b-12 {
    margin-bottom: 12% !important; }
  .mg-lg2-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-lg2-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-lg2-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-lg2-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-lg2-l-13 {
    margin-left: 13% !important; }
  .mg-lg2-r-13 {
    margin-right: 13% !important; }
  .mg-lg2-t-13 {
    margin-top: 13% !important; }
  .mg-lg2-b-13 {
    margin-bottom: 13% !important; }
  .mg-lg2-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-lg2-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-lg2-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-lg2-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-lg2-l-14 {
    margin-left: 14% !important; }
  .mg-lg2-r-14 {
    margin-right: 14% !important; }
  .mg-lg2-t-14 {
    margin-top: 14% !important; }
  .mg-lg2-b-14 {
    margin-bottom: 14% !important; }
  .mg-lg2-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-lg2-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-lg2-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-lg2-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-lg2-l-15 {
    margin-left: 15% !important; }
  .mg-lg2-r-15 {
    margin-right: 15% !important; }
  .mg-lg2-t-15 {
    margin-top: 15% !important; }
  .mg-lg2-b-15 {
    margin-bottom: 15% !important; }
  .mg-lg2-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-lg2-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-lg2-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-lg2-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-lg2-l-16 {
    margin-left: 16% !important; }
  .mg-lg2-r-16 {
    margin-right: 16% !important; }
  .mg-lg2-t-16 {
    margin-top: 16% !important; }
  .mg-lg2-b-16 {
    margin-bottom: 16% !important; }
  .mg-lg2-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-lg2-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-lg2-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-lg2-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-lg2-l-17 {
    margin-left: 17% !important; }
  .mg-lg2-r-17 {
    margin-right: 17% !important; }
  .mg-lg2-t-17 {
    margin-top: 17% !important; }
  .mg-lg2-b-17 {
    margin-bottom: 17% !important; }
  .mg-lg2-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-lg2-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-lg2-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-lg2-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-lg2-l-18 {
    margin-left: 18% !important; }
  .mg-lg2-r-18 {
    margin-right: 18% !important; }
  .mg-lg2-t-18 {
    margin-top: 18% !important; }
  .mg-lg2-b-18 {
    margin-bottom: 18% !important; }
  .mg-lg2-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-lg2-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-lg2-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-lg2-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-lg2-l-19 {
    margin-left: 19% !important; }
  .mg-lg2-r-19 {
    margin-right: 19% !important; }
  .mg-lg2-t-19 {
    margin-top: 19% !important; }
  .mg-lg2-b-19 {
    margin-bottom: 19% !important; }
  .mg-lg2-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-lg2-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-lg2-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-lg2-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-lg2-l-20 {
    margin-left: 20% !important; }
  .mg-lg2-r-20 {
    margin-right: 20% !important; }
  .mg-lg2-t-20 {
    margin-top: 20% !important; }
  .mg-lg2-b-20 {
    margin-bottom: 20% !important; }
  .mg-lg2-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-lg2-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-lg2-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-lg2-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-lg2-l-21 {
    margin-left: 21% !important; }
  .mg-lg2-r-21 {
    margin-right: 21% !important; }
  .mg-lg2-t-21 {
    margin-top: 21% !important; }
  .mg-lg2-b-21 {
    margin-bottom: 21% !important; }
  .mg-lg2-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-lg2-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-lg2-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-lg2-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-lg2-l-22 {
    margin-left: 22% !important; }
  .mg-lg2-r-22 {
    margin-right: 22% !important; }
  .mg-lg2-t-22 {
    margin-top: 22% !important; }
  .mg-lg2-b-22 {
    margin-bottom: 22% !important; }
  .mg-lg2-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-lg2-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-lg2-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-lg2-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-lg2-l-23 {
    margin-left: 23% !important; }
  .mg-lg2-r-23 {
    margin-right: 23% !important; }
  .mg-lg2-t-23 {
    margin-top: 23% !important; }
  .mg-lg2-b-23 {
    margin-bottom: 23% !important; }
  .mg-lg2-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-lg2-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-lg2-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-lg2-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-lg2-l-24 {
    margin-left: 24% !important; }
  .mg-lg2-r-24 {
    margin-right: 24% !important; }
  .mg-lg2-t-24 {
    margin-top: 24% !important; }
  .mg-lg2-b-24 {
    margin-bottom: 24% !important; }
  .mg-lg2-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-lg2-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-lg2-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-lg2-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-lg2-l-25 {
    margin-left: 25% !important; }
  .mg-lg2-r-25 {
    margin-right: 25% !important; }
  .mg-lg2-t-25 {
    margin-top: 25% !important; }
  .mg-lg2-b-25 {
    margin-bottom: 25% !important; }
  .mg-lg2-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-lg2-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-lg2-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-lg2-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-lg2-l-26 {
    margin-left: 26% !important; }
  .mg-lg2-r-26 {
    margin-right: 26% !important; }
  .mg-lg2-t-26 {
    margin-top: 26% !important; }
  .mg-lg2-b-26 {
    margin-bottom: 26% !important; }
  .mg-lg2-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-lg2-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-lg2-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-lg2-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-lg2-l-27 {
    margin-left: 27% !important; }
  .mg-lg2-r-27 {
    margin-right: 27% !important; }
  .mg-lg2-t-27 {
    margin-top: 27% !important; }
  .mg-lg2-b-27 {
    margin-bottom: 27% !important; }
  .mg-lg2-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-lg2-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-lg2-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-lg2-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-lg2-l-28 {
    margin-left: 28% !important; }
  .mg-lg2-r-28 {
    margin-right: 28% !important; }
  .mg-lg2-t-28 {
    margin-top: 28% !important; }
  .mg-lg2-b-28 {
    margin-bottom: 28% !important; }
  .mg-lg2-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-lg2-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-lg2-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-lg2-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-lg2-l-29 {
    margin-left: 29% !important; }
  .mg-lg2-r-29 {
    margin-right: 29% !important; }
  .mg-lg2-t-29 {
    margin-top: 29% !important; }
  .mg-lg2-b-29 {
    margin-bottom: 29% !important; }
  .mg-lg2-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-lg2-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-lg2-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-lg2-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-lg2-l-30 {
    margin-left: 30% !important; }
  .mg-lg2-r-30 {
    margin-right: 30% !important; }
  .mg-lg2-t-30 {
    margin-top: 30% !important; }
  .mg-lg2-b-30 {
    margin-bottom: 30% !important; }
  .mg-lg2-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-lg2-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-lg2-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-lg2-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-lg2-l-31 {
    margin-left: 31% !important; }
  .mg-lg2-r-31 {
    margin-right: 31% !important; }
  .mg-lg2-t-31 {
    margin-top: 31% !important; }
  .mg-lg2-b-31 {
    margin-bottom: 31% !important; }
  .mg-lg2-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-lg2-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-lg2-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-lg2-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-lg2-l-32 {
    margin-left: 32% !important; }
  .mg-lg2-r-32 {
    margin-right: 32% !important; }
  .mg-lg2-t-32 {
    margin-top: 32% !important; }
  .mg-lg2-b-32 {
    margin-bottom: 32% !important; }
  .mg-lg2-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-lg2-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-lg2-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-lg2-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-lg2-l-33 {
    margin-left: 33% !important; }
  .mg-lg2-r-33 {
    margin-right: 33% !important; }
  .mg-lg2-t-33 {
    margin-top: 33% !important; }
  .mg-lg2-b-33 {
    margin-bottom: 33% !important; }
  .mg-lg2-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-lg2-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-lg2-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-lg2-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-lg2-l-34 {
    margin-left: 34% !important; }
  .mg-lg2-r-34 {
    margin-right: 34% !important; }
  .mg-lg2-t-34 {
    margin-top: 34% !important; }
  .mg-lg2-b-34 {
    margin-bottom: 34% !important; }
  .mg-lg2-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-lg2-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-lg2-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-lg2-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-lg2-l-35 {
    margin-left: 35% !important; }
  .mg-lg2-r-35 {
    margin-right: 35% !important; }
  .mg-lg2-t-35 {
    margin-top: 35% !important; }
  .mg-lg2-b-35 {
    margin-bottom: 35% !important; }
  .mg-lg2-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-lg2-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-lg2-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-lg2-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-lg2-l-36 {
    margin-left: 36% !important; }
  .mg-lg2-r-36 {
    margin-right: 36% !important; }
  .mg-lg2-t-36 {
    margin-top: 36% !important; }
  .mg-lg2-b-36 {
    margin-bottom: 36% !important; }
  .mg-lg2-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-lg2-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-lg2-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-lg2-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-lg2-l-37 {
    margin-left: 37% !important; }
  .mg-lg2-r-37 {
    margin-right: 37% !important; }
  .mg-lg2-t-37 {
    margin-top: 37% !important; }
  .mg-lg2-b-37 {
    margin-bottom: 37% !important; }
  .mg-lg2-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-lg2-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-lg2-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-lg2-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-lg2-l-38 {
    margin-left: 38% !important; }
  .mg-lg2-r-38 {
    margin-right: 38% !important; }
  .mg-lg2-t-38 {
    margin-top: 38% !important; }
  .mg-lg2-b-38 {
    margin-bottom: 38% !important; }
  .mg-lg2-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-lg2-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-lg2-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-lg2-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-lg2-l-39 {
    margin-left: 39% !important; }
  .mg-lg2-r-39 {
    margin-right: 39% !important; }
  .mg-lg2-t-39 {
    margin-top: 39% !important; }
  .mg-lg2-b-39 {
    margin-bottom: 39% !important; }
  .mg-lg2-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-lg2-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-lg2-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-lg2-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-lg2-l-40 {
    margin-left: 40% !important; }
  .mg-lg2-r-40 {
    margin-right: 40% !important; }
  .mg-lg2-t-40 {
    margin-top: 40% !important; }
  .mg-lg2-b-40 {
    margin-bottom: 40% !important; }
  .mg-lg2-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-lg2-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-lg2-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-lg2-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-lg2-l-41 {
    margin-left: 41% !important; }
  .mg-lg2-r-41 {
    margin-right: 41% !important; }
  .mg-lg2-t-41 {
    margin-top: 41% !important; }
  .mg-lg2-b-41 {
    margin-bottom: 41% !important; }
  .mg-lg2-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-lg2-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-lg2-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-lg2-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-lg2-l-42 {
    margin-left: 42% !important; }
  .mg-lg2-r-42 {
    margin-right: 42% !important; }
  .mg-lg2-t-42 {
    margin-top: 42% !important; }
  .mg-lg2-b-42 {
    margin-bottom: 42% !important; }
  .mg-lg2-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-lg2-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-lg2-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-lg2-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-lg2-l-43 {
    margin-left: 43% !important; }
  .mg-lg2-r-43 {
    margin-right: 43% !important; }
  .mg-lg2-t-43 {
    margin-top: 43% !important; }
  .mg-lg2-b-43 {
    margin-bottom: 43% !important; }
  .mg-lg2-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-lg2-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-lg2-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-lg2-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-lg2-l-44 {
    margin-left: 44% !important; }
  .mg-lg2-r-44 {
    margin-right: 44% !important; }
  .mg-lg2-t-44 {
    margin-top: 44% !important; }
  .mg-lg2-b-44 {
    margin-bottom: 44% !important; }
  .mg-lg2-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-lg2-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-lg2-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-lg2-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-lg2-l-45 {
    margin-left: 45% !important; }
  .mg-lg2-r-45 {
    margin-right: 45% !important; }
  .mg-lg2-t-45 {
    margin-top: 45% !important; }
  .mg-lg2-b-45 {
    margin-bottom: 45% !important; }
  .mg-lg2-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-lg2-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-lg2-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-lg2-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-lg2-l-46 {
    margin-left: 46% !important; }
  .mg-lg2-r-46 {
    margin-right: 46% !important; }
  .mg-lg2-t-46 {
    margin-top: 46% !important; }
  .mg-lg2-b-46 {
    margin-bottom: 46% !important; }
  .mg-lg2-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-lg2-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-lg2-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-lg2-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-lg2-l-47 {
    margin-left: 47% !important; }
  .mg-lg2-r-47 {
    margin-right: 47% !important; }
  .mg-lg2-t-47 {
    margin-top: 47% !important; }
  .mg-lg2-b-47 {
    margin-bottom: 47% !important; }
  .mg-lg2-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-lg2-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-lg2-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-lg2-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-lg2-l-48 {
    margin-left: 48% !important; }
  .mg-lg2-r-48 {
    margin-right: 48% !important; }
  .mg-lg2-t-48 {
    margin-top: 48% !important; }
  .mg-lg2-b-48 {
    margin-bottom: 48% !important; }
  .mg-lg2-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-lg2-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-lg2-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-lg2-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-lg2-l-49 {
    margin-left: 49% !important; }
  .mg-lg2-r-49 {
    margin-right: 49% !important; }
  .mg-lg2-t-49 {
    margin-top: 49% !important; }
  .mg-lg2-b-49 {
    margin-bottom: 49% !important; }
  .mg-lg2-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-lg2-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-lg2-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-lg2-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-lg2-l-50 {
    margin-left: 50% !important; }
  .mg-lg2-r-50 {
    margin-right: 50% !important; }
  .mg-lg2-t-50 {
    margin-top: 50% !important; }
  .mg-lg2-b-50 {
    margin-bottom: 50% !important; }
  .mg-lg2-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-lg2-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-lg2-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-lg2-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-lg2-l-51 {
    margin-left: 51% !important; }
  .mg-lg2-r-51 {
    margin-right: 51% !important; }
  .mg-lg2-t-51 {
    margin-top: 51% !important; }
  .mg-lg2-b-51 {
    margin-bottom: 51% !important; }
  .mg-lg2-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-lg2-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-lg2-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-lg2-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-lg2-l-52 {
    margin-left: 52% !important; }
  .mg-lg2-r-52 {
    margin-right: 52% !important; }
  .mg-lg2-t-52 {
    margin-top: 52% !important; }
  .mg-lg2-b-52 {
    margin-bottom: 52% !important; }
  .mg-lg2-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-lg2-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-lg2-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-lg2-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-lg2-l-53 {
    margin-left: 53% !important; }
  .mg-lg2-r-53 {
    margin-right: 53% !important; }
  .mg-lg2-t-53 {
    margin-top: 53% !important; }
  .mg-lg2-b-53 {
    margin-bottom: 53% !important; }
  .mg-lg2-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-lg2-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-lg2-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-lg2-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-lg2-l-54 {
    margin-left: 54% !important; }
  .mg-lg2-r-54 {
    margin-right: 54% !important; }
  .mg-lg2-t-54 {
    margin-top: 54% !important; }
  .mg-lg2-b-54 {
    margin-bottom: 54% !important; }
  .mg-lg2-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-lg2-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-lg2-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-lg2-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-lg2-l-55 {
    margin-left: 55% !important; }
  .mg-lg2-r-55 {
    margin-right: 55% !important; }
  .mg-lg2-t-55 {
    margin-top: 55% !important; }
  .mg-lg2-b-55 {
    margin-bottom: 55% !important; }
  .mg-lg2-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-lg2-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-lg2-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-lg2-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-lg2-l-56 {
    margin-left: 56% !important; }
  .mg-lg2-r-56 {
    margin-right: 56% !important; }
  .mg-lg2-t-56 {
    margin-top: 56% !important; }
  .mg-lg2-b-56 {
    margin-bottom: 56% !important; }
  .mg-lg2-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-lg2-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-lg2-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-lg2-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-lg2-l-57 {
    margin-left: 57% !important; }
  .mg-lg2-r-57 {
    margin-right: 57% !important; }
  .mg-lg2-t-57 {
    margin-top: 57% !important; }
  .mg-lg2-b-57 {
    margin-bottom: 57% !important; }
  .mg-lg2-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-lg2-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-lg2-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-lg2-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-lg2-l-58 {
    margin-left: 58% !important; }
  .mg-lg2-r-58 {
    margin-right: 58% !important; }
  .mg-lg2-t-58 {
    margin-top: 58% !important; }
  .mg-lg2-b-58 {
    margin-bottom: 58% !important; }
  .mg-lg2-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-lg2-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-lg2-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-lg2-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-lg2-l-59 {
    margin-left: 59% !important; }
  .mg-lg2-r-59 {
    margin-right: 59% !important; }
  .mg-lg2-t-59 {
    margin-top: 59% !important; }
  .mg-lg2-b-59 {
    margin-bottom: 59% !important; }
  .mg-lg2-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-lg2-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-lg2-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-lg2-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-lg2-l-60 {
    margin-left: 60% !important; }
  .mg-lg2-r-60 {
    margin-right: 60% !important; }
  .mg-lg2-t-60 {
    margin-top: 60% !important; }
  .mg-lg2-b-60 {
    margin-bottom: 60% !important; }
  .mg-lg2-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-lg2-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-lg2-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-lg2-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-lg2-l-61 {
    margin-left: 61% !important; }
  .mg-lg2-r-61 {
    margin-right: 61% !important; }
  .mg-lg2-t-61 {
    margin-top: 61% !important; }
  .mg-lg2-b-61 {
    margin-bottom: 61% !important; }
  .mg-lg2-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-lg2-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-lg2-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-lg2-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-lg2-l-62 {
    margin-left: 62% !important; }
  .mg-lg2-r-62 {
    margin-right: 62% !important; }
  .mg-lg2-t-62 {
    margin-top: 62% !important; }
  .mg-lg2-b-62 {
    margin-bottom: 62% !important; }
  .mg-lg2-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-lg2-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-lg2-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-lg2-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-lg2-l-63 {
    margin-left: 63% !important; }
  .mg-lg2-r-63 {
    margin-right: 63% !important; }
  .mg-lg2-t-63 {
    margin-top: 63% !important; }
  .mg-lg2-b-63 {
    margin-bottom: 63% !important; }
  .mg-lg2-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-lg2-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-lg2-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-lg2-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-lg2-l-64 {
    margin-left: 64% !important; }
  .mg-lg2-r-64 {
    margin-right: 64% !important; }
  .mg-lg2-t-64 {
    margin-top: 64% !important; }
  .mg-lg2-b-64 {
    margin-bottom: 64% !important; }
  .mg-lg2-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-lg2-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-lg2-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-lg2-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-lg2-l-65 {
    margin-left: 65% !important; }
  .mg-lg2-r-65 {
    margin-right: 65% !important; }
  .mg-lg2-t-65 {
    margin-top: 65% !important; }
  .mg-lg2-b-65 {
    margin-bottom: 65% !important; }
  .mg-lg2-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-lg2-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-lg2-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-lg2-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-lg2-l-66 {
    margin-left: 66% !important; }
  .mg-lg2-r-66 {
    margin-right: 66% !important; }
  .mg-lg2-t-66 {
    margin-top: 66% !important; }
  .mg-lg2-b-66 {
    margin-bottom: 66% !important; }
  .mg-lg2-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-lg2-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-lg2-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-lg2-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-lg2-l-67 {
    margin-left: 67% !important; }
  .mg-lg2-r-67 {
    margin-right: 67% !important; }
  .mg-lg2-t-67 {
    margin-top: 67% !important; }
  .mg-lg2-b-67 {
    margin-bottom: 67% !important; }
  .mg-lg2-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-lg2-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-lg2-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-lg2-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-lg2-l-68 {
    margin-left: 68% !important; }
  .mg-lg2-r-68 {
    margin-right: 68% !important; }
  .mg-lg2-t-68 {
    margin-top: 68% !important; }
  .mg-lg2-b-68 {
    margin-bottom: 68% !important; }
  .mg-lg2-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-lg2-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-lg2-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-lg2-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-lg2-l-69 {
    margin-left: 69% !important; }
  .mg-lg2-r-69 {
    margin-right: 69% !important; }
  .mg-lg2-t-69 {
    margin-top: 69% !important; }
  .mg-lg2-b-69 {
    margin-bottom: 69% !important; }
  .mg-lg2-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-lg2-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-lg2-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-lg2-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-lg2-l-70 {
    margin-left: 70% !important; }
  .mg-lg2-r-70 {
    margin-right: 70% !important; }
  .mg-lg2-t-70 {
    margin-top: 70% !important; }
  .mg-lg2-b-70 {
    margin-bottom: 70% !important; }
  .mg-lg2-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-lg2-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-lg2-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-lg2-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-lg2-l-71 {
    margin-left: 71% !important; }
  .mg-lg2-r-71 {
    margin-right: 71% !important; }
  .mg-lg2-t-71 {
    margin-top: 71% !important; }
  .mg-lg2-b-71 {
    margin-bottom: 71% !important; }
  .mg-lg2-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-lg2-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-lg2-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-lg2-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-lg2-l-72 {
    margin-left: 72% !important; }
  .mg-lg2-r-72 {
    margin-right: 72% !important; }
  .mg-lg2-t-72 {
    margin-top: 72% !important; }
  .mg-lg2-b-72 {
    margin-bottom: 72% !important; }
  .mg-lg2-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-lg2-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-lg2-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-lg2-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-lg2-l-73 {
    margin-left: 73% !important; }
  .mg-lg2-r-73 {
    margin-right: 73% !important; }
  .mg-lg2-t-73 {
    margin-top: 73% !important; }
  .mg-lg2-b-73 {
    margin-bottom: 73% !important; }
  .mg-lg2-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-lg2-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-lg2-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-lg2-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-lg2-l-74 {
    margin-left: 74% !important; }
  .mg-lg2-r-74 {
    margin-right: 74% !important; }
  .mg-lg2-t-74 {
    margin-top: 74% !important; }
  .mg-lg2-b-74 {
    margin-bottom: 74% !important; }
  .mg-lg2-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-lg2-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-lg2-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-lg2-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-lg2-l-75 {
    margin-left: 75% !important; }
  .mg-lg2-r-75 {
    margin-right: 75% !important; }
  .mg-lg2-t-75 {
    margin-top: 75% !important; }
  .mg-lg2-b-75 {
    margin-bottom: 75% !important; }
  .mg-lg2-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-lg2-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-lg2-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-lg2-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-lg2-l-76 {
    margin-left: 76% !important; }
  .mg-lg2-r-76 {
    margin-right: 76% !important; }
  .mg-lg2-t-76 {
    margin-top: 76% !important; }
  .mg-lg2-b-76 {
    margin-bottom: 76% !important; }
  .mg-lg2-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-lg2-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-lg2-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-lg2-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-lg2-l-77 {
    margin-left: 77% !important; }
  .mg-lg2-r-77 {
    margin-right: 77% !important; }
  .mg-lg2-t-77 {
    margin-top: 77% !important; }
  .mg-lg2-b-77 {
    margin-bottom: 77% !important; }
  .mg-lg2-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-lg2-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-lg2-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-lg2-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-lg2-l-78 {
    margin-left: 78% !important; }
  .mg-lg2-r-78 {
    margin-right: 78% !important; }
  .mg-lg2-t-78 {
    margin-top: 78% !important; }
  .mg-lg2-b-78 {
    margin-bottom: 78% !important; }
  .mg-lg2-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-lg2-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-lg2-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-lg2-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-lg2-l-79 {
    margin-left: 79% !important; }
  .mg-lg2-r-79 {
    margin-right: 79% !important; }
  .mg-lg2-t-79 {
    margin-top: 79% !important; }
  .mg-lg2-b-79 {
    margin-bottom: 79% !important; }
  .mg-lg2-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-lg2-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-lg2-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-lg2-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-lg2-l-80 {
    margin-left: 80% !important; }
  .mg-lg2-r-80 {
    margin-right: 80% !important; }
  .mg-lg2-t-80 {
    margin-top: 80% !important; }
  .mg-lg2-b-80 {
    margin-bottom: 80% !important; }
  .mg-lg2-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-lg2-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-lg2-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-lg2-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-lg2-l-81 {
    margin-left: 81% !important; }
  .mg-lg2-r-81 {
    margin-right: 81% !important; }
  .mg-lg2-t-81 {
    margin-top: 81% !important; }
  .mg-lg2-b-81 {
    margin-bottom: 81% !important; }
  .mg-lg2-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-lg2-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-lg2-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-lg2-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-lg2-l-82 {
    margin-left: 82% !important; }
  .mg-lg2-r-82 {
    margin-right: 82% !important; }
  .mg-lg2-t-82 {
    margin-top: 82% !important; }
  .mg-lg2-b-82 {
    margin-bottom: 82% !important; }
  .mg-lg2-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-lg2-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-lg2-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-lg2-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-lg2-l-83 {
    margin-left: 83% !important; }
  .mg-lg2-r-83 {
    margin-right: 83% !important; }
  .mg-lg2-t-83 {
    margin-top: 83% !important; }
  .mg-lg2-b-83 {
    margin-bottom: 83% !important; }
  .mg-lg2-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-lg2-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-lg2-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-lg2-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-lg2-l-84 {
    margin-left: 84% !important; }
  .mg-lg2-r-84 {
    margin-right: 84% !important; }
  .mg-lg2-t-84 {
    margin-top: 84% !important; }
  .mg-lg2-b-84 {
    margin-bottom: 84% !important; }
  .mg-lg2-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-lg2-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-lg2-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-lg2-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-lg2-l-85 {
    margin-left: 85% !important; }
  .mg-lg2-r-85 {
    margin-right: 85% !important; }
  .mg-lg2-t-85 {
    margin-top: 85% !important; }
  .mg-lg2-b-85 {
    margin-bottom: 85% !important; }
  .mg-lg2-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-lg2-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-lg2-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-lg2-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-lg2-l-86 {
    margin-left: 86% !important; }
  .mg-lg2-r-86 {
    margin-right: 86% !important; }
  .mg-lg2-t-86 {
    margin-top: 86% !important; }
  .mg-lg2-b-86 {
    margin-bottom: 86% !important; }
  .mg-lg2-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-lg2-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-lg2-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-lg2-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-lg2-l-87 {
    margin-left: 87% !important; }
  .mg-lg2-r-87 {
    margin-right: 87% !important; }
  .mg-lg2-t-87 {
    margin-top: 87% !important; }
  .mg-lg2-b-87 {
    margin-bottom: 87% !important; }
  .mg-lg2-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-lg2-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-lg2-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-lg2-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-lg2-l-88 {
    margin-left: 88% !important; }
  .mg-lg2-r-88 {
    margin-right: 88% !important; }
  .mg-lg2-t-88 {
    margin-top: 88% !important; }
  .mg-lg2-b-88 {
    margin-bottom: 88% !important; }
  .mg-lg2-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-lg2-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-lg2-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-lg2-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-lg2-l-89 {
    margin-left: 89% !important; }
  .mg-lg2-r-89 {
    margin-right: 89% !important; }
  .mg-lg2-t-89 {
    margin-top: 89% !important; }
  .mg-lg2-b-89 {
    margin-bottom: 89% !important; }
  .mg-lg2-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-lg2-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-lg2-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-lg2-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-lg2-l-90 {
    margin-left: 90% !important; }
  .mg-lg2-r-90 {
    margin-right: 90% !important; }
  .mg-lg2-t-90 {
    margin-top: 90% !important; }
  .mg-lg2-b-90 {
    margin-bottom: 90% !important; }
  .mg-lg2-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-lg2-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-lg2-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-lg2-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-lg2-l-91 {
    margin-left: 91% !important; }
  .mg-lg2-r-91 {
    margin-right: 91% !important; }
  .mg-lg2-t-91 {
    margin-top: 91% !important; }
  .mg-lg2-b-91 {
    margin-bottom: 91% !important; }
  .mg-lg2-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-lg2-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-lg2-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-lg2-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-lg2-l-92 {
    margin-left: 92% !important; }
  .mg-lg2-r-92 {
    margin-right: 92% !important; }
  .mg-lg2-t-92 {
    margin-top: 92% !important; }
  .mg-lg2-b-92 {
    margin-bottom: 92% !important; }
  .mg-lg2-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-lg2-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-lg2-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-lg2-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-lg2-l-93 {
    margin-left: 93% !important; }
  .mg-lg2-r-93 {
    margin-right: 93% !important; }
  .mg-lg2-t-93 {
    margin-top: 93% !important; }
  .mg-lg2-b-93 {
    margin-bottom: 93% !important; }
  .mg-lg2-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-lg2-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-lg2-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-lg2-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-lg2-l-94 {
    margin-left: 94% !important; }
  .mg-lg2-r-94 {
    margin-right: 94% !important; }
  .mg-lg2-t-94 {
    margin-top: 94% !important; }
  .mg-lg2-b-94 {
    margin-bottom: 94% !important; }
  .mg-lg2-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-lg2-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-lg2-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-lg2-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-lg2-l-95 {
    margin-left: 95% !important; }
  .mg-lg2-r-95 {
    margin-right: 95% !important; }
  .mg-lg2-t-95 {
    margin-top: 95% !important; }
  .mg-lg2-b-95 {
    margin-bottom: 95% !important; }
  .mg-lg2-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-lg2-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-lg2-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-lg2-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-lg2-l-96 {
    margin-left: 96% !important; }
  .mg-lg2-r-96 {
    margin-right: 96% !important; }
  .mg-lg2-t-96 {
    margin-top: 96% !important; }
  .mg-lg2-b-96 {
    margin-bottom: 96% !important; }
  .mg-lg2-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-lg2-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-lg2-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-lg2-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-lg2-l-97 {
    margin-left: 97% !important; }
  .mg-lg2-r-97 {
    margin-right: 97% !important; }
  .mg-lg2-t-97 {
    margin-top: 97% !important; }
  .mg-lg2-b-97 {
    margin-bottom: 97% !important; }
  .mg-lg2-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-lg2-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-lg2-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-lg2-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-lg2-l-98 {
    margin-left: 98% !important; }
  .mg-lg2-r-98 {
    margin-right: 98% !important; }
  .mg-lg2-t-98 {
    margin-top: 98% !important; }
  .mg-lg2-b-98 {
    margin-bottom: 98% !important; }
  .mg-lg2-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-lg2-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-lg2-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-lg2-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-lg2-l-99 {
    margin-left: 99% !important; }
  .mg-lg2-r-99 {
    margin-right: 99% !important; }
  .mg-lg2-t-99 {
    margin-top: 99% !important; }
  .mg-lg2-b-99 {
    margin-bottom: 99% !important; }
  .mg-lg2-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-lg2-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-lg2-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-lg2-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-lg2-l-100 {
    margin-left: 100% !important; }
  .mg-lg2-r-100 {
    margin-right: 100% !important; }
  .mg-lg2-t-100 {
    margin-top: 100% !important; }
  .mg-lg2-b-100 {
    margin-bottom: 100% !important; }
  .mg-lg2-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-lg2-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-lg2-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-lg2-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 1200px) {
  .mg-xl-l-1 {
    margin-left: 1% !important; }
  .mg-xl-r-1 {
    margin-right: 1% !important; }
  .mg-xl-t-1 {
    margin-top: 1% !important; }
  .mg-xl-b-1 {
    margin-bottom: 1% !important; }
  .mg-xl-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-xl-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-xl-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-xl-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-xl-l-2 {
    margin-left: 2% !important; }
  .mg-xl-r-2 {
    margin-right: 2% !important; }
  .mg-xl-t-2 {
    margin-top: 2% !important; }
  .mg-xl-b-2 {
    margin-bottom: 2% !important; }
  .mg-xl-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-xl-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-xl-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-xl-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-xl-l-3 {
    margin-left: 3% !important; }
  .mg-xl-r-3 {
    margin-right: 3% !important; }
  .mg-xl-t-3 {
    margin-top: 3% !important; }
  .mg-xl-b-3 {
    margin-bottom: 3% !important; }
  .mg-xl-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-xl-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-xl-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-xl-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-xl-l-4 {
    margin-left: 4% !important; }
  .mg-xl-r-4 {
    margin-right: 4% !important; }
  .mg-xl-t-4 {
    margin-top: 4% !important; }
  .mg-xl-b-4 {
    margin-bottom: 4% !important; }
  .mg-xl-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-xl-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-xl-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-xl-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-xl-l-5 {
    margin-left: 5% !important; }
  .mg-xl-r-5 {
    margin-right: 5% !important; }
  .mg-xl-t-5 {
    margin-top: 5% !important; }
  .mg-xl-b-5 {
    margin-bottom: 5% !important; }
  .mg-xl-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-xl-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-xl-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-xl-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-xl-l-6 {
    margin-left: 6% !important; }
  .mg-xl-r-6 {
    margin-right: 6% !important; }
  .mg-xl-t-6 {
    margin-top: 6% !important; }
  .mg-xl-b-6 {
    margin-bottom: 6% !important; }
  .mg-xl-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-xl-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-xl-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-xl-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-xl-l-7 {
    margin-left: 7% !important; }
  .mg-xl-r-7 {
    margin-right: 7% !important; }
  .mg-xl-t-7 {
    margin-top: 7% !important; }
  .mg-xl-b-7 {
    margin-bottom: 7% !important; }
  .mg-xl-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-xl-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-xl-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-xl-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-xl-l-8 {
    margin-left: 8% !important; }
  .mg-xl-r-8 {
    margin-right: 8% !important; }
  .mg-xl-t-8 {
    margin-top: 8% !important; }
  .mg-xl-b-8 {
    margin-bottom: 8% !important; }
  .mg-xl-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-xl-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-xl-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-xl-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-xl-l-9 {
    margin-left: 9% !important; }
  .mg-xl-r-9 {
    margin-right: 9% !important; }
  .mg-xl-t-9 {
    margin-top: 9% !important; }
  .mg-xl-b-9 {
    margin-bottom: 9% !important; }
  .mg-xl-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-xl-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-xl-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-xl-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-xl-l-10 {
    margin-left: 10% !important; }
  .mg-xl-r-10 {
    margin-right: 10% !important; }
  .mg-xl-t-10 {
    margin-top: 10% !important; }
  .mg-xl-b-10 {
    margin-bottom: 10% !important; }
  .mg-xl-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-xl-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-xl-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-xl-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-xl-l-11 {
    margin-left: 11% !important; }
  .mg-xl-r-11 {
    margin-right: 11% !important; }
  .mg-xl-t-11 {
    margin-top: 11% !important; }
  .mg-xl-b-11 {
    margin-bottom: 11% !important; }
  .mg-xl-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-xl-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-xl-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-xl-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-xl-l-12 {
    margin-left: 12% !important; }
  .mg-xl-r-12 {
    margin-right: 12% !important; }
  .mg-xl-t-12 {
    margin-top: 12% !important; }
  .mg-xl-b-12 {
    margin-bottom: 12% !important; }
  .mg-xl-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-xl-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-xl-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-xl-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-xl-l-13 {
    margin-left: 13% !important; }
  .mg-xl-r-13 {
    margin-right: 13% !important; }
  .mg-xl-t-13 {
    margin-top: 13% !important; }
  .mg-xl-b-13 {
    margin-bottom: 13% !important; }
  .mg-xl-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-xl-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-xl-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-xl-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-xl-l-14 {
    margin-left: 14% !important; }
  .mg-xl-r-14 {
    margin-right: 14% !important; }
  .mg-xl-t-14 {
    margin-top: 14% !important; }
  .mg-xl-b-14 {
    margin-bottom: 14% !important; }
  .mg-xl-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-xl-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-xl-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-xl-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-xl-l-15 {
    margin-left: 15% !important; }
  .mg-xl-r-15 {
    margin-right: 15% !important; }
  .mg-xl-t-15 {
    margin-top: 15% !important; }
  .mg-xl-b-15 {
    margin-bottom: 15% !important; }
  .mg-xl-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-xl-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-xl-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-xl-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-xl-l-16 {
    margin-left: 16% !important; }
  .mg-xl-r-16 {
    margin-right: 16% !important; }
  .mg-xl-t-16 {
    margin-top: 16% !important; }
  .mg-xl-b-16 {
    margin-bottom: 16% !important; }
  .mg-xl-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-xl-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-xl-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-xl-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-xl-l-17 {
    margin-left: 17% !important; }
  .mg-xl-r-17 {
    margin-right: 17% !important; }
  .mg-xl-t-17 {
    margin-top: 17% !important; }
  .mg-xl-b-17 {
    margin-bottom: 17% !important; }
  .mg-xl-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-xl-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-xl-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-xl-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-xl-l-18 {
    margin-left: 18% !important; }
  .mg-xl-r-18 {
    margin-right: 18% !important; }
  .mg-xl-t-18 {
    margin-top: 18% !important; }
  .mg-xl-b-18 {
    margin-bottom: 18% !important; }
  .mg-xl-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-xl-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-xl-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-xl-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-xl-l-19 {
    margin-left: 19% !important; }
  .mg-xl-r-19 {
    margin-right: 19% !important; }
  .mg-xl-t-19 {
    margin-top: 19% !important; }
  .mg-xl-b-19 {
    margin-bottom: 19% !important; }
  .mg-xl-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-xl-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-xl-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-xl-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-xl-l-20 {
    margin-left: 20% !important; }
  .mg-xl-r-20 {
    margin-right: 20% !important; }
  .mg-xl-t-20 {
    margin-top: 20% !important; }
  .mg-xl-b-20 {
    margin-bottom: 20% !important; }
  .mg-xl-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-xl-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-xl-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-xl-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-xl-l-21 {
    margin-left: 21% !important; }
  .mg-xl-r-21 {
    margin-right: 21% !important; }
  .mg-xl-t-21 {
    margin-top: 21% !important; }
  .mg-xl-b-21 {
    margin-bottom: 21% !important; }
  .mg-xl-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-xl-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-xl-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-xl-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-xl-l-22 {
    margin-left: 22% !important; }
  .mg-xl-r-22 {
    margin-right: 22% !important; }
  .mg-xl-t-22 {
    margin-top: 22% !important; }
  .mg-xl-b-22 {
    margin-bottom: 22% !important; }
  .mg-xl-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-xl-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-xl-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-xl-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-xl-l-23 {
    margin-left: 23% !important; }
  .mg-xl-r-23 {
    margin-right: 23% !important; }
  .mg-xl-t-23 {
    margin-top: 23% !important; }
  .mg-xl-b-23 {
    margin-bottom: 23% !important; }
  .mg-xl-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-xl-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-xl-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-xl-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-xl-l-24 {
    margin-left: 24% !important; }
  .mg-xl-r-24 {
    margin-right: 24% !important; }
  .mg-xl-t-24 {
    margin-top: 24% !important; }
  .mg-xl-b-24 {
    margin-bottom: 24% !important; }
  .mg-xl-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-xl-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-xl-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-xl-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-xl-l-25 {
    margin-left: 25% !important; }
  .mg-xl-r-25 {
    margin-right: 25% !important; }
  .mg-xl-t-25 {
    margin-top: 25% !important; }
  .mg-xl-b-25 {
    margin-bottom: 25% !important; }
  .mg-xl-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-xl-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-xl-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-xl-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-xl-l-26 {
    margin-left: 26% !important; }
  .mg-xl-r-26 {
    margin-right: 26% !important; }
  .mg-xl-t-26 {
    margin-top: 26% !important; }
  .mg-xl-b-26 {
    margin-bottom: 26% !important; }
  .mg-xl-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-xl-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-xl-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-xl-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-xl-l-27 {
    margin-left: 27% !important; }
  .mg-xl-r-27 {
    margin-right: 27% !important; }
  .mg-xl-t-27 {
    margin-top: 27% !important; }
  .mg-xl-b-27 {
    margin-bottom: 27% !important; }
  .mg-xl-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-xl-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-xl-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-xl-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-xl-l-28 {
    margin-left: 28% !important; }
  .mg-xl-r-28 {
    margin-right: 28% !important; }
  .mg-xl-t-28 {
    margin-top: 28% !important; }
  .mg-xl-b-28 {
    margin-bottom: 28% !important; }
  .mg-xl-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-xl-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-xl-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-xl-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-xl-l-29 {
    margin-left: 29% !important; }
  .mg-xl-r-29 {
    margin-right: 29% !important; }
  .mg-xl-t-29 {
    margin-top: 29% !important; }
  .mg-xl-b-29 {
    margin-bottom: 29% !important; }
  .mg-xl-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-xl-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-xl-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-xl-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-xl-l-30 {
    margin-left: 30% !important; }
  .mg-xl-r-30 {
    margin-right: 30% !important; }
  .mg-xl-t-30 {
    margin-top: 30% !important; }
  .mg-xl-b-30 {
    margin-bottom: 30% !important; }
  .mg-xl-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-xl-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-xl-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-xl-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-xl-l-31 {
    margin-left: 31% !important; }
  .mg-xl-r-31 {
    margin-right: 31% !important; }
  .mg-xl-t-31 {
    margin-top: 31% !important; }
  .mg-xl-b-31 {
    margin-bottom: 31% !important; }
  .mg-xl-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-xl-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-xl-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-xl-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-xl-l-32 {
    margin-left: 32% !important; }
  .mg-xl-r-32 {
    margin-right: 32% !important; }
  .mg-xl-t-32 {
    margin-top: 32% !important; }
  .mg-xl-b-32 {
    margin-bottom: 32% !important; }
  .mg-xl-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-xl-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-xl-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-xl-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-xl-l-33 {
    margin-left: 33% !important; }
  .mg-xl-r-33 {
    margin-right: 33% !important; }
  .mg-xl-t-33 {
    margin-top: 33% !important; }
  .mg-xl-b-33 {
    margin-bottom: 33% !important; }
  .mg-xl-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-xl-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-xl-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-xl-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-xl-l-34 {
    margin-left: 34% !important; }
  .mg-xl-r-34 {
    margin-right: 34% !important; }
  .mg-xl-t-34 {
    margin-top: 34% !important; }
  .mg-xl-b-34 {
    margin-bottom: 34% !important; }
  .mg-xl-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-xl-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-xl-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-xl-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-xl-l-35 {
    margin-left: 35% !important; }
  .mg-xl-r-35 {
    margin-right: 35% !important; }
  .mg-xl-t-35 {
    margin-top: 35% !important; }
  .mg-xl-b-35 {
    margin-bottom: 35% !important; }
  .mg-xl-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-xl-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-xl-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-xl-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-xl-l-36 {
    margin-left: 36% !important; }
  .mg-xl-r-36 {
    margin-right: 36% !important; }
  .mg-xl-t-36 {
    margin-top: 36% !important; }
  .mg-xl-b-36 {
    margin-bottom: 36% !important; }
  .mg-xl-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-xl-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-xl-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-xl-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-xl-l-37 {
    margin-left: 37% !important; }
  .mg-xl-r-37 {
    margin-right: 37% !important; }
  .mg-xl-t-37 {
    margin-top: 37% !important; }
  .mg-xl-b-37 {
    margin-bottom: 37% !important; }
  .mg-xl-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-xl-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-xl-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-xl-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-xl-l-38 {
    margin-left: 38% !important; }
  .mg-xl-r-38 {
    margin-right: 38% !important; }
  .mg-xl-t-38 {
    margin-top: 38% !important; }
  .mg-xl-b-38 {
    margin-bottom: 38% !important; }
  .mg-xl-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-xl-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-xl-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-xl-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-xl-l-39 {
    margin-left: 39% !important; }
  .mg-xl-r-39 {
    margin-right: 39% !important; }
  .mg-xl-t-39 {
    margin-top: 39% !important; }
  .mg-xl-b-39 {
    margin-bottom: 39% !important; }
  .mg-xl-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-xl-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-xl-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-xl-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-xl-l-40 {
    margin-left: 40% !important; }
  .mg-xl-r-40 {
    margin-right: 40% !important; }
  .mg-xl-t-40 {
    margin-top: 40% !important; }
  .mg-xl-b-40 {
    margin-bottom: 40% !important; }
  .mg-xl-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-xl-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-xl-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-xl-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-xl-l-41 {
    margin-left: 41% !important; }
  .mg-xl-r-41 {
    margin-right: 41% !important; }
  .mg-xl-t-41 {
    margin-top: 41% !important; }
  .mg-xl-b-41 {
    margin-bottom: 41% !important; }
  .mg-xl-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-xl-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-xl-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-xl-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-xl-l-42 {
    margin-left: 42% !important; }
  .mg-xl-r-42 {
    margin-right: 42% !important; }
  .mg-xl-t-42 {
    margin-top: 42% !important; }
  .mg-xl-b-42 {
    margin-bottom: 42% !important; }
  .mg-xl-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-xl-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-xl-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-xl-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-xl-l-43 {
    margin-left: 43% !important; }
  .mg-xl-r-43 {
    margin-right: 43% !important; }
  .mg-xl-t-43 {
    margin-top: 43% !important; }
  .mg-xl-b-43 {
    margin-bottom: 43% !important; }
  .mg-xl-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-xl-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-xl-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-xl-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-xl-l-44 {
    margin-left: 44% !important; }
  .mg-xl-r-44 {
    margin-right: 44% !important; }
  .mg-xl-t-44 {
    margin-top: 44% !important; }
  .mg-xl-b-44 {
    margin-bottom: 44% !important; }
  .mg-xl-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-xl-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-xl-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-xl-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-xl-l-45 {
    margin-left: 45% !important; }
  .mg-xl-r-45 {
    margin-right: 45% !important; }
  .mg-xl-t-45 {
    margin-top: 45% !important; }
  .mg-xl-b-45 {
    margin-bottom: 45% !important; }
  .mg-xl-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-xl-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-xl-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-xl-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-xl-l-46 {
    margin-left: 46% !important; }
  .mg-xl-r-46 {
    margin-right: 46% !important; }
  .mg-xl-t-46 {
    margin-top: 46% !important; }
  .mg-xl-b-46 {
    margin-bottom: 46% !important; }
  .mg-xl-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-xl-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-xl-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-xl-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-xl-l-47 {
    margin-left: 47% !important; }
  .mg-xl-r-47 {
    margin-right: 47% !important; }
  .mg-xl-t-47 {
    margin-top: 47% !important; }
  .mg-xl-b-47 {
    margin-bottom: 47% !important; }
  .mg-xl-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-xl-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-xl-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-xl-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-xl-l-48 {
    margin-left: 48% !important; }
  .mg-xl-r-48 {
    margin-right: 48% !important; }
  .mg-xl-t-48 {
    margin-top: 48% !important; }
  .mg-xl-b-48 {
    margin-bottom: 48% !important; }
  .mg-xl-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-xl-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-xl-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-xl-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-xl-l-49 {
    margin-left: 49% !important; }
  .mg-xl-r-49 {
    margin-right: 49% !important; }
  .mg-xl-t-49 {
    margin-top: 49% !important; }
  .mg-xl-b-49 {
    margin-bottom: 49% !important; }
  .mg-xl-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-xl-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-xl-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-xl-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-xl-l-50 {
    margin-left: 50% !important; }
  .mg-xl-r-50 {
    margin-right: 50% !important; }
  .mg-xl-t-50 {
    margin-top: 50% !important; }
  .mg-xl-b-50 {
    margin-bottom: 50% !important; }
  .mg-xl-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-xl-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-xl-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-xl-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-xl-l-51 {
    margin-left: 51% !important; }
  .mg-xl-r-51 {
    margin-right: 51% !important; }
  .mg-xl-t-51 {
    margin-top: 51% !important; }
  .mg-xl-b-51 {
    margin-bottom: 51% !important; }
  .mg-xl-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-xl-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-xl-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-xl-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-xl-l-52 {
    margin-left: 52% !important; }
  .mg-xl-r-52 {
    margin-right: 52% !important; }
  .mg-xl-t-52 {
    margin-top: 52% !important; }
  .mg-xl-b-52 {
    margin-bottom: 52% !important; }
  .mg-xl-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-xl-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-xl-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-xl-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-xl-l-53 {
    margin-left: 53% !important; }
  .mg-xl-r-53 {
    margin-right: 53% !important; }
  .mg-xl-t-53 {
    margin-top: 53% !important; }
  .mg-xl-b-53 {
    margin-bottom: 53% !important; }
  .mg-xl-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-xl-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-xl-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-xl-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-xl-l-54 {
    margin-left: 54% !important; }
  .mg-xl-r-54 {
    margin-right: 54% !important; }
  .mg-xl-t-54 {
    margin-top: 54% !important; }
  .mg-xl-b-54 {
    margin-bottom: 54% !important; }
  .mg-xl-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-xl-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-xl-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-xl-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-xl-l-55 {
    margin-left: 55% !important; }
  .mg-xl-r-55 {
    margin-right: 55% !important; }
  .mg-xl-t-55 {
    margin-top: 55% !important; }
  .mg-xl-b-55 {
    margin-bottom: 55% !important; }
  .mg-xl-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-xl-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-xl-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-xl-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-xl-l-56 {
    margin-left: 56% !important; }
  .mg-xl-r-56 {
    margin-right: 56% !important; }
  .mg-xl-t-56 {
    margin-top: 56% !important; }
  .mg-xl-b-56 {
    margin-bottom: 56% !important; }
  .mg-xl-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-xl-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-xl-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-xl-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-xl-l-57 {
    margin-left: 57% !important; }
  .mg-xl-r-57 {
    margin-right: 57% !important; }
  .mg-xl-t-57 {
    margin-top: 57% !important; }
  .mg-xl-b-57 {
    margin-bottom: 57% !important; }
  .mg-xl-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-xl-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-xl-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-xl-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-xl-l-58 {
    margin-left: 58% !important; }
  .mg-xl-r-58 {
    margin-right: 58% !important; }
  .mg-xl-t-58 {
    margin-top: 58% !important; }
  .mg-xl-b-58 {
    margin-bottom: 58% !important; }
  .mg-xl-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-xl-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-xl-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-xl-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-xl-l-59 {
    margin-left: 59% !important; }
  .mg-xl-r-59 {
    margin-right: 59% !important; }
  .mg-xl-t-59 {
    margin-top: 59% !important; }
  .mg-xl-b-59 {
    margin-bottom: 59% !important; }
  .mg-xl-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-xl-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-xl-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-xl-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-xl-l-60 {
    margin-left: 60% !important; }
  .mg-xl-r-60 {
    margin-right: 60% !important; }
  .mg-xl-t-60 {
    margin-top: 60% !important; }
  .mg-xl-b-60 {
    margin-bottom: 60% !important; }
  .mg-xl-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-xl-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-xl-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-xl-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-xl-l-61 {
    margin-left: 61% !important; }
  .mg-xl-r-61 {
    margin-right: 61% !important; }
  .mg-xl-t-61 {
    margin-top: 61% !important; }
  .mg-xl-b-61 {
    margin-bottom: 61% !important; }
  .mg-xl-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-xl-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-xl-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-xl-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-xl-l-62 {
    margin-left: 62% !important; }
  .mg-xl-r-62 {
    margin-right: 62% !important; }
  .mg-xl-t-62 {
    margin-top: 62% !important; }
  .mg-xl-b-62 {
    margin-bottom: 62% !important; }
  .mg-xl-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-xl-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-xl-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-xl-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-xl-l-63 {
    margin-left: 63% !important; }
  .mg-xl-r-63 {
    margin-right: 63% !important; }
  .mg-xl-t-63 {
    margin-top: 63% !important; }
  .mg-xl-b-63 {
    margin-bottom: 63% !important; }
  .mg-xl-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-xl-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-xl-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-xl-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-xl-l-64 {
    margin-left: 64% !important; }
  .mg-xl-r-64 {
    margin-right: 64% !important; }
  .mg-xl-t-64 {
    margin-top: 64% !important; }
  .mg-xl-b-64 {
    margin-bottom: 64% !important; }
  .mg-xl-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-xl-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-xl-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-xl-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-xl-l-65 {
    margin-left: 65% !important; }
  .mg-xl-r-65 {
    margin-right: 65% !important; }
  .mg-xl-t-65 {
    margin-top: 65% !important; }
  .mg-xl-b-65 {
    margin-bottom: 65% !important; }
  .mg-xl-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-xl-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-xl-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-xl-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-xl-l-66 {
    margin-left: 66% !important; }
  .mg-xl-r-66 {
    margin-right: 66% !important; }
  .mg-xl-t-66 {
    margin-top: 66% !important; }
  .mg-xl-b-66 {
    margin-bottom: 66% !important; }
  .mg-xl-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-xl-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-xl-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-xl-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-xl-l-67 {
    margin-left: 67% !important; }
  .mg-xl-r-67 {
    margin-right: 67% !important; }
  .mg-xl-t-67 {
    margin-top: 67% !important; }
  .mg-xl-b-67 {
    margin-bottom: 67% !important; }
  .mg-xl-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-xl-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-xl-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-xl-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-xl-l-68 {
    margin-left: 68% !important; }
  .mg-xl-r-68 {
    margin-right: 68% !important; }
  .mg-xl-t-68 {
    margin-top: 68% !important; }
  .mg-xl-b-68 {
    margin-bottom: 68% !important; }
  .mg-xl-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-xl-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-xl-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-xl-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-xl-l-69 {
    margin-left: 69% !important; }
  .mg-xl-r-69 {
    margin-right: 69% !important; }
  .mg-xl-t-69 {
    margin-top: 69% !important; }
  .mg-xl-b-69 {
    margin-bottom: 69% !important; }
  .mg-xl-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-xl-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-xl-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-xl-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-xl-l-70 {
    margin-left: 70% !important; }
  .mg-xl-r-70 {
    margin-right: 70% !important; }
  .mg-xl-t-70 {
    margin-top: 70% !important; }
  .mg-xl-b-70 {
    margin-bottom: 70% !important; }
  .mg-xl-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-xl-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-xl-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-xl-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-xl-l-71 {
    margin-left: 71% !important; }
  .mg-xl-r-71 {
    margin-right: 71% !important; }
  .mg-xl-t-71 {
    margin-top: 71% !important; }
  .mg-xl-b-71 {
    margin-bottom: 71% !important; }
  .mg-xl-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-xl-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-xl-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-xl-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-xl-l-72 {
    margin-left: 72% !important; }
  .mg-xl-r-72 {
    margin-right: 72% !important; }
  .mg-xl-t-72 {
    margin-top: 72% !important; }
  .mg-xl-b-72 {
    margin-bottom: 72% !important; }
  .mg-xl-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-xl-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-xl-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-xl-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-xl-l-73 {
    margin-left: 73% !important; }
  .mg-xl-r-73 {
    margin-right: 73% !important; }
  .mg-xl-t-73 {
    margin-top: 73% !important; }
  .mg-xl-b-73 {
    margin-bottom: 73% !important; }
  .mg-xl-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-xl-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-xl-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-xl-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-xl-l-74 {
    margin-left: 74% !important; }
  .mg-xl-r-74 {
    margin-right: 74% !important; }
  .mg-xl-t-74 {
    margin-top: 74% !important; }
  .mg-xl-b-74 {
    margin-bottom: 74% !important; }
  .mg-xl-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-xl-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-xl-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-xl-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-xl-l-75 {
    margin-left: 75% !important; }
  .mg-xl-r-75 {
    margin-right: 75% !important; }
  .mg-xl-t-75 {
    margin-top: 75% !important; }
  .mg-xl-b-75 {
    margin-bottom: 75% !important; }
  .mg-xl-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-xl-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-xl-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-xl-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-xl-l-76 {
    margin-left: 76% !important; }
  .mg-xl-r-76 {
    margin-right: 76% !important; }
  .mg-xl-t-76 {
    margin-top: 76% !important; }
  .mg-xl-b-76 {
    margin-bottom: 76% !important; }
  .mg-xl-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-xl-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-xl-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-xl-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-xl-l-77 {
    margin-left: 77% !important; }
  .mg-xl-r-77 {
    margin-right: 77% !important; }
  .mg-xl-t-77 {
    margin-top: 77% !important; }
  .mg-xl-b-77 {
    margin-bottom: 77% !important; }
  .mg-xl-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-xl-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-xl-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-xl-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-xl-l-78 {
    margin-left: 78% !important; }
  .mg-xl-r-78 {
    margin-right: 78% !important; }
  .mg-xl-t-78 {
    margin-top: 78% !important; }
  .mg-xl-b-78 {
    margin-bottom: 78% !important; }
  .mg-xl-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-xl-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-xl-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-xl-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-xl-l-79 {
    margin-left: 79% !important; }
  .mg-xl-r-79 {
    margin-right: 79% !important; }
  .mg-xl-t-79 {
    margin-top: 79% !important; }
  .mg-xl-b-79 {
    margin-bottom: 79% !important; }
  .mg-xl-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-xl-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-xl-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-xl-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-xl-l-80 {
    margin-left: 80% !important; }
  .mg-xl-r-80 {
    margin-right: 80% !important; }
  .mg-xl-t-80 {
    margin-top: 80% !important; }
  .mg-xl-b-80 {
    margin-bottom: 80% !important; }
  .mg-xl-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-xl-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-xl-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-xl-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-xl-l-81 {
    margin-left: 81% !important; }
  .mg-xl-r-81 {
    margin-right: 81% !important; }
  .mg-xl-t-81 {
    margin-top: 81% !important; }
  .mg-xl-b-81 {
    margin-bottom: 81% !important; }
  .mg-xl-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-xl-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-xl-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-xl-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-xl-l-82 {
    margin-left: 82% !important; }
  .mg-xl-r-82 {
    margin-right: 82% !important; }
  .mg-xl-t-82 {
    margin-top: 82% !important; }
  .mg-xl-b-82 {
    margin-bottom: 82% !important; }
  .mg-xl-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-xl-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-xl-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-xl-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-xl-l-83 {
    margin-left: 83% !important; }
  .mg-xl-r-83 {
    margin-right: 83% !important; }
  .mg-xl-t-83 {
    margin-top: 83% !important; }
  .mg-xl-b-83 {
    margin-bottom: 83% !important; }
  .mg-xl-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-xl-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-xl-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-xl-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-xl-l-84 {
    margin-left: 84% !important; }
  .mg-xl-r-84 {
    margin-right: 84% !important; }
  .mg-xl-t-84 {
    margin-top: 84% !important; }
  .mg-xl-b-84 {
    margin-bottom: 84% !important; }
  .mg-xl-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-xl-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-xl-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-xl-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-xl-l-85 {
    margin-left: 85% !important; }
  .mg-xl-r-85 {
    margin-right: 85% !important; }
  .mg-xl-t-85 {
    margin-top: 85% !important; }
  .mg-xl-b-85 {
    margin-bottom: 85% !important; }
  .mg-xl-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-xl-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-xl-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-xl-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-xl-l-86 {
    margin-left: 86% !important; }
  .mg-xl-r-86 {
    margin-right: 86% !important; }
  .mg-xl-t-86 {
    margin-top: 86% !important; }
  .mg-xl-b-86 {
    margin-bottom: 86% !important; }
  .mg-xl-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-xl-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-xl-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-xl-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-xl-l-87 {
    margin-left: 87% !important; }
  .mg-xl-r-87 {
    margin-right: 87% !important; }
  .mg-xl-t-87 {
    margin-top: 87% !important; }
  .mg-xl-b-87 {
    margin-bottom: 87% !important; }
  .mg-xl-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-xl-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-xl-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-xl-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-xl-l-88 {
    margin-left: 88% !important; }
  .mg-xl-r-88 {
    margin-right: 88% !important; }
  .mg-xl-t-88 {
    margin-top: 88% !important; }
  .mg-xl-b-88 {
    margin-bottom: 88% !important; }
  .mg-xl-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-xl-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-xl-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-xl-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-xl-l-89 {
    margin-left: 89% !important; }
  .mg-xl-r-89 {
    margin-right: 89% !important; }
  .mg-xl-t-89 {
    margin-top: 89% !important; }
  .mg-xl-b-89 {
    margin-bottom: 89% !important; }
  .mg-xl-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-xl-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-xl-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-xl-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-xl-l-90 {
    margin-left: 90% !important; }
  .mg-xl-r-90 {
    margin-right: 90% !important; }
  .mg-xl-t-90 {
    margin-top: 90% !important; }
  .mg-xl-b-90 {
    margin-bottom: 90% !important; }
  .mg-xl-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-xl-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-xl-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-xl-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-xl-l-91 {
    margin-left: 91% !important; }
  .mg-xl-r-91 {
    margin-right: 91% !important; }
  .mg-xl-t-91 {
    margin-top: 91% !important; }
  .mg-xl-b-91 {
    margin-bottom: 91% !important; }
  .mg-xl-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-xl-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-xl-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-xl-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-xl-l-92 {
    margin-left: 92% !important; }
  .mg-xl-r-92 {
    margin-right: 92% !important; }
  .mg-xl-t-92 {
    margin-top: 92% !important; }
  .mg-xl-b-92 {
    margin-bottom: 92% !important; }
  .mg-xl-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-xl-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-xl-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-xl-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-xl-l-93 {
    margin-left: 93% !important; }
  .mg-xl-r-93 {
    margin-right: 93% !important; }
  .mg-xl-t-93 {
    margin-top: 93% !important; }
  .mg-xl-b-93 {
    margin-bottom: 93% !important; }
  .mg-xl-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-xl-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-xl-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-xl-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-xl-l-94 {
    margin-left: 94% !important; }
  .mg-xl-r-94 {
    margin-right: 94% !important; }
  .mg-xl-t-94 {
    margin-top: 94% !important; }
  .mg-xl-b-94 {
    margin-bottom: 94% !important; }
  .mg-xl-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-xl-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-xl-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-xl-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-xl-l-95 {
    margin-left: 95% !important; }
  .mg-xl-r-95 {
    margin-right: 95% !important; }
  .mg-xl-t-95 {
    margin-top: 95% !important; }
  .mg-xl-b-95 {
    margin-bottom: 95% !important; }
  .mg-xl-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-xl-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-xl-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-xl-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-xl-l-96 {
    margin-left: 96% !important; }
  .mg-xl-r-96 {
    margin-right: 96% !important; }
  .mg-xl-t-96 {
    margin-top: 96% !important; }
  .mg-xl-b-96 {
    margin-bottom: 96% !important; }
  .mg-xl-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-xl-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-xl-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-xl-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-xl-l-97 {
    margin-left: 97% !important; }
  .mg-xl-r-97 {
    margin-right: 97% !important; }
  .mg-xl-t-97 {
    margin-top: 97% !important; }
  .mg-xl-b-97 {
    margin-bottom: 97% !important; }
  .mg-xl-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-xl-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-xl-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-xl-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-xl-l-98 {
    margin-left: 98% !important; }
  .mg-xl-r-98 {
    margin-right: 98% !important; }
  .mg-xl-t-98 {
    margin-top: 98% !important; }
  .mg-xl-b-98 {
    margin-bottom: 98% !important; }
  .mg-xl-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-xl-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-xl-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-xl-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-xl-l-99 {
    margin-left: 99% !important; }
  .mg-xl-r-99 {
    margin-right: 99% !important; }
  .mg-xl-t-99 {
    margin-top: 99% !important; }
  .mg-xl-b-99 {
    margin-bottom: 99% !important; }
  .mg-xl-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-xl-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-xl-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-xl-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-xl-l-100 {
    margin-left: 100% !important; }
  .mg-xl-r-100 {
    margin-right: 100% !important; }
  .mg-xl-t-100 {
    margin-top: 100% !important; }
  .mg-xl-b-100 {
    margin-bottom: 100% !important; }
  .mg-xl-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-xl-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-xl-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-xl-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 1440px) {
  .mg-xxl-l-1 {
    margin-left: 1% !important; }
  .mg-xxl-r-1 {
    margin-right: 1% !important; }
  .mg-xxl-t-1 {
    margin-top: 1% !important; }
  .mg-xxl-b-1 {
    margin-bottom: 1% !important; }
  .mg-xxl-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-xxl-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-xxl-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-xxl-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-xxl-l-2 {
    margin-left: 2% !important; }
  .mg-xxl-r-2 {
    margin-right: 2% !important; }
  .mg-xxl-t-2 {
    margin-top: 2% !important; }
  .mg-xxl-b-2 {
    margin-bottom: 2% !important; }
  .mg-xxl-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-xxl-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-xxl-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-xxl-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-xxl-l-3 {
    margin-left: 3% !important; }
  .mg-xxl-r-3 {
    margin-right: 3% !important; }
  .mg-xxl-t-3 {
    margin-top: 3% !important; }
  .mg-xxl-b-3 {
    margin-bottom: 3% !important; }
  .mg-xxl-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-xxl-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-xxl-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-xxl-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-xxl-l-4 {
    margin-left: 4% !important; }
  .mg-xxl-r-4 {
    margin-right: 4% !important; }
  .mg-xxl-t-4 {
    margin-top: 4% !important; }
  .mg-xxl-b-4 {
    margin-bottom: 4% !important; }
  .mg-xxl-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-xxl-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-xxl-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-xxl-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-xxl-l-5 {
    margin-left: 5% !important; }
  .mg-xxl-r-5 {
    margin-right: 5% !important; }
  .mg-xxl-t-5 {
    margin-top: 5% !important; }
  .mg-xxl-b-5 {
    margin-bottom: 5% !important; }
  .mg-xxl-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-xxl-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-xxl-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-xxl-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-xxl-l-6 {
    margin-left: 6% !important; }
  .mg-xxl-r-6 {
    margin-right: 6% !important; }
  .mg-xxl-t-6 {
    margin-top: 6% !important; }
  .mg-xxl-b-6 {
    margin-bottom: 6% !important; }
  .mg-xxl-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-xxl-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-xxl-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-xxl-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-xxl-l-7 {
    margin-left: 7% !important; }
  .mg-xxl-r-7 {
    margin-right: 7% !important; }
  .mg-xxl-t-7 {
    margin-top: 7% !important; }
  .mg-xxl-b-7 {
    margin-bottom: 7% !important; }
  .mg-xxl-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-xxl-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-xxl-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-xxl-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-xxl-l-8 {
    margin-left: 8% !important; }
  .mg-xxl-r-8 {
    margin-right: 8% !important; }
  .mg-xxl-t-8 {
    margin-top: 8% !important; }
  .mg-xxl-b-8 {
    margin-bottom: 8% !important; }
  .mg-xxl-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-xxl-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-xxl-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-xxl-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-xxl-l-9 {
    margin-left: 9% !important; }
  .mg-xxl-r-9 {
    margin-right: 9% !important; }
  .mg-xxl-t-9 {
    margin-top: 9% !important; }
  .mg-xxl-b-9 {
    margin-bottom: 9% !important; }
  .mg-xxl-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-xxl-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-xxl-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-xxl-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-xxl-l-10 {
    margin-left: 10% !important; }
  .mg-xxl-r-10 {
    margin-right: 10% !important; }
  .mg-xxl-t-10 {
    margin-top: 10% !important; }
  .mg-xxl-b-10 {
    margin-bottom: 10% !important; }
  .mg-xxl-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-xxl-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-xxl-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-xxl-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-xxl-l-11 {
    margin-left: 11% !important; }
  .mg-xxl-r-11 {
    margin-right: 11% !important; }
  .mg-xxl-t-11 {
    margin-top: 11% !important; }
  .mg-xxl-b-11 {
    margin-bottom: 11% !important; }
  .mg-xxl-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-xxl-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-xxl-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-xxl-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-xxl-l-12 {
    margin-left: 12% !important; }
  .mg-xxl-r-12 {
    margin-right: 12% !important; }
  .mg-xxl-t-12 {
    margin-top: 12% !important; }
  .mg-xxl-b-12 {
    margin-bottom: 12% !important; }
  .mg-xxl-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-xxl-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-xxl-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-xxl-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-xxl-l-13 {
    margin-left: 13% !important; }
  .mg-xxl-r-13 {
    margin-right: 13% !important; }
  .mg-xxl-t-13 {
    margin-top: 13% !important; }
  .mg-xxl-b-13 {
    margin-bottom: 13% !important; }
  .mg-xxl-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-xxl-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-xxl-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-xxl-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-xxl-l-14 {
    margin-left: 14% !important; }
  .mg-xxl-r-14 {
    margin-right: 14% !important; }
  .mg-xxl-t-14 {
    margin-top: 14% !important; }
  .mg-xxl-b-14 {
    margin-bottom: 14% !important; }
  .mg-xxl-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-xxl-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-xxl-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-xxl-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-xxl-l-15 {
    margin-left: 15% !important; }
  .mg-xxl-r-15 {
    margin-right: 15% !important; }
  .mg-xxl-t-15 {
    margin-top: 15% !important; }
  .mg-xxl-b-15 {
    margin-bottom: 15% !important; }
  .mg-xxl-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-xxl-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-xxl-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-xxl-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-xxl-l-16 {
    margin-left: 16% !important; }
  .mg-xxl-r-16 {
    margin-right: 16% !important; }
  .mg-xxl-t-16 {
    margin-top: 16% !important; }
  .mg-xxl-b-16 {
    margin-bottom: 16% !important; }
  .mg-xxl-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-xxl-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-xxl-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-xxl-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-xxl-l-17 {
    margin-left: 17% !important; }
  .mg-xxl-r-17 {
    margin-right: 17% !important; }
  .mg-xxl-t-17 {
    margin-top: 17% !important; }
  .mg-xxl-b-17 {
    margin-bottom: 17% !important; }
  .mg-xxl-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-xxl-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-xxl-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-xxl-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-xxl-l-18 {
    margin-left: 18% !important; }
  .mg-xxl-r-18 {
    margin-right: 18% !important; }
  .mg-xxl-t-18 {
    margin-top: 18% !important; }
  .mg-xxl-b-18 {
    margin-bottom: 18% !important; }
  .mg-xxl-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-xxl-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-xxl-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-xxl-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-xxl-l-19 {
    margin-left: 19% !important; }
  .mg-xxl-r-19 {
    margin-right: 19% !important; }
  .mg-xxl-t-19 {
    margin-top: 19% !important; }
  .mg-xxl-b-19 {
    margin-bottom: 19% !important; }
  .mg-xxl-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-xxl-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-xxl-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-xxl-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-xxl-l-20 {
    margin-left: 20% !important; }
  .mg-xxl-r-20 {
    margin-right: 20% !important; }
  .mg-xxl-t-20 {
    margin-top: 20% !important; }
  .mg-xxl-b-20 {
    margin-bottom: 20% !important; }
  .mg-xxl-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-xxl-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-xxl-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-xxl-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-xxl-l-21 {
    margin-left: 21% !important; }
  .mg-xxl-r-21 {
    margin-right: 21% !important; }
  .mg-xxl-t-21 {
    margin-top: 21% !important; }
  .mg-xxl-b-21 {
    margin-bottom: 21% !important; }
  .mg-xxl-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-xxl-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-xxl-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-xxl-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-xxl-l-22 {
    margin-left: 22% !important; }
  .mg-xxl-r-22 {
    margin-right: 22% !important; }
  .mg-xxl-t-22 {
    margin-top: 22% !important; }
  .mg-xxl-b-22 {
    margin-bottom: 22% !important; }
  .mg-xxl-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-xxl-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-xxl-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-xxl-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-xxl-l-23 {
    margin-left: 23% !important; }
  .mg-xxl-r-23 {
    margin-right: 23% !important; }
  .mg-xxl-t-23 {
    margin-top: 23% !important; }
  .mg-xxl-b-23 {
    margin-bottom: 23% !important; }
  .mg-xxl-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-xxl-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-xxl-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-xxl-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-xxl-l-24 {
    margin-left: 24% !important; }
  .mg-xxl-r-24 {
    margin-right: 24% !important; }
  .mg-xxl-t-24 {
    margin-top: 24% !important; }
  .mg-xxl-b-24 {
    margin-bottom: 24% !important; }
  .mg-xxl-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-xxl-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-xxl-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-xxl-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-xxl-l-25 {
    margin-left: 25% !important; }
  .mg-xxl-r-25 {
    margin-right: 25% !important; }
  .mg-xxl-t-25 {
    margin-top: 25% !important; }
  .mg-xxl-b-25 {
    margin-bottom: 25% !important; }
  .mg-xxl-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-xxl-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-xxl-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-xxl-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-xxl-l-26 {
    margin-left: 26% !important; }
  .mg-xxl-r-26 {
    margin-right: 26% !important; }
  .mg-xxl-t-26 {
    margin-top: 26% !important; }
  .mg-xxl-b-26 {
    margin-bottom: 26% !important; }
  .mg-xxl-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-xxl-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-xxl-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-xxl-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-xxl-l-27 {
    margin-left: 27% !important; }
  .mg-xxl-r-27 {
    margin-right: 27% !important; }
  .mg-xxl-t-27 {
    margin-top: 27% !important; }
  .mg-xxl-b-27 {
    margin-bottom: 27% !important; }
  .mg-xxl-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-xxl-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-xxl-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-xxl-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-xxl-l-28 {
    margin-left: 28% !important; }
  .mg-xxl-r-28 {
    margin-right: 28% !important; }
  .mg-xxl-t-28 {
    margin-top: 28% !important; }
  .mg-xxl-b-28 {
    margin-bottom: 28% !important; }
  .mg-xxl-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-xxl-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-xxl-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-xxl-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-xxl-l-29 {
    margin-left: 29% !important; }
  .mg-xxl-r-29 {
    margin-right: 29% !important; }
  .mg-xxl-t-29 {
    margin-top: 29% !important; }
  .mg-xxl-b-29 {
    margin-bottom: 29% !important; }
  .mg-xxl-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-xxl-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-xxl-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-xxl-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-xxl-l-30 {
    margin-left: 30% !important; }
  .mg-xxl-r-30 {
    margin-right: 30% !important; }
  .mg-xxl-t-30 {
    margin-top: 30% !important; }
  .mg-xxl-b-30 {
    margin-bottom: 30% !important; }
  .mg-xxl-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-xxl-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-xxl-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-xxl-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-xxl-l-31 {
    margin-left: 31% !important; }
  .mg-xxl-r-31 {
    margin-right: 31% !important; }
  .mg-xxl-t-31 {
    margin-top: 31% !important; }
  .mg-xxl-b-31 {
    margin-bottom: 31% !important; }
  .mg-xxl-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-xxl-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-xxl-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-xxl-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-xxl-l-32 {
    margin-left: 32% !important; }
  .mg-xxl-r-32 {
    margin-right: 32% !important; }
  .mg-xxl-t-32 {
    margin-top: 32% !important; }
  .mg-xxl-b-32 {
    margin-bottom: 32% !important; }
  .mg-xxl-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-xxl-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-xxl-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-xxl-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-xxl-l-33 {
    margin-left: 33% !important; }
  .mg-xxl-r-33 {
    margin-right: 33% !important; }
  .mg-xxl-t-33 {
    margin-top: 33% !important; }
  .mg-xxl-b-33 {
    margin-bottom: 33% !important; }
  .mg-xxl-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-xxl-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-xxl-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-xxl-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-xxl-l-34 {
    margin-left: 34% !important; }
  .mg-xxl-r-34 {
    margin-right: 34% !important; }
  .mg-xxl-t-34 {
    margin-top: 34% !important; }
  .mg-xxl-b-34 {
    margin-bottom: 34% !important; }
  .mg-xxl-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-xxl-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-xxl-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-xxl-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-xxl-l-35 {
    margin-left: 35% !important; }
  .mg-xxl-r-35 {
    margin-right: 35% !important; }
  .mg-xxl-t-35 {
    margin-top: 35% !important; }
  .mg-xxl-b-35 {
    margin-bottom: 35% !important; }
  .mg-xxl-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-xxl-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-xxl-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-xxl-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-xxl-l-36 {
    margin-left: 36% !important; }
  .mg-xxl-r-36 {
    margin-right: 36% !important; }
  .mg-xxl-t-36 {
    margin-top: 36% !important; }
  .mg-xxl-b-36 {
    margin-bottom: 36% !important; }
  .mg-xxl-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-xxl-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-xxl-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-xxl-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-xxl-l-37 {
    margin-left: 37% !important; }
  .mg-xxl-r-37 {
    margin-right: 37% !important; }
  .mg-xxl-t-37 {
    margin-top: 37% !important; }
  .mg-xxl-b-37 {
    margin-bottom: 37% !important; }
  .mg-xxl-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-xxl-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-xxl-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-xxl-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-xxl-l-38 {
    margin-left: 38% !important; }
  .mg-xxl-r-38 {
    margin-right: 38% !important; }
  .mg-xxl-t-38 {
    margin-top: 38% !important; }
  .mg-xxl-b-38 {
    margin-bottom: 38% !important; }
  .mg-xxl-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-xxl-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-xxl-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-xxl-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-xxl-l-39 {
    margin-left: 39% !important; }
  .mg-xxl-r-39 {
    margin-right: 39% !important; }
  .mg-xxl-t-39 {
    margin-top: 39% !important; }
  .mg-xxl-b-39 {
    margin-bottom: 39% !important; }
  .mg-xxl-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-xxl-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-xxl-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-xxl-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-xxl-l-40 {
    margin-left: 40% !important; }
  .mg-xxl-r-40 {
    margin-right: 40% !important; }
  .mg-xxl-t-40 {
    margin-top: 40% !important; }
  .mg-xxl-b-40 {
    margin-bottom: 40% !important; }
  .mg-xxl-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-xxl-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-xxl-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-xxl-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-xxl-l-41 {
    margin-left: 41% !important; }
  .mg-xxl-r-41 {
    margin-right: 41% !important; }
  .mg-xxl-t-41 {
    margin-top: 41% !important; }
  .mg-xxl-b-41 {
    margin-bottom: 41% !important; }
  .mg-xxl-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-xxl-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-xxl-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-xxl-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-xxl-l-42 {
    margin-left: 42% !important; }
  .mg-xxl-r-42 {
    margin-right: 42% !important; }
  .mg-xxl-t-42 {
    margin-top: 42% !important; }
  .mg-xxl-b-42 {
    margin-bottom: 42% !important; }
  .mg-xxl-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-xxl-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-xxl-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-xxl-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-xxl-l-43 {
    margin-left: 43% !important; }
  .mg-xxl-r-43 {
    margin-right: 43% !important; }
  .mg-xxl-t-43 {
    margin-top: 43% !important; }
  .mg-xxl-b-43 {
    margin-bottom: 43% !important; }
  .mg-xxl-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-xxl-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-xxl-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-xxl-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-xxl-l-44 {
    margin-left: 44% !important; }
  .mg-xxl-r-44 {
    margin-right: 44% !important; }
  .mg-xxl-t-44 {
    margin-top: 44% !important; }
  .mg-xxl-b-44 {
    margin-bottom: 44% !important; }
  .mg-xxl-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-xxl-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-xxl-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-xxl-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-xxl-l-45 {
    margin-left: 45% !important; }
  .mg-xxl-r-45 {
    margin-right: 45% !important; }
  .mg-xxl-t-45 {
    margin-top: 45% !important; }
  .mg-xxl-b-45 {
    margin-bottom: 45% !important; }
  .mg-xxl-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-xxl-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-xxl-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-xxl-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-xxl-l-46 {
    margin-left: 46% !important; }
  .mg-xxl-r-46 {
    margin-right: 46% !important; }
  .mg-xxl-t-46 {
    margin-top: 46% !important; }
  .mg-xxl-b-46 {
    margin-bottom: 46% !important; }
  .mg-xxl-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-xxl-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-xxl-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-xxl-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-xxl-l-47 {
    margin-left: 47% !important; }
  .mg-xxl-r-47 {
    margin-right: 47% !important; }
  .mg-xxl-t-47 {
    margin-top: 47% !important; }
  .mg-xxl-b-47 {
    margin-bottom: 47% !important; }
  .mg-xxl-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-xxl-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-xxl-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-xxl-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-xxl-l-48 {
    margin-left: 48% !important; }
  .mg-xxl-r-48 {
    margin-right: 48% !important; }
  .mg-xxl-t-48 {
    margin-top: 48% !important; }
  .mg-xxl-b-48 {
    margin-bottom: 48% !important; }
  .mg-xxl-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-xxl-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-xxl-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-xxl-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-xxl-l-49 {
    margin-left: 49% !important; }
  .mg-xxl-r-49 {
    margin-right: 49% !important; }
  .mg-xxl-t-49 {
    margin-top: 49% !important; }
  .mg-xxl-b-49 {
    margin-bottom: 49% !important; }
  .mg-xxl-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-xxl-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-xxl-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-xxl-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-xxl-l-50 {
    margin-left: 50% !important; }
  .mg-xxl-r-50 {
    margin-right: 50% !important; }
  .mg-xxl-t-50 {
    margin-top: 50% !important; }
  .mg-xxl-b-50 {
    margin-bottom: 50% !important; }
  .mg-xxl-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-xxl-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-xxl-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-xxl-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-xxl-l-51 {
    margin-left: 51% !important; }
  .mg-xxl-r-51 {
    margin-right: 51% !important; }
  .mg-xxl-t-51 {
    margin-top: 51% !important; }
  .mg-xxl-b-51 {
    margin-bottom: 51% !important; }
  .mg-xxl-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-xxl-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-xxl-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-xxl-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-xxl-l-52 {
    margin-left: 52% !important; }
  .mg-xxl-r-52 {
    margin-right: 52% !important; }
  .mg-xxl-t-52 {
    margin-top: 52% !important; }
  .mg-xxl-b-52 {
    margin-bottom: 52% !important; }
  .mg-xxl-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-xxl-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-xxl-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-xxl-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-xxl-l-53 {
    margin-left: 53% !important; }
  .mg-xxl-r-53 {
    margin-right: 53% !important; }
  .mg-xxl-t-53 {
    margin-top: 53% !important; }
  .mg-xxl-b-53 {
    margin-bottom: 53% !important; }
  .mg-xxl-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-xxl-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-xxl-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-xxl-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-xxl-l-54 {
    margin-left: 54% !important; }
  .mg-xxl-r-54 {
    margin-right: 54% !important; }
  .mg-xxl-t-54 {
    margin-top: 54% !important; }
  .mg-xxl-b-54 {
    margin-bottom: 54% !important; }
  .mg-xxl-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-xxl-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-xxl-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-xxl-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-xxl-l-55 {
    margin-left: 55% !important; }
  .mg-xxl-r-55 {
    margin-right: 55% !important; }
  .mg-xxl-t-55 {
    margin-top: 55% !important; }
  .mg-xxl-b-55 {
    margin-bottom: 55% !important; }
  .mg-xxl-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-xxl-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-xxl-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-xxl-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-xxl-l-56 {
    margin-left: 56% !important; }
  .mg-xxl-r-56 {
    margin-right: 56% !important; }
  .mg-xxl-t-56 {
    margin-top: 56% !important; }
  .mg-xxl-b-56 {
    margin-bottom: 56% !important; }
  .mg-xxl-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-xxl-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-xxl-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-xxl-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-xxl-l-57 {
    margin-left: 57% !important; }
  .mg-xxl-r-57 {
    margin-right: 57% !important; }
  .mg-xxl-t-57 {
    margin-top: 57% !important; }
  .mg-xxl-b-57 {
    margin-bottom: 57% !important; }
  .mg-xxl-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-xxl-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-xxl-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-xxl-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-xxl-l-58 {
    margin-left: 58% !important; }
  .mg-xxl-r-58 {
    margin-right: 58% !important; }
  .mg-xxl-t-58 {
    margin-top: 58% !important; }
  .mg-xxl-b-58 {
    margin-bottom: 58% !important; }
  .mg-xxl-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-xxl-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-xxl-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-xxl-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-xxl-l-59 {
    margin-left: 59% !important; }
  .mg-xxl-r-59 {
    margin-right: 59% !important; }
  .mg-xxl-t-59 {
    margin-top: 59% !important; }
  .mg-xxl-b-59 {
    margin-bottom: 59% !important; }
  .mg-xxl-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-xxl-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-xxl-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-xxl-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-xxl-l-60 {
    margin-left: 60% !important; }
  .mg-xxl-r-60 {
    margin-right: 60% !important; }
  .mg-xxl-t-60 {
    margin-top: 60% !important; }
  .mg-xxl-b-60 {
    margin-bottom: 60% !important; }
  .mg-xxl-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-xxl-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-xxl-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-xxl-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-xxl-l-61 {
    margin-left: 61% !important; }
  .mg-xxl-r-61 {
    margin-right: 61% !important; }
  .mg-xxl-t-61 {
    margin-top: 61% !important; }
  .mg-xxl-b-61 {
    margin-bottom: 61% !important; }
  .mg-xxl-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-xxl-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-xxl-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-xxl-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-xxl-l-62 {
    margin-left: 62% !important; }
  .mg-xxl-r-62 {
    margin-right: 62% !important; }
  .mg-xxl-t-62 {
    margin-top: 62% !important; }
  .mg-xxl-b-62 {
    margin-bottom: 62% !important; }
  .mg-xxl-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-xxl-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-xxl-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-xxl-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-xxl-l-63 {
    margin-left: 63% !important; }
  .mg-xxl-r-63 {
    margin-right: 63% !important; }
  .mg-xxl-t-63 {
    margin-top: 63% !important; }
  .mg-xxl-b-63 {
    margin-bottom: 63% !important; }
  .mg-xxl-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-xxl-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-xxl-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-xxl-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-xxl-l-64 {
    margin-left: 64% !important; }
  .mg-xxl-r-64 {
    margin-right: 64% !important; }
  .mg-xxl-t-64 {
    margin-top: 64% !important; }
  .mg-xxl-b-64 {
    margin-bottom: 64% !important; }
  .mg-xxl-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-xxl-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-xxl-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-xxl-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-xxl-l-65 {
    margin-left: 65% !important; }
  .mg-xxl-r-65 {
    margin-right: 65% !important; }
  .mg-xxl-t-65 {
    margin-top: 65% !important; }
  .mg-xxl-b-65 {
    margin-bottom: 65% !important; }
  .mg-xxl-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-xxl-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-xxl-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-xxl-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-xxl-l-66 {
    margin-left: 66% !important; }
  .mg-xxl-r-66 {
    margin-right: 66% !important; }
  .mg-xxl-t-66 {
    margin-top: 66% !important; }
  .mg-xxl-b-66 {
    margin-bottom: 66% !important; }
  .mg-xxl-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-xxl-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-xxl-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-xxl-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-xxl-l-67 {
    margin-left: 67% !important; }
  .mg-xxl-r-67 {
    margin-right: 67% !important; }
  .mg-xxl-t-67 {
    margin-top: 67% !important; }
  .mg-xxl-b-67 {
    margin-bottom: 67% !important; }
  .mg-xxl-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-xxl-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-xxl-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-xxl-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-xxl-l-68 {
    margin-left: 68% !important; }
  .mg-xxl-r-68 {
    margin-right: 68% !important; }
  .mg-xxl-t-68 {
    margin-top: 68% !important; }
  .mg-xxl-b-68 {
    margin-bottom: 68% !important; }
  .mg-xxl-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-xxl-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-xxl-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-xxl-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-xxl-l-69 {
    margin-left: 69% !important; }
  .mg-xxl-r-69 {
    margin-right: 69% !important; }
  .mg-xxl-t-69 {
    margin-top: 69% !important; }
  .mg-xxl-b-69 {
    margin-bottom: 69% !important; }
  .mg-xxl-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-xxl-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-xxl-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-xxl-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-xxl-l-70 {
    margin-left: 70% !important; }
  .mg-xxl-r-70 {
    margin-right: 70% !important; }
  .mg-xxl-t-70 {
    margin-top: 70% !important; }
  .mg-xxl-b-70 {
    margin-bottom: 70% !important; }
  .mg-xxl-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-xxl-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-xxl-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-xxl-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-xxl-l-71 {
    margin-left: 71% !important; }
  .mg-xxl-r-71 {
    margin-right: 71% !important; }
  .mg-xxl-t-71 {
    margin-top: 71% !important; }
  .mg-xxl-b-71 {
    margin-bottom: 71% !important; }
  .mg-xxl-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-xxl-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-xxl-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-xxl-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-xxl-l-72 {
    margin-left: 72% !important; }
  .mg-xxl-r-72 {
    margin-right: 72% !important; }
  .mg-xxl-t-72 {
    margin-top: 72% !important; }
  .mg-xxl-b-72 {
    margin-bottom: 72% !important; }
  .mg-xxl-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-xxl-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-xxl-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-xxl-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-xxl-l-73 {
    margin-left: 73% !important; }
  .mg-xxl-r-73 {
    margin-right: 73% !important; }
  .mg-xxl-t-73 {
    margin-top: 73% !important; }
  .mg-xxl-b-73 {
    margin-bottom: 73% !important; }
  .mg-xxl-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-xxl-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-xxl-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-xxl-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-xxl-l-74 {
    margin-left: 74% !important; }
  .mg-xxl-r-74 {
    margin-right: 74% !important; }
  .mg-xxl-t-74 {
    margin-top: 74% !important; }
  .mg-xxl-b-74 {
    margin-bottom: 74% !important; }
  .mg-xxl-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-xxl-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-xxl-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-xxl-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-xxl-l-75 {
    margin-left: 75% !important; }
  .mg-xxl-r-75 {
    margin-right: 75% !important; }
  .mg-xxl-t-75 {
    margin-top: 75% !important; }
  .mg-xxl-b-75 {
    margin-bottom: 75% !important; }
  .mg-xxl-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-xxl-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-xxl-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-xxl-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-xxl-l-76 {
    margin-left: 76% !important; }
  .mg-xxl-r-76 {
    margin-right: 76% !important; }
  .mg-xxl-t-76 {
    margin-top: 76% !important; }
  .mg-xxl-b-76 {
    margin-bottom: 76% !important; }
  .mg-xxl-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-xxl-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-xxl-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-xxl-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-xxl-l-77 {
    margin-left: 77% !important; }
  .mg-xxl-r-77 {
    margin-right: 77% !important; }
  .mg-xxl-t-77 {
    margin-top: 77% !important; }
  .mg-xxl-b-77 {
    margin-bottom: 77% !important; }
  .mg-xxl-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-xxl-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-xxl-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-xxl-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-xxl-l-78 {
    margin-left: 78% !important; }
  .mg-xxl-r-78 {
    margin-right: 78% !important; }
  .mg-xxl-t-78 {
    margin-top: 78% !important; }
  .mg-xxl-b-78 {
    margin-bottom: 78% !important; }
  .mg-xxl-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-xxl-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-xxl-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-xxl-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-xxl-l-79 {
    margin-left: 79% !important; }
  .mg-xxl-r-79 {
    margin-right: 79% !important; }
  .mg-xxl-t-79 {
    margin-top: 79% !important; }
  .mg-xxl-b-79 {
    margin-bottom: 79% !important; }
  .mg-xxl-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-xxl-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-xxl-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-xxl-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-xxl-l-80 {
    margin-left: 80% !important; }
  .mg-xxl-r-80 {
    margin-right: 80% !important; }
  .mg-xxl-t-80 {
    margin-top: 80% !important; }
  .mg-xxl-b-80 {
    margin-bottom: 80% !important; }
  .mg-xxl-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-xxl-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-xxl-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-xxl-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-xxl-l-81 {
    margin-left: 81% !important; }
  .mg-xxl-r-81 {
    margin-right: 81% !important; }
  .mg-xxl-t-81 {
    margin-top: 81% !important; }
  .mg-xxl-b-81 {
    margin-bottom: 81% !important; }
  .mg-xxl-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-xxl-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-xxl-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-xxl-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-xxl-l-82 {
    margin-left: 82% !important; }
  .mg-xxl-r-82 {
    margin-right: 82% !important; }
  .mg-xxl-t-82 {
    margin-top: 82% !important; }
  .mg-xxl-b-82 {
    margin-bottom: 82% !important; }
  .mg-xxl-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-xxl-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-xxl-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-xxl-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-xxl-l-83 {
    margin-left: 83% !important; }
  .mg-xxl-r-83 {
    margin-right: 83% !important; }
  .mg-xxl-t-83 {
    margin-top: 83% !important; }
  .mg-xxl-b-83 {
    margin-bottom: 83% !important; }
  .mg-xxl-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-xxl-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-xxl-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-xxl-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-xxl-l-84 {
    margin-left: 84% !important; }
  .mg-xxl-r-84 {
    margin-right: 84% !important; }
  .mg-xxl-t-84 {
    margin-top: 84% !important; }
  .mg-xxl-b-84 {
    margin-bottom: 84% !important; }
  .mg-xxl-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-xxl-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-xxl-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-xxl-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-xxl-l-85 {
    margin-left: 85% !important; }
  .mg-xxl-r-85 {
    margin-right: 85% !important; }
  .mg-xxl-t-85 {
    margin-top: 85% !important; }
  .mg-xxl-b-85 {
    margin-bottom: 85% !important; }
  .mg-xxl-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-xxl-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-xxl-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-xxl-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-xxl-l-86 {
    margin-left: 86% !important; }
  .mg-xxl-r-86 {
    margin-right: 86% !important; }
  .mg-xxl-t-86 {
    margin-top: 86% !important; }
  .mg-xxl-b-86 {
    margin-bottom: 86% !important; }
  .mg-xxl-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-xxl-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-xxl-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-xxl-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-xxl-l-87 {
    margin-left: 87% !important; }
  .mg-xxl-r-87 {
    margin-right: 87% !important; }
  .mg-xxl-t-87 {
    margin-top: 87% !important; }
  .mg-xxl-b-87 {
    margin-bottom: 87% !important; }
  .mg-xxl-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-xxl-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-xxl-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-xxl-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-xxl-l-88 {
    margin-left: 88% !important; }
  .mg-xxl-r-88 {
    margin-right: 88% !important; }
  .mg-xxl-t-88 {
    margin-top: 88% !important; }
  .mg-xxl-b-88 {
    margin-bottom: 88% !important; }
  .mg-xxl-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-xxl-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-xxl-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-xxl-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-xxl-l-89 {
    margin-left: 89% !important; }
  .mg-xxl-r-89 {
    margin-right: 89% !important; }
  .mg-xxl-t-89 {
    margin-top: 89% !important; }
  .mg-xxl-b-89 {
    margin-bottom: 89% !important; }
  .mg-xxl-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-xxl-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-xxl-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-xxl-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-xxl-l-90 {
    margin-left: 90% !important; }
  .mg-xxl-r-90 {
    margin-right: 90% !important; }
  .mg-xxl-t-90 {
    margin-top: 90% !important; }
  .mg-xxl-b-90 {
    margin-bottom: 90% !important; }
  .mg-xxl-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-xxl-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-xxl-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-xxl-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-xxl-l-91 {
    margin-left: 91% !important; }
  .mg-xxl-r-91 {
    margin-right: 91% !important; }
  .mg-xxl-t-91 {
    margin-top: 91% !important; }
  .mg-xxl-b-91 {
    margin-bottom: 91% !important; }
  .mg-xxl-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-xxl-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-xxl-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-xxl-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-xxl-l-92 {
    margin-left: 92% !important; }
  .mg-xxl-r-92 {
    margin-right: 92% !important; }
  .mg-xxl-t-92 {
    margin-top: 92% !important; }
  .mg-xxl-b-92 {
    margin-bottom: 92% !important; }
  .mg-xxl-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-xxl-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-xxl-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-xxl-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-xxl-l-93 {
    margin-left: 93% !important; }
  .mg-xxl-r-93 {
    margin-right: 93% !important; }
  .mg-xxl-t-93 {
    margin-top: 93% !important; }
  .mg-xxl-b-93 {
    margin-bottom: 93% !important; }
  .mg-xxl-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-xxl-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-xxl-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-xxl-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-xxl-l-94 {
    margin-left: 94% !important; }
  .mg-xxl-r-94 {
    margin-right: 94% !important; }
  .mg-xxl-t-94 {
    margin-top: 94% !important; }
  .mg-xxl-b-94 {
    margin-bottom: 94% !important; }
  .mg-xxl-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-xxl-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-xxl-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-xxl-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-xxl-l-95 {
    margin-left: 95% !important; }
  .mg-xxl-r-95 {
    margin-right: 95% !important; }
  .mg-xxl-t-95 {
    margin-top: 95% !important; }
  .mg-xxl-b-95 {
    margin-bottom: 95% !important; }
  .mg-xxl-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-xxl-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-xxl-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-xxl-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-xxl-l-96 {
    margin-left: 96% !important; }
  .mg-xxl-r-96 {
    margin-right: 96% !important; }
  .mg-xxl-t-96 {
    margin-top: 96% !important; }
  .mg-xxl-b-96 {
    margin-bottom: 96% !important; }
  .mg-xxl-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-xxl-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-xxl-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-xxl-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-xxl-l-97 {
    margin-left: 97% !important; }
  .mg-xxl-r-97 {
    margin-right: 97% !important; }
  .mg-xxl-t-97 {
    margin-top: 97% !important; }
  .mg-xxl-b-97 {
    margin-bottom: 97% !important; }
  .mg-xxl-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-xxl-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-xxl-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-xxl-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-xxl-l-98 {
    margin-left: 98% !important; }
  .mg-xxl-r-98 {
    margin-right: 98% !important; }
  .mg-xxl-t-98 {
    margin-top: 98% !important; }
  .mg-xxl-b-98 {
    margin-bottom: 98% !important; }
  .mg-xxl-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-xxl-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-xxl-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-xxl-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-xxl-l-99 {
    margin-left: 99% !important; }
  .mg-xxl-r-99 {
    margin-right: 99% !important; }
  .mg-xxl-t-99 {
    margin-top: 99% !important; }
  .mg-xxl-b-99 {
    margin-bottom: 99% !important; }
  .mg-xxl-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-xxl-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-xxl-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-xxl-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-xxl-l-100 {
    margin-left: 100% !important; }
  .mg-xxl-r-100 {
    margin-right: 100% !important; }
  .mg-xxl-t-100 {
    margin-top: 100% !important; }
  .mg-xxl-b-100 {
    margin-bottom: 100% !important; }
  .mg-xxl-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-xxl-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-xxl-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-xxl-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 1600px) {
  .mg-xxxl-l-1 {
    margin-left: 1% !important; }
  .mg-xxxl-r-1 {
    margin-right: 1% !important; }
  .mg-xxxl-t-1 {
    margin-top: 1% !important; }
  .mg-xxxl-b-1 {
    margin-bottom: 1% !important; }
  .mg-xxxl-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-xxxl-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-xxxl-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-xxxl-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-xxxl-l-2 {
    margin-left: 2% !important; }
  .mg-xxxl-r-2 {
    margin-right: 2% !important; }
  .mg-xxxl-t-2 {
    margin-top: 2% !important; }
  .mg-xxxl-b-2 {
    margin-bottom: 2% !important; }
  .mg-xxxl-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-xxxl-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-xxxl-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-xxxl-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-xxxl-l-3 {
    margin-left: 3% !important; }
  .mg-xxxl-r-3 {
    margin-right: 3% !important; }
  .mg-xxxl-t-3 {
    margin-top: 3% !important; }
  .mg-xxxl-b-3 {
    margin-bottom: 3% !important; }
  .mg-xxxl-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-xxxl-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-xxxl-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-xxxl-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-xxxl-l-4 {
    margin-left: 4% !important; }
  .mg-xxxl-r-4 {
    margin-right: 4% !important; }
  .mg-xxxl-t-4 {
    margin-top: 4% !important; }
  .mg-xxxl-b-4 {
    margin-bottom: 4% !important; }
  .mg-xxxl-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-xxxl-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-xxxl-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-xxxl-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-xxxl-l-5 {
    margin-left: 5% !important; }
  .mg-xxxl-r-5 {
    margin-right: 5% !important; }
  .mg-xxxl-t-5 {
    margin-top: 5% !important; }
  .mg-xxxl-b-5 {
    margin-bottom: 5% !important; }
  .mg-xxxl-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-xxxl-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-xxxl-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-xxxl-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-xxxl-l-6 {
    margin-left: 6% !important; }
  .mg-xxxl-r-6 {
    margin-right: 6% !important; }
  .mg-xxxl-t-6 {
    margin-top: 6% !important; }
  .mg-xxxl-b-6 {
    margin-bottom: 6% !important; }
  .mg-xxxl-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-xxxl-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-xxxl-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-xxxl-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-xxxl-l-7 {
    margin-left: 7% !important; }
  .mg-xxxl-r-7 {
    margin-right: 7% !important; }
  .mg-xxxl-t-7 {
    margin-top: 7% !important; }
  .mg-xxxl-b-7 {
    margin-bottom: 7% !important; }
  .mg-xxxl-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-xxxl-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-xxxl-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-xxxl-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-xxxl-l-8 {
    margin-left: 8% !important; }
  .mg-xxxl-r-8 {
    margin-right: 8% !important; }
  .mg-xxxl-t-8 {
    margin-top: 8% !important; }
  .mg-xxxl-b-8 {
    margin-bottom: 8% !important; }
  .mg-xxxl-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-xxxl-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-xxxl-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-xxxl-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-xxxl-l-9 {
    margin-left: 9% !important; }
  .mg-xxxl-r-9 {
    margin-right: 9% !important; }
  .mg-xxxl-t-9 {
    margin-top: 9% !important; }
  .mg-xxxl-b-9 {
    margin-bottom: 9% !important; }
  .mg-xxxl-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-xxxl-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-xxxl-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-xxxl-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-xxxl-l-10 {
    margin-left: 10% !important; }
  .mg-xxxl-r-10 {
    margin-right: 10% !important; }
  .mg-xxxl-t-10 {
    margin-top: 10% !important; }
  .mg-xxxl-b-10 {
    margin-bottom: 10% !important; }
  .mg-xxxl-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-xxxl-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-xxxl-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-xxxl-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-xxxl-l-11 {
    margin-left: 11% !important; }
  .mg-xxxl-r-11 {
    margin-right: 11% !important; }
  .mg-xxxl-t-11 {
    margin-top: 11% !important; }
  .mg-xxxl-b-11 {
    margin-bottom: 11% !important; }
  .mg-xxxl-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-xxxl-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-xxxl-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-xxxl-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-xxxl-l-12 {
    margin-left: 12% !important; }
  .mg-xxxl-r-12 {
    margin-right: 12% !important; }
  .mg-xxxl-t-12 {
    margin-top: 12% !important; }
  .mg-xxxl-b-12 {
    margin-bottom: 12% !important; }
  .mg-xxxl-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-xxxl-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-xxxl-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-xxxl-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-xxxl-l-13 {
    margin-left: 13% !important; }
  .mg-xxxl-r-13 {
    margin-right: 13% !important; }
  .mg-xxxl-t-13 {
    margin-top: 13% !important; }
  .mg-xxxl-b-13 {
    margin-bottom: 13% !important; }
  .mg-xxxl-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-xxxl-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-xxxl-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-xxxl-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-xxxl-l-14 {
    margin-left: 14% !important; }
  .mg-xxxl-r-14 {
    margin-right: 14% !important; }
  .mg-xxxl-t-14 {
    margin-top: 14% !important; }
  .mg-xxxl-b-14 {
    margin-bottom: 14% !important; }
  .mg-xxxl-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-xxxl-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-xxxl-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-xxxl-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-xxxl-l-15 {
    margin-left: 15% !important; }
  .mg-xxxl-r-15 {
    margin-right: 15% !important; }
  .mg-xxxl-t-15 {
    margin-top: 15% !important; }
  .mg-xxxl-b-15 {
    margin-bottom: 15% !important; }
  .mg-xxxl-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-xxxl-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-xxxl-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-xxxl-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-xxxl-l-16 {
    margin-left: 16% !important; }
  .mg-xxxl-r-16 {
    margin-right: 16% !important; }
  .mg-xxxl-t-16 {
    margin-top: 16% !important; }
  .mg-xxxl-b-16 {
    margin-bottom: 16% !important; }
  .mg-xxxl-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-xxxl-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-xxxl-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-xxxl-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-xxxl-l-17 {
    margin-left: 17% !important; }
  .mg-xxxl-r-17 {
    margin-right: 17% !important; }
  .mg-xxxl-t-17 {
    margin-top: 17% !important; }
  .mg-xxxl-b-17 {
    margin-bottom: 17% !important; }
  .mg-xxxl-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-xxxl-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-xxxl-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-xxxl-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-xxxl-l-18 {
    margin-left: 18% !important; }
  .mg-xxxl-r-18 {
    margin-right: 18% !important; }
  .mg-xxxl-t-18 {
    margin-top: 18% !important; }
  .mg-xxxl-b-18 {
    margin-bottom: 18% !important; }
  .mg-xxxl-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-xxxl-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-xxxl-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-xxxl-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-xxxl-l-19 {
    margin-left: 19% !important; }
  .mg-xxxl-r-19 {
    margin-right: 19% !important; }
  .mg-xxxl-t-19 {
    margin-top: 19% !important; }
  .mg-xxxl-b-19 {
    margin-bottom: 19% !important; }
  .mg-xxxl-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-xxxl-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-xxxl-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-xxxl-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-xxxl-l-20 {
    margin-left: 20% !important; }
  .mg-xxxl-r-20 {
    margin-right: 20% !important; }
  .mg-xxxl-t-20 {
    margin-top: 20% !important; }
  .mg-xxxl-b-20 {
    margin-bottom: 20% !important; }
  .mg-xxxl-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-xxxl-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-xxxl-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-xxxl-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-xxxl-l-21 {
    margin-left: 21% !important; }
  .mg-xxxl-r-21 {
    margin-right: 21% !important; }
  .mg-xxxl-t-21 {
    margin-top: 21% !important; }
  .mg-xxxl-b-21 {
    margin-bottom: 21% !important; }
  .mg-xxxl-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-xxxl-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-xxxl-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-xxxl-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-xxxl-l-22 {
    margin-left: 22% !important; }
  .mg-xxxl-r-22 {
    margin-right: 22% !important; }
  .mg-xxxl-t-22 {
    margin-top: 22% !important; }
  .mg-xxxl-b-22 {
    margin-bottom: 22% !important; }
  .mg-xxxl-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-xxxl-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-xxxl-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-xxxl-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-xxxl-l-23 {
    margin-left: 23% !important; }
  .mg-xxxl-r-23 {
    margin-right: 23% !important; }
  .mg-xxxl-t-23 {
    margin-top: 23% !important; }
  .mg-xxxl-b-23 {
    margin-bottom: 23% !important; }
  .mg-xxxl-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-xxxl-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-xxxl-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-xxxl-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-xxxl-l-24 {
    margin-left: 24% !important; }
  .mg-xxxl-r-24 {
    margin-right: 24% !important; }
  .mg-xxxl-t-24 {
    margin-top: 24% !important; }
  .mg-xxxl-b-24 {
    margin-bottom: 24% !important; }
  .mg-xxxl-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-xxxl-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-xxxl-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-xxxl-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-xxxl-l-25 {
    margin-left: 25% !important; }
  .mg-xxxl-r-25 {
    margin-right: 25% !important; }
  .mg-xxxl-t-25 {
    margin-top: 25% !important; }
  .mg-xxxl-b-25 {
    margin-bottom: 25% !important; }
  .mg-xxxl-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-xxxl-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-xxxl-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-xxxl-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-xxxl-l-26 {
    margin-left: 26% !important; }
  .mg-xxxl-r-26 {
    margin-right: 26% !important; }
  .mg-xxxl-t-26 {
    margin-top: 26% !important; }
  .mg-xxxl-b-26 {
    margin-bottom: 26% !important; }
  .mg-xxxl-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-xxxl-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-xxxl-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-xxxl-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-xxxl-l-27 {
    margin-left: 27% !important; }
  .mg-xxxl-r-27 {
    margin-right: 27% !important; }
  .mg-xxxl-t-27 {
    margin-top: 27% !important; }
  .mg-xxxl-b-27 {
    margin-bottom: 27% !important; }
  .mg-xxxl-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-xxxl-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-xxxl-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-xxxl-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-xxxl-l-28 {
    margin-left: 28% !important; }
  .mg-xxxl-r-28 {
    margin-right: 28% !important; }
  .mg-xxxl-t-28 {
    margin-top: 28% !important; }
  .mg-xxxl-b-28 {
    margin-bottom: 28% !important; }
  .mg-xxxl-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-xxxl-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-xxxl-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-xxxl-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-xxxl-l-29 {
    margin-left: 29% !important; }
  .mg-xxxl-r-29 {
    margin-right: 29% !important; }
  .mg-xxxl-t-29 {
    margin-top: 29% !important; }
  .mg-xxxl-b-29 {
    margin-bottom: 29% !important; }
  .mg-xxxl-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-xxxl-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-xxxl-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-xxxl-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-xxxl-l-30 {
    margin-left: 30% !important; }
  .mg-xxxl-r-30 {
    margin-right: 30% !important; }
  .mg-xxxl-t-30 {
    margin-top: 30% !important; }
  .mg-xxxl-b-30 {
    margin-bottom: 30% !important; }
  .mg-xxxl-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-xxxl-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-xxxl-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-xxxl-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-xxxl-l-31 {
    margin-left: 31% !important; }
  .mg-xxxl-r-31 {
    margin-right: 31% !important; }
  .mg-xxxl-t-31 {
    margin-top: 31% !important; }
  .mg-xxxl-b-31 {
    margin-bottom: 31% !important; }
  .mg-xxxl-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-xxxl-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-xxxl-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-xxxl-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-xxxl-l-32 {
    margin-left: 32% !important; }
  .mg-xxxl-r-32 {
    margin-right: 32% !important; }
  .mg-xxxl-t-32 {
    margin-top: 32% !important; }
  .mg-xxxl-b-32 {
    margin-bottom: 32% !important; }
  .mg-xxxl-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-xxxl-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-xxxl-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-xxxl-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-xxxl-l-33 {
    margin-left: 33% !important; }
  .mg-xxxl-r-33 {
    margin-right: 33% !important; }
  .mg-xxxl-t-33 {
    margin-top: 33% !important; }
  .mg-xxxl-b-33 {
    margin-bottom: 33% !important; }
  .mg-xxxl-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-xxxl-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-xxxl-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-xxxl-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-xxxl-l-34 {
    margin-left: 34% !important; }
  .mg-xxxl-r-34 {
    margin-right: 34% !important; }
  .mg-xxxl-t-34 {
    margin-top: 34% !important; }
  .mg-xxxl-b-34 {
    margin-bottom: 34% !important; }
  .mg-xxxl-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-xxxl-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-xxxl-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-xxxl-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-xxxl-l-35 {
    margin-left: 35% !important; }
  .mg-xxxl-r-35 {
    margin-right: 35% !important; }
  .mg-xxxl-t-35 {
    margin-top: 35% !important; }
  .mg-xxxl-b-35 {
    margin-bottom: 35% !important; }
  .mg-xxxl-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-xxxl-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-xxxl-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-xxxl-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-xxxl-l-36 {
    margin-left: 36% !important; }
  .mg-xxxl-r-36 {
    margin-right: 36% !important; }
  .mg-xxxl-t-36 {
    margin-top: 36% !important; }
  .mg-xxxl-b-36 {
    margin-bottom: 36% !important; }
  .mg-xxxl-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-xxxl-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-xxxl-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-xxxl-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-xxxl-l-37 {
    margin-left: 37% !important; }
  .mg-xxxl-r-37 {
    margin-right: 37% !important; }
  .mg-xxxl-t-37 {
    margin-top: 37% !important; }
  .mg-xxxl-b-37 {
    margin-bottom: 37% !important; }
  .mg-xxxl-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-xxxl-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-xxxl-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-xxxl-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-xxxl-l-38 {
    margin-left: 38% !important; }
  .mg-xxxl-r-38 {
    margin-right: 38% !important; }
  .mg-xxxl-t-38 {
    margin-top: 38% !important; }
  .mg-xxxl-b-38 {
    margin-bottom: 38% !important; }
  .mg-xxxl-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-xxxl-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-xxxl-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-xxxl-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-xxxl-l-39 {
    margin-left: 39% !important; }
  .mg-xxxl-r-39 {
    margin-right: 39% !important; }
  .mg-xxxl-t-39 {
    margin-top: 39% !important; }
  .mg-xxxl-b-39 {
    margin-bottom: 39% !important; }
  .mg-xxxl-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-xxxl-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-xxxl-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-xxxl-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-xxxl-l-40 {
    margin-left: 40% !important; }
  .mg-xxxl-r-40 {
    margin-right: 40% !important; }
  .mg-xxxl-t-40 {
    margin-top: 40% !important; }
  .mg-xxxl-b-40 {
    margin-bottom: 40% !important; }
  .mg-xxxl-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-xxxl-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-xxxl-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-xxxl-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-xxxl-l-41 {
    margin-left: 41% !important; }
  .mg-xxxl-r-41 {
    margin-right: 41% !important; }
  .mg-xxxl-t-41 {
    margin-top: 41% !important; }
  .mg-xxxl-b-41 {
    margin-bottom: 41% !important; }
  .mg-xxxl-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-xxxl-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-xxxl-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-xxxl-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-xxxl-l-42 {
    margin-left: 42% !important; }
  .mg-xxxl-r-42 {
    margin-right: 42% !important; }
  .mg-xxxl-t-42 {
    margin-top: 42% !important; }
  .mg-xxxl-b-42 {
    margin-bottom: 42% !important; }
  .mg-xxxl-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-xxxl-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-xxxl-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-xxxl-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-xxxl-l-43 {
    margin-left: 43% !important; }
  .mg-xxxl-r-43 {
    margin-right: 43% !important; }
  .mg-xxxl-t-43 {
    margin-top: 43% !important; }
  .mg-xxxl-b-43 {
    margin-bottom: 43% !important; }
  .mg-xxxl-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-xxxl-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-xxxl-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-xxxl-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-xxxl-l-44 {
    margin-left: 44% !important; }
  .mg-xxxl-r-44 {
    margin-right: 44% !important; }
  .mg-xxxl-t-44 {
    margin-top: 44% !important; }
  .mg-xxxl-b-44 {
    margin-bottom: 44% !important; }
  .mg-xxxl-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-xxxl-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-xxxl-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-xxxl-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-xxxl-l-45 {
    margin-left: 45% !important; }
  .mg-xxxl-r-45 {
    margin-right: 45% !important; }
  .mg-xxxl-t-45 {
    margin-top: 45% !important; }
  .mg-xxxl-b-45 {
    margin-bottom: 45% !important; }
  .mg-xxxl-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-xxxl-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-xxxl-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-xxxl-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-xxxl-l-46 {
    margin-left: 46% !important; }
  .mg-xxxl-r-46 {
    margin-right: 46% !important; }
  .mg-xxxl-t-46 {
    margin-top: 46% !important; }
  .mg-xxxl-b-46 {
    margin-bottom: 46% !important; }
  .mg-xxxl-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-xxxl-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-xxxl-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-xxxl-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-xxxl-l-47 {
    margin-left: 47% !important; }
  .mg-xxxl-r-47 {
    margin-right: 47% !important; }
  .mg-xxxl-t-47 {
    margin-top: 47% !important; }
  .mg-xxxl-b-47 {
    margin-bottom: 47% !important; }
  .mg-xxxl-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-xxxl-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-xxxl-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-xxxl-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-xxxl-l-48 {
    margin-left: 48% !important; }
  .mg-xxxl-r-48 {
    margin-right: 48% !important; }
  .mg-xxxl-t-48 {
    margin-top: 48% !important; }
  .mg-xxxl-b-48 {
    margin-bottom: 48% !important; }
  .mg-xxxl-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-xxxl-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-xxxl-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-xxxl-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-xxxl-l-49 {
    margin-left: 49% !important; }
  .mg-xxxl-r-49 {
    margin-right: 49% !important; }
  .mg-xxxl-t-49 {
    margin-top: 49% !important; }
  .mg-xxxl-b-49 {
    margin-bottom: 49% !important; }
  .mg-xxxl-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-xxxl-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-xxxl-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-xxxl-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-xxxl-l-50 {
    margin-left: 50% !important; }
  .mg-xxxl-r-50 {
    margin-right: 50% !important; }
  .mg-xxxl-t-50 {
    margin-top: 50% !important; }
  .mg-xxxl-b-50 {
    margin-bottom: 50% !important; }
  .mg-xxxl-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-xxxl-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-xxxl-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-xxxl-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-xxxl-l-51 {
    margin-left: 51% !important; }
  .mg-xxxl-r-51 {
    margin-right: 51% !important; }
  .mg-xxxl-t-51 {
    margin-top: 51% !important; }
  .mg-xxxl-b-51 {
    margin-bottom: 51% !important; }
  .mg-xxxl-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-xxxl-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-xxxl-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-xxxl-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-xxxl-l-52 {
    margin-left: 52% !important; }
  .mg-xxxl-r-52 {
    margin-right: 52% !important; }
  .mg-xxxl-t-52 {
    margin-top: 52% !important; }
  .mg-xxxl-b-52 {
    margin-bottom: 52% !important; }
  .mg-xxxl-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-xxxl-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-xxxl-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-xxxl-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-xxxl-l-53 {
    margin-left: 53% !important; }
  .mg-xxxl-r-53 {
    margin-right: 53% !important; }
  .mg-xxxl-t-53 {
    margin-top: 53% !important; }
  .mg-xxxl-b-53 {
    margin-bottom: 53% !important; }
  .mg-xxxl-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-xxxl-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-xxxl-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-xxxl-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-xxxl-l-54 {
    margin-left: 54% !important; }
  .mg-xxxl-r-54 {
    margin-right: 54% !important; }
  .mg-xxxl-t-54 {
    margin-top: 54% !important; }
  .mg-xxxl-b-54 {
    margin-bottom: 54% !important; }
  .mg-xxxl-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-xxxl-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-xxxl-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-xxxl-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-xxxl-l-55 {
    margin-left: 55% !important; }
  .mg-xxxl-r-55 {
    margin-right: 55% !important; }
  .mg-xxxl-t-55 {
    margin-top: 55% !important; }
  .mg-xxxl-b-55 {
    margin-bottom: 55% !important; }
  .mg-xxxl-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-xxxl-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-xxxl-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-xxxl-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-xxxl-l-56 {
    margin-left: 56% !important; }
  .mg-xxxl-r-56 {
    margin-right: 56% !important; }
  .mg-xxxl-t-56 {
    margin-top: 56% !important; }
  .mg-xxxl-b-56 {
    margin-bottom: 56% !important; }
  .mg-xxxl-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-xxxl-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-xxxl-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-xxxl-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-xxxl-l-57 {
    margin-left: 57% !important; }
  .mg-xxxl-r-57 {
    margin-right: 57% !important; }
  .mg-xxxl-t-57 {
    margin-top: 57% !important; }
  .mg-xxxl-b-57 {
    margin-bottom: 57% !important; }
  .mg-xxxl-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-xxxl-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-xxxl-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-xxxl-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-xxxl-l-58 {
    margin-left: 58% !important; }
  .mg-xxxl-r-58 {
    margin-right: 58% !important; }
  .mg-xxxl-t-58 {
    margin-top: 58% !important; }
  .mg-xxxl-b-58 {
    margin-bottom: 58% !important; }
  .mg-xxxl-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-xxxl-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-xxxl-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-xxxl-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-xxxl-l-59 {
    margin-left: 59% !important; }
  .mg-xxxl-r-59 {
    margin-right: 59% !important; }
  .mg-xxxl-t-59 {
    margin-top: 59% !important; }
  .mg-xxxl-b-59 {
    margin-bottom: 59% !important; }
  .mg-xxxl-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-xxxl-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-xxxl-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-xxxl-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-xxxl-l-60 {
    margin-left: 60% !important; }
  .mg-xxxl-r-60 {
    margin-right: 60% !important; }
  .mg-xxxl-t-60 {
    margin-top: 60% !important; }
  .mg-xxxl-b-60 {
    margin-bottom: 60% !important; }
  .mg-xxxl-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-xxxl-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-xxxl-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-xxxl-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-xxxl-l-61 {
    margin-left: 61% !important; }
  .mg-xxxl-r-61 {
    margin-right: 61% !important; }
  .mg-xxxl-t-61 {
    margin-top: 61% !important; }
  .mg-xxxl-b-61 {
    margin-bottom: 61% !important; }
  .mg-xxxl-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-xxxl-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-xxxl-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-xxxl-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-xxxl-l-62 {
    margin-left: 62% !important; }
  .mg-xxxl-r-62 {
    margin-right: 62% !important; }
  .mg-xxxl-t-62 {
    margin-top: 62% !important; }
  .mg-xxxl-b-62 {
    margin-bottom: 62% !important; }
  .mg-xxxl-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-xxxl-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-xxxl-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-xxxl-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-xxxl-l-63 {
    margin-left: 63% !important; }
  .mg-xxxl-r-63 {
    margin-right: 63% !important; }
  .mg-xxxl-t-63 {
    margin-top: 63% !important; }
  .mg-xxxl-b-63 {
    margin-bottom: 63% !important; }
  .mg-xxxl-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-xxxl-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-xxxl-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-xxxl-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-xxxl-l-64 {
    margin-left: 64% !important; }
  .mg-xxxl-r-64 {
    margin-right: 64% !important; }
  .mg-xxxl-t-64 {
    margin-top: 64% !important; }
  .mg-xxxl-b-64 {
    margin-bottom: 64% !important; }
  .mg-xxxl-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-xxxl-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-xxxl-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-xxxl-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-xxxl-l-65 {
    margin-left: 65% !important; }
  .mg-xxxl-r-65 {
    margin-right: 65% !important; }
  .mg-xxxl-t-65 {
    margin-top: 65% !important; }
  .mg-xxxl-b-65 {
    margin-bottom: 65% !important; }
  .mg-xxxl-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-xxxl-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-xxxl-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-xxxl-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-xxxl-l-66 {
    margin-left: 66% !important; }
  .mg-xxxl-r-66 {
    margin-right: 66% !important; }
  .mg-xxxl-t-66 {
    margin-top: 66% !important; }
  .mg-xxxl-b-66 {
    margin-bottom: 66% !important; }
  .mg-xxxl-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-xxxl-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-xxxl-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-xxxl-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-xxxl-l-67 {
    margin-left: 67% !important; }
  .mg-xxxl-r-67 {
    margin-right: 67% !important; }
  .mg-xxxl-t-67 {
    margin-top: 67% !important; }
  .mg-xxxl-b-67 {
    margin-bottom: 67% !important; }
  .mg-xxxl-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-xxxl-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-xxxl-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-xxxl-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-xxxl-l-68 {
    margin-left: 68% !important; }
  .mg-xxxl-r-68 {
    margin-right: 68% !important; }
  .mg-xxxl-t-68 {
    margin-top: 68% !important; }
  .mg-xxxl-b-68 {
    margin-bottom: 68% !important; }
  .mg-xxxl-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-xxxl-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-xxxl-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-xxxl-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-xxxl-l-69 {
    margin-left: 69% !important; }
  .mg-xxxl-r-69 {
    margin-right: 69% !important; }
  .mg-xxxl-t-69 {
    margin-top: 69% !important; }
  .mg-xxxl-b-69 {
    margin-bottom: 69% !important; }
  .mg-xxxl-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-xxxl-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-xxxl-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-xxxl-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-xxxl-l-70 {
    margin-left: 70% !important; }
  .mg-xxxl-r-70 {
    margin-right: 70% !important; }
  .mg-xxxl-t-70 {
    margin-top: 70% !important; }
  .mg-xxxl-b-70 {
    margin-bottom: 70% !important; }
  .mg-xxxl-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-xxxl-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-xxxl-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-xxxl-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-xxxl-l-71 {
    margin-left: 71% !important; }
  .mg-xxxl-r-71 {
    margin-right: 71% !important; }
  .mg-xxxl-t-71 {
    margin-top: 71% !important; }
  .mg-xxxl-b-71 {
    margin-bottom: 71% !important; }
  .mg-xxxl-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-xxxl-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-xxxl-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-xxxl-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-xxxl-l-72 {
    margin-left: 72% !important; }
  .mg-xxxl-r-72 {
    margin-right: 72% !important; }
  .mg-xxxl-t-72 {
    margin-top: 72% !important; }
  .mg-xxxl-b-72 {
    margin-bottom: 72% !important; }
  .mg-xxxl-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-xxxl-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-xxxl-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-xxxl-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-xxxl-l-73 {
    margin-left: 73% !important; }
  .mg-xxxl-r-73 {
    margin-right: 73% !important; }
  .mg-xxxl-t-73 {
    margin-top: 73% !important; }
  .mg-xxxl-b-73 {
    margin-bottom: 73% !important; }
  .mg-xxxl-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-xxxl-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-xxxl-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-xxxl-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-xxxl-l-74 {
    margin-left: 74% !important; }
  .mg-xxxl-r-74 {
    margin-right: 74% !important; }
  .mg-xxxl-t-74 {
    margin-top: 74% !important; }
  .mg-xxxl-b-74 {
    margin-bottom: 74% !important; }
  .mg-xxxl-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-xxxl-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-xxxl-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-xxxl-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-xxxl-l-75 {
    margin-left: 75% !important; }
  .mg-xxxl-r-75 {
    margin-right: 75% !important; }
  .mg-xxxl-t-75 {
    margin-top: 75% !important; }
  .mg-xxxl-b-75 {
    margin-bottom: 75% !important; }
  .mg-xxxl-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-xxxl-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-xxxl-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-xxxl-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-xxxl-l-76 {
    margin-left: 76% !important; }
  .mg-xxxl-r-76 {
    margin-right: 76% !important; }
  .mg-xxxl-t-76 {
    margin-top: 76% !important; }
  .mg-xxxl-b-76 {
    margin-bottom: 76% !important; }
  .mg-xxxl-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-xxxl-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-xxxl-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-xxxl-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-xxxl-l-77 {
    margin-left: 77% !important; }
  .mg-xxxl-r-77 {
    margin-right: 77% !important; }
  .mg-xxxl-t-77 {
    margin-top: 77% !important; }
  .mg-xxxl-b-77 {
    margin-bottom: 77% !important; }
  .mg-xxxl-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-xxxl-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-xxxl-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-xxxl-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-xxxl-l-78 {
    margin-left: 78% !important; }
  .mg-xxxl-r-78 {
    margin-right: 78% !important; }
  .mg-xxxl-t-78 {
    margin-top: 78% !important; }
  .mg-xxxl-b-78 {
    margin-bottom: 78% !important; }
  .mg-xxxl-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-xxxl-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-xxxl-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-xxxl-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-xxxl-l-79 {
    margin-left: 79% !important; }
  .mg-xxxl-r-79 {
    margin-right: 79% !important; }
  .mg-xxxl-t-79 {
    margin-top: 79% !important; }
  .mg-xxxl-b-79 {
    margin-bottom: 79% !important; }
  .mg-xxxl-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-xxxl-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-xxxl-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-xxxl-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-xxxl-l-80 {
    margin-left: 80% !important; }
  .mg-xxxl-r-80 {
    margin-right: 80% !important; }
  .mg-xxxl-t-80 {
    margin-top: 80% !important; }
  .mg-xxxl-b-80 {
    margin-bottom: 80% !important; }
  .mg-xxxl-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-xxxl-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-xxxl-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-xxxl-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-xxxl-l-81 {
    margin-left: 81% !important; }
  .mg-xxxl-r-81 {
    margin-right: 81% !important; }
  .mg-xxxl-t-81 {
    margin-top: 81% !important; }
  .mg-xxxl-b-81 {
    margin-bottom: 81% !important; }
  .mg-xxxl-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-xxxl-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-xxxl-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-xxxl-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-xxxl-l-82 {
    margin-left: 82% !important; }
  .mg-xxxl-r-82 {
    margin-right: 82% !important; }
  .mg-xxxl-t-82 {
    margin-top: 82% !important; }
  .mg-xxxl-b-82 {
    margin-bottom: 82% !important; }
  .mg-xxxl-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-xxxl-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-xxxl-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-xxxl-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-xxxl-l-83 {
    margin-left: 83% !important; }
  .mg-xxxl-r-83 {
    margin-right: 83% !important; }
  .mg-xxxl-t-83 {
    margin-top: 83% !important; }
  .mg-xxxl-b-83 {
    margin-bottom: 83% !important; }
  .mg-xxxl-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-xxxl-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-xxxl-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-xxxl-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-xxxl-l-84 {
    margin-left: 84% !important; }
  .mg-xxxl-r-84 {
    margin-right: 84% !important; }
  .mg-xxxl-t-84 {
    margin-top: 84% !important; }
  .mg-xxxl-b-84 {
    margin-bottom: 84% !important; }
  .mg-xxxl-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-xxxl-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-xxxl-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-xxxl-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-xxxl-l-85 {
    margin-left: 85% !important; }
  .mg-xxxl-r-85 {
    margin-right: 85% !important; }
  .mg-xxxl-t-85 {
    margin-top: 85% !important; }
  .mg-xxxl-b-85 {
    margin-bottom: 85% !important; }
  .mg-xxxl-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-xxxl-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-xxxl-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-xxxl-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-xxxl-l-86 {
    margin-left: 86% !important; }
  .mg-xxxl-r-86 {
    margin-right: 86% !important; }
  .mg-xxxl-t-86 {
    margin-top: 86% !important; }
  .mg-xxxl-b-86 {
    margin-bottom: 86% !important; }
  .mg-xxxl-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-xxxl-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-xxxl-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-xxxl-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-xxxl-l-87 {
    margin-left: 87% !important; }
  .mg-xxxl-r-87 {
    margin-right: 87% !important; }
  .mg-xxxl-t-87 {
    margin-top: 87% !important; }
  .mg-xxxl-b-87 {
    margin-bottom: 87% !important; }
  .mg-xxxl-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-xxxl-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-xxxl-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-xxxl-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-xxxl-l-88 {
    margin-left: 88% !important; }
  .mg-xxxl-r-88 {
    margin-right: 88% !important; }
  .mg-xxxl-t-88 {
    margin-top: 88% !important; }
  .mg-xxxl-b-88 {
    margin-bottom: 88% !important; }
  .mg-xxxl-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-xxxl-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-xxxl-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-xxxl-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-xxxl-l-89 {
    margin-left: 89% !important; }
  .mg-xxxl-r-89 {
    margin-right: 89% !important; }
  .mg-xxxl-t-89 {
    margin-top: 89% !important; }
  .mg-xxxl-b-89 {
    margin-bottom: 89% !important; }
  .mg-xxxl-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-xxxl-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-xxxl-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-xxxl-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-xxxl-l-90 {
    margin-left: 90% !important; }
  .mg-xxxl-r-90 {
    margin-right: 90% !important; }
  .mg-xxxl-t-90 {
    margin-top: 90% !important; }
  .mg-xxxl-b-90 {
    margin-bottom: 90% !important; }
  .mg-xxxl-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-xxxl-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-xxxl-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-xxxl-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-xxxl-l-91 {
    margin-left: 91% !important; }
  .mg-xxxl-r-91 {
    margin-right: 91% !important; }
  .mg-xxxl-t-91 {
    margin-top: 91% !important; }
  .mg-xxxl-b-91 {
    margin-bottom: 91% !important; }
  .mg-xxxl-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-xxxl-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-xxxl-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-xxxl-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-xxxl-l-92 {
    margin-left: 92% !important; }
  .mg-xxxl-r-92 {
    margin-right: 92% !important; }
  .mg-xxxl-t-92 {
    margin-top: 92% !important; }
  .mg-xxxl-b-92 {
    margin-bottom: 92% !important; }
  .mg-xxxl-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-xxxl-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-xxxl-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-xxxl-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-xxxl-l-93 {
    margin-left: 93% !important; }
  .mg-xxxl-r-93 {
    margin-right: 93% !important; }
  .mg-xxxl-t-93 {
    margin-top: 93% !important; }
  .mg-xxxl-b-93 {
    margin-bottom: 93% !important; }
  .mg-xxxl-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-xxxl-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-xxxl-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-xxxl-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-xxxl-l-94 {
    margin-left: 94% !important; }
  .mg-xxxl-r-94 {
    margin-right: 94% !important; }
  .mg-xxxl-t-94 {
    margin-top: 94% !important; }
  .mg-xxxl-b-94 {
    margin-bottom: 94% !important; }
  .mg-xxxl-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-xxxl-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-xxxl-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-xxxl-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-xxxl-l-95 {
    margin-left: 95% !important; }
  .mg-xxxl-r-95 {
    margin-right: 95% !important; }
  .mg-xxxl-t-95 {
    margin-top: 95% !important; }
  .mg-xxxl-b-95 {
    margin-bottom: 95% !important; }
  .mg-xxxl-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-xxxl-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-xxxl-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-xxxl-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-xxxl-l-96 {
    margin-left: 96% !important; }
  .mg-xxxl-r-96 {
    margin-right: 96% !important; }
  .mg-xxxl-t-96 {
    margin-top: 96% !important; }
  .mg-xxxl-b-96 {
    margin-bottom: 96% !important; }
  .mg-xxxl-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-xxxl-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-xxxl-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-xxxl-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-xxxl-l-97 {
    margin-left: 97% !important; }
  .mg-xxxl-r-97 {
    margin-right: 97% !important; }
  .mg-xxxl-t-97 {
    margin-top: 97% !important; }
  .mg-xxxl-b-97 {
    margin-bottom: 97% !important; }
  .mg-xxxl-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-xxxl-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-xxxl-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-xxxl-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-xxxl-l-98 {
    margin-left: 98% !important; }
  .mg-xxxl-r-98 {
    margin-right: 98% !important; }
  .mg-xxxl-t-98 {
    margin-top: 98% !important; }
  .mg-xxxl-b-98 {
    margin-bottom: 98% !important; }
  .mg-xxxl-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-xxxl-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-xxxl-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-xxxl-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-xxxl-l-99 {
    margin-left: 99% !important; }
  .mg-xxxl-r-99 {
    margin-right: 99% !important; }
  .mg-xxxl-t-99 {
    margin-top: 99% !important; }
  .mg-xxxl-b-99 {
    margin-bottom: 99% !important; }
  .mg-xxxl-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-xxxl-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-xxxl-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-xxxl-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-xxxl-l-100 {
    margin-left: 100% !important; }
  .mg-xxxl-r-100 {
    margin-right: 100% !important; }
  .mg-xxxl-t-100 {
    margin-top: 100% !important; }
  .mg-xxxl-b-100 {
    margin-bottom: 100% !important; }
  .mg-xxxl-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-xxxl-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-xxxl-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-xxxl-b-100-5 {
    margin-bottom: 100.5% !important; } }

@media (min-width: 1920px) {
  .mg-xxxxl-l-1 {
    margin-left: 1% !important; }
  .mg-xxxxl-r-1 {
    margin-right: 1% !important; }
  .mg-xxxxl-t-1 {
    margin-top: 1% !important; }
  .mg-xxxxl-b-1 {
    margin-bottom: 1% !important; }
  .mg-xxxxl-l-1-5 {
    margin-left: 1.5% !important; }
  .mg-xxxxl-r-1-5 {
    margin-right: 1.5% !important; }
  .mg-xxxxl-t-1-5 {
    margin-top: 1.5% !important; }
  .mg-xxxxl-b-1-5 {
    margin-bottom: 1.5% !important; }
  .mg-xxxxl-l-2 {
    margin-left: 2% !important; }
  .mg-xxxxl-r-2 {
    margin-right: 2% !important; }
  .mg-xxxxl-t-2 {
    margin-top: 2% !important; }
  .mg-xxxxl-b-2 {
    margin-bottom: 2% !important; }
  .mg-xxxxl-l-2-5 {
    margin-left: 2.5% !important; }
  .mg-xxxxl-r-2-5 {
    margin-right: 2.5% !important; }
  .mg-xxxxl-t-2-5 {
    margin-top: 2.5% !important; }
  .mg-xxxxl-b-2-5 {
    margin-bottom: 2.5% !important; }
  .mg-xxxxl-l-3 {
    margin-left: 3% !important; }
  .mg-xxxxl-r-3 {
    margin-right: 3% !important; }
  .mg-xxxxl-t-3 {
    margin-top: 3% !important; }
  .mg-xxxxl-b-3 {
    margin-bottom: 3% !important; }
  .mg-xxxxl-l-3-5 {
    margin-left: 3.5% !important; }
  .mg-xxxxl-r-3-5 {
    margin-right: 3.5% !important; }
  .mg-xxxxl-t-3-5 {
    margin-top: 3.5% !important; }
  .mg-xxxxl-b-3-5 {
    margin-bottom: 3.5% !important; }
  .mg-xxxxl-l-4 {
    margin-left: 4% !important; }
  .mg-xxxxl-r-4 {
    margin-right: 4% !important; }
  .mg-xxxxl-t-4 {
    margin-top: 4% !important; }
  .mg-xxxxl-b-4 {
    margin-bottom: 4% !important; }
  .mg-xxxxl-l-4-5 {
    margin-left: 4.5% !important; }
  .mg-xxxxl-r-4-5 {
    margin-right: 4.5% !important; }
  .mg-xxxxl-t-4-5 {
    margin-top: 4.5% !important; }
  .mg-xxxxl-b-4-5 {
    margin-bottom: 4.5% !important; }
  .mg-xxxxl-l-5 {
    margin-left: 5% !important; }
  .mg-xxxxl-r-5 {
    margin-right: 5% !important; }
  .mg-xxxxl-t-5 {
    margin-top: 5% !important; }
  .mg-xxxxl-b-5 {
    margin-bottom: 5% !important; }
  .mg-xxxxl-l-5-5 {
    margin-left: 5.5% !important; }
  .mg-xxxxl-r-5-5 {
    margin-right: 5.5% !important; }
  .mg-xxxxl-t-5-5 {
    margin-top: 5.5% !important; }
  .mg-xxxxl-b-5-5 {
    margin-bottom: 5.5% !important; }
  .mg-xxxxl-l-6 {
    margin-left: 6% !important; }
  .mg-xxxxl-r-6 {
    margin-right: 6% !important; }
  .mg-xxxxl-t-6 {
    margin-top: 6% !important; }
  .mg-xxxxl-b-6 {
    margin-bottom: 6% !important; }
  .mg-xxxxl-l-6-5 {
    margin-left: 6.5% !important; }
  .mg-xxxxl-r-6-5 {
    margin-right: 6.5% !important; }
  .mg-xxxxl-t-6-5 {
    margin-top: 6.5% !important; }
  .mg-xxxxl-b-6-5 {
    margin-bottom: 6.5% !important; }
  .mg-xxxxl-l-7 {
    margin-left: 7% !important; }
  .mg-xxxxl-r-7 {
    margin-right: 7% !important; }
  .mg-xxxxl-t-7 {
    margin-top: 7% !important; }
  .mg-xxxxl-b-7 {
    margin-bottom: 7% !important; }
  .mg-xxxxl-l-7-5 {
    margin-left: 7.5% !important; }
  .mg-xxxxl-r-7-5 {
    margin-right: 7.5% !important; }
  .mg-xxxxl-t-7-5 {
    margin-top: 7.5% !important; }
  .mg-xxxxl-b-7-5 {
    margin-bottom: 7.5% !important; }
  .mg-xxxxl-l-8 {
    margin-left: 8% !important; }
  .mg-xxxxl-r-8 {
    margin-right: 8% !important; }
  .mg-xxxxl-t-8 {
    margin-top: 8% !important; }
  .mg-xxxxl-b-8 {
    margin-bottom: 8% !important; }
  .mg-xxxxl-l-8-5 {
    margin-left: 8.5% !important; }
  .mg-xxxxl-r-8-5 {
    margin-right: 8.5% !important; }
  .mg-xxxxl-t-8-5 {
    margin-top: 8.5% !important; }
  .mg-xxxxl-b-8-5 {
    margin-bottom: 8.5% !important; }
  .mg-xxxxl-l-9 {
    margin-left: 9% !important; }
  .mg-xxxxl-r-9 {
    margin-right: 9% !important; }
  .mg-xxxxl-t-9 {
    margin-top: 9% !important; }
  .mg-xxxxl-b-9 {
    margin-bottom: 9% !important; }
  .mg-xxxxl-l-9-5 {
    margin-left: 9.5% !important; }
  .mg-xxxxl-r-9-5 {
    margin-right: 9.5% !important; }
  .mg-xxxxl-t-9-5 {
    margin-top: 9.5% !important; }
  .mg-xxxxl-b-9-5 {
    margin-bottom: 9.5% !important; }
  .mg-xxxxl-l-10 {
    margin-left: 10% !important; }
  .mg-xxxxl-r-10 {
    margin-right: 10% !important; }
  .mg-xxxxl-t-10 {
    margin-top: 10% !important; }
  .mg-xxxxl-b-10 {
    margin-bottom: 10% !important; }
  .mg-xxxxl-l-10-5 {
    margin-left: 10.5% !important; }
  .mg-xxxxl-r-10-5 {
    margin-right: 10.5% !important; }
  .mg-xxxxl-t-10-5 {
    margin-top: 10.5% !important; }
  .mg-xxxxl-b-10-5 {
    margin-bottom: 10.5% !important; }
  .mg-xxxxl-l-11 {
    margin-left: 11% !important; }
  .mg-xxxxl-r-11 {
    margin-right: 11% !important; }
  .mg-xxxxl-t-11 {
    margin-top: 11% !important; }
  .mg-xxxxl-b-11 {
    margin-bottom: 11% !important; }
  .mg-xxxxl-l-11-5 {
    margin-left: 11.5% !important; }
  .mg-xxxxl-r-11-5 {
    margin-right: 11.5% !important; }
  .mg-xxxxl-t-11-5 {
    margin-top: 11.5% !important; }
  .mg-xxxxl-b-11-5 {
    margin-bottom: 11.5% !important; }
  .mg-xxxxl-l-12 {
    margin-left: 12% !important; }
  .mg-xxxxl-r-12 {
    margin-right: 12% !important; }
  .mg-xxxxl-t-12 {
    margin-top: 12% !important; }
  .mg-xxxxl-b-12 {
    margin-bottom: 12% !important; }
  .mg-xxxxl-l-12-5 {
    margin-left: 12.5% !important; }
  .mg-xxxxl-r-12-5 {
    margin-right: 12.5% !important; }
  .mg-xxxxl-t-12-5 {
    margin-top: 12.5% !important; }
  .mg-xxxxl-b-12-5 {
    margin-bottom: 12.5% !important; }
  .mg-xxxxl-l-13 {
    margin-left: 13% !important; }
  .mg-xxxxl-r-13 {
    margin-right: 13% !important; }
  .mg-xxxxl-t-13 {
    margin-top: 13% !important; }
  .mg-xxxxl-b-13 {
    margin-bottom: 13% !important; }
  .mg-xxxxl-l-13-5 {
    margin-left: 13.5% !important; }
  .mg-xxxxl-r-13-5 {
    margin-right: 13.5% !important; }
  .mg-xxxxl-t-13-5 {
    margin-top: 13.5% !important; }
  .mg-xxxxl-b-13-5 {
    margin-bottom: 13.5% !important; }
  .mg-xxxxl-l-14 {
    margin-left: 14% !important; }
  .mg-xxxxl-r-14 {
    margin-right: 14% !important; }
  .mg-xxxxl-t-14 {
    margin-top: 14% !important; }
  .mg-xxxxl-b-14 {
    margin-bottom: 14% !important; }
  .mg-xxxxl-l-14-5 {
    margin-left: 14.5% !important; }
  .mg-xxxxl-r-14-5 {
    margin-right: 14.5% !important; }
  .mg-xxxxl-t-14-5 {
    margin-top: 14.5% !important; }
  .mg-xxxxl-b-14-5 {
    margin-bottom: 14.5% !important; }
  .mg-xxxxl-l-15 {
    margin-left: 15% !important; }
  .mg-xxxxl-r-15 {
    margin-right: 15% !important; }
  .mg-xxxxl-t-15 {
    margin-top: 15% !important; }
  .mg-xxxxl-b-15 {
    margin-bottom: 15% !important; }
  .mg-xxxxl-l-15-5 {
    margin-left: 15.5% !important; }
  .mg-xxxxl-r-15-5 {
    margin-right: 15.5% !important; }
  .mg-xxxxl-t-15-5 {
    margin-top: 15.5% !important; }
  .mg-xxxxl-b-15-5 {
    margin-bottom: 15.5% !important; }
  .mg-xxxxl-l-16 {
    margin-left: 16% !important; }
  .mg-xxxxl-r-16 {
    margin-right: 16% !important; }
  .mg-xxxxl-t-16 {
    margin-top: 16% !important; }
  .mg-xxxxl-b-16 {
    margin-bottom: 16% !important; }
  .mg-xxxxl-l-16-5 {
    margin-left: 16.5% !important; }
  .mg-xxxxl-r-16-5 {
    margin-right: 16.5% !important; }
  .mg-xxxxl-t-16-5 {
    margin-top: 16.5% !important; }
  .mg-xxxxl-b-16-5 {
    margin-bottom: 16.5% !important; }
  .mg-xxxxl-l-17 {
    margin-left: 17% !important; }
  .mg-xxxxl-r-17 {
    margin-right: 17% !important; }
  .mg-xxxxl-t-17 {
    margin-top: 17% !important; }
  .mg-xxxxl-b-17 {
    margin-bottom: 17% !important; }
  .mg-xxxxl-l-17-5 {
    margin-left: 17.5% !important; }
  .mg-xxxxl-r-17-5 {
    margin-right: 17.5% !important; }
  .mg-xxxxl-t-17-5 {
    margin-top: 17.5% !important; }
  .mg-xxxxl-b-17-5 {
    margin-bottom: 17.5% !important; }
  .mg-xxxxl-l-18 {
    margin-left: 18% !important; }
  .mg-xxxxl-r-18 {
    margin-right: 18% !important; }
  .mg-xxxxl-t-18 {
    margin-top: 18% !important; }
  .mg-xxxxl-b-18 {
    margin-bottom: 18% !important; }
  .mg-xxxxl-l-18-5 {
    margin-left: 18.5% !important; }
  .mg-xxxxl-r-18-5 {
    margin-right: 18.5% !important; }
  .mg-xxxxl-t-18-5 {
    margin-top: 18.5% !important; }
  .mg-xxxxl-b-18-5 {
    margin-bottom: 18.5% !important; }
  .mg-xxxxl-l-19 {
    margin-left: 19% !important; }
  .mg-xxxxl-r-19 {
    margin-right: 19% !important; }
  .mg-xxxxl-t-19 {
    margin-top: 19% !important; }
  .mg-xxxxl-b-19 {
    margin-bottom: 19% !important; }
  .mg-xxxxl-l-19-5 {
    margin-left: 19.5% !important; }
  .mg-xxxxl-r-19-5 {
    margin-right: 19.5% !important; }
  .mg-xxxxl-t-19-5 {
    margin-top: 19.5% !important; }
  .mg-xxxxl-b-19-5 {
    margin-bottom: 19.5% !important; }
  .mg-xxxxl-l-20 {
    margin-left: 20% !important; }
  .mg-xxxxl-r-20 {
    margin-right: 20% !important; }
  .mg-xxxxl-t-20 {
    margin-top: 20% !important; }
  .mg-xxxxl-b-20 {
    margin-bottom: 20% !important; }
  .mg-xxxxl-l-20-5 {
    margin-left: 20.5% !important; }
  .mg-xxxxl-r-20-5 {
    margin-right: 20.5% !important; }
  .mg-xxxxl-t-20-5 {
    margin-top: 20.5% !important; }
  .mg-xxxxl-b-20-5 {
    margin-bottom: 20.5% !important; }
  .mg-xxxxl-l-21 {
    margin-left: 21% !important; }
  .mg-xxxxl-r-21 {
    margin-right: 21% !important; }
  .mg-xxxxl-t-21 {
    margin-top: 21% !important; }
  .mg-xxxxl-b-21 {
    margin-bottom: 21% !important; }
  .mg-xxxxl-l-21-5 {
    margin-left: 21.5% !important; }
  .mg-xxxxl-r-21-5 {
    margin-right: 21.5% !important; }
  .mg-xxxxl-t-21-5 {
    margin-top: 21.5% !important; }
  .mg-xxxxl-b-21-5 {
    margin-bottom: 21.5% !important; }
  .mg-xxxxl-l-22 {
    margin-left: 22% !important; }
  .mg-xxxxl-r-22 {
    margin-right: 22% !important; }
  .mg-xxxxl-t-22 {
    margin-top: 22% !important; }
  .mg-xxxxl-b-22 {
    margin-bottom: 22% !important; }
  .mg-xxxxl-l-22-5 {
    margin-left: 22.5% !important; }
  .mg-xxxxl-r-22-5 {
    margin-right: 22.5% !important; }
  .mg-xxxxl-t-22-5 {
    margin-top: 22.5% !important; }
  .mg-xxxxl-b-22-5 {
    margin-bottom: 22.5% !important; }
  .mg-xxxxl-l-23 {
    margin-left: 23% !important; }
  .mg-xxxxl-r-23 {
    margin-right: 23% !important; }
  .mg-xxxxl-t-23 {
    margin-top: 23% !important; }
  .mg-xxxxl-b-23 {
    margin-bottom: 23% !important; }
  .mg-xxxxl-l-23-5 {
    margin-left: 23.5% !important; }
  .mg-xxxxl-r-23-5 {
    margin-right: 23.5% !important; }
  .mg-xxxxl-t-23-5 {
    margin-top: 23.5% !important; }
  .mg-xxxxl-b-23-5 {
    margin-bottom: 23.5% !important; }
  .mg-xxxxl-l-24 {
    margin-left: 24% !important; }
  .mg-xxxxl-r-24 {
    margin-right: 24% !important; }
  .mg-xxxxl-t-24 {
    margin-top: 24% !important; }
  .mg-xxxxl-b-24 {
    margin-bottom: 24% !important; }
  .mg-xxxxl-l-24-5 {
    margin-left: 24.5% !important; }
  .mg-xxxxl-r-24-5 {
    margin-right: 24.5% !important; }
  .mg-xxxxl-t-24-5 {
    margin-top: 24.5% !important; }
  .mg-xxxxl-b-24-5 {
    margin-bottom: 24.5% !important; }
  .mg-xxxxl-l-25 {
    margin-left: 25% !important; }
  .mg-xxxxl-r-25 {
    margin-right: 25% !important; }
  .mg-xxxxl-t-25 {
    margin-top: 25% !important; }
  .mg-xxxxl-b-25 {
    margin-bottom: 25% !important; }
  .mg-xxxxl-l-25-5 {
    margin-left: 25.5% !important; }
  .mg-xxxxl-r-25-5 {
    margin-right: 25.5% !important; }
  .mg-xxxxl-t-25-5 {
    margin-top: 25.5% !important; }
  .mg-xxxxl-b-25-5 {
    margin-bottom: 25.5% !important; }
  .mg-xxxxl-l-26 {
    margin-left: 26% !important; }
  .mg-xxxxl-r-26 {
    margin-right: 26% !important; }
  .mg-xxxxl-t-26 {
    margin-top: 26% !important; }
  .mg-xxxxl-b-26 {
    margin-bottom: 26% !important; }
  .mg-xxxxl-l-26-5 {
    margin-left: 26.5% !important; }
  .mg-xxxxl-r-26-5 {
    margin-right: 26.5% !important; }
  .mg-xxxxl-t-26-5 {
    margin-top: 26.5% !important; }
  .mg-xxxxl-b-26-5 {
    margin-bottom: 26.5% !important; }
  .mg-xxxxl-l-27 {
    margin-left: 27% !important; }
  .mg-xxxxl-r-27 {
    margin-right: 27% !important; }
  .mg-xxxxl-t-27 {
    margin-top: 27% !important; }
  .mg-xxxxl-b-27 {
    margin-bottom: 27% !important; }
  .mg-xxxxl-l-27-5 {
    margin-left: 27.5% !important; }
  .mg-xxxxl-r-27-5 {
    margin-right: 27.5% !important; }
  .mg-xxxxl-t-27-5 {
    margin-top: 27.5% !important; }
  .mg-xxxxl-b-27-5 {
    margin-bottom: 27.5% !important; }
  .mg-xxxxl-l-28 {
    margin-left: 28% !important; }
  .mg-xxxxl-r-28 {
    margin-right: 28% !important; }
  .mg-xxxxl-t-28 {
    margin-top: 28% !important; }
  .mg-xxxxl-b-28 {
    margin-bottom: 28% !important; }
  .mg-xxxxl-l-28-5 {
    margin-left: 28.5% !important; }
  .mg-xxxxl-r-28-5 {
    margin-right: 28.5% !important; }
  .mg-xxxxl-t-28-5 {
    margin-top: 28.5% !important; }
  .mg-xxxxl-b-28-5 {
    margin-bottom: 28.5% !important; }
  .mg-xxxxl-l-29 {
    margin-left: 29% !important; }
  .mg-xxxxl-r-29 {
    margin-right: 29% !important; }
  .mg-xxxxl-t-29 {
    margin-top: 29% !important; }
  .mg-xxxxl-b-29 {
    margin-bottom: 29% !important; }
  .mg-xxxxl-l-29-5 {
    margin-left: 29.5% !important; }
  .mg-xxxxl-r-29-5 {
    margin-right: 29.5% !important; }
  .mg-xxxxl-t-29-5 {
    margin-top: 29.5% !important; }
  .mg-xxxxl-b-29-5 {
    margin-bottom: 29.5% !important; }
  .mg-xxxxl-l-30 {
    margin-left: 30% !important; }
  .mg-xxxxl-r-30 {
    margin-right: 30% !important; }
  .mg-xxxxl-t-30 {
    margin-top: 30% !important; }
  .mg-xxxxl-b-30 {
    margin-bottom: 30% !important; }
  .mg-xxxxl-l-30-5 {
    margin-left: 30.5% !important; }
  .mg-xxxxl-r-30-5 {
    margin-right: 30.5% !important; }
  .mg-xxxxl-t-30-5 {
    margin-top: 30.5% !important; }
  .mg-xxxxl-b-30-5 {
    margin-bottom: 30.5% !important; }
  .mg-xxxxl-l-31 {
    margin-left: 31% !important; }
  .mg-xxxxl-r-31 {
    margin-right: 31% !important; }
  .mg-xxxxl-t-31 {
    margin-top: 31% !important; }
  .mg-xxxxl-b-31 {
    margin-bottom: 31% !important; }
  .mg-xxxxl-l-31-5 {
    margin-left: 31.5% !important; }
  .mg-xxxxl-r-31-5 {
    margin-right: 31.5% !important; }
  .mg-xxxxl-t-31-5 {
    margin-top: 31.5% !important; }
  .mg-xxxxl-b-31-5 {
    margin-bottom: 31.5% !important; }
  .mg-xxxxl-l-32 {
    margin-left: 32% !important; }
  .mg-xxxxl-r-32 {
    margin-right: 32% !important; }
  .mg-xxxxl-t-32 {
    margin-top: 32% !important; }
  .mg-xxxxl-b-32 {
    margin-bottom: 32% !important; }
  .mg-xxxxl-l-32-5 {
    margin-left: 32.5% !important; }
  .mg-xxxxl-r-32-5 {
    margin-right: 32.5% !important; }
  .mg-xxxxl-t-32-5 {
    margin-top: 32.5% !important; }
  .mg-xxxxl-b-32-5 {
    margin-bottom: 32.5% !important; }
  .mg-xxxxl-l-33 {
    margin-left: 33% !important; }
  .mg-xxxxl-r-33 {
    margin-right: 33% !important; }
  .mg-xxxxl-t-33 {
    margin-top: 33% !important; }
  .mg-xxxxl-b-33 {
    margin-bottom: 33% !important; }
  .mg-xxxxl-l-33-5 {
    margin-left: 33.5% !important; }
  .mg-xxxxl-r-33-5 {
    margin-right: 33.5% !important; }
  .mg-xxxxl-t-33-5 {
    margin-top: 33.5% !important; }
  .mg-xxxxl-b-33-5 {
    margin-bottom: 33.5% !important; }
  .mg-xxxxl-l-34 {
    margin-left: 34% !important; }
  .mg-xxxxl-r-34 {
    margin-right: 34% !important; }
  .mg-xxxxl-t-34 {
    margin-top: 34% !important; }
  .mg-xxxxl-b-34 {
    margin-bottom: 34% !important; }
  .mg-xxxxl-l-34-5 {
    margin-left: 34.5% !important; }
  .mg-xxxxl-r-34-5 {
    margin-right: 34.5% !important; }
  .mg-xxxxl-t-34-5 {
    margin-top: 34.5% !important; }
  .mg-xxxxl-b-34-5 {
    margin-bottom: 34.5% !important; }
  .mg-xxxxl-l-35 {
    margin-left: 35% !important; }
  .mg-xxxxl-r-35 {
    margin-right: 35% !important; }
  .mg-xxxxl-t-35 {
    margin-top: 35% !important; }
  .mg-xxxxl-b-35 {
    margin-bottom: 35% !important; }
  .mg-xxxxl-l-35-5 {
    margin-left: 35.5% !important; }
  .mg-xxxxl-r-35-5 {
    margin-right: 35.5% !important; }
  .mg-xxxxl-t-35-5 {
    margin-top: 35.5% !important; }
  .mg-xxxxl-b-35-5 {
    margin-bottom: 35.5% !important; }
  .mg-xxxxl-l-36 {
    margin-left: 36% !important; }
  .mg-xxxxl-r-36 {
    margin-right: 36% !important; }
  .mg-xxxxl-t-36 {
    margin-top: 36% !important; }
  .mg-xxxxl-b-36 {
    margin-bottom: 36% !important; }
  .mg-xxxxl-l-36-5 {
    margin-left: 36.5% !important; }
  .mg-xxxxl-r-36-5 {
    margin-right: 36.5% !important; }
  .mg-xxxxl-t-36-5 {
    margin-top: 36.5% !important; }
  .mg-xxxxl-b-36-5 {
    margin-bottom: 36.5% !important; }
  .mg-xxxxl-l-37 {
    margin-left: 37% !important; }
  .mg-xxxxl-r-37 {
    margin-right: 37% !important; }
  .mg-xxxxl-t-37 {
    margin-top: 37% !important; }
  .mg-xxxxl-b-37 {
    margin-bottom: 37% !important; }
  .mg-xxxxl-l-37-5 {
    margin-left: 37.5% !important; }
  .mg-xxxxl-r-37-5 {
    margin-right: 37.5% !important; }
  .mg-xxxxl-t-37-5 {
    margin-top: 37.5% !important; }
  .mg-xxxxl-b-37-5 {
    margin-bottom: 37.5% !important; }
  .mg-xxxxl-l-38 {
    margin-left: 38% !important; }
  .mg-xxxxl-r-38 {
    margin-right: 38% !important; }
  .mg-xxxxl-t-38 {
    margin-top: 38% !important; }
  .mg-xxxxl-b-38 {
    margin-bottom: 38% !important; }
  .mg-xxxxl-l-38-5 {
    margin-left: 38.5% !important; }
  .mg-xxxxl-r-38-5 {
    margin-right: 38.5% !important; }
  .mg-xxxxl-t-38-5 {
    margin-top: 38.5% !important; }
  .mg-xxxxl-b-38-5 {
    margin-bottom: 38.5% !important; }
  .mg-xxxxl-l-39 {
    margin-left: 39% !important; }
  .mg-xxxxl-r-39 {
    margin-right: 39% !important; }
  .mg-xxxxl-t-39 {
    margin-top: 39% !important; }
  .mg-xxxxl-b-39 {
    margin-bottom: 39% !important; }
  .mg-xxxxl-l-39-5 {
    margin-left: 39.5% !important; }
  .mg-xxxxl-r-39-5 {
    margin-right: 39.5% !important; }
  .mg-xxxxl-t-39-5 {
    margin-top: 39.5% !important; }
  .mg-xxxxl-b-39-5 {
    margin-bottom: 39.5% !important; }
  .mg-xxxxl-l-40 {
    margin-left: 40% !important; }
  .mg-xxxxl-r-40 {
    margin-right: 40% !important; }
  .mg-xxxxl-t-40 {
    margin-top: 40% !important; }
  .mg-xxxxl-b-40 {
    margin-bottom: 40% !important; }
  .mg-xxxxl-l-40-5 {
    margin-left: 40.5% !important; }
  .mg-xxxxl-r-40-5 {
    margin-right: 40.5% !important; }
  .mg-xxxxl-t-40-5 {
    margin-top: 40.5% !important; }
  .mg-xxxxl-b-40-5 {
    margin-bottom: 40.5% !important; }
  .mg-xxxxl-l-41 {
    margin-left: 41% !important; }
  .mg-xxxxl-r-41 {
    margin-right: 41% !important; }
  .mg-xxxxl-t-41 {
    margin-top: 41% !important; }
  .mg-xxxxl-b-41 {
    margin-bottom: 41% !important; }
  .mg-xxxxl-l-41-5 {
    margin-left: 41.5% !important; }
  .mg-xxxxl-r-41-5 {
    margin-right: 41.5% !important; }
  .mg-xxxxl-t-41-5 {
    margin-top: 41.5% !important; }
  .mg-xxxxl-b-41-5 {
    margin-bottom: 41.5% !important; }
  .mg-xxxxl-l-42 {
    margin-left: 42% !important; }
  .mg-xxxxl-r-42 {
    margin-right: 42% !important; }
  .mg-xxxxl-t-42 {
    margin-top: 42% !important; }
  .mg-xxxxl-b-42 {
    margin-bottom: 42% !important; }
  .mg-xxxxl-l-42-5 {
    margin-left: 42.5% !important; }
  .mg-xxxxl-r-42-5 {
    margin-right: 42.5% !important; }
  .mg-xxxxl-t-42-5 {
    margin-top: 42.5% !important; }
  .mg-xxxxl-b-42-5 {
    margin-bottom: 42.5% !important; }
  .mg-xxxxl-l-43 {
    margin-left: 43% !important; }
  .mg-xxxxl-r-43 {
    margin-right: 43% !important; }
  .mg-xxxxl-t-43 {
    margin-top: 43% !important; }
  .mg-xxxxl-b-43 {
    margin-bottom: 43% !important; }
  .mg-xxxxl-l-43-5 {
    margin-left: 43.5% !important; }
  .mg-xxxxl-r-43-5 {
    margin-right: 43.5% !important; }
  .mg-xxxxl-t-43-5 {
    margin-top: 43.5% !important; }
  .mg-xxxxl-b-43-5 {
    margin-bottom: 43.5% !important; }
  .mg-xxxxl-l-44 {
    margin-left: 44% !important; }
  .mg-xxxxl-r-44 {
    margin-right: 44% !important; }
  .mg-xxxxl-t-44 {
    margin-top: 44% !important; }
  .mg-xxxxl-b-44 {
    margin-bottom: 44% !important; }
  .mg-xxxxl-l-44-5 {
    margin-left: 44.5% !important; }
  .mg-xxxxl-r-44-5 {
    margin-right: 44.5% !important; }
  .mg-xxxxl-t-44-5 {
    margin-top: 44.5% !important; }
  .mg-xxxxl-b-44-5 {
    margin-bottom: 44.5% !important; }
  .mg-xxxxl-l-45 {
    margin-left: 45% !important; }
  .mg-xxxxl-r-45 {
    margin-right: 45% !important; }
  .mg-xxxxl-t-45 {
    margin-top: 45% !important; }
  .mg-xxxxl-b-45 {
    margin-bottom: 45% !important; }
  .mg-xxxxl-l-45-5 {
    margin-left: 45.5% !important; }
  .mg-xxxxl-r-45-5 {
    margin-right: 45.5% !important; }
  .mg-xxxxl-t-45-5 {
    margin-top: 45.5% !important; }
  .mg-xxxxl-b-45-5 {
    margin-bottom: 45.5% !important; }
  .mg-xxxxl-l-46 {
    margin-left: 46% !important; }
  .mg-xxxxl-r-46 {
    margin-right: 46% !important; }
  .mg-xxxxl-t-46 {
    margin-top: 46% !important; }
  .mg-xxxxl-b-46 {
    margin-bottom: 46% !important; }
  .mg-xxxxl-l-46-5 {
    margin-left: 46.5% !important; }
  .mg-xxxxl-r-46-5 {
    margin-right: 46.5% !important; }
  .mg-xxxxl-t-46-5 {
    margin-top: 46.5% !important; }
  .mg-xxxxl-b-46-5 {
    margin-bottom: 46.5% !important; }
  .mg-xxxxl-l-47 {
    margin-left: 47% !important; }
  .mg-xxxxl-r-47 {
    margin-right: 47% !important; }
  .mg-xxxxl-t-47 {
    margin-top: 47% !important; }
  .mg-xxxxl-b-47 {
    margin-bottom: 47% !important; }
  .mg-xxxxl-l-47-5 {
    margin-left: 47.5% !important; }
  .mg-xxxxl-r-47-5 {
    margin-right: 47.5% !important; }
  .mg-xxxxl-t-47-5 {
    margin-top: 47.5% !important; }
  .mg-xxxxl-b-47-5 {
    margin-bottom: 47.5% !important; }
  .mg-xxxxl-l-48 {
    margin-left: 48% !important; }
  .mg-xxxxl-r-48 {
    margin-right: 48% !important; }
  .mg-xxxxl-t-48 {
    margin-top: 48% !important; }
  .mg-xxxxl-b-48 {
    margin-bottom: 48% !important; }
  .mg-xxxxl-l-48-5 {
    margin-left: 48.5% !important; }
  .mg-xxxxl-r-48-5 {
    margin-right: 48.5% !important; }
  .mg-xxxxl-t-48-5 {
    margin-top: 48.5% !important; }
  .mg-xxxxl-b-48-5 {
    margin-bottom: 48.5% !important; }
  .mg-xxxxl-l-49 {
    margin-left: 49% !important; }
  .mg-xxxxl-r-49 {
    margin-right: 49% !important; }
  .mg-xxxxl-t-49 {
    margin-top: 49% !important; }
  .mg-xxxxl-b-49 {
    margin-bottom: 49% !important; }
  .mg-xxxxl-l-49-5 {
    margin-left: 49.5% !important; }
  .mg-xxxxl-r-49-5 {
    margin-right: 49.5% !important; }
  .mg-xxxxl-t-49-5 {
    margin-top: 49.5% !important; }
  .mg-xxxxl-b-49-5 {
    margin-bottom: 49.5% !important; }
  .mg-xxxxl-l-50 {
    margin-left: 50% !important; }
  .mg-xxxxl-r-50 {
    margin-right: 50% !important; }
  .mg-xxxxl-t-50 {
    margin-top: 50% !important; }
  .mg-xxxxl-b-50 {
    margin-bottom: 50% !important; }
  .mg-xxxxl-l-50-5 {
    margin-left: 50.5% !important; }
  .mg-xxxxl-r-50-5 {
    margin-right: 50.5% !important; }
  .mg-xxxxl-t-50-5 {
    margin-top: 50.5% !important; }
  .mg-xxxxl-b-50-5 {
    margin-bottom: 50.5% !important; }
  .mg-xxxxl-l-51 {
    margin-left: 51% !important; }
  .mg-xxxxl-r-51 {
    margin-right: 51% !important; }
  .mg-xxxxl-t-51 {
    margin-top: 51% !important; }
  .mg-xxxxl-b-51 {
    margin-bottom: 51% !important; }
  .mg-xxxxl-l-51-5 {
    margin-left: 51.5% !important; }
  .mg-xxxxl-r-51-5 {
    margin-right: 51.5% !important; }
  .mg-xxxxl-t-51-5 {
    margin-top: 51.5% !important; }
  .mg-xxxxl-b-51-5 {
    margin-bottom: 51.5% !important; }
  .mg-xxxxl-l-52 {
    margin-left: 52% !important; }
  .mg-xxxxl-r-52 {
    margin-right: 52% !important; }
  .mg-xxxxl-t-52 {
    margin-top: 52% !important; }
  .mg-xxxxl-b-52 {
    margin-bottom: 52% !important; }
  .mg-xxxxl-l-52-5 {
    margin-left: 52.5% !important; }
  .mg-xxxxl-r-52-5 {
    margin-right: 52.5% !important; }
  .mg-xxxxl-t-52-5 {
    margin-top: 52.5% !important; }
  .mg-xxxxl-b-52-5 {
    margin-bottom: 52.5% !important; }
  .mg-xxxxl-l-53 {
    margin-left: 53% !important; }
  .mg-xxxxl-r-53 {
    margin-right: 53% !important; }
  .mg-xxxxl-t-53 {
    margin-top: 53% !important; }
  .mg-xxxxl-b-53 {
    margin-bottom: 53% !important; }
  .mg-xxxxl-l-53-5 {
    margin-left: 53.5% !important; }
  .mg-xxxxl-r-53-5 {
    margin-right: 53.5% !important; }
  .mg-xxxxl-t-53-5 {
    margin-top: 53.5% !important; }
  .mg-xxxxl-b-53-5 {
    margin-bottom: 53.5% !important; }
  .mg-xxxxl-l-54 {
    margin-left: 54% !important; }
  .mg-xxxxl-r-54 {
    margin-right: 54% !important; }
  .mg-xxxxl-t-54 {
    margin-top: 54% !important; }
  .mg-xxxxl-b-54 {
    margin-bottom: 54% !important; }
  .mg-xxxxl-l-54-5 {
    margin-left: 54.5% !important; }
  .mg-xxxxl-r-54-5 {
    margin-right: 54.5% !important; }
  .mg-xxxxl-t-54-5 {
    margin-top: 54.5% !important; }
  .mg-xxxxl-b-54-5 {
    margin-bottom: 54.5% !important; }
  .mg-xxxxl-l-55 {
    margin-left: 55% !important; }
  .mg-xxxxl-r-55 {
    margin-right: 55% !important; }
  .mg-xxxxl-t-55 {
    margin-top: 55% !important; }
  .mg-xxxxl-b-55 {
    margin-bottom: 55% !important; }
  .mg-xxxxl-l-55-5 {
    margin-left: 55.5% !important; }
  .mg-xxxxl-r-55-5 {
    margin-right: 55.5% !important; }
  .mg-xxxxl-t-55-5 {
    margin-top: 55.5% !important; }
  .mg-xxxxl-b-55-5 {
    margin-bottom: 55.5% !important; }
  .mg-xxxxl-l-56 {
    margin-left: 56% !important; }
  .mg-xxxxl-r-56 {
    margin-right: 56% !important; }
  .mg-xxxxl-t-56 {
    margin-top: 56% !important; }
  .mg-xxxxl-b-56 {
    margin-bottom: 56% !important; }
  .mg-xxxxl-l-56-5 {
    margin-left: 56.5% !important; }
  .mg-xxxxl-r-56-5 {
    margin-right: 56.5% !important; }
  .mg-xxxxl-t-56-5 {
    margin-top: 56.5% !important; }
  .mg-xxxxl-b-56-5 {
    margin-bottom: 56.5% !important; }
  .mg-xxxxl-l-57 {
    margin-left: 57% !important; }
  .mg-xxxxl-r-57 {
    margin-right: 57% !important; }
  .mg-xxxxl-t-57 {
    margin-top: 57% !important; }
  .mg-xxxxl-b-57 {
    margin-bottom: 57% !important; }
  .mg-xxxxl-l-57-5 {
    margin-left: 57.5% !important; }
  .mg-xxxxl-r-57-5 {
    margin-right: 57.5% !important; }
  .mg-xxxxl-t-57-5 {
    margin-top: 57.5% !important; }
  .mg-xxxxl-b-57-5 {
    margin-bottom: 57.5% !important; }
  .mg-xxxxl-l-58 {
    margin-left: 58% !important; }
  .mg-xxxxl-r-58 {
    margin-right: 58% !important; }
  .mg-xxxxl-t-58 {
    margin-top: 58% !important; }
  .mg-xxxxl-b-58 {
    margin-bottom: 58% !important; }
  .mg-xxxxl-l-58-5 {
    margin-left: 58.5% !important; }
  .mg-xxxxl-r-58-5 {
    margin-right: 58.5% !important; }
  .mg-xxxxl-t-58-5 {
    margin-top: 58.5% !important; }
  .mg-xxxxl-b-58-5 {
    margin-bottom: 58.5% !important; }
  .mg-xxxxl-l-59 {
    margin-left: 59% !important; }
  .mg-xxxxl-r-59 {
    margin-right: 59% !important; }
  .mg-xxxxl-t-59 {
    margin-top: 59% !important; }
  .mg-xxxxl-b-59 {
    margin-bottom: 59% !important; }
  .mg-xxxxl-l-59-5 {
    margin-left: 59.5% !important; }
  .mg-xxxxl-r-59-5 {
    margin-right: 59.5% !important; }
  .mg-xxxxl-t-59-5 {
    margin-top: 59.5% !important; }
  .mg-xxxxl-b-59-5 {
    margin-bottom: 59.5% !important; }
  .mg-xxxxl-l-60 {
    margin-left: 60% !important; }
  .mg-xxxxl-r-60 {
    margin-right: 60% !important; }
  .mg-xxxxl-t-60 {
    margin-top: 60% !important; }
  .mg-xxxxl-b-60 {
    margin-bottom: 60% !important; }
  .mg-xxxxl-l-60-5 {
    margin-left: 60.5% !important; }
  .mg-xxxxl-r-60-5 {
    margin-right: 60.5% !important; }
  .mg-xxxxl-t-60-5 {
    margin-top: 60.5% !important; }
  .mg-xxxxl-b-60-5 {
    margin-bottom: 60.5% !important; }
  .mg-xxxxl-l-61 {
    margin-left: 61% !important; }
  .mg-xxxxl-r-61 {
    margin-right: 61% !important; }
  .mg-xxxxl-t-61 {
    margin-top: 61% !important; }
  .mg-xxxxl-b-61 {
    margin-bottom: 61% !important; }
  .mg-xxxxl-l-61-5 {
    margin-left: 61.5% !important; }
  .mg-xxxxl-r-61-5 {
    margin-right: 61.5% !important; }
  .mg-xxxxl-t-61-5 {
    margin-top: 61.5% !important; }
  .mg-xxxxl-b-61-5 {
    margin-bottom: 61.5% !important; }
  .mg-xxxxl-l-62 {
    margin-left: 62% !important; }
  .mg-xxxxl-r-62 {
    margin-right: 62% !important; }
  .mg-xxxxl-t-62 {
    margin-top: 62% !important; }
  .mg-xxxxl-b-62 {
    margin-bottom: 62% !important; }
  .mg-xxxxl-l-62-5 {
    margin-left: 62.5% !important; }
  .mg-xxxxl-r-62-5 {
    margin-right: 62.5% !important; }
  .mg-xxxxl-t-62-5 {
    margin-top: 62.5% !important; }
  .mg-xxxxl-b-62-5 {
    margin-bottom: 62.5% !important; }
  .mg-xxxxl-l-63 {
    margin-left: 63% !important; }
  .mg-xxxxl-r-63 {
    margin-right: 63% !important; }
  .mg-xxxxl-t-63 {
    margin-top: 63% !important; }
  .mg-xxxxl-b-63 {
    margin-bottom: 63% !important; }
  .mg-xxxxl-l-63-5 {
    margin-left: 63.5% !important; }
  .mg-xxxxl-r-63-5 {
    margin-right: 63.5% !important; }
  .mg-xxxxl-t-63-5 {
    margin-top: 63.5% !important; }
  .mg-xxxxl-b-63-5 {
    margin-bottom: 63.5% !important; }
  .mg-xxxxl-l-64 {
    margin-left: 64% !important; }
  .mg-xxxxl-r-64 {
    margin-right: 64% !important; }
  .mg-xxxxl-t-64 {
    margin-top: 64% !important; }
  .mg-xxxxl-b-64 {
    margin-bottom: 64% !important; }
  .mg-xxxxl-l-64-5 {
    margin-left: 64.5% !important; }
  .mg-xxxxl-r-64-5 {
    margin-right: 64.5% !important; }
  .mg-xxxxl-t-64-5 {
    margin-top: 64.5% !important; }
  .mg-xxxxl-b-64-5 {
    margin-bottom: 64.5% !important; }
  .mg-xxxxl-l-65 {
    margin-left: 65% !important; }
  .mg-xxxxl-r-65 {
    margin-right: 65% !important; }
  .mg-xxxxl-t-65 {
    margin-top: 65% !important; }
  .mg-xxxxl-b-65 {
    margin-bottom: 65% !important; }
  .mg-xxxxl-l-65-5 {
    margin-left: 65.5% !important; }
  .mg-xxxxl-r-65-5 {
    margin-right: 65.5% !important; }
  .mg-xxxxl-t-65-5 {
    margin-top: 65.5% !important; }
  .mg-xxxxl-b-65-5 {
    margin-bottom: 65.5% !important; }
  .mg-xxxxl-l-66 {
    margin-left: 66% !important; }
  .mg-xxxxl-r-66 {
    margin-right: 66% !important; }
  .mg-xxxxl-t-66 {
    margin-top: 66% !important; }
  .mg-xxxxl-b-66 {
    margin-bottom: 66% !important; }
  .mg-xxxxl-l-66-5 {
    margin-left: 66.5% !important; }
  .mg-xxxxl-r-66-5 {
    margin-right: 66.5% !important; }
  .mg-xxxxl-t-66-5 {
    margin-top: 66.5% !important; }
  .mg-xxxxl-b-66-5 {
    margin-bottom: 66.5% !important; }
  .mg-xxxxl-l-67 {
    margin-left: 67% !important; }
  .mg-xxxxl-r-67 {
    margin-right: 67% !important; }
  .mg-xxxxl-t-67 {
    margin-top: 67% !important; }
  .mg-xxxxl-b-67 {
    margin-bottom: 67% !important; }
  .mg-xxxxl-l-67-5 {
    margin-left: 67.5% !important; }
  .mg-xxxxl-r-67-5 {
    margin-right: 67.5% !important; }
  .mg-xxxxl-t-67-5 {
    margin-top: 67.5% !important; }
  .mg-xxxxl-b-67-5 {
    margin-bottom: 67.5% !important; }
  .mg-xxxxl-l-68 {
    margin-left: 68% !important; }
  .mg-xxxxl-r-68 {
    margin-right: 68% !important; }
  .mg-xxxxl-t-68 {
    margin-top: 68% !important; }
  .mg-xxxxl-b-68 {
    margin-bottom: 68% !important; }
  .mg-xxxxl-l-68-5 {
    margin-left: 68.5% !important; }
  .mg-xxxxl-r-68-5 {
    margin-right: 68.5% !important; }
  .mg-xxxxl-t-68-5 {
    margin-top: 68.5% !important; }
  .mg-xxxxl-b-68-5 {
    margin-bottom: 68.5% !important; }
  .mg-xxxxl-l-69 {
    margin-left: 69% !important; }
  .mg-xxxxl-r-69 {
    margin-right: 69% !important; }
  .mg-xxxxl-t-69 {
    margin-top: 69% !important; }
  .mg-xxxxl-b-69 {
    margin-bottom: 69% !important; }
  .mg-xxxxl-l-69-5 {
    margin-left: 69.5% !important; }
  .mg-xxxxl-r-69-5 {
    margin-right: 69.5% !important; }
  .mg-xxxxl-t-69-5 {
    margin-top: 69.5% !important; }
  .mg-xxxxl-b-69-5 {
    margin-bottom: 69.5% !important; }
  .mg-xxxxl-l-70 {
    margin-left: 70% !important; }
  .mg-xxxxl-r-70 {
    margin-right: 70% !important; }
  .mg-xxxxl-t-70 {
    margin-top: 70% !important; }
  .mg-xxxxl-b-70 {
    margin-bottom: 70% !important; }
  .mg-xxxxl-l-70-5 {
    margin-left: 70.5% !important; }
  .mg-xxxxl-r-70-5 {
    margin-right: 70.5% !important; }
  .mg-xxxxl-t-70-5 {
    margin-top: 70.5% !important; }
  .mg-xxxxl-b-70-5 {
    margin-bottom: 70.5% !important; }
  .mg-xxxxl-l-71 {
    margin-left: 71% !important; }
  .mg-xxxxl-r-71 {
    margin-right: 71% !important; }
  .mg-xxxxl-t-71 {
    margin-top: 71% !important; }
  .mg-xxxxl-b-71 {
    margin-bottom: 71% !important; }
  .mg-xxxxl-l-71-5 {
    margin-left: 71.5% !important; }
  .mg-xxxxl-r-71-5 {
    margin-right: 71.5% !important; }
  .mg-xxxxl-t-71-5 {
    margin-top: 71.5% !important; }
  .mg-xxxxl-b-71-5 {
    margin-bottom: 71.5% !important; }
  .mg-xxxxl-l-72 {
    margin-left: 72% !important; }
  .mg-xxxxl-r-72 {
    margin-right: 72% !important; }
  .mg-xxxxl-t-72 {
    margin-top: 72% !important; }
  .mg-xxxxl-b-72 {
    margin-bottom: 72% !important; }
  .mg-xxxxl-l-72-5 {
    margin-left: 72.5% !important; }
  .mg-xxxxl-r-72-5 {
    margin-right: 72.5% !important; }
  .mg-xxxxl-t-72-5 {
    margin-top: 72.5% !important; }
  .mg-xxxxl-b-72-5 {
    margin-bottom: 72.5% !important; }
  .mg-xxxxl-l-73 {
    margin-left: 73% !important; }
  .mg-xxxxl-r-73 {
    margin-right: 73% !important; }
  .mg-xxxxl-t-73 {
    margin-top: 73% !important; }
  .mg-xxxxl-b-73 {
    margin-bottom: 73% !important; }
  .mg-xxxxl-l-73-5 {
    margin-left: 73.5% !important; }
  .mg-xxxxl-r-73-5 {
    margin-right: 73.5% !important; }
  .mg-xxxxl-t-73-5 {
    margin-top: 73.5% !important; }
  .mg-xxxxl-b-73-5 {
    margin-bottom: 73.5% !important; }
  .mg-xxxxl-l-74 {
    margin-left: 74% !important; }
  .mg-xxxxl-r-74 {
    margin-right: 74% !important; }
  .mg-xxxxl-t-74 {
    margin-top: 74% !important; }
  .mg-xxxxl-b-74 {
    margin-bottom: 74% !important; }
  .mg-xxxxl-l-74-5 {
    margin-left: 74.5% !important; }
  .mg-xxxxl-r-74-5 {
    margin-right: 74.5% !important; }
  .mg-xxxxl-t-74-5 {
    margin-top: 74.5% !important; }
  .mg-xxxxl-b-74-5 {
    margin-bottom: 74.5% !important; }
  .mg-xxxxl-l-75 {
    margin-left: 75% !important; }
  .mg-xxxxl-r-75 {
    margin-right: 75% !important; }
  .mg-xxxxl-t-75 {
    margin-top: 75% !important; }
  .mg-xxxxl-b-75 {
    margin-bottom: 75% !important; }
  .mg-xxxxl-l-75-5 {
    margin-left: 75.5% !important; }
  .mg-xxxxl-r-75-5 {
    margin-right: 75.5% !important; }
  .mg-xxxxl-t-75-5 {
    margin-top: 75.5% !important; }
  .mg-xxxxl-b-75-5 {
    margin-bottom: 75.5% !important; }
  .mg-xxxxl-l-76 {
    margin-left: 76% !important; }
  .mg-xxxxl-r-76 {
    margin-right: 76% !important; }
  .mg-xxxxl-t-76 {
    margin-top: 76% !important; }
  .mg-xxxxl-b-76 {
    margin-bottom: 76% !important; }
  .mg-xxxxl-l-76-5 {
    margin-left: 76.5% !important; }
  .mg-xxxxl-r-76-5 {
    margin-right: 76.5% !important; }
  .mg-xxxxl-t-76-5 {
    margin-top: 76.5% !important; }
  .mg-xxxxl-b-76-5 {
    margin-bottom: 76.5% !important; }
  .mg-xxxxl-l-77 {
    margin-left: 77% !important; }
  .mg-xxxxl-r-77 {
    margin-right: 77% !important; }
  .mg-xxxxl-t-77 {
    margin-top: 77% !important; }
  .mg-xxxxl-b-77 {
    margin-bottom: 77% !important; }
  .mg-xxxxl-l-77-5 {
    margin-left: 77.5% !important; }
  .mg-xxxxl-r-77-5 {
    margin-right: 77.5% !important; }
  .mg-xxxxl-t-77-5 {
    margin-top: 77.5% !important; }
  .mg-xxxxl-b-77-5 {
    margin-bottom: 77.5% !important; }
  .mg-xxxxl-l-78 {
    margin-left: 78% !important; }
  .mg-xxxxl-r-78 {
    margin-right: 78% !important; }
  .mg-xxxxl-t-78 {
    margin-top: 78% !important; }
  .mg-xxxxl-b-78 {
    margin-bottom: 78% !important; }
  .mg-xxxxl-l-78-5 {
    margin-left: 78.5% !important; }
  .mg-xxxxl-r-78-5 {
    margin-right: 78.5% !important; }
  .mg-xxxxl-t-78-5 {
    margin-top: 78.5% !important; }
  .mg-xxxxl-b-78-5 {
    margin-bottom: 78.5% !important; }
  .mg-xxxxl-l-79 {
    margin-left: 79% !important; }
  .mg-xxxxl-r-79 {
    margin-right: 79% !important; }
  .mg-xxxxl-t-79 {
    margin-top: 79% !important; }
  .mg-xxxxl-b-79 {
    margin-bottom: 79% !important; }
  .mg-xxxxl-l-79-5 {
    margin-left: 79.5% !important; }
  .mg-xxxxl-r-79-5 {
    margin-right: 79.5% !important; }
  .mg-xxxxl-t-79-5 {
    margin-top: 79.5% !important; }
  .mg-xxxxl-b-79-5 {
    margin-bottom: 79.5% !important; }
  .mg-xxxxl-l-80 {
    margin-left: 80% !important; }
  .mg-xxxxl-r-80 {
    margin-right: 80% !important; }
  .mg-xxxxl-t-80 {
    margin-top: 80% !important; }
  .mg-xxxxl-b-80 {
    margin-bottom: 80% !important; }
  .mg-xxxxl-l-80-5 {
    margin-left: 80.5% !important; }
  .mg-xxxxl-r-80-5 {
    margin-right: 80.5% !important; }
  .mg-xxxxl-t-80-5 {
    margin-top: 80.5% !important; }
  .mg-xxxxl-b-80-5 {
    margin-bottom: 80.5% !important; }
  .mg-xxxxl-l-81 {
    margin-left: 81% !important; }
  .mg-xxxxl-r-81 {
    margin-right: 81% !important; }
  .mg-xxxxl-t-81 {
    margin-top: 81% !important; }
  .mg-xxxxl-b-81 {
    margin-bottom: 81% !important; }
  .mg-xxxxl-l-81-5 {
    margin-left: 81.5% !important; }
  .mg-xxxxl-r-81-5 {
    margin-right: 81.5% !important; }
  .mg-xxxxl-t-81-5 {
    margin-top: 81.5% !important; }
  .mg-xxxxl-b-81-5 {
    margin-bottom: 81.5% !important; }
  .mg-xxxxl-l-82 {
    margin-left: 82% !important; }
  .mg-xxxxl-r-82 {
    margin-right: 82% !important; }
  .mg-xxxxl-t-82 {
    margin-top: 82% !important; }
  .mg-xxxxl-b-82 {
    margin-bottom: 82% !important; }
  .mg-xxxxl-l-82-5 {
    margin-left: 82.5% !important; }
  .mg-xxxxl-r-82-5 {
    margin-right: 82.5% !important; }
  .mg-xxxxl-t-82-5 {
    margin-top: 82.5% !important; }
  .mg-xxxxl-b-82-5 {
    margin-bottom: 82.5% !important; }
  .mg-xxxxl-l-83 {
    margin-left: 83% !important; }
  .mg-xxxxl-r-83 {
    margin-right: 83% !important; }
  .mg-xxxxl-t-83 {
    margin-top: 83% !important; }
  .mg-xxxxl-b-83 {
    margin-bottom: 83% !important; }
  .mg-xxxxl-l-83-5 {
    margin-left: 83.5% !important; }
  .mg-xxxxl-r-83-5 {
    margin-right: 83.5% !important; }
  .mg-xxxxl-t-83-5 {
    margin-top: 83.5% !important; }
  .mg-xxxxl-b-83-5 {
    margin-bottom: 83.5% !important; }
  .mg-xxxxl-l-84 {
    margin-left: 84% !important; }
  .mg-xxxxl-r-84 {
    margin-right: 84% !important; }
  .mg-xxxxl-t-84 {
    margin-top: 84% !important; }
  .mg-xxxxl-b-84 {
    margin-bottom: 84% !important; }
  .mg-xxxxl-l-84-5 {
    margin-left: 84.5% !important; }
  .mg-xxxxl-r-84-5 {
    margin-right: 84.5% !important; }
  .mg-xxxxl-t-84-5 {
    margin-top: 84.5% !important; }
  .mg-xxxxl-b-84-5 {
    margin-bottom: 84.5% !important; }
  .mg-xxxxl-l-85 {
    margin-left: 85% !important; }
  .mg-xxxxl-r-85 {
    margin-right: 85% !important; }
  .mg-xxxxl-t-85 {
    margin-top: 85% !important; }
  .mg-xxxxl-b-85 {
    margin-bottom: 85% !important; }
  .mg-xxxxl-l-85-5 {
    margin-left: 85.5% !important; }
  .mg-xxxxl-r-85-5 {
    margin-right: 85.5% !important; }
  .mg-xxxxl-t-85-5 {
    margin-top: 85.5% !important; }
  .mg-xxxxl-b-85-5 {
    margin-bottom: 85.5% !important; }
  .mg-xxxxl-l-86 {
    margin-left: 86% !important; }
  .mg-xxxxl-r-86 {
    margin-right: 86% !important; }
  .mg-xxxxl-t-86 {
    margin-top: 86% !important; }
  .mg-xxxxl-b-86 {
    margin-bottom: 86% !important; }
  .mg-xxxxl-l-86-5 {
    margin-left: 86.5% !important; }
  .mg-xxxxl-r-86-5 {
    margin-right: 86.5% !important; }
  .mg-xxxxl-t-86-5 {
    margin-top: 86.5% !important; }
  .mg-xxxxl-b-86-5 {
    margin-bottom: 86.5% !important; }
  .mg-xxxxl-l-87 {
    margin-left: 87% !important; }
  .mg-xxxxl-r-87 {
    margin-right: 87% !important; }
  .mg-xxxxl-t-87 {
    margin-top: 87% !important; }
  .mg-xxxxl-b-87 {
    margin-bottom: 87% !important; }
  .mg-xxxxl-l-87-5 {
    margin-left: 87.5% !important; }
  .mg-xxxxl-r-87-5 {
    margin-right: 87.5% !important; }
  .mg-xxxxl-t-87-5 {
    margin-top: 87.5% !important; }
  .mg-xxxxl-b-87-5 {
    margin-bottom: 87.5% !important; }
  .mg-xxxxl-l-88 {
    margin-left: 88% !important; }
  .mg-xxxxl-r-88 {
    margin-right: 88% !important; }
  .mg-xxxxl-t-88 {
    margin-top: 88% !important; }
  .mg-xxxxl-b-88 {
    margin-bottom: 88% !important; }
  .mg-xxxxl-l-88-5 {
    margin-left: 88.5% !important; }
  .mg-xxxxl-r-88-5 {
    margin-right: 88.5% !important; }
  .mg-xxxxl-t-88-5 {
    margin-top: 88.5% !important; }
  .mg-xxxxl-b-88-5 {
    margin-bottom: 88.5% !important; }
  .mg-xxxxl-l-89 {
    margin-left: 89% !important; }
  .mg-xxxxl-r-89 {
    margin-right: 89% !important; }
  .mg-xxxxl-t-89 {
    margin-top: 89% !important; }
  .mg-xxxxl-b-89 {
    margin-bottom: 89% !important; }
  .mg-xxxxl-l-89-5 {
    margin-left: 89.5% !important; }
  .mg-xxxxl-r-89-5 {
    margin-right: 89.5% !important; }
  .mg-xxxxl-t-89-5 {
    margin-top: 89.5% !important; }
  .mg-xxxxl-b-89-5 {
    margin-bottom: 89.5% !important; }
  .mg-xxxxl-l-90 {
    margin-left: 90% !important; }
  .mg-xxxxl-r-90 {
    margin-right: 90% !important; }
  .mg-xxxxl-t-90 {
    margin-top: 90% !important; }
  .mg-xxxxl-b-90 {
    margin-bottom: 90% !important; }
  .mg-xxxxl-l-90-5 {
    margin-left: 90.5% !important; }
  .mg-xxxxl-r-90-5 {
    margin-right: 90.5% !important; }
  .mg-xxxxl-t-90-5 {
    margin-top: 90.5% !important; }
  .mg-xxxxl-b-90-5 {
    margin-bottom: 90.5% !important; }
  .mg-xxxxl-l-91 {
    margin-left: 91% !important; }
  .mg-xxxxl-r-91 {
    margin-right: 91% !important; }
  .mg-xxxxl-t-91 {
    margin-top: 91% !important; }
  .mg-xxxxl-b-91 {
    margin-bottom: 91% !important; }
  .mg-xxxxl-l-91-5 {
    margin-left: 91.5% !important; }
  .mg-xxxxl-r-91-5 {
    margin-right: 91.5% !important; }
  .mg-xxxxl-t-91-5 {
    margin-top: 91.5% !important; }
  .mg-xxxxl-b-91-5 {
    margin-bottom: 91.5% !important; }
  .mg-xxxxl-l-92 {
    margin-left: 92% !important; }
  .mg-xxxxl-r-92 {
    margin-right: 92% !important; }
  .mg-xxxxl-t-92 {
    margin-top: 92% !important; }
  .mg-xxxxl-b-92 {
    margin-bottom: 92% !important; }
  .mg-xxxxl-l-92-5 {
    margin-left: 92.5% !important; }
  .mg-xxxxl-r-92-5 {
    margin-right: 92.5% !important; }
  .mg-xxxxl-t-92-5 {
    margin-top: 92.5% !important; }
  .mg-xxxxl-b-92-5 {
    margin-bottom: 92.5% !important; }
  .mg-xxxxl-l-93 {
    margin-left: 93% !important; }
  .mg-xxxxl-r-93 {
    margin-right: 93% !important; }
  .mg-xxxxl-t-93 {
    margin-top: 93% !important; }
  .mg-xxxxl-b-93 {
    margin-bottom: 93% !important; }
  .mg-xxxxl-l-93-5 {
    margin-left: 93.5% !important; }
  .mg-xxxxl-r-93-5 {
    margin-right: 93.5% !important; }
  .mg-xxxxl-t-93-5 {
    margin-top: 93.5% !important; }
  .mg-xxxxl-b-93-5 {
    margin-bottom: 93.5% !important; }
  .mg-xxxxl-l-94 {
    margin-left: 94% !important; }
  .mg-xxxxl-r-94 {
    margin-right: 94% !important; }
  .mg-xxxxl-t-94 {
    margin-top: 94% !important; }
  .mg-xxxxl-b-94 {
    margin-bottom: 94% !important; }
  .mg-xxxxl-l-94-5 {
    margin-left: 94.5% !important; }
  .mg-xxxxl-r-94-5 {
    margin-right: 94.5% !important; }
  .mg-xxxxl-t-94-5 {
    margin-top: 94.5% !important; }
  .mg-xxxxl-b-94-5 {
    margin-bottom: 94.5% !important; }
  .mg-xxxxl-l-95 {
    margin-left: 95% !important; }
  .mg-xxxxl-r-95 {
    margin-right: 95% !important; }
  .mg-xxxxl-t-95 {
    margin-top: 95% !important; }
  .mg-xxxxl-b-95 {
    margin-bottom: 95% !important; }
  .mg-xxxxl-l-95-5 {
    margin-left: 95.5% !important; }
  .mg-xxxxl-r-95-5 {
    margin-right: 95.5% !important; }
  .mg-xxxxl-t-95-5 {
    margin-top: 95.5% !important; }
  .mg-xxxxl-b-95-5 {
    margin-bottom: 95.5% !important; }
  .mg-xxxxl-l-96 {
    margin-left: 96% !important; }
  .mg-xxxxl-r-96 {
    margin-right: 96% !important; }
  .mg-xxxxl-t-96 {
    margin-top: 96% !important; }
  .mg-xxxxl-b-96 {
    margin-bottom: 96% !important; }
  .mg-xxxxl-l-96-5 {
    margin-left: 96.5% !important; }
  .mg-xxxxl-r-96-5 {
    margin-right: 96.5% !important; }
  .mg-xxxxl-t-96-5 {
    margin-top: 96.5% !important; }
  .mg-xxxxl-b-96-5 {
    margin-bottom: 96.5% !important; }
  .mg-xxxxl-l-97 {
    margin-left: 97% !important; }
  .mg-xxxxl-r-97 {
    margin-right: 97% !important; }
  .mg-xxxxl-t-97 {
    margin-top: 97% !important; }
  .mg-xxxxl-b-97 {
    margin-bottom: 97% !important; }
  .mg-xxxxl-l-97-5 {
    margin-left: 97.5% !important; }
  .mg-xxxxl-r-97-5 {
    margin-right: 97.5% !important; }
  .mg-xxxxl-t-97-5 {
    margin-top: 97.5% !important; }
  .mg-xxxxl-b-97-5 {
    margin-bottom: 97.5% !important; }
  .mg-xxxxl-l-98 {
    margin-left: 98% !important; }
  .mg-xxxxl-r-98 {
    margin-right: 98% !important; }
  .mg-xxxxl-t-98 {
    margin-top: 98% !important; }
  .mg-xxxxl-b-98 {
    margin-bottom: 98% !important; }
  .mg-xxxxl-l-98-5 {
    margin-left: 98.5% !important; }
  .mg-xxxxl-r-98-5 {
    margin-right: 98.5% !important; }
  .mg-xxxxl-t-98-5 {
    margin-top: 98.5% !important; }
  .mg-xxxxl-b-98-5 {
    margin-bottom: 98.5% !important; }
  .mg-xxxxl-l-99 {
    margin-left: 99% !important; }
  .mg-xxxxl-r-99 {
    margin-right: 99% !important; }
  .mg-xxxxl-t-99 {
    margin-top: 99% !important; }
  .mg-xxxxl-b-99 {
    margin-bottom: 99% !important; }
  .mg-xxxxl-l-99-5 {
    margin-left: 99.5% !important; }
  .mg-xxxxl-r-99-5 {
    margin-right: 99.5% !important; }
  .mg-xxxxl-t-99-5 {
    margin-top: 99.5% !important; }
  .mg-xxxxl-b-99-5 {
    margin-bottom: 99.5% !important; }
  .mg-xxxxl-l-100 {
    margin-left: 100% !important; }
  .mg-xxxxl-r-100 {
    margin-right: 100% !important; }
  .mg-xxxxl-t-100 {
    margin-top: 100% !important; }
  .mg-xxxxl-b-100 {
    margin-bottom: 100% !important; }
  .mg-xxxxl-l-100-5 {
    margin-left: 100.5% !important; }
  .mg-xxxxl-r-100-5 {
    margin-right: 100.5% !important; }
  .mg-xxxxl-t-100-5 {
    margin-top: 100.5% !important; }
  .mg-xxxxl-b-100-5 {
    margin-bottom: 100.5% !important; } }

/* End - Custom margin utility */
/**
 * Boostrap mixins needed for modals.
 * https://github.com/twbs/bootstrap/blob/master/scss/_modal.scss
 */
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  max-height: subtract(100%, 1rem); }
  .modal-dialog-scrollable .modal-content {
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: subtract(100%, 1rem); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: subtract(100%, 3.5rem); }
  .modal-dialog-centered {
    min-height: subtract(100%, 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

@media (max-width: 575.98px) {
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1439.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1919.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxxl-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-xxxl-down .modal-body {
      overflow-y: auto; } }

.modal-fullscreen-xxxxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen-xxxxl-down .modal-content {
    height: 100%;
    border: 0; }
  .modal-fullscreen-xxxxl-down .modal-body {
    overflow-y: auto; }

.embed-responsive {
  position: relative;
  width: 100%; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flow-box {
  font-weight: 600;
  font-size: 1.7rem;
  width: 100%; }
  .flow-box.arrow-next {
    position: relative;
    margin-bottom: 35px; }
    .flow-box.arrow-next:after {
      content: '\f103';
      font-family: "Font Awesome 5 Free";
      color: #AEAEAE;
      font-size: 1.75rem;
      line-height: 1;
      position: absolute;
      right: calc(50% - 10px);
      top: calc(100% + 9px); }
  .flow-box .flow-box-inside {
    opacity: 1; }
  .flow-box.flow-box-md, .flow-box.flow-box-lg {
    padding: 1.5rem;
    width: 100%;
    max-width: 55%;
    height: 60px; }
  @media screen and (min-width: 768px) {
    .flow-box.arrow-next {
      margin-right: 35px;
      margin-bottom: 0; }
      .flow-box.arrow-next:after {
        content: '\f101';
        margin-left: 10px;
        right: -25px;
        top: calc(50% - 10px); }
    .flow-box.flow-box-md {
      padding: 1rem;
      width: 120px;
      height: 70px;
      max-width: initial; }
    .flow-box.flow-box-lg {
      padding: 1.5rem;
      width: 180px;
      height: 100px;
      max-width: initial; } }
  @media screen and (min-width: 1200px) {
    .flow-box.flow-box-md {
      padding: 1rem;
      width: 130px;
      height: 70px; }
    .flow-box.flow-box-lg {
      padding: 1.5rem;
      width: 200px;
      height: 100px; } }

img.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

img.light-grayscale {
  -webkit-filter: opacity(0.7) grayscale(100%);
          filter: opacity(0.7) grayscale(100%); }

.images-grayscale img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.images-light-grayscale img {
  -webkit-filter: opacity(0.7) grayscale(100%);
          filter: opacity(0.7) grayscale(100%); }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.subsection.content-section,
.subsection .content-section,
.sub-section.content-section,
.sub-section .content-section {
  padding-top: 1rem; }

.top-section.content-section,
.top-section .content-section {
  padding-bottom: 1.5rem; }

.middle-section.content-section,
.middle-section .content-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.bottom-section.content-section,
.bottom-section .content-section {
  padding-top: 1.5rem; }

.top-section-force.content-section,
.top-section-force .content-section {
  padding-bottom: 1.5rem !important; }

.middle-section-force.content-section,
.middle-section-force .content-section {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.bottom-section-force.content-section,
.bottom-section-force .content-section {
  padding-top: 1.5rem !important; }

label {
  color: #323234;
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600; }

input[type=text], input[type=email], input[type=number],
input[type=password], input[type=search], input[type=tel],
textarea {
  border: 1px solid #AEAEAE;
  background-color: white;
  font-size: 1.5rem;
  height: 45px;
  padding: 6px 8px;
  color: #323234;
  border-radius: 0;
  width: 100%; }
  input[type=text]:focus, input[type=email]:focus, input[type=number]:focus,
  input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus,
  textarea:focus {
    background-color: #EAFDAF;
    outline: none; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #AEAEAE; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder,
  input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1.4rem;
    color: #AEAEAE; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #AEAEAE; }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1.4rem;
    color: #AEAEAE; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder,
  input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder,
  textarea::placeholder {
    font-size: 1.4rem;
    color: #AEAEAE; }

select {
  border: 1px solid #AEAEAE;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%; }
  select:focus {
    outline: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

button, input[type=submit], .button {
  background-color: #01426A;
  display: inline-block;
  border: 1px solid #01426A;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  button i, input[type=submit] i, .button i {
    margin-left: 10px; }
  button:hover, button:focus, button:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, .button:hover, .button:focus, .button:active {
    background-color: #01619d;
    color: white; }
  button:focus, input[type=submit]:focus, .button:focus {
    outline: none; }

button[disabled], .button[disabled] {
  background-color: #DADADA;
  color: #323234;
  border: none;
  cursor: not-allowed; }
  button[disabled]:hover, .button[disabled]:hover {
    background-color: #DADADA;
    color: #323234; }

.btn-cancel {
  background-color: white;
  display: inline-block;
  border: 1px solid white;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #323234;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
  border: 2px solid #A0161D; }
  .btn-cancel i {
    margin-left: 10px; }
  .btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
    background-color: white;
    color: #323234; }

form .form-group .help-block {
  display: block;
  margin-top: 5px; }

form .form-group:has-error {
  border: 2px solid #DF2133;
  padding: 7px 5px; }
  form .form-group:has-error .help-block {
    color: #DF2133; }

.mktoForm {
  width: 100% !important;
  font-size: 1.6rem !important; }
  .mktoForm .mktoLabel {
    float: none !important;
    padding: 0;
    display: block;
    width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 600; }
  .mktoForm .mktoGutter, .mktoForm .mktoOffset {
    display: none !important; }
  .mktoForm .mktoFormCol {
    float: none !important;
    width: 100% !important; }
  .mktoForm .mktoFieldWrap {
    width: 100% !important;
    float: none !important; }
  .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=number],
  .mktoForm input[type=password], .mktoForm input[type=tel], .mktoForm textarea {
    width: 100% !important; }
  .mktoForm .mktoButtonWrap {
    margin-left: 0 !important; }

.gated-content-form {
  padding: 25px !important; }
  .gated-content-form h2 {
    padding-top: 20px; }
  .gated-content-form input {
    height: 45px; }
  .gated-content-form label {
    font-weight: 600 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gated-content-form .mktoButtonRow {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gated-content-form .mktoButtonRow button {
      min-width: 200px; }
  .gated-content-form .legal-copy {
    line-height: 1.2;
    color: #AEAEAE; }
  .gated-content-form .mktoForm {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 60px;
    margin: 0; }

.field.required label:after {
  content: '*';
  display: inline;
  color: #A0161D;
  margin-left: 0.25rem;
  font-size: 1.2rem; }

.form-wrapper hr {
  background-color: #AEAEAE;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  max-width: 200px;
  margin-bottom: 40px;
  margin-top: 40px; }

.form-wrapper .legal-copy {
  line-height: 1.2;
  color: #AEAEAE;
  font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  .form-wrapper .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form-wrapper .two-col > .field {
      width: 48%; }
  .form-wrapper .multi-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.field {
  margin-bottom: 20px; }

.fine-print {
  padding: 15px 0 !important; }

@media all and (min-width: 768px) {
  .primary-nav li.menu-item.subnav-justify-md-end .sub-nav-wrapper .sub-nav, .secondary-nav li.menu-item.subnav-justify-md-end .sub-nav-wrapper .sub-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.primary-nav i.fas, .primary-nav i.fab, .secondary-nav i.fas, .secondary-nav i.fab {
  color: #121219; }

.primary-nav a, .primary-nav span, .secondary-nav a, .secondary-nav span {
  text-decoration: none;
  color: #323234;
  display: block; }
  .primary-nav a:hover, .primary-nav span:hover, .secondary-nav a:hover, .secondary-nav span:hover {
    color: #AEAEAE; }

@media screen and (max-width: -1) {
  .primary-nav ul.menu li.menu-item.hidden-xs-down, .secondary-nav ul.menu li.menu-item.hidden-xs-down {
    display: none; } }

@media screen and (max-width: 575px) {
  .primary-nav ul.menu li.menu-item.hidden-sm-down, .secondary-nav ul.menu li.menu-item.hidden-sm-down {
    display: none; } }

@media screen and (max-width: 767px) {
  .primary-nav ul.menu li.menu-item.hidden-md-down, .secondary-nav ul.menu li.menu-item.hidden-md-down {
    display: none; } }

@media screen and (max-width: -1) {
  .primary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-xs-down, .secondary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-xs-down {
    display: none !important; } }

@media screen and (max-width: 575px) {
  .primary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-sm-down, .secondary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-sm-down {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .primary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-md-down, .secondary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-md-down {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .primary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-md-down, .secondary-nav ul.menu li.menu-item ul.sub-nav li.menu-item.hidden-md-down {
    display: none !important; } }

.primary-nav .sub-nav.sub-nav-lvl-0, .secondary-nav .sub-nav.sub-nav-lvl-0 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (min-width: 1024px) {
  .primary-nav .sub-nav.sub-nav-lvl-0, .secondary-nav .sub-nav.sub-nav-lvl-0 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.sub-nav-lvl-1 a, .sub-nav-lvl-1 span {
  text-decoration: none;
  color: #78787d;
  display: block;
  font-size: 1.5rem;
  border-left: 2px solid transparent; }
  .sub-nav-lvl-1 a:hover, .sub-nav-lvl-1 span:hover {
    color: #323234;
    border-left: 2px solid #F15B1E; }

@media screen and (min-width: 1024px) {
  .sub-nav-lvl-0 .menu-item-has-children {
    border-right: 1px solid #AEAEAE;
    height: auto;
    min-height: 135px;
    padding: 0 20px; }
    .sub-nav-lvl-0 .menu-item-has-children:last-child {
      border: none; } }

.primary-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 1024px) {
  .primary-nav {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .site-header > .container {
    max-width: 100%; }
  width: 100%; }

.primary-nav > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F2F0F1;
  border: 1px solid #e6e2e4;
  padding: 10px 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 100;
  display: none; }
  .primary-nav > ul.menu.nav-open {
    display: block;
    z-index: 100; }
  .primary-nav > ul.menu > li {
    display: block;
    width: 100%; }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .primary-nav > ul.menu > li:last-child {
        margin-right: 15px; } }
  .primary-nav > ul.menu > li > a,
  .primary-nav > ul.menu > li > span {
    display: block;
    font-size: 1.5rem;
    padding: 5px 15px;
    font-weight: 600; }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .primary-nav > ul.menu > li > a,
      .primary-nav > ul.menu > li > span {
        font-size: 1rem;
        padding: 5px 12px; } }
    @media (min-width: 1200px) and (max-width: 1440px) {
      .primary-nav > ul.menu > li > a,
      .primary-nav > ul.menu > li > span {
        font-size: 1.2rem;
        padding: 5px 12px; } }
    .primary-nav > ul.menu > li > a:hover,
    .primary-nav > ul.menu > li > span:hover {
      color: #F15B1E;
      cursor: pointer; }
  .primary-nav > ul.menu > li.menu-item-has-children {
    position: initial; }
  .primary-nav > ul.menu > li.menu-item-has-children:hover > .sub-nav-wrapper {
    display: inherit; }
  @media screen and (min-width: 1024px) {
    .primary-nav > ul.menu {
      position: static;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: transparent;
      border: 0; }
      .primary-nav > ul.menu.nav-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 100;
        top: auto;
        width: auto;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .primary-nav > ul.menu > li {
        margin-right: 10px;
        width: auto;
        padding: 20px 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .primary-nav > ul.menu > li {
        margin-right: 15px; } }
  @media screen and (min-width: 1024px) {
        .primary-nav > ul.menu > li:last-child a {
          padding-right: 0; }
      .primary-nav > ul.menu > li.menu-item-has-children {
        position: static; }
      .primary-nav > ul.menu > li.menu-item-has-children > a:after,
      .primary-nav > ul.menu > li.menu-item-has-children > span:after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 0.5rem;
        color: #F15B1E;
        font-size: 1.4rem; } }

.primary-nav .sub-nav-wrapper {
  position: static;
  padding: 5px 0;
  overflow: hidden; }
  .primary-nav .sub-nav-wrapper .nav-heading {
    color: #121219;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0px;
    font-weight: bold; }
  .primary-nav .sub-nav-wrapper ul.sub-nav {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .primary-nav .sub-nav-wrapper ul.sub-nav {
        margin-bottom: 30px; }
        .primary-nav .sub-nav-wrapper ul.sub-nav.sub-nav-lvl-1 {
          margin-bottom: 0; } }
    .primary-nav .sub-nav-wrapper ul.sub-nav li, .primary-nav .sub-nav-wrapper ul.sub-nav a {
      display: block; }
    .primary-nav .sub-nav-wrapper ul.sub-nav a, .primary-nav .sub-nav-wrapper ul.sub-nav span {
      padding: 5px 10px; }
  @media screen and (max-width: 1023px) {
    .primary-nav .sub-nav-wrapper .container {
      max-width: 100%; } }
  @media screen and (min-width: 1024px) {
    .primary-nav .sub-nav-wrapper {
      display: none;
      position: absolute;
      left: 0;
      width: 100vw;
      right: auto;
      top: calc(100% - 10px);
      z-index: 100;
      margin-bottom: 20px;
      background-color: white;
      border: none;
      -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1), 0 10px 9px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1), 0 10px 9px rgba(0, 0, 0, 0.04); }
      .primary-nav .sub-nav-wrapper .container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 1024px) and (min-width: 1600px) {
      .primary-nav .sub-nav-wrapper .container {
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (min-width: 1024px) {
        .primary-nav .sub-nav-wrapper .container > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .primary-nav .sub-nav-wrapper > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .primary-nav .sub-nav-wrapper > ul li {
          padding-right: calc(20px + 0.5vw); } }

.primary-nav .feature-nav-item {
  border: 1px solid #DADADA;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px; }
  .primary-nav .feature-nav-item .feature-nav-image-lnk {
    display: block; }
  .primary-nav .feature-nav-item .feature-nav-image {
    max-width: 250px;
    display: block;
    margin-bottom: 5px;
    display: none; }
  .primary-nav .feature-nav-item .title {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.25rem;
    font-size: 1.6rem;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }
  .primary-nav .feature-nav-item .more {
    color: #F15B1E;
    font-size: 1.4rem; }
    .primary-nav .feature-nav-item .more:hover {
      color: #cf450d; }
  @media screen and (min-width: 1024px) {
    .primary-nav .feature-nav-item {
      margin-bottom: 0;
      padding: 0;
      border: 0;
      background-color: transparent; }
      .primary-nav .feature-nav-item .feature-nav-image {
        display: block; } }

.secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .secondary-nav a {
    color: #121219;
    margin-right: 15px; }
    .secondary-nav a:hover, .secondary-nav a:hover i {
      color: #F15B1E; }
  .secondary-nav .button {
    color: white; }
    .secondary-nav .button:hover {
      color: white; }
  .secondary-nav .lnk-login i.fas, .secondary-nav .lnk-login i.fab {
    color: #DADADA; }

@media screen and (min-width: 1024px) {
  .primary-nav .info-box-dropdown > .sub-nav-wrapper {
    padding: 15px 0; } }

.primary-nav .info-box-dropdown .info-box-link,
.primary-nav .info-box-dropdown .info-box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem; }
  .primary-nav .info-box-dropdown .info-box-link *,
  .primary-nav .info-box-dropdown .info-box * {
    padding: 0;
    margin: 0; }
  .primary-nav .info-box-dropdown .info-box-link:last-child,
  .primary-nav .info-box-dropdown .info-box:last-child {
    margin-bottom: 0; }
  .primary-nav .info-box-dropdown .info-box-link h4,
  .primary-nav .info-box-dropdown .info-box h4 {
    font-family: "DIN Next W01 Bold", "Georgia", "Times New Roman", serif;
    color: #121219;
    padding: 0;
    margin: 0 0 0.5rem 0;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .primary-nav .info-box-dropdown .info-box-link h4,
      .primary-nav .info-box-dropdown .info-box h4 {
        font-size: 19px; } }
    @media screen and (min-width: 1200px) {
      .primary-nav .info-box-dropdown .info-box-link h4,
      .primary-nav .info-box-dropdown .info-box h4 {
        font-size: 20px; } }
    @media screen and (min-width: 1920px) {
      .primary-nav .info-box-dropdown .info-box-link h4,
      .primary-nav .info-box-dropdown .info-box h4 {
        font-size: 21px; } }
  .primary-nav .info-box-dropdown .info-box-link .desc,
  .primary-nav .info-box-dropdown .info-box .desc {
    font-size: 1.55rem;
    line-height: 1.35;
    color: #78787d; }
    @media screen and (min-width: 1600px) {
      .primary-nav .info-box-dropdown .info-box-link .desc,
      .primary-nav .info-box-dropdown .info-box .desc {
        font-size: 1.6rem; } }
  .primary-nav .info-box-dropdown .info-box-link a,
  .primary-nav .info-box-dropdown .info-box a {
    border: none; }
  .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item.current-menu-item .desc, .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item:hover .desc, .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item:active .desc, .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item:focus .desc,
  .primary-nav .info-box-dropdown .info-box a.info-box-link-item.current-menu-item .desc,
  .primary-nav .info-box-dropdown .info-box a.info-box-link-item:hover .desc,
  .primary-nav .info-box-dropdown .info-box a.info-box-link-item:active .desc,
  .primary-nav .info-box-dropdown .info-box a.info-box-link-item:focus .desc {
    color: #323234; }
  .primary-nav .info-box-dropdown .info-box-link .info-box-item,
  .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item,
  .primary-nav .info-box-dropdown .info-box-link .info-box-link-item,
  .primary-nav .info-box-dropdown .info-box .info-box-item,
  .primary-nav .info-box-dropdown .info-box a.info-box-link-item,
  .primary-nav .info-box-dropdown .info-box .info-box-link-item {
    padding: 0;
    border: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media screen and (min-width: 1024px) {
      .primary-nav .info-box-dropdown .info-box-link .info-box-item,
      .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box-link .info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-item,
      .primary-nav .info-box-dropdown .info-box a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-link-item {
        max-width: 325px; } }
    @media screen and (min-width: 992px) {
      .primary-nav .info-box-dropdown .info-box-link .info-box-item,
      .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box-link .info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-item,
      .primary-nav .info-box-dropdown .info-box a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-link-item {
        max-width: 340px; } }
    @media screen and (min-width: 1440px) {
      .primary-nav .info-box-dropdown .info-box-link .info-box-item,
      .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box-link .info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-item,
      .primary-nav .info-box-dropdown .info-box a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-link-item {
        max-width: 350px; } }
    @media screen and (min-width: 1920px) {
      .primary-nav .info-box-dropdown .info-box-link .info-box-item,
      .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box-link .info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-item,
      .primary-nav .info-box-dropdown .info-box a.info-box-link-item,
      .primary-nav .info-box-dropdown .info-box .info-box-link-item {
        max-width: 400px; } }
    .primary-nav .info-box-dropdown .info-box-link .info-box-item .info-box,
    .primary-nav .info-box-dropdown .info-box-link a.info-box-link-item .info-box,
    .primary-nav .info-box-dropdown .info-box-link .info-box-link-item .info-box,
    .primary-nav .info-box-dropdown .info-box .info-box-item .info-box,
    .primary-nav .info-box-dropdown .info-box a.info-box-link-item .info-box,
    .primary-nav .info-box-dropdown .info-box .info-box-link-item .info-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }

.primary-nav .info-box-dropdown .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 576px) {
    .primary-nav .info-box-dropdown .sub-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .primary-nav .info-box-dropdown .sub-nav .nav-heading {
    padding: 0;
    margin: 0; }
  .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 {
    padding: 0;
    margin: 0; }
    .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 li {
      padding: 0;
      margin: 0;
      height: auto;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 li {
          width: 50%; } }
    .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      @media screen and (min-width: 576px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 57%;
                  flex: 1 0 57%;
          width: 57%; } }
      @media screen and (min-width: 768px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 65%;
                  flex: 1 0 65%;
          width: 65%; } }
      @media screen and (min-width: 1024px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: auto;
          border: none; } }
      .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container > .nav-heading {
        display: none; }
      @media screen and (min-width: 1024px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container .sub-nav.sub-nav-lvl-1 {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container .sub-nav.sub-nav-lvl-1 > li {
        padding: 12px; }
        @media screen and (min-width: 1024px) {
          .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container .sub-nav.sub-nav-lvl-1 > li {
            width: auto; } }
      .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container.menu-item {
        margin-bottom: 15px; }
        @media screen and (min-width: 576px) {
          .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-container.menu-item {
            margin-bottom: 0; } }
    .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      @media screen and (min-width: 1024px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          max-width: 225px;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          margin-top: 8px; } }
      @media screen and (min-width: 576px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 40%;
                  flex: 1 0 40%;
          width: 40%; } }
      @media screen and (min-width: 768px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 30%;
                  flex: 1 0 30%;
          width: 30%; } }
      @media screen and (min-width: 1024px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          width: 100%;
          border-left: 1px solid #AEAEAE; } }
      @media screen and (min-width: 1200px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          max-width: 260px; } }
      @media screen and (min-width: 1600px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          max-width: 260px; } }
      @media screen and (min-width: 1920px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation {
          max-width: 265px; } }
      .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation > .nav-heading {
        margin: 5px 12px; }
        @media screen and (min-width: 1024px) {
          .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation > .nav-heading {
            margin: 5px 10px; } }
      .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation .sub-nav.sub-nav-lvl-1 > li {
        width: 100%;
        line-height: 1.3; }
      @media screen and (min-width: 1024px) {
        .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-0 .info-box-navigation .sub-nav.sub-nav-lvl-1 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-1 {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      .primary-nav .info-box-dropdown .sub-nav.sub-nav-lvl-1 {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

.pagination {
  margin: 40px 0 40px 0;
  text-align: center; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination a, .pagination .next, .pagination .prev {
    margin-right: 10px;
    background-color: #01426A;
    display: inline-block;
    border: 1px solid #01426A;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    padding: 14px 18px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color ease-in 0.2s;
    transition: background-color ease-in 0.2s;
    max-width: 130px; }
    .pagination a i, .pagination .next i, .pagination .prev i {
      margin-left: 10px; }
    .pagination a:hover, .pagination a:focus, .pagination a:active, .pagination .next:hover, .pagination .next:focus, .pagination .next:active, .pagination .prev:hover, .pagination .prev:focus, .pagination .prev:active {
      background-color: #01619d;
      color: white; }
  .pagination .next {
    float: right; }
    .pagination .next i {
      margin-left: 10px; }
  .pagination .prev {
    float: left; }
    .pagination .prev i {
      margin-right: 10px; }
  .pagination .disabled {
    opacity: 0; }
  .pagination .current {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-right: 10px;
    background-color: transparent;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    padding: 14px 18px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #01426A;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color ease-in 0.2s;
    transition: background-color ease-in 0.2s;
    max-width: 100px;
    border: 1px solid #01426A; }
    .pagination .current i {
      margin-left: 10px; }
    .pagination .current:hover, .pagination .current:focus, .pagination .current:active {
      background-color: rgba(26, 26, 26, 0);
      color: #01426A; }

/*** Content div for Post & Page text content */
/*
$page_header_font_size: calc(3.4rem + 0.5vw);
.content-header, .page-header {
    margin-bottom: calc(50px + 0.25vw);
    .title {
        font-size: $page_header_font_size;
        margin-bottom: 0;
        font-weight: 700;
    }
    .parent-title {
        font-size: calc(1.8rem + 0.25vw);
        line-height: 1;
        margin-bottom: 0.5rem;
        font-weight: bold;
        text-transform: uppercase;
    }
}*/
.textblock {
  margin-bottom: 30px; }

pre {
  display: block;
  padding: 15px;
  margin: 0 0 30px;
  font-size: 1em;
  line-height: 1.6em;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f7f7f7;
  border: 1px solid #ddd; }

.content, .entry-content {
  font-size: 1.6rem; }
  .content:after, .entry-content:after {
    content: "";
    display: table;
    clear: both; }
  .content a, .entry-content a {
    font-weight: bold;
    text-decoration: none; }
  .content li, .entry-content li {
    line-height: 1.25;
    margin-bottom: 0.5em; }
    .content li:last-child, .entry-content li:last-child {
      margin-bottom: 0; }
  .content ul li, .entry-content ul li {
    list-style-type: none;
    position: relative; }
    .content ul li:before, .entry-content ul li:before {
      position: absolute;
      top: 0;
      left: -1.5em;
      content: '●';
      font-size: 75%;
      padding-top: 3px;
      color: #F15B1E; }
  .content h2, .entry-content h2 {
    font-size: 3.8rem;
    font-weight: normal; }
  .content h3, .entry-content h3 {
    font-size: 2.8rem;
    font-weight: 600; }
  .content h4, .entry-content h4 {
    font-size: 2.4rem; }
  .content strong, .entry-content strong {
    font-weight: bold; }
  .content blockquote, .entry-content blockquote {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
    border-left: 8px solid #F15B1E;
    margin-bottom: 20px;
    padding: 0 40px; }
  .content dl, .entry-content dl {
    margin-bottom: 20px; }
    .content dl dt, .entry-content dl dt {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 5px; }
    .content dl dd, .entry-content dl dd {
      margin: 0;
      padding: 0;
      line-height: 1.5;
      margin-bottom: 25px; }
  .content figure, .content img, .entry-content figure, .entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5em; }
    .content figure.alignleft, .content figure.left, .content img.alignleft, .content img.left, .entry-content figure.alignleft, .entry-content figure.left, .entry-content img.alignleft, .entry-content img.left {
      float: left;
      max-width: 50%;
      margin-right: 1.5em; }
    .content figure.alignright, .content figure.right, .content img.alignright, .content img.right, .entry-content figure.alignright, .entry-content figure.right, .entry-content img.alignright, .entry-content img.right {
      float: right;
      max-width: 50%;
      margin-left: 1.5em; }
    .content figure.center, .content img.center, .entry-content figure.center, .entry-content img.center {
      margin-left: auto;
      margin-right: auto;
      max-width: 75%; }
  .content .button, .entry-content .button {
    max-width: 300px; }
  .content .image-grid, .entry-content .image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .content .image-grid img, .entry-content .image-grid img {
      margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .content figure.alignleft, .content figure.alignright, .content figure.left, .content figure.right, .content figure.center, .content img.alignleft, .content img.alignright, .content img.left, .content img.right, .content img.center, .entry-content figure.alignleft, .entry-content figure.alignright, .entry-content figure.left, .entry-content figure.right, .entry-content figure.center, .entry-content img.alignleft, .entry-content img.alignright, .entry-content img.left, .entry-content img.right, .entry-content img.center {
      float: none;
      width: auto;
      max-width: 100%;
      padding-right: 0;
      margin-left: 0; }
    .content .image-grid, .entry-content .image-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 450px) {
    .content h2, .entry-content h2 {
      font-size: 25px;
      font-size: 2.5rem; }
    .content h3, .entry-content h3 {
      font-size: 22.5px;
      font-size: 2.25rem; }
    .content h4, .entry-content h4 {
      font-size: 20px;
      font-size: 2rem; } }

.page-header {
  position: relative;
  padding-top: calc(60px + 2vw);
  padding-bottom: calc(60px + 2vw);
  background-color: #F2F0F1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-header .page-title, .page-header .sub-title {
    color: #121219; }
  .page-header .page-title {
    font-weight: bold; }
    .page-header .page-title:after {
      display: block;
      content: '';
      width: 100px;
      height: 6px;
      background-color: #F15B1E;
      margin-top: 10px !important; }

.page-header .search-form-section {
  padding: 40px 0; }
  .page-header .search-form-section .title {
    font-weight: bold; }

.single-post .page-header {
  background-color: #323234;
  background-image: url(../images/page-headers/default-blog-page-header.jpg);
  height: calc(100px + 20vw); }

.single-armor-resource .page-header {
  padding-top: calc(60px + 5vw);
  padding-bottom: calc(60px + 5vw);
  background-color: #F15B1E;
  background-image: url(../images/page-headers/default-resource-page-header.jpg);
  color: white; }
  .single-armor-resource .page-header .page-header-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    text-align: center; }
    .single-armor-resource .page-header .page-header-body .pre-title {
      font-size: 2rem;
      margin-bottom: 1rem;
      color: #323234; }
      .single-armor-resource .page-header .page-header-body .pre-title a {
        color: white; }
    .single-armor-resource .page-header .page-header-body .title {
      font-size: calc(3rem + 1vw);
      color: white; }
      .single-armor-resource .page-header .page-header-body .title:after {
        display: none; }
    .single-armor-resource .page-header .page-header-body .sub-title {
      font-size: 2rem;
      line-height: 1.3;
      color: white; }

.page-header.hero-page-header .page-header-body {
  max-width: 100%; }

.page-header.hero-page-header .page-header-image {
  display: none; }

@media screen and (min-width: 1024px) {
  .page-header.hero-page-header {
    padding-top: calc(60px + 5vw);
    padding-bottom: calc(60px + 5vw); }
    .page-header.hero-page-header.resources-archive-page-header {
      padding-top: calc(60px + 2vw);
      padding-bottom: calc(60px + 5vw); }
    .page-header.hero-page-header.no-feature-resources {
      padding-top: calc(45px + 2vw);
      padding-bottom: calc(30px + 2vw); }
      .page-header.hero-page-header.no-feature-resources + .main-content-wrapper {
        padding-top: calc(30px + 2vw); } }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header.feature-resources {
    padding-top: calc(45px + 2vw);
    height: auto;
    padding-bottom: 0;
    margin-bottom: -145px; }
    .page-header.hero-page-header.feature-resources + .main-content-wrapper {
      padding-top: 165px; } }

@media screen and (min-width: 992px) {
  .page-header.hero-page-header.feature-resources {
    margin-bottom: -168px; }
    .page-header.hero-page-header.feature-resources + .main-content-wrapper {
      padding-top: 180px; } }

@media screen and (min-width: 1200px) {
  .page-header.hero-page-header.feature-resources {
    margin-bottom: -144px; }
    .page-header.hero-page-header.feature-resources + .main-content-wrapper {
      padding-top: 160px; } }

@media screen and (min-width: 1440px) {
  .page-header.hero-page-header.feature-resources {
    margin-bottom: -123px; }
    .page-header.hero-page-header.feature-resources + .main-content-wrapper {
      padding-top: 140px; } }

.page-header.hero-page-header.header-pad {
  padding-top: calc(100px + 5vw);
  padding-bottom: calc(100px + 5vw); }
  .page-header.hero-page-header.header-pad .page-title {
    font-weight: bold; }
    .page-header.hero-page-header.header-pad .page-title:after {
      display: block;
      content: '';
      width: 35%;
      height: 6px;
      background-color: transparent !important;
      margin-top: 5px; }

.page-header.hero-page-header .page-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  margin: auto; }
  .page-header.hero-page-header .page-header-container .page-header-body .title {
    font-size: calc(3.75rem + 1vw);
    margin-bottom: 2rem;
    font-weight: bold; }
    .page-header.hero-page-header .page-header-container .page-header-body .title:after {
      display: block;
      content: '';
      width: 100px;
      height: 6px;
      background-color: #F15B1E;
      margin-top: 10px !important; }
  .page-header.hero-page-header .page-header-container .page-header-body .sub-title {
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 1.3; }
  .page-header.hero-page-header .page-header-container .page-header-body > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .page-header.hero-page-header .page-header-container p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; } }

.page-header.hero-page-header .header-link-container {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .page-header.hero-page-header .header-link-container > .button, .page-header.hero-page-header .header-link-container > .cta, .page-header.hero-page-header .header-link-container > .link {
    margin-right: 10px; }
    .page-header.hero-page-header .header-link-container > .button:last-child, .page-header.hero-page-header .header-link-container > .cta:last-child, .page-header.hero-page-header .header-link-container > .link:last-child {
      margin-right: 0; }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header .page-header-body {
    max-width: 65%; }
  .page-header.hero-page-header .page-header-image {
    display: block;
    margin: auto;
    max-width: 50%;
    padding-left: 15px; }
    .page-header.hero-page-header .page-header-image img {
      max-width: 500px;
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .page-header.hero-page-header .page-header-body {
    max-width: 60%; }
  .page-header.hero-page-header .page-header-image {
    padding-left: 20px; } }

@media screen and (min-width: 1200px) {
  .page-header.hero-page-header .page-header-body {
    max-width: 50%; }
  .page-header.hero-page-header .page-header-image {
    padding-left: 30px; } }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header.header-width-md .page-header-body {
    max-width: 65%; } }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header.header-width-lg .page-header-body {
    max-width: 65%; } }

@media screen and (min-width: 1024px) {
  .page-header.hero-page-header.header-width-lg .page-header-body {
    max-width: 70%; } }

@media screen and (min-width: 1200px) {
  .page-header.hero-page-header.header-width-lg .page-header-body {
    max-width: 75%; } }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header.header-width-xl .page-header-body {
    max-width: 75%; } }

@media screen and (min-width: 1024px) {
  .page-header.hero-page-header.header-width-xl .page-header-body {
    max-width: 80%; } }

@media screen and (min-width: 1200px) {
  .page-header.hero-page-header.header-width-xl .page-header-body {
    max-width: 85%; } }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header.header-width-xxl .page-header-body {
    max-width: 70%; } }

@media screen and (min-width: 1024px) {
  .page-header.hero-page-header.header-width-xxl .page-header-body {
    max-width: 85%; } }

@media screen and (min-width: 1200px) {
  .page-header.hero-page-header.header-width-xxl .page-header-body {
    max-width: 90%; } }

@media screen and (min-width: 768px) {
  .page-header.hero-page-header.header-width-full .page-header-body {
    max-width: 100%; } }

.page-header.hero-form .page-header-body {
  width: 100%;
  max-width: 100%; }

.page-header.hero-form form,
.page-header.hero-form .mktoForm {
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  .page-header.hero-form form input,
  .page-header.hero-form form textarea,
  .page-header.hero-form .mktoForm input,
  .page-header.hero-form .mktoForm textarea {
    padding: 1rem 1.5rem; }
  .page-header.hero-form form#mktoForm_937,
  .page-header.hero-form .mktoForm#mktoForm_937 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-header.hero-form form#mktoForm_937 .mktoFormRow,
    .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow {
      padding: 2.5px 0; }
      .page-header.hero-form form#mktoForm_937 .mktoFormRow input,
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow input {
        border: none;
        outline: none; }
        .page-header.hero-form form#mktoForm_937 .mktoFormRow input:hover, .page-header.hero-form form#mktoForm_937 .mktoFormRow input:active, .page-header.hero-form form#mktoForm_937 .mktoFormRow input:focus,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow input:hover,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow input:active,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow input:focus {
          border: none;
          outline: none; }
      .page-header.hero-form form#mktoForm_937 .mktoFormRow .mktoFormCol,
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow .mktoFormCol {
        margin: 0 !important;
        padding: 0 !important; }
      .page-header.hero-form form#mktoForm_937 .mktoFormRow label.mktoLabel,
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow label.mktoLabel {
        display: none; }
      .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(1),
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(1) {
        display: none;
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding-left: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(1),
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(1) {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            padding-left: 0;
            padding-right: 0; } }
      .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(2),
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(2) {
        display: none;
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding-right: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(2),
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(2) {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            padding-right: 0;
            padding-left: 0; } }
      .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(3),
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(3) {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0; }
        @media screen and (min-width: 440px) {
          .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(3),
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(3) {
            width: 70%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 70%;
                    flex: 0 0 70%; } }
        @media screen and (min-width: 768px) {
          .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(3),
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(3) {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
        @media screen and (min-width: 992px) {
          .page-header.hero-form form#mktoForm_937 .mktoFormRow:nth-of-type(3),
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoFormRow:nth-of-type(3) {
            width: 70%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 70%;
                    flex: 0 0 70%; } }
    .page-header.hero-form form#mktoForm_937 .mktoButtonRow,
    .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow {
      padding: 2.5px 0;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      height: 45px;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto; }
      @media screen and (min-width: 440px) {
        .page-header.hero-form form#mktoForm_937 .mktoButtonRow,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow {
          width: 30%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 30%;
                  flex: 0 0 30%; } }
      @media screen and (min-width: 768px) {
        .page-header.hero-form form#mktoForm_937 .mktoButtonRow,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      @media screen and (min-width: 992px) {
        .page-header.hero-form form#mktoForm_937 .mktoButtonRow,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow {
          width: 30%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 30%;
                  flex: 0 0 30%; } }
      .page-header.hero-form form#mktoForm_937 .mktoButtonRow .mktoButtonWrap,
      .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow .mktoButtonWrap {
        width: 100%;
        height: 100%; }
        .page-header.hero-form form#mktoForm_937 .mktoButtonRow .mktoButtonWrap .mktoButton,
        .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow .mktoButtonWrap .mktoButton {
          width: 100%;
          height: 100%;
          background: #121219;
          color: #FFFFFF;
          border: none;
          min-height: 45px; }
          .page-header.hero-form form#mktoForm_937 .mktoButtonRow .mktoButtonWrap .mktoButton:hover, .page-header.hero-form form#mktoForm_937 .mktoButtonRow .mktoButtonWrap .mktoButton:focus,
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
          .page-header.hero-form .mktoForm#mktoForm_937 .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
            background: #01426A; }

.page-header.has-feature-nav {
  padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .page-header.has-feature-nav {
      height: auto;
      margin-bottom: 150px; } }
  .page-header.has-feature-nav > .container .feature-nav-list .container {
    padding-left: 0;
    padding-right: 0; }
  .page-header.has-feature-nav .feature-navigation-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 1024px) {
      .page-header.has-feature-nav .feature-navigation-wrapper {
        margin-bottom: -180px;
        padding-bottom: 40px; } }
    .page-header.has-feature-nav .feature-navigation-wrapper .col-feature-nav {
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item {
      background-color: white;
      border: 1px solid #e7e7e7;
      padding: 20px;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
              box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04); }
      @media all and (min-width: 992px) and (max-width: 1199px) {
        .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item {
          padding: 20px 12px; } }
      .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-nav-item-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        @media screen and (min-width: 768px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-nav-item-content-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
      .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-icon {
        max-width: 55px;
        padding-right: 15px;
        display: block; }
        @media screen and (min-width: 1024px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-icon {
            height: 70px;
            width: auto;
            max-width: 100%;
            margin-bottom: 20px;
            padding-right: 0; } }
      .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item a {
        display: block;
        color: #121219;
        text-decoration: none; }
      .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item a:hover {
        color: #F15B1E; }
      .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-title {
        font-size: 1.9rem;
        line-height: 1.3;
        font-weight: 600;
        font-weight: bold;
        margin-bottom: 0.75rem;
        text-align: left; }
        @media screen and (min-width: 768px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-title {
            font-size: 2rem; } }
        @media screen and (min-width: 992px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-title {
            font-size: 2.1rem; } }
        @media screen and (min-width: 1440px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-title {
            font-size: 2.3rem; } }
        @media screen and (min-width: 768px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-title {
            text-align: center; } }
      .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-copy {
        font-size: 1.5rem;
        text-align: left;
        line-height: 1.25; }
        @media screen and (min-width: 768px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-copy {
            text-align: center;
            font-size: 1.3rem; } }
        @media screen and (min-width: 1024px) {
          .page-header.has-feature-nav .feature-navigation-wrapper .feature-nav-item .feature-copy {
            font-size: 1.5rem; } }

.page-header.nf-p-30 .feature-navigation-wrapper .feature-nav-item {
  padding: 30px; }

.anchor-links-wrapper {
  margin-bottom: calc(40px + 1vw);
  max-width: 600px; }
  .anchor-links-wrapper .anchor-links-title {
    color: #121219;
    font-weight: bold;
    font-size: 2rem;
    text-transform: none;
    margin-bottom: 2rem; }
  .anchor-links-wrapper .anchor-link {
    color: #121219;
    text-decoration: none;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .anchor-links-wrapper .anchor-link .anchor-link-icon {
      width: 35px;
      margin-right: 20px;
      -webkit-transition: -webkit-transform ease-out 0.2s;
      transition: -webkit-transform ease-out 0.2s;
      transition: transform ease-out 0.2s;
      transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s; }
    .anchor-links-wrapper .anchor-link:hover {
      color: #F15B1E; }
      .anchor-links-wrapper .anchor-link:hover .anchor-link-icon {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
  @media screen and (min-width: 768px) {
    .anchor-links-wrapper .anchor-link-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .anchor-links-wrapper .anchor-link-list > .anchor-link {
        width: 46%; } }

.pillar-page-header {
  min-height: 400px; }
  .pillar-page-header .page-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 700px;
    margin: auto; }
    .pillar-page-header .page-header-container .page-header-body .page-title::after {
      display: none; }

.author-page-header .page-header-body {
  margin: auto; }

.home .page-header.black-line .page-header-container .page-header-body .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #121219;
  margin-top: 10px !important; }

.post-type-archive-armor-resource .page-header.black-line .page-header-container .page-header-body .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #121219;
  margin-top: 10px !important; }

@media screen and (min-width: 1024px) {
  .page-template-partner-page .page-header.hero-page-header {
    min-height: 500px; } }

.page-template-partner-page .page-header.hero-page-header .page-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-template-partner-page .page-header.hero-page-header .page-header-container .page-header-body {
    text-align: center; }
    .page-template-partner-page .page-header.hero-page-header .page-header-container .page-header-body .title::after {
      display: none; }

.page-header.hidden-header {
  display: none; }

.page-header.black-line .page-header-container .page-header-body .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #121219;
  margin-top: 10px !important; }

.gated-content-form {
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  max-width: 100%; }
  .gated-content-form form {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%; }

.gated {
  display: none; }

.type-armor-resource {
  max-width: 1000px;
  margin: auto; }

.page-template-armor-pricing-page .center-img .content-section.section-image-text-cta .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1200px) {
    .page-template-armor-pricing-page .center-img .content-section.section-image-text-cta .img-col {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.page-template-armor-pricing-page .center-img .content-section {
  padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .page-template-armor-pricing-page .center-img .content-section {
      padding-bottom: 0; } }

.page-template-armor-pricing-page .center-img img {
  position: relative;
  bottom: 75px; }

.related-resources {
  padding-top: 60px;
  display: inline-table; }
  .related-resources .related-resources-header {
    text-align: center;
    padding-bottom: 30px; }

@media screen and (min-width: 768px) {
  .related-resources .resource-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .related-resources .resource-list .resource {
      width: 32%; } }

.related-resources .resource {
  margin-bottom: 20px;
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  padding: 20px; }
  .related-resources .resource > a {
    text-decoration: none;
    color: #323234;
    display: block; }
  .related-resources .resource .resource-img {
    display: block;
    margin-bottom: 20px;
    min-height: 135px; }
  .related-resources .resource .resource-type {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #F15B1E;
    margin-bottom: 0.5rem; }
  .related-resources .resource .resource-title {
    margin-bottom: 1rem; }
    .related-resources .resource .resource-title a {
      color: #323234; }
  .related-resources .resource .resource-excerpt {
    font-size: 1.4rem; }
  .related-resources .resource a {
    text-decoration: none;
    color: #323234; }
  .related-resources .resource .more {
    color: #F15B1E; }

.resource-list-header .result-title.has-search {
  display: none; }

.resource-list-header .result-title.no-search {
  display: none; }

.resource-list-header .selected-taxonomy {
  font-size: 1.8rem; }
  .resource-list-header .selected-taxonomy strong {
    font-weight: bold;
    text-transform: uppercase; }

.resource-list-header .facetwp-counts {
  display: inline; }

.resource-list-header .facetwp-selections {
  margin-bottom: 40px; }
  .resource-list-header .facetwp-selections ul {
    margin: 0;
    padding: 0; }
  .resource-list-header .facetwp-selections li {
    font-size: 1.4rem;
    background-color: #DADADA;
    padding: 4px;
    margin: 4px; }

.resource-list-header .facetwp-selection-label {
  text-transform: uppercase; }

.resource-list-header .facetwp-selection-value {
  margin-right: 4px; }

.main-column.resource-archive-main .resource-archive-col-wrapper .resource-search-filter {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .main-column.resource-archive-main .resource-archive-col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-column.resource-archive-main .resource-archive-col-wrapper .resource-search-filter {
      width: 23%;
      margin-right: 2%;
      margin-bottom: 0; }
    .main-column.resource-archive-main .resource-archive-col-wrapper .resource-content-wrapper {
      width: 75%; } }

.resource-search-filter .filter-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.resource-search-filter .facetwp-facet {
  margin-bottom: 40px; }

.resource-search-filter .facetwp-checkbox {
  margin-bottom: 10px; }

.resource-search-filter .facetwp-counter {
  font-size: 1.4rem;
  color: #323234;
  margin-left: 2px; }

@media screen and (max-width: 1024px) {
  .resource-search-filter .filter-list .filter-group {
    font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .resource-search-filter {
    margin-bottom: 20px; }
    .resource-search-filter .filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .resource-search-filter .filter-list .filter-group {
        margin-right: 20px;
        font-size: 1.4rem; } }

.fwp-load-more.button {
  background-color: white;
  border: 2px solid #AEAEAE;
  color: #323234;
  padding-left: 30px;
  padding-right: 30px; }
  .fwp-load-more.button:hover {
    background-color: #AEAEAE; }

.resource-list .cta-resource {
  text-align: center;
  background-color: #323234;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 60px 40px;
  margin-bottom: 40px; }
  .resource-list .cta-resource .cta-body {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white; }
    .resource-list .cta-resource .cta-body .title {
      color: white;
      font-size: 2.8rem;
      margin-bottom: 1.25rem; }
    .resource-list .cta-resource .cta-body .excerpt {
      color: #F2F0F1;
      font-size: 1.4rem; }
    .resource-list .cta-resource .cta-body .mktoForm {
      background: transparent; }
      .resource-list .cta-resource .cta-body .mktoForm label {
        color: white; }
  .resource-list .cta-resource .more {
    background-color: transparent;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    padding: 14px 18px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color ease-in 0.2s;
    transition: background-color ease-in 0.2s;
    border: 2px solid white; }
    .resource-list .cta-resource .more i {
      margin-left: 10px; }
    .resource-list .cta-resource .more:hover, .resource-list .cta-resource .more:focus, .resource-list .cta-resource .more:active {
      background-color: rgba(26, 26, 26, 0);
      color: white; }
    .resource-list .cta-resource .more:hover {
      background-color: rgba(0, 0, 0, 0.6); }

.resource-list + .section-footer {
  margin-top: 30px; }
  @media screen and (min-width: 1024px) {
    .resource-list + .section-footer {
      margin-top: 45px; } }
  @media screen and (min-width: 1200px) {
    .resource-list + .section-footer {
      margin-top: 60px; } }

.page-header.resources-archive-page-header {
  background: url("https://cdn.armor.com/app/uploads/2019/07/orange-abstract-bg.png");
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .page-header.resources-archive-page-header {
      height: 540px; }
      .page-header.resources-archive-page-header .section-featured-resources {
        padding-top: 0; }
        .page-header.resources-archive-page-header .section-featured-resources .resource {
          z-index: 999999; }
          .page-header.resources-archive-page-header .section-featured-resources .resource .resource-title {
            font-weight: 600; } }
  @media screen and (min-width: 1024px) {
    .page-header.resources-archive-page-header {
      height: 550px; } }
  @media screen and (min-width: 1440px) {
    .page-header.resources-archive-page-header {
      height: 560px; } }
  @media screen and (min-width: 1600px) {
    .page-header.resources-archive-page-header {
      height: 580px; } }
  @media screen and (min-width: 1920px) {
    .page-header.resources-archive-page-header {
      height: 580px; } }
  .page-header.resources-archive-page-header .page-header-body .title {
    color: white;
    font-family: "DIN Next W01 Bold", "Georgia", "Times New Roman", serif; }
    .page-header.resources-archive-page-header .page-header-body .title:after {
      display: block;
      content: '';
      width: 100px;
      height: 6px;
      background-color: #121219;
      margin-top: 10px !important; }
  .page-header.resources-archive-page-header.no-feature-resources {
    height: auto; }

.page-header.resources-archive-page-header .resource-header-banners .banner-list {
  padding: 30px 0; }

.page-header.resources-archive-page-header .resource-header-banners .banner {
  margin-bottom: 30px; }
  .page-header.resources-archive-page-header .resource-header-banners .banner .banner-img {
    margin-bottom: 0; }
  .page-header.resources-archive-page-header .resource-header-banners .banner .banner-body {
    background-color: white;
    padding: 60px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    text-align: center;
    padding: 20px 25px;
    max-width: 100%;
    text-align: left; }

@media screen and (min-width: 768px) {
  .page-header.resources-archive-page-header .resource-header-banners .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-header.resources-archive-page-header .resource-header-banners .banner {
    width: 30%; } }

.resource-sidebar-banners .banner-list .banner {
  position: relative; }
  .resource-sidebar-banners .banner-list .banner .banner-img {
    margin-bottom: 0; }
  .resource-sidebar-banners .banner-list .banner .banner-body {
    position: relative;
    z-index: 10px;
    background-color: white;
    padding: 60px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    text-align: center;
    padding: 30px 20px 20px 20px;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate(40px, -100px);
            transform: translate(40px, -100px); }
  .resource-sidebar-banners .banner-list .banner .pre-title {
    background-color: #F15B1E;
    color: white;
    font-size: 1.4rem;
    padding: 12px 16px 8px 16px;
    line-height: 1;
    display: inline-block;
    top: -20px;
    position: absolute;
    margin-bottom: 0; }

@media screen and (max-width: 1024px) {
  .resource-sidebar-banners {
    display: none; } }

.resource-extra-content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .resource-extra-content .button {
    margin: 5px;
    background-color: #121219; }
    .resource-extra-content .button:hover {
      background-color: #01426A; }

.content-section.section-full-width-cta.cta-content-hub {
  border-top: 1px solid #DADADA;
  background-color: #F2F0F1; }
  .content-section.section-full-width-cta.cta-content-hub .cta-copy-wrapper {
    background-color: inherit;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
  .content-section.section-full-width-cta.cta-content-hub .button-list .button {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #DADADA;
    color: #323234; }
    .content-section.section-full-width-cta.cta-content-hub .button-list .button:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.resource-list .resource {
  background: white; }
  .resource-list .resource .resource-body {
    padding: 25px; }
    .resource-list .resource .resource-body .pre-title {
      font-size: 1.5rem;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-family: "DIN Next W01 Light", "Georgia", "Times New Roman", serif; }

@media screen and (min-width: 768px) {
  .post-type-archive-armor-resource .main-content-wrapper, .tax-armor-resource-type .main-content-wrapper {
    padding-top: 150px; } }

@media screen and (min-width: 768px) {
  .post-type-archive-armor-resource .main-content-wrapper .post-list .armor-resource .copy-wrapper, .tax-armor-resource-type .main-content-wrapper .post-list .armor-resource .copy-wrapper {
    margin-bottom: 0; } }

.post-type-archive-armor-resource .main-content-wrapper .post-list .armor-resource .title a, .tax-armor-resource-type .main-content-wrapper .post-list .armor-resource .title a {
  color: #333; }

.offer-table {
  border-collapse: collapse;
  margin: 0 auto 1rem auto;
  max-width: 100%; }
  .offer-table thead {
    color: #fefefe;
    text-align: left; }
    .offer-table thead th {
      padding: 0.5rem 1rem;
      border-right: 2px solid white;
      background-color: #ff5500; }
  .offer-table tbody {
    background-color: #fefefe;
    color: #3c5057; }
    .offer-table tbody tr {
      border-bottom: 1px solid #333333;
      height: 55px; }
      .offer-table tbody tr:nth-child(even) {
        background: #eeeeee; }
      .offer-table tbody tr:nth-child(odd) {
        background: #f5f5f5; }
    .offer-table tbody td {
      border: 2px solid white;
      vertical-align: middle; }
    .offer-table tbody .checkmark {
      color: #01C08F;
      text-align: center; }

@-webkit-keyframes sprouting {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    opacity: 0.6; }
  20% {
    opacity: 0.8; }
  50% {
    opacity: 1.0; }
  70% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

@keyframes sprouting {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    opacity: 0.6; }
  20% {
    opacity: 0.8; }
  50% {
    opacity: 1.0; }
  70% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px); }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

.sprouting-navigation {
  padding-top: calc(40px + 2vw);
  padding-bottom: calc(40px + 2vw);
  background-color: #DADADA; }
  @media screen and (min-width: 768px) {
    .sprouting-navigation {
      padding-top: 0;
      padding-bottom: 0; } }

.sprouting-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  margin: auto; }
  .sprouting-nav-list .sprouting-nav-item {
    max-width: 400px;
    margin-bottom: 100px; }
    .sprouting-nav-list .sprouting-nav-item:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .sprouting-nav-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .sprouting-nav-list .sprouting-nav-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 10px; }
        .sprouting-nav-list .sprouting-nav-item:nth-child(2), .sprouting-nav-list .sprouting-nav-item:nth-last-child(2) {
          margin-top: -60px; } }

@media screen and (min-width: 1024px) {
  .sprouting-navigation.is-animated {
    padding-top: 25px; } }

@media screen and (min-width: 1024px) {
  .sprouting-navigation.is-animated .sprouting-nav-list .sprouting-nav-item {
    -webkit-animation-name: sprouting;
            animation-name: sprouting;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.63, 0.21, 0.775, 1.65);
            animation-timing-function: cubic-bezier(0.63, 0.21, 0.775, 1.65);
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .sprouting-navigation.is-animated .sprouting-nav-list .sprouting-nav-item:nth-child(2) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s; }
    .sprouting-navigation.is-animated .sprouting-nav-list .sprouting-nav-item:nth-last-child(2) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s; }
    .sprouting-navigation.is-animated .sprouting-nav-list .sprouting-nav-item:nth-last-child {
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s; } }

.sprouting-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  background-color: white;
  border-top: 5px solid #F15B1E;
  padding: 20px 40px 20px 40px; }
  .sprouting-nav-item .nav-item-image {
    width: 100px;
    height: 100px;
    border: 1px solid #DADADA;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: -70px;
    background-color: white;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sprouting-nav-item .nav-item-image img {
      display: block; }
  .sprouting-nav-item .button.cta-button {
    background-color: #F15B1E;
    padding: 1em 1.5em;
    display: block;
    border: #F15B1E; }
  .sprouting-nav-item .cta-link {
    margin-top: 2rem;
    display: block;
    color: #01426A;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem; }

.sprouting-section {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .sprouting-section {
      bottom: 150px; } }
  @media screen and (min-width: 1200px) {
    .sprouting-section {
      bottom: 200px; } }
  .sprouting-section .content-section {
    padding-top: 0;
    padding-bottom: 0; }

@media screen and (min-width: 1024px) {
  .after-sprouting-section {
    margin-top: -150px; } }

@media screen and (min-width: 1200px) {
  .after-sprouting-section {
    margin-top: -200px; } }

.sprouting-cta .content-section {
  padding: 0; }

.blog-article-wrapper {
  position: relative;
  background-color: white;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .blog-article-wrapper {
      margin-top: calc(-5vw);
      width: 80vw; } }

.entry-header {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 60px; }
  .entry-header .pre-title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.8rem; }
    .entry-header .pre-title .sep {
      color: #AEAEAE; }
    .entry-header .pre-title .posted-on {
      margin-right: 1rem; }
  .entry-header .entry-title {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: calc(3.6rem + 1.25vw); }
  .entry-header .posted-on {
    text-transform: uppercase;
    color: #AEAEAE; }
  .entry-header .entry-author {
    font-weight: bold; }
    .entry-header .entry-author a {
      text-decoration: none; }
  .entry-header .entry-teaser {
    font-size: calc(1.6rem + 1vw);
    line-height: 1.25;
    font-style: italic;
    font-family: "Georgia", "Times New Roman", serif;
    color: #AEAEAE;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-bottom: 40px; }

.entry-header .entry-author .byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .entry-header .entry-author .byline img.profile-img {
    width: 100px;
    height: 100px;
    margin-right: 20px; }

.author-bio-block a {
  text-decoration: none; }

.author-bio-block img.profile-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.author-bio-block .byline {
  font-size: 2rem;
  margin-bottom: 1.25rem; }

.author-bio-block .author {
  font-weight: bold; }

.author-bio-block .bio-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px; }

.author-bio-block .social-links {
  font-size: 2.8rem; }
  .author-bio-block .social-links a {
    display: inline-block;
    margin: 5px 10px;
    color: #AEAEAE; }
    .author-bio-block .social-links a:hover {
      color: #F15B1E; }

.entry-footer {
  margin-top: 40px; }

.entry-footer .author-bio-block {
  text-align: center; }
  .entry-footer .author-bio-block img.bio {
    width: 150px;
    height: 150px; }

.author-page-header .profile-img {
  display: block;
  margin-bottom: 20px; }

.author-page-header .social-links {
  font-size: 3.2rem; }
  .author-page-header .social-links a {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #AEAEAE; }
    .author-page-header .social-links a:hover {
      color: #F15B1E; }

.author-page-header .job-title {
  display: inline-block;
  font-size: 70%;
  margin-left: 0.5rem; }

.post-list > .post, .post-list .resource {
  position: relative;
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }
  .post-list > .post .post-thumbnail, .post-list .resource .post-thumbnail {
    display: none; }
  .post-list > .post .copy-wrapper, .post-list .resource .copy-wrapper {
    margin-bottom: 20px; }
  .post-list > .post .title, .post-list .resource .title {
    font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 10px;
    font-weight: 300; }
  .post-list > .post .pre-title, .post-list > .post .entry-date, .post-list .resource .pre-title, .post-list .resource .entry-date {
    color: #AAAAAA;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-right: 0.5rem; }
  .post-list > .post .excerpt, .post-list .resource .excerpt {
    font-size: 1.4rem; }
  .post-list > .post:last-child, .post-list .resource:last-child {
    margin-bottom: 0; }
  .post-list > .post .more, .post-list .resource .more {
    color: #F15B1E; }
  @media screen and (min-width: 1024px) {
    .post-list > .post, .post-list .resource {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .post-list > .post .copy-wrapper, .post-list .resource .copy-wrapper {
        width: 75%;
        padding-right: 20px;
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .post-list > .post .post-thumbnail, .post-list .resource .post-thumbnail {
        display: block;
        width: 25%; } }

.search-header {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #AEAEAE;
  -webkit-box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.1);
  max-height: 125px; }
  .search-header .search-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px; }

.search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .search-form label {
    width: 100%;
    height: 44px; }
  .search-form input {
    height: 44px; }

.page-template-searchpage .content-section {
  padding-bottom: 40px; }

.page-template-searchpage .content-section.search-form-section {
  padding-top: 0;
  padding-bottom: 0; }

.search-form-section .title {
  margin-bottom: 1rem; }

.search-results .content-section.search-form-section {
  padding-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 40px; }

.search-query {
  color: #323234;
  font-style: italic; }

.post-list.search-result-list > .search-result {
  position: relative;
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }
  .post-list.search-result-list > .search-result .post-thumbnail {
    display: none; }
  .post-list.search-result-list > .search-result .copy-wrapper {
    margin-bottom: 20px; }
  .post-list.search-result-list > .search-result .title {
    font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 10px;
    font-weight: 300; }
  .post-list.search-result-list > .search-result .pre-title, .post-list.search-result-list > .search-result .entry-date {
    color: #AAAAAA;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-right: 0.5rem; }
  .post-list.search-result-list > .search-result .excerpt {
    font-size: 1.4rem; }
  .post-list.search-result-list > .search-result:last-child {
    margin-bottom: 0; }
  .post-list.search-result-list > .search-result .more {
    color: #F15B1E; }
  @media screen and (min-width: 1024px) {
    .post-list.search-result-list > .search-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .post-list.search-result-list > .search-result .copy-wrapper {
        width: 75%;
        padding-right: 20px;
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .post-list.search-result-list > .search-result .post-thumbnail {
        display: block;
        width: 25%; } }

.error404 .entry-content {
  text-align: center; }

.error404 .main-content-wrapper {
  background-image: url(../images/404-lost-man.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  padding-bottom: 400px; }

.error404 .site-footer {
  padding-top: 0; }

#tribe-events {
  padding-top: 25px; }
  #tribe-events .mktoForm {
    width: 50% !important;
    margin: auto; }
  #tribe-events #tribe-bar-form .tribe-bar-filters-inner {
    background: white; }
  #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #01426A; }
  #tribe-events #tribe-bar-form input[type='text'] {
    border-bottom: 1px solid #b9b9b9; }
    #tribe-events #tribe-bar-form input[type='text']:focus {
      outline: 1px solid #b9b9b9; }
  #tribe-events .tribe-events-ical, #tribe-events .tribe-events-button {
    background-color: #01426A; }
  #tribe-events .tribe-events-notices {
    background-color: #b1c6d2;
    color: #01426A;
    outline: none;
    border: 1px solid #01426A; }
  #tribe-events .tribe-events-list .tribe-events-loop .tribe-event-featured {
    background: #01426A;
    margin-bottom: 2rem;
    padding: 2.5rem; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

ul.arrow-list, ul.caret-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0; }
  ul.arrow-list li, ul.caret-list li {
    position: relative;
    padding-left: 3rem; }
    ul.arrow-list li::before, ul.caret-list li::before {
      position: absolute;
      left: 0;
      font-size: 2rem;
      font-family: "Font Awesome 5 Free";
      margin-left: 0.1rem;
      line-height: 0.7;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-weight: 900; }

ul.arrow-list li::before {
  content: "\f30b";
  top: 1px;
  font-size: 2.25rem; }

ul.caret-list li {
  padding-left: 2rem; }
  ul.caret-list li::before {
    content: '\f054';
    top: 1px;
    font-size: 1.75rem; }

ul.orange li::before {
  color: #F15B1E; }

table.table.table-armor-orange {
  font-size: 90%; }
  @media screen and (min-width: 768px) {
    table.table.table-armor-orange {
      font-size: 95%; } }
  @media screen and (min-width: 992px) {
    table.table.table-armor-orange {
      font-size: 100%; } }
  table.table.table-armor-orange .table-section-header {
    color: #F15B1E;
    background-color: #fbfbfb; }
  table.table.table-armor-orange thead tr th {
    background-color: #F15B1E;
    color: #F2F0F1 !important; }
  table.table.table-armor-orange tbody tr {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    table.table.table-armor-orange tbody tr th,
    table.table.table-armor-orange tbody tr td {
      background-color: transparent; }

.icon-added {
  position: relative; }
  .icon-added .icon-wrapper img {
    width: 100%;
    max-width: 60px; }
  .icon-added.icon-size-sm .icon-wrapper img {
    max-width: 30px; }
  .icon-added.icon-size-lg .icon-wrapper img {
    max-width: 65px; }
  .icon-added.icon-pos-left {
    padding: 0 0 0 80px !important; }
    .icon-added.icon-pos-left .icon-wrapper {
      position: absolute;
      left: 0;
      top: -3px; }
    .icon-added.icon-pos-left.icon-size-sm {
      padding: 0 0 0 40px !important; }
    .icon-added.icon-pos-left.icon-size-lg {
      padding: 0 0 0 80px !important; }
  .icon-added.icon-pos-left-headline {
    position: relative; }
    .icon-added.icon-pos-left-headline .headline {
      padding: 0 0 0 36px !important; }
    .icon-added.icon-pos-left-headline .icon-wrapper img {
      max-width: 28px; }
    .icon-added.icon-pos-left-headline .icon-wrapper {
      position: absolute;
      left: 0;
      top: -3px; }
    .icon-added.icon-pos-left-headline.icon-size-sm .headline {
      padding: 0 0 0 32px !important; }
    .icon-added.icon-pos-left-headline.icon-size-sm .icon-wrapper img {
      max-width: 24px; }
    .icon-added.icon-pos-left-headline.icon-size-lg .headline {
      padding: 0 0 0 40px !important; }
    .icon-added.icon-pos-left-headline.icon-size-lg .icon-wrapper img {
      max-width: 32px; }

@media screen and (min-width: 1920px) {
  .icon-added .icon-wrapper img {
    max-width: 55px; }
  .icon-added.icon-size-lg .icon-wrapper img {
    max-width: 75px; }
  .icon-added.icon-size-sm .icon-wrapper img {
    max-width: 35px; }
  .icon-added.icon-pos-left {
    padding: 0 0 0 70px !important; }
    .icon-added.icon-pos-left.icon-size-lg {
      padding: 0 0 0 90px !important; }
    .icon-added.icon-pos-left.icon-size-sm {
      padding: 0 0 0 50px !important; }
  .icon-added.icon-pos-left-headline {
    position: relative; }
    .icon-added.icon-pos-left-headline .headline {
      padding: 0 0 0 40px !important; }
    .icon-added.icon-pos-left-headline .icon-wrapper img {
      max-width: 32px; }
    .icon-added.icon-pos-left-headline .icon-wrapper {
      position: absolute;
      left: 0;
      top: -3px; }
    .icon-added.icon-pos-left-headline.icon-size-sm .headline {
      padding: 0 0 0 34px !important; }
    .icon-added.icon-pos-left-headline.icon-size-sm .icon-wrapper img {
      max-width: 26px; }
    .icon-added.icon-pos-left-headline.icon-size-lg .headline {
      padding: 0 0 0 46px !important; }
    .icon-added.icon-pos-left-headline.icon-size-lg .icon-wrapper img {
      max-width: 38px; } }

.row.row-section {
  margin-top: 30px;
  margin-bottom: 30px; }
  .row.row-section:first-of-type {
    margin-top: 0; }
  .row.row-section:last-of-type {
    margin-bottom: 0; }

.section-header.content-section-header .title-section-header {
  text-align: inherit; }

.section-header.content-section-header .excerpt p:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.section-footer.content-section-footer {
  margin: 2.25rem 0; }
  .section-footer.content-section-footer .excerpt-section-footer {
    margin: 2.25rem 0; }
    .section-footer.content-section-footer .excerpt-section-footer p:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .section-footer.content-section-footer .button-list {
    padding: 0;
    margin: 2.25rem 0; }
    .section-footer.content-section-footer .button-list a {
      margin-left: 15px; }
      .section-footer.content-section-footer .button-list a:first-child {
        margin-left: 0; }

#videoModal.modal-video .modal-header {
  z-index: 10;
  border: none; }
  #videoModal.modal-video .modal-header .close {
    margin: -1rem -2.8rem -2.3rem auto;
    background-color: rgba(241, 91, 30, 0.65);
    border: none;
    outline: none;
    font-weight: 100;
    padding: 0.5rem 1rem;
    line-height: 0.9;
    font-size: 3rem; }

#videoModal.modal-video .modal-content {
  border: none !important;
  background-color: transparent !important; }

.login-promo .pre-image img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.login-promo .pre-image.icon img {
  max-width: 90px;
  height: auto; }

.login-promo .title {
  font-weight: 600; }

.login-promo .excerpt {
  font-weight: 400;
  line-height: 1.4;
  color: initial; }

.login-promo .card-feature .card-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  width: 80%;
  max-width: 700px; }

.login-promo .card {
  position: relative; }
  .login-promo .card .pre-title {
    color: #78787d;
    margin-bottom: 12px; }
    .login-promo .card .pre-title:hover {
      color: #78787d; }
    .login-promo .card .pre-title.flag {
      position: absolute;
      top: 1.5rem;
      right: 0;
      padding: 0.75rem 1rem 0.85rem;
      color: #fff;
      background-color: #f15b1e;
      line-height: 1.2; }
      .login-promo .card .pre-title.flag:hover {
        color: #fff; }

.page-template-calculator-page .form-inline label {
  display: inline !important; }

.page-template-calculator-page .savings-per-year:after {
  display: inline;
  content: '/yr.'; }

.page-template-calculator-page .savings-percent:after {
  display: inline;
  content: '%'; }

.page-template-calculator-page .calc-form select,
.page-template-calculator-page .calc-form textarea,
.page-template-calculator-page .calc-form input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0.5rem; }

.page-template-calculator-page .calc-form .form-group {
  margin-bottom: 1.75rem; }
  .page-template-calculator-page .calc-form .form-group:last-child {
    margin-bottom: 0; }

.page-template-calculator-page .calc-form .toggle-display i {
  margin-left: 0.65rem; }

.page-template-calculator-page .calc-form .toggle-display:not(.collapsed) i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.page-template-calculator-page .calc-header {
  max-width: 760px;
  margin: 0 auto; }

.page-template-calculator-page .bg-orange .calc-header h1, .page-template-calculator-page .bg-orange .calc-header h2, .page-template-calculator-page .bg-orange .calc-header h3, .page-template-calculator-page .bg-orange .calc-header h4, .page-template-calculator-page .bg-orange .calc-header h5, .page-template-calculator-page .bg-orange .calc-header div {
  color: #fff; }

.page-template-calculator-page .bg-orange .calc-form h1, .page-template-calculator-page .bg-orange .calc-form h2, .page-template-calculator-page .bg-orange .calc-form h3, .page-template-calculator-page .bg-orange .calc-form h4, .page-template-calculator-page .bg-orange .calc-form h5 {
  color: #fff; }

.page-template-calculator-page .bg-orange .calc-form label {
  color: #fff;
  margin-bottom: 0.75rem; }

.page-template-calculator-page .bg-orange .calc-form hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  border: none; }

.page-template-calculator-page .main-content-wrapper .calc-msg-wrapper {
  height: auto;
  overflow: hidden; }
  .page-template-calculator-page .main-content-wrapper .calc-msg-wrapper .calc-msg-inside {
    max-width: 760px;
    margin: 2rem auto; }

.page-template-calculator-page .main-content-wrapper .results-wrapper {
  height: 0;
  overflow: hidden; }

.page-template-calculator-page .main-content-wrapper .col-calc-results {
  height: 0;
  overflow: hidden; }

.page-template-calculator-page .main-content-wrapper.show-results .results-wrapper {
  height: auto; }

.page-template-calculator-page .main-content-wrapper.show-results .col-calc-results {
  height: auto; }

.page-template-calculator-page .main-content-wrapper.show-results .calc-msg-wrapper {
  height: 0;
  padding: 0 !important;
  margin: 0 !important; }

.page-template-calculator-page .main-content-wrapper:not(.show-results) .results-wrapper {
  padding: 0 !important;
  margin: 0 !important; }

.page-template-calculator-page .main-content-wrapper:not(.show-results) .col-calc-results {
  padding: 0 !important;
  margin: 0 !important; }

.page-template-calculator-page .results-wrapper > .row > div > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.page-template-calculator-page .row-spacer hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border: none; }

.page-template-calculator-page a {
  cursor: pointer; }

.page-template-calculator-page form label {
  font-size: 13px; }

.page-template-calculator-page .armor-included {
  font-size: 13px;
  font-weight: bolder; }

.page-template-calculator-page body {
  overflow: auto; }

.page-template-calculator-page .bg-armor {
  background-color: #F15B1E;
  color: #fff; }

.page-template-calculator-page .bg-armor .text-muted {
  color: rgba(255, 255, 255, 0.75) !important; }

.page-template-calculator-page .text-sm {
  font-size: 13px; }

.page-template-calculator-page thead tr th,
.page-template-calculator-page thead tr td {
  text-align: right; }

.page-template-calculator-page thead tr th:first-child {
  text-align: left; }

.page-template-calculator-page .form-group label {
  font-weight: 600; }

.page-template-calculator-page .form-group label .toggel-help-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300; }

.page-template-calculator-page .form-group label .toggel-help-text:hover {
  cursor: pointer; }

.page-template-calculator-page .sub-th {
  font-size: 0.9rem;
  margin-left: 1rem;
  font-weight: 500; }

.page-template-calculator-page .form-group.form-group-increment-sm .form-control {
  /*padding-left: 0;*/
  max-width: 65px; }

.page-template-calculator-page div[data-calc] {
  text-align: right;
  font-size: 13px; }

.page-template-calculator-page div[data-calc].text-center {
  text-align: center; }

.page-template-calculator-page .chart-section {
  display: none; }

.page-template-calculator-page .chart-section.show-chart {
  display: block; }

.entry-content .so-panel {
  margin-bottom: 0 !important; }

.content-section {
  width: 100%;
  padding-top: calc(40px + 2vw);
  padding-bottom: calc(40px + 2vw);
  margin-bottom: 0;
  max-width: 1920px;
  margin: auto !important; }
  .content-section header:last-child {
    margin-bottom: 0; }
  .content-section .content-section-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
    margin-bottom: calc(40px + 1.25vw); }
    .content-section .content-section-header .excerpt {
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 600px; }
  .content-section .col > .content-section-header {
    max-width: 100%; }
    .content-section .col > .content-section-header .excerpt {
      max-width: 100%; }
  .content-section .title {
    font-weight: bold; }
  .content-section .pre-title {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #F15B1E; }
  .content-section .button-list {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content-section .button-list:not([class*="justify-content-"]) {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .content-section .button-list .button {
      margin: 8px; }

.section-slide-gallery .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.section-slide-gallery .slide {
  max-width: 300px;
  margin: 0 10px 30px 10px; }
  .section-slide-gallery .slide img {
    display: block;
    margin-bottom: 10px; }

.content-section .resource > a {
  text-decoration: none;
  color: #323234;
  display: block; }

.content-section .resource .resource-img {
  display: block;
  margin-bottom: 20px;
  min-height: 135px; }

.content-section .resource .resource-type {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #F15B1E;
  margin-bottom: 0.5rem; }

.content-section .resource .resource-title {
  margin-bottom: 1rem; }
  .content-section .resource .resource-title a {
    color: #323234; }

.content-section .resource .resource-excerpt {
  font-size: 1.4rem; }

.content-section-body-wrapper {
  padding-left: 8vw;
  padding-right: 8vw; }

.title-underline.title:after,
.title-underline .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #F15B1E;
  margin-top: 10px !important; }

.title-underline.title:after,
.title-underline .title:after {
  margin-left: auto;
  margin-right: auto; }

.title-underline.text-left .title:after {
  margin-left: 0;
  margin-right: auto; }

.title-underline.text-right .title:after {
  margin-left: auto;
  margin-right: 0; }

section.content-section header.subsec-hl-underline-full:last-child {
  margin-bottom: 30px;
  margin-top: 15px; }

.subsec-hl-underline-full .section-header, .subsec-hl-underline-full.section-header {
  margin-bottom: 2rem; }
  .subsec-hl-underline-full .section-header .title,
  .subsec-hl-underline-full .section-header .headline,
  .subsec-hl-underline-full .section-header h2, .subsec-hl-underline-full.section-header .title,
  .subsec-hl-underline-full.section-header .headline,
  .subsec-hl-underline-full.section-header h2 {
    line-height: 1.25;
    margin-bottom: 0.575em;
    font-size: 2.5rem; }
    .subsec-hl-underline-full .section-header .title:after,
    .subsec-hl-underline-full .section-header .headline:after,
    .subsec-hl-underline-full .section-header h2:after, .subsec-hl-underline-full.section-header .title:after,
    .subsec-hl-underline-full.section-header .headline:after,
    .subsec-hl-underline-full.section-header h2:after {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #F15B1E;
      margin-top: 10px !important; }
  .subsec-hl-underline-full .section-header .excerpt p:last-child, .subsec-hl-underline-full.section-header .excerpt p:last-child {
    margin: 0;
    padding: 0; }

.title-center.title,
.title-center .title {
  text-align: center; }

.play-button {
  padding: 13px !important; }
  .play-button:before {
    content: url(../images/icons/black-play.png);
    position: relative;
    top: 2px; }
  .play-button:hover:before {
    content: url(../images/icons/white-play.png); }

.outline-button-blue, .section-accordion .col-accordion .panels .outline-button-blue,
.section-accordion .col-accordion .accordion .outline-button-blue {
  background-color: white;
  display: inline-block;
  border: 1px solid #01426A;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #01426A;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  .outline-button-blue i, .section-accordion .col-accordion .panels .outline-button-blue i, .section-accordion .col-accordion .accordion .outline-button-blue i {
    margin-left: 10px; }
  .outline-button-blue:hover, .section-accordion .col-accordion .panels .outline-button-blue:hover,
  .section-accordion .col-accordion .accordion .outline-button-blue:hover {
    color: #e6e6e6;
    background-color: #01426A;
    border: 1px solid #012337; }

.outline-button-orange {
  background-color: white;
  display: inline-block;
  border: 1px solid #F15B1E;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #F15B1E;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  .outline-button-orange i {
    margin-left: 10px; }
  .outline-button-orange:hover {
    color: #e6e6e6;
    background-color: #F15B1E;
    border: 1px solid #cf450d; }

.outline-button-black {
  background-color: white;
  display: inline-block;
  border: 1px solid #121219;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #121219;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  .outline-button-black i {
    margin-left: 10px; }
  .outline-button-black:hover {
    color: #e6e6e6;
    background-color: #121219;
    border: 1px solid black; }

.button-orange, .section-accordion .col-accordion .panels .button-orange,
.section-accordion .col-accordion .accordion .button-orange {
  background-color: #F15B1E;
  display: inline-block;
  border: 1px solid #F15B1E;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  .button-orange i, .section-accordion .col-accordion .panels .button-orange i, .section-accordion .col-accordion .accordion .button-orange i {
    margin-left: 10px; }
  .button-orange:hover, .section-accordion .col-accordion .panels .button-orange:hover,
  .section-accordion .col-accordion .accordion .button-orange:hover, .button-orange:focus, .section-accordion .col-accordion .panels .button-orange:focus,
  .section-accordion .col-accordion .accordion .button-orange:focus, .button-orange:active, .section-accordion .col-accordion .panels .button-orange:active,
  .section-accordion .col-accordion .accordion .button-orange:active {
    background-color: #f47e4e;
    color: white; }

.button-blue {
  background-color: #01426A;
  display: inline-block;
  border: 1px solid #01426A;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  .button-blue i {
    margin-left: 10px; }
  .button-blue:hover, .button-blue:focus, .button-blue:active {
    background-color: #01619d;
    color: white; }

.button-black {
  background-color: #121219;
  display: inline-block;
  border: 1px solid #121219;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s; }
  .button-black i {
    margin-left: 10px; }
  .button-black:hover, .button-black:focus, .button-black:active {
    background-color: #272737;
    color: white; }

.arrow-right {
  position: relative;
  padding-right: 28px; }
  .arrow-right:before {
    position: absolute;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    right: 0;
    color: #F15B1E;
    line-height: 0.9; }
    @media screen and (min-width: 1200px) {
      .arrow-right:before {
        font-size: 20px;
        line-height: 0.725; } }

.btn-link, .section-accordion .col-accordion .panels .btn-link,
.section-accordion .col-accordion .accordion .btn-link {
  color: initial;
  text-transform: none;
  border: none;
  background: none;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 94%; }
  .btn-link:after, .section-accordion .col-accordion .panels .btn-link:after,
  .section-accordion .col-accordion .accordion .btn-link:after {
    content: '';
    display: block;
    border-bottom: 3px solid #ff6600;
    width: 0;
    padding-top: 5px;
    position: relative;
    left: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease; }
  .btn-link:hover, .section-accordion .col-accordion .panels .btn-link:hover,
  .section-accordion .col-accordion .accordion .btn-link:hover, .btn-link:focus, .section-accordion .col-accordion .panels .btn-link:focus,
  .section-accordion .col-accordion .accordion .btn-link:focus, .btn-link:active, .section-accordion .col-accordion .panels .btn-link:active,
  .section-accordion .col-accordion .accordion .btn-link:active {
    color: initial;
    background: transparent; }
    .btn-link:hover:after, .section-accordion .col-accordion .panels .btn-link:hover:after,
    .section-accordion .col-accordion .accordion .btn-link:hover:after, .btn-link:focus:after, .section-accordion .col-accordion .panels .btn-link:focus:after,
    .section-accordion .col-accordion .accordion .btn-link:focus:after, .btn-link:active:after, .section-accordion .col-accordion .panels .btn-link:active:after,
    .section-accordion .col-accordion .accordion .btn-link:active:after {
      width: 100%; }
  .btn-link i, .section-accordion .col-accordion .panels .btn-link i, .section-accordion .col-accordion .accordion .btn-link i {
    padding-left: 10px; }
  .btn-link.arrow-right:hover:after, .section-accordion .col-accordion .panels .arrow-right.btn-link:hover:after,
  .section-accordion .col-accordion .accordion .arrow-right.btn-link:hover:after {
    width: calc(100% + 25px); }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  color: #fff;
  border: 1px solid #01426A;
  padding: 0.4em 1em;
  font-size: 1em;
  background-color: #01426A;
  background-image: none; }

.section-accordion.title-underline .row-accordion-content .text-left .title:after {
  margin: 0; }

@media screen and (min-width: 768px) {
  .section-accordion.title-underline .row-accordion-content .text-md-left .title:after {
    margin: 0; } }

@media screen and (min-width: 992px) {
  .section-accordion.title-underline .row-accordion-content .text-lg-left .title:after {
    margin: 0; } }

@media screen and (min-width: 1200px) {
  .section-accordion.title-underline .row-accordion-content .text-xl-left .title:after {
    margin: 0; } }

@media screen and (min-width: 1440px) {
  .section-accordion.title-underline .row-accordion-content .text-xl-left .title:after {
    margin: 0; } }

.section-accordion .excerpt {
  line-height: 1.5; }

.section-accordion .col-text .content-section-header {
  text-align: inherit;
  max-width: 100%; }
  .section-accordion .col-text .content-section-header .excerpt {
    margin: 0;
    max-width: 100%; }
  .section-accordion .col-text .content-section-header * {
    text-align: inherit; }

.section-accordion .col-text .button-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  padding-bottom: 0; }
  .section-accordion .col-text .button-list a {
    margin-left: 15px;
    margin-right: 15px; }

.section-accordion .col-accordion .accordion-header {
  margin: 1rem 0 2rem; }
  .section-accordion .col-accordion .accordion-header .headline {
    padding: 0;
    margin: 1rem 0;
    font-weight: 600; }
  .section-accordion .col-accordion .accordion-header .copy {
    padding: 0;
    margin: 1rem 0; }
    .section-accordion .col-accordion .accordion-header .copy p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .section-accordion .col-accordion .accordion-header > *:first-child {
    margin-top: 0; }
  .section-accordion .col-accordion .accordion-header > *:last-child {
    margin-bottom: 0; }

.section-accordion .col-accordion .panels,
.section-accordion .col-accordion .accordion {
  padding: 1.5rem;
  background: #F2F0F1; }
  .section-accordion .col-accordion .panels .card-body.overflow-x-scroll,
  .section-accordion .col-accordion .accordion .card-body.overflow-x-scroll {
    overflow-x: scroll; }
  .section-accordion .col-accordion .panels *,
  .section-accordion .col-accordion .accordion * {
    color: #121219; }
  .section-accordion .col-accordion .panels .collapse-content .card-body > *:first-of-type,
  .section-accordion .col-accordion .accordion .collapse-content .card-body > *:first-of-type {
    margin-top: 0;
    padding-top: 0; }
  .section-accordion .col-accordion .panels .collapse-content .card-body > *:last-of-type,
  .section-accordion .col-accordion .accordion .collapse-content .card-body > *:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0; }
  .section-accordion .col-accordion .panels .card .headline,
  .section-accordion .col-accordion .accordion .card .headline {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .section-accordion .col-accordion .panels .card .headline,
      .section-accordion .col-accordion .accordion .card .headline {
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .section-accordion .col-accordion .panels .card .headline,
      .section-accordion .col-accordion .accordion .card .headline {
        font-size: 2.1rem; } }
    @media screen and (min-width: 1440px) {
      .section-accordion .col-accordion .panels .card .headline,
      .section-accordion .col-accordion .accordion .card .headline {
        font-size: 2.3rem; } }
  .section-accordion .col-accordion .panels .card .card-body,
  .section-accordion .col-accordion .accordion .card .card-body {
    padding: 15px;
    background-color: #FFFFFF;
    border-top: 1px solid #DADADA; }
    @media screen and (min-width: 992px) {
      .section-accordion .col-accordion .panels .card .card-body,
      .section-accordion .col-accordion .accordion .card .card-body {
        padding: 20px; } }
    @media screen and (min-width: 1600px) {
      .section-accordion .col-accordion .panels .card .card-body,
      .section-accordion .col-accordion .accordion .card .card-body {
        padding: 25px; } }
    .section-accordion .col-accordion .panels .card .card-body div, .section-accordion .col-accordion .panels .card .card-body p, .section-accordion .col-accordion .panels .card .card-body ul,
    .section-accordion .col-accordion .accordion .card .card-body div,
    .section-accordion .col-accordion .accordion .card .card-body p,
    .section-accordion .col-accordion .accordion .card .card-body ul {
      margin-bottom: 1rem; }
    .section-accordion .col-accordion .panels .card .card-body .headline,
    .section-accordion .col-accordion .accordion .card .card-body .headline {
      font-size: 1.6rem;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .section-accordion .col-accordion .panels .card .card-body .headline,
        .section-accordion .col-accordion .accordion .card .card-body .headline {
          font-size: 1.65rem; } }
      @media screen and (min-width: 992px) {
        .section-accordion .col-accordion .panels .card .card-body .headline,
        .section-accordion .col-accordion .accordion .card .card-body .headline {
          font-size: 1.7rem; } }
      @media screen and (min-width: 1440px) {
        .section-accordion .col-accordion .panels .card .card-body .headline,
        .section-accordion .col-accordion .accordion .card .card-body .headline {
          font-size: 1.75rem; } }
  .section-accordion .col-accordion .panels .card .card-header,
  .section-accordion .col-accordion .accordion .card .card-header {
    background-color: #FFFFFF;
    padding: 1.5rem 1rem 1rem 3.75rem;
    margin-top: 10px;
    position: relative; }
    .section-accordion .col-accordion .panels .card .card-header .accordion-toggle,
    .section-accordion .col-accordion .accordion .card .card-header .accordion-toggle {
      cursor: pointer; }
      .section-accordion .col-accordion .panels .card .card-header .accordion-toggle:before,
      .section-accordion .col-accordion .accordion .card .card-header .accordion-toggle:before {
        content: '\f068';
        line-height: 1.5;
        position: absolute;
        left: 15px;
        color: #F15B1E;
        font-size: 1.75rem;
        font-family: "Font Awesome 5 Free";
        font-weight: 600; }
      .section-accordion .col-accordion .panels .card .card-header .accordion-toggle.collapsed:before,
      .section-accordion .col-accordion .accordion .card .card-header .accordion-toggle.collapsed:before {
        content: '\f067'; }
  .section-accordion .col-accordion .panels .card:first-of-type .card-header,
  .section-accordion .col-accordion .accordion .card:first-of-type .card-header {
    margin-top: 0; }
  .section-accordion .col-accordion .panels .card:last-of-type .card-header,
  .section-accordion .col-accordion .accordion .card:last-of-type .card-header {
    margin-bottom: 0; }

.banner-list {
  max-width: 700px;
  margin: auto; }

.banner-list .banner {
  margin-bottom: 5px;
  padding: 25px; }
  .banner-list .banner .banner-img {
    margin-bottom: 15px; }
    .banner-list .banner .banner-img img {
      display: block;
      width: 100%; }
  .banner-list .banner .pre-title {
    color: #F15B1E;
    margin-bottom: 0.5rem; }
  .banner-list .banner .title {
    margin-bottom: 1rem; }
    .banner-list .banner .title a {
      color: #323234; }
  .banner-list .banner .excerpt {
    color: #323234;
    font-size: 1.4rem; }
  .banner-list .banner .button-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0; }
    .banner-list .banner .button-list .btn-link {
      text-decoration: none;
      font-size: 1.3rem;
      font-weight: 600; }

.sidebar .banner-list .banner {
  margin-bottom: 30px;
  padding: 0; }
  .sidebar .banner-list .banner:after {
    content: "";
    display: table;
    clear: both; }
  .sidebar .banner-list .banner .more {
    text-align: right;
    display: block; }

.banner-list-row .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media screen and (min-width: 1024px) {
    .banner-list-row .banner-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .banner-list-row .banner-list .banner {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .banner-list-row .banner-list .banner {
        max-width: 25%; } }

.content-section.two-col-text .col .content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0; }

.content-section.two-col-text .button-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 0; }

.content-section.two-col-text .col-left {
  margin-bottom: 30px; }
  .content-section.two-col-text .col-left .title:after {
    display: block;
    content: '';
    width: 100px;
    height: 6px;
    background-color: #F15B1E;
    margin-top: 10px !important; }

.content-section.two-col-text .right-col .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #F15B1E;
  margin-top: 10px !important; }

@media screen and (min-width: 1024px) {
  .content-section.two-col-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content-section.two-col-text .col {
      margin-bottom: 0; } }

.content-section.section-image-text-cta .col-inside {
  margin-top: 20px;
  margin-bottom: 20px; }
  .content-section.section-image-text-cta .col-inside.col-img-inside img {
    margin: 0;
    padding: 0; }

.content-section.section-image-text-cta .col-text .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #F15B1E;
  margin-top: 10px !important; }

.content-section.section-image-text-cta .button-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .content-section.section-image-text-cta .button-list .button:first-child {
    margin-left: 0; }
  .content-section.section-image-text-cta .button-list .btn-link:nth-child(2) {
    padding-left: 15px; }

.content-section.section-image-text-cta .button {
  background-color: #F15B1E; }
  .content-section.section-image-text-cta .button:hover {
    background-color: #cf450d; }

.content-section.section-mkto-text-cta .col-inside {
  margin-top: 20px;
  margin-bottom: 20px; }
  .content-section.section-mkto-text-cta .col-inside.col-img-inside img {
    margin: 0;
    padding: 0; }

.content-section.section-mkto-text-cta .col-text .title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #F15B1E;
  margin-top: 10px !important; }

.content-section.section-mkto-text-cta .button-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .content-section.section-mkto-text-cta .button-list .button:first-child {
    margin-left: 0; }
  .content-section.section-mkto-text-cta .button-list .btn-link:nth-child(2) {
    padding-left: 15px; }

.content-section.section-mkto-text-cta .button {
  background-color: #F15B1E; }
  .content-section.section-mkto-text-cta .button:hover {
    background-color: #cf450d; }

.content-section.section-mkto-text-cta #confirm {
  display: none; }

.col-form .col-form-inside {
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  text-align: left; }
  .col-form .col-form-inside .mktoForm,
  .col-form .col-form-inside form {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none; }

.col-form .mktoFormHeader {
  margin-bottom: 30px; }
  .col-form .mktoFormHeader h3 {
    margin-bottom: 10px; }

.content-section.section-full-width-cta {
  padding: 25px; }
  .content-section.section-full-width-cta .cta-copy-wrapper {
    background-color: white;
    padding: 60px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    padding: 55px; }
    .content-section.section-full-width-cta .cta-copy-wrapper .pre-title {
      font-size: 1.6rem;
      text-transform: uppercase;
      margin-bottom: 1.5rem; }
    .content-section.section-full-width-cta .cta-copy-wrapper .title {
      margin-bottom: 2rem;
      font-size: 2.5em;
      font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
      font-weight: 300; }
    .content-section.section-full-width-cta .cta-copy-wrapper .content {
      padding-bottom: 25px;
      line-height: 1.3; }
    .content-section.section-full-width-cta .cta-copy-wrapper .button-list {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        .content-section.section-full-width-cta .cta-copy-wrapper .button-list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .content-section.section-full-width-cta .cta-copy-wrapper .button-list a:nth-of-type(2) {
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          .content-section.section-full-width-cta .cta-copy-wrapper .button-list a:nth-of-type(2) {
            margin-left: 15px;
            margin-top: 0; } }
  @media screen and (min-width: 1200px) {
    .content-section.section-full-width-cta .cta-copy-wrapper {
      max-width: 650px; } }

@media screen and (min-width: 768px) {
  .right-side .content-section.section-full-width-cta .cta-copy-wrapper {
    margin-right: 100px;
    position: relative;
    top: 50px; } }

.orange-box .content-section.section-full-width-cta .cta-copy-wrapper {
  background-color: #F15B1E !important; }
  .orange-box .content-section.section-full-width-cta .cta-copy-wrapper .title {
    color: #FFFFFF; }

.content-section.section-full-width-resource {
  margin-bottom: 5em; }
  .content-section.section-full-width-resource .resource-cta-copy-wrapper {
    background-color: white;
    padding: 60px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    text-align: center;
    padding: 50px;
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .content-section.section-full-width-resource .resource-cta-copy-wrapper {
        float: right;
        position: relative;
        top: 150px;
        max-width: 650px; } }
    .content-section.section-full-width-resource .resource-cta-copy-wrapper .resource-type {
      font-size: 1.6rem;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      padding: 10px;
      background: #F15B1E;
      color: #FFFFFF;
      position: relative;
      text-align: left;
      left: -50px; }
    .content-section.section-full-width-resource .resource-cta-copy-wrapper .title {
      margin-bottom: 2rem;
      font-size: 2.5rem; }
    .content-section.section-full-width-resource .resource-cta-copy-wrapper .content {
      line-height: 1.2; }
    .content-section.section-full-width-resource .resource-cta-copy-wrapper .button-list {
      padding-bottom: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media screen and (min-width: 1024px) {
  .widget_armor-full-width-resource + .so-panel {
    margin-top: 60px; } }

.section-single-text {
  max-width: 1200px;
  margin: auto; }

.mktoForm {
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  max-width: 100%;
  border: 1px solid #DADADA; }

.smaller-img img {
  width: 85%;
  margin: auto; }

.border-cta .section-single-text {
  max-width: 100%;
  margin: auto; }
  .border-cta .section-single-text .copy-col {
    padding: 2.5em;
    border-style: solid;
    border-width: 0.625em;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 150 150%22%3E%3Crect x=%225%22 y=%225%22 width=%22140%22 height=%22140%22 fill=%22transparent%22 stroke=%22%23F15B1E%22 stroke-width=%2210%22 %2F%3E%3C%2Fsvg%3E");
    border-image-slice: 50%;
    border-image-width: 4.6875em; }
    @media screen and (min-width: 1024px) {
      .border-cta .section-single-text .copy-col {
        max-width: 600px;
        margin: auto; } }
    @media screen and (min-width: 1200px) {
      .border-cta .section-single-text .copy-col {
        max-width: 800px; }
        .border-cta .section-single-text .copy-col p {
          width: 80%;
          margin: auto; } }
  .border-cta .section-single-text .button-list {
    padding-top: 30px;
    padding-bottom: 0; }

.top-angle-left .content-section.section-feature-list .feature-img-wrapper,
.top-angle-right .content-section.section-feature-list .feature-img-wrapper {
  margin-bottom: 0;
  padding-bottom: 0; }
  .top-angle-left .content-section.section-feature-list .feature-img-wrapper img,
  .top-angle-right .content-section.section-feature-list .feature-img-wrapper img {
    margin: 0 0 45px 0; }

.content-section.section-feature-list .feature-list-header.before-feature-image {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 1200px) {
    .content-section.section-feature-list .feature-list-header.before-feature-image {
      margin-bottom: 5rem; } }

.content-section.section-feature-list .feature-img-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 25px;
  max-width: 1000px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .content-section.section-feature-list .feature-img-wrapper {
      max-width: 1280px; } }
  .content-section.section-feature-list .feature-img-wrapper img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1), -2px -2px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1), -2px -2px 18px 0px rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 992px) {
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature {
    position: relative;
    margin-top: 140px; }
    .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature:before, .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature:after {
      content: "";
      position: absolute;
      background: #ebebeb; }
    .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature:before {
      width: 6px;
      height: 80px;
      left: 50%;
      margin-left: -3px;
      bottom: calc(100% + 20px); }
    .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature:after {
      width: 150%;
      height: 6px;
      bottom: calc(108% + 80px); }
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature:nth-of-type(1) .feature:after {
    left: 50%;
    margin-left: -3px;
    display: none; }
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature:nth-of-type(2) .feature:before {
    height: 140px; }
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature:nth-of-type(2) .feature:after {
    width: calc(200% + 60px);
    bottom: calc(108% + 74px); }
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature:nth-of-type(3) .feature:after {
    display: none;
    right: 50%;
    margin-right: -3px; } }

@media screen and (min-width: 1200px) {
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature:before {
    bottom: calc(100% + 20px); } }

@media screen and (min-width: 1440px) {
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature .feature:before {
    bottom: calc(100% + 19px); } }

@media screen and (min-width: 1600px) {
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature:nth-of-type(2) .feature:after {
    width: calc(300% - 25px); } }

@media screen and (min-width: 1920px) {
  .content-section.section-feature-list .feature-list-wrapper.map-to-middle-three .col-feature:nth-of-type(2) .feature:after {
    width: calc(300% - 45px); } }

.content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item {
  counter-increment: item; }
  .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature {
    padding-left: 6.5rem;
    position: relative;
    padding-right: 1rem; }
    .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature:before {
      content: '\f140';
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
      top: 0;
      width: 5rem;
      height: 5rem;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-weight: 900;
      font-size: 5rem;
      line-height: 1;
      color: #e9e9e9; }
    .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature:after {
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      width: 5rem;
      height: 5rem;
      line-height: 1;
      font-weight: 700;
      font-size: 5rem;
      text-align: center; }
  @media screen and (min-width: 768px) {
    .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature {
      padding-left: 4.5rem;
      padding-right: 0; }
      .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature:before {
        content: '\f140';
        width: 3.25rem;
        height: 3.25rem;
        font-size: 3.25rem; }
      .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature:after {
        width: 3.25rem;
        height: 3.25rem;
        font-size: 3.25rem; } }
  @media screen and (min-width: 1200px) {
    .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature {
      padding-left: 6.5rem;
      padding-right: 1rem; }
      .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature:before {
        content: '\f140';
        width: 5rem;
        height: 5rem;
        font-size: 5.25rem; }
      .content-section.section-feature-list .feature-list-wrapper.numbered-list-bullseye .feature-list-item .feature:after {
        width: 5rem;
        height: 5rem;
        font-size: 5rem; } }

.content-section.section-feature-list .col-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 992px) {
    .content-section.section-feature-list .col-feature {
      margin-top: 0;
      margin-bottom: 0; }
      .content-section.section-feature-list .col-feature.align-left {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.content-section.section-feature-list .col-feature .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .content-section.section-feature-list .col-feature .feature .feature-icon {
    display: block;
    max-width: 150px;
    height: 50px;
    width: auto;
    margin-bottom: 20px; }
  .content-section.section-feature-list .col-feature .feature .feature-copy {
    text-align: center; }
  .content-section.section-feature-list .col-feature .feature .feature-title {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 600;
    font-weight: bold;
    color: #121219;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .content-section.section-feature-list .col-feature .feature .feature-title {
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .content-section.section-feature-list .col-feature .feature .feature-title {
        font-size: 2.1rem; } }
    @media screen and (min-width: 1440px) {
      .content-section.section-feature-list .col-feature .feature .feature-title {
        font-size: 2.3rem; } }

.content-section.section-feature-list .col-feature.align-left .feature {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding-top: 25px; }
  .content-section.section-feature-list .col-feature.align-left .feature.has-icon {
    padding-left: 100px; }
  .content-section.section-feature-list .col-feature.align-left .feature .feature-copy {
    text-align: left; }
  .content-section.section-feature-list .col-feature.align-left .feature .feature-title {
    text-align: left; }
  .content-section.section-feature-list .col-feature.align-left .feature .feature-icon {
    display: block;
    max-width: 100px;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 25px;
    left: 0;
    margin: auto; }

.product-feature-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .product-feature-list-container .product-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-feature-list-container .product-feature-list .product-feature-item {
      width: 100%;
      border: 2px solid #f5f5f5;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-bottom: none;
      background: #FFFFFF; }
      .product-feature-list-container .product-feature-list .product-feature-item:nth-last-child(1) {
        border-bottom: 2px solid #f5f5f5; }
      @media screen and (min-width: 768px) {
        .product-feature-list-container .product-feature-list .product-feature-item {
          width: 50%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          border-bottom: none;
          border-right: none; }
          .product-feature-list-container .product-feature-list .product-feature-item:nth-child(even) {
            border-right: 2px solid #f5f5f5; }
          .product-feature-list-container .product-feature-list .product-feature-item:nth-last-child(2) {
            border-bottom: 2px solid #f5f5f5; }
          .product-feature-list-container .product-feature-list .product-feature-item:nth-last-child(1) {
            border-bottom: 2px solid #f5f5f5; } }
      .product-feature-list-container .product-feature-list .product-feature-item .feature-icon {
        width: 18%;
        padding-right: 20px; }
        @media screen and (min-width: 1024px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-icon {
            width: 20%;
            padding-right: 15px; } }
        @media screen and (min-width: 1200px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-icon {
            width: 25%;
            padding-right: 20px; } }
        @media screen and (min-width: 1400px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-icon {
            padding-right: 25px; } }
        @media screen and (min-width: 1920px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-icon {
            width: 22%; } }
        .product-feature-list-container .product-feature-list .product-feature-item .feature-icon img {
          margin-bottom: 0; }
      .product-feature-list-container .product-feature-list .product-feature-item .feature-copy {
        width: 82%; }
        @media screen and (min-width: 1024px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-copy {
            width: 80%; } }
        @media screen and (min-width: 1200px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-copy {
            width: 75%; } }
        @media screen and (min-width: 1400px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-copy {
            padding-right: 25px; } }
        @media screen and (min-width: 1920px) {
          .product-feature-list-container .product-feature-list .product-feature-item .feature-copy {
            width: 78%; } }
        .product-feature-list-container .product-feature-list .product-feature-item .feature-copy .copy-title {
          font-size: 1.6rem;
          line-height: 1.3;
          font-weight: 600;
          font-weight: 600; }
          @media screen and (min-width: 768px) {
            .product-feature-list-container .product-feature-list .product-feature-item .feature-copy .copy-title {
              font-size: 1.65rem; } }
          @media screen and (min-width: 992px) {
            .product-feature-list-container .product-feature-list .product-feature-item .feature-copy .copy-title {
              font-size: 1.7rem; } }
          @media screen and (min-width: 1440px) {
            .product-feature-list-container .product-feature-list .product-feature-item .feature-copy .copy-title {
              font-size: 1.75rem; } }
        .product-feature-list-container .product-feature-list .product-feature-item .feature-copy .copy-text {
          font-size: 1em;
          line-height: 1.25;
          padding-top: 10px; }

.light-text {
  color: white !important; }

.gunmetal-text {
  color: #333 !important; }

.content-section.section-quote-resource-cta .quote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 calc(60px / 2);
  position: relative;
  line-height: 100%;
  color: #323234;
  margin-bottom: 40px;
  font-size: 1.8rem;
  color: #121219;
  border: 0;
  font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }
  .content-section.section-quote-resource-cta .quote:before, .content-section.section-quote-resource-cta .quote:after {
    position: absolute;
    font-size: 60px;
    font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
    color: #4b4b4e; }
  .content-section.section-quote-resource-cta .quote:before {
    content: open-quote;
    top: 0.5rem;
    left: 0;
    font-style: normal; }
    @media screen and (min-width: 1024px) {
      .content-section.section-quote-resource-cta .quote:before {
        left: -3rem; } }
  .content-section.section-quote-resource-cta .quote:after {
    content: close-quote;
    right: 0;
    bottom: 0;
    font-style: normal; }

.content-section.section-quote-resource-cta .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 1rem;
  min-height: 400px; }

.content-section.section-quote-resource-cta .resource-box {
  padding: 3.5rem 2.5rem 2.5rem;
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content; }
  .content-section.section-quote-resource-cta .resource-box .resource-title {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .content-section.section-quote-resource-cta .resource-box .resource-title {
        font-size: 2.8rem; } }
    @media screen and (min-width: 992px) {
      .content-section.section-quote-resource-cta .resource-box .resource-title {
        font-size: 3rem; } }
    @media screen and (min-width: 1440px) {
      .content-section.section-quote-resource-cta .resource-box .resource-title {
        font-size: 3.2rem; } }
  .content-section.section-quote-resource-cta .resource-box .quote-wrapper {
    margin: 1rem 0;
    padding: 1rem 0; }
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper .name,
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper .title,
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper .company-name {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.3; }
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper .photo {
      padding-top: 1.75rem; }
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper .button {
      margin-top: 0.5rem; }
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper .cite {
      margin: 0; }
      .content-section.section-quote-resource-cta .resource-box .quote-wrapper .cite .photo {
        padding: 0;
        margin: 0; }
        .content-section.section-quote-resource-cta .resource-box .quote-wrapper .cite .photo img {
          padding: 0;
          margin: 0; }
    .content-section.section-quote-resource-cta .resource-box .quote-wrapper blockquote {
      margin: 0;
      padding: 15px;
      letter-spacing: 1px; }
      .content-section.section-quote-resource-cta .resource-box .quote-wrapper blockquote p:last-of-type {
        margin: 0;
        padding: 0; }
      .content-section.section-quote-resource-cta .resource-box .quote-wrapper blockquote:before {
        left: -2rem;
        top: 2rem; }
      .content-section.section-quote-resource-cta .resource-box .quote-wrapper blockquote:after {
        right: -0.5rem;
        bottom: -1.5rem; }
  .content-section.section-quote-resource-cta .resource-box .resource-body {
    position: relative; }
    .content-section.section-quote-resource-cta .resource-box .resource-body .pre-title.resource-type {
      position: absolute;
      background: #F15B1E;
      color: #FFFFFF;
      line-height: 1.2;
      padding: 1.25rem 1.75rem 1rem;
      top: -5.5rem; }

@media screen and (min-width: 768px) {
  .content-section.section-quote-resource-cta .quote-wrapper .name,
  .content-section.section-quote-resource-cta .quote-wrapper .title,
  .content-section.section-quote-resource-cta .quote-wrapper .company-name {
    font-size: 17px; }
  .content-section.section-quote-resource-cta .resource-box {
    max-width: 85%;
    width: 85%; }
    .content-section.section-quote-resource-cta .resource-box.overflow-right {
      margin-right: -8.33%; }
  .content-section.section-quote-resource-cta .bg-image {
    padding-top: 6rem; } }

@media screen and (min-width: 992px) {
  .content-section.section-quote-resource-cta .resource-box {
    padding: 4.5rem 3.5rem 3.5rem; } }

@media screen and (min-width: 1200px) {
  .content-section.section-quote-resource-cta .resource-box {
    max-width: 75%;
    width: 75%; } }

@media screen and (min-width: 1440px) {
  .content-section.section-quote-resource-cta .resource-box {
    max-width: 60%;
    width: 60%; } }

.page-header .col-featured .section-featured-resources {
  padding: 40px 0 20px; }

.content-section.section-featured-resources .resource-list .resource {
  margin-bottom: 30px; }
  .content-section.section-featured-resources .resource-list .resource .resource-cta-text {
    text-transform: uppercase;
    font-size: 94%;
    font-weight: 700; }
    .content-section.section-featured-resources .resource-list .resource .resource-cta-text:after {
      content: '\f054';
      font-family: "Font Awesome 5 Free";
      margin-left: 10px;
      color: #F15B1E;
      font-size: 1.25rem;
      line-height: 1; }
    .content-section.section-featured-resources .resource-list .resource .resource-cta-text:hover {
      color: #F15B1E; }

.content-section.section-featured-resources .resource-list .col-resource {
  z-index: 1;
  margin-bottom: 15px; }
  .content-section.section-featured-resources .resource-list .col-resource .resource {
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04); }

@media screen and (min-width: 768px) {
  .content-section.section-featured-resources .resource-list .row-resources .col-resource {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; }
  .content-section.section-featured-resources .resource-list .resource {
    background: #FFFFFF;
    margin-bottom: 0; }
    .content-section.section-featured-resources .resource-list .resource .resource-body {
      padding: 25px;
      margin-bottom: 10px; } }

.content-section.section-card-carousel {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 1400px) {
    .content-section.section-card-carousel {
      padding-left: 8vw;
      padding-right: 8vw; } }
  @media screen and (min-width: 1920px) {
    .content-section.section-card-carousel {
      padding-left: 10vw;
      padding-right: 10vw; } }
  .content-section.section-card-carousel .card-list {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
    .content-section.section-card-carousel .card-list.slick-initialized {
      opacity: 1; }
    .content-section.section-card-carousel .card-list.slick-initialize-fail {
      opacity: 1; }
      .content-section.section-card-carousel .card-list.slick-initialize-fail .carousel-card {
        display: none; }
        .content-section.section-card-carousel .card-list.slick-initialize-fail .carousel-card:nth-of-type(1), .content-section.section-card-carousel .card-list.slick-initialize-fail .carousel-card:nth-of-type(2) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }

.content-section.section-card-carousel .carousel-card {
  background-color: white;
  padding: 45px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-left {
    position: relative;
    padding-left: 95px; }
    .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-left .card-img {
      max-width: 80px;
      max-height: 40px;
      width: auto;
      height: auto;
      position: absolute;
      left: 0;
      padding: 0;
      margin: 0; }
  .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-left-lg {
    position: relative;
    padding-left: 135px; }
    .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-left-lg .card-img {
      max-width: 120px;
      max-height: 60px;
      width: auto;
      height: auto;
      position: absolute;
      left: 0;
      padding: 0;
      margin: 0; }
  .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-top-left {
    position: relative; }
    .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-top-left .card-img {
      max-width: 80px;
      max-height: 40px;
      width: auto;
      height: auto; }
  .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-top-left-lg .card-img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto; }
  .content-section.section-card-carousel .carousel-card .card-main-content.card-icon-img-top-left-xl .card-img {
    max-width: 150px;
    max-height: 80px;
    width: auto;
    height: auto; }
  .content-section.section-card-carousel .carousel-card .card-img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .content-section.section-card-carousel .carousel-card .card-title {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .content-section.section-card-carousel .carousel-card .card-title {
        font-size: 2.5rem; } }
  .content-section.section-card-carousel .carousel-card .card-copy {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 calc(30px / 2);
    position: relative;
    line-height: 100%;
    color: #F15B1E;
    margin-bottom: 30px;
    color: #333;
    font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8rem; }
    .content-section.section-card-carousel .carousel-card .card-copy:before, .content-section.section-card-carousel .carousel-card .card-copy:after {
      position: absolute;
      font-size: 30px;
      font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
      color: #f47e4e; }
    .content-section.section-card-carousel .carousel-card .card-copy:before {
      content: open-quote;
      top: 0.5rem;
      left: 0;
      font-style: normal; }
      @media screen and (min-width: 1024px) {
        .content-section.section-card-carousel .carousel-card .card-copy:before {
          left: -3rem; } }
    .content-section.section-card-carousel .carousel-card .card-copy:after {
      content: close-quote;
      right: 0;
      bottom: 0;
      font-style: normal; }
  .content-section.section-card-carousel .carousel-card .person-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .content-section.section-card-carousel .carousel-card .person-info .photo {
      margin-right: 20px; }
      .content-section.section-card-carousel .carousel-card .person-info .photo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 55px;
        margin: 0;
        border-radius: 100%; }
    .content-section.section-card-carousel .carousel-card .person-info .person-copy {
      text-align: left; }
      .content-section.section-card-carousel .carousel-card .person-info .person-copy .name {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        font-weight: bold; }
      .content-section.section-card-carousel .carousel-card .person-info .person-copy .title {
        color: #AEAEAE; }
      .content-section.section-card-carousel .carousel-card .person-info .person-copy .company-name {
        color: #F15B1E; }
    @media screen and (min-width: 768px) {
      .content-section.section-card-carousel .carousel-card .person-info {
        margin-bottom: 0px; } }
  .content-section.section-card-carousel .carousel-card .card-cta {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #323234; }
    .content-section.section-card-carousel .carousel-card .card-cta:after {
      content: '';
      display: block;
      border-bottom: 3px solid #ff6600;
      width: 0;
      padding-top: 5px;
      position: relative;
      left: 0;
      -webkit-transition: 1s ease;
      transition: 1s ease; }
    .content-section.section-card-carousel .carousel-card .card-cta:hover, .content-section.section-card-carousel .carousel-card .card-cta:focus, .content-section.section-card-carousel .carousel-card .card-cta:active {
      color: #ff6600;
      background: white; }
      .content-section.section-card-carousel .carousel-card .card-cta:hover:after, .content-section.section-card-carousel .carousel-card .card-cta:focus:after, .content-section.section-card-carousel .carousel-card .card-cta:active:after {
        width: 100%; }
    .content-section.section-card-carousel .carousel-card .card-cta i {
      color: #F15B1E;
      margin-left: 1rem; }
  @media screen and (min-width: 768px) {
    .content-section.section-card-carousel .carousel-card {
      height: 400px; } }
  @media screen and (min-width: 1200px) {
    .content-section.section-card-carousel .carousel-card {
      height: 325px;
      padding: 50px; } }
  .content-section.section-card-carousel .carousel-card-resource-card .card-copy {
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }
    .content-section.section-card-carousel .carousel-card-resource-card .card-copy:before, .content-section.section-card-carousel .carousel-card-resource-card .card-copy:after {
      display: none; }

.content-section.section-card-carousel .card-carousel-header .title-hr {
  width: 100px;
  border: 5px solid #F15B1E; }

/*
.card-carousel-prev, .card-carousel-next {

}
.card-carousel-prev {

}
.card-carousel-next {

}*/
.content-section.section-card-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .content-section.section-card-carousel .slick-arrow button {
    font-size: 1.5em;
    background: #f5f5f5;
    color: #121219;
    padding: 15px 20px;
    border: none;
    z-index: 1; }
    .content-section.section-card-carousel .slick-arrow button:focus {
      outline: none; }

.content-section.section-card-carousel .card-carousel-next button {
  position: relative;
  right: 50px; }

.content-section.section-card-carousel .card-carousel-prev button {
  position: relative;
  left: 50px; }

ul.slick-dots {
  display: none !important; }

.content-section.section-quote-card-carousel .card-list {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.content-section.section-quote-card-carousel .carousel-card {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .content-section.section-quote-card-carousel .carousel-card .card-img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .content-section.section-quote-card-carousel .carousel-card .card-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .content-section.section-quote-card-carousel .carousel-card .card-copy {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 calc(30px / 2);
    position: relative;
    line-height: 100%;
    color: #000000;
    margin-bottom: 30px; }
    .content-section.section-quote-card-carousel .carousel-card .card-copy:before, .content-section.section-quote-card-carousel .carousel-card .card-copy:after {
      position: absolute;
      font-size: 30px;
      font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
      color: #1a1a1a; }
    .content-section.section-quote-card-carousel .carousel-card .card-copy:before {
      content: open-quote;
      top: 0.5rem;
      left: 0;
      font-style: normal; }
      @media screen and (min-width: 1024px) {
        .content-section.section-quote-card-carousel .carousel-card .card-copy:before {
          left: -3rem; } }
    .content-section.section-quote-card-carousel .carousel-card .card-copy:after {
      content: close-quote;
      right: 0;
      bottom: 0;
      font-style: normal; }
    .content-section.section-quote-card-carousel .carousel-card .card-copy:before, .content-section.section-quote-card-carousel .carousel-card .card-copy:after {
      position: absolute;
      font-size: 75px;
      font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
      color: #F15B1E; }
    .content-section.section-quote-card-carousel .carousel-card .card-copy:before {
      content: open-quote;
      top: 0.5rem;
      left: 0;
      font-style: normal; }
      @media screen and (min-width: 1024px) {
        .content-section.section-quote-card-carousel .carousel-card .card-copy:before {
          left: -3rem; } }
    .content-section.section-quote-card-carousel .carousel-card .card-copy:after {
      content: close-quote;
      right: 0;
      bottom: 0;
      font-style: normal; }
    .content-section.section-quote-card-carousel .carousel-card .card-copy p {
      font-size: 16px;
      width: 80%;
      text-align: right;
      font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }
      @media screen and (min-width: 1200px) {
        .content-section.section-quote-card-carousel .carousel-card .card-copy p {
          font-size: 25px; } }
  .content-section.section-quote-card-carousel .carousel-card .person-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .content-section.section-quote-card-carousel .carousel-card .person-info .photo {
      margin-right: 20px; }
      .content-section.section-quote-card-carousel .carousel-card .person-info .photo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 55px;
        margin: 0;
        border-radius: 100%; }
    .content-section.section-quote-card-carousel .carousel-card .person-info .person-copy {
      text-align: left; }
      .content-section.section-quote-card-carousel .carousel-card .person-info .person-copy .name {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        font-weight: bold; }
      .content-section.section-quote-card-carousel .carousel-card .person-info .person-copy .title {
        color: #AEAEAE; }
      .content-section.section-quote-card-carousel .carousel-card .person-info .person-copy .company-name {
        color: #F15B1E; }
  .content-section.section-quote-card-carousel .carousel-card .card-cta {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #323234; }
    .content-section.section-quote-card-carousel .carousel-card .card-cta i {
      color: #F15B1E;
      margin-left: 1rem; }
  .content-section.section-quote-card-carousel .carousel-card .card-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .content-section.section-quote-card-carousel .carousel-card .card-main-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 1024px) {
      .content-section.section-quote-card-carousel .carousel-card .card-main-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 1400px) {
      .content-section.section-quote-card-carousel .carousel-card .card-main-content {
        height: 400px; } }
    .content-section.section-quote-card-carousel .carousel-card .card-main-content .card-text-content {
      background-color: white;
      padding: 45px;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
              box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
      max-width: 700px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .content-section.section-quote-card-carousel .carousel-card .card-main-content .card-text-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .content-section.section-quote-card-carousel .carousel-card .card-main-content .photo {
      position: relative;
      margin: auto;
      bottom: 25px; }
      @media screen and (min-width: 768px) {
        .content-section.section-quote-card-carousel .carousel-card .card-main-content .photo {
          top: 15px;
          right: 25px; } }
      @media screen and (min-width: 1200px) {
        .content-section.section-quote-card-carousel .carousel-card .card-main-content .photo {
          right: 85px;
          bottom: 50px; } }
      .content-section.section-quote-card-carousel .carousel-card .card-main-content .photo img {
        width: 200px;
        height: auto; }
        @media screen and (min-width: 768px) {
          .content-section.section-quote-card-carousel .carousel-card .card-main-content .photo img {
            width: 350px; } }
        @media screen and (min-width: 1200px) {
          .content-section.section-quote-card-carousel .carousel-card .card-main-content .photo img {
            width: 350px; } }

.content-section.section-quote-card-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .content-section.section-quote-card-carousel .slick-arrow button {
    font-size: 1.5em;
    background: transparent;
    color: #323234;
    padding: 15px 20px;
    border: none;
    z-index: 99999; }
    .content-section.section-quote-card-carousel .slick-arrow button:focus {
      outline: none; }

.content-section.section-quote-card-carousel .card-carousel-next button {
  position: relative;
  right: 50px; }
  @media screen and (min-width: 768px) {
    .content-section.section-quote-card-carousel .card-carousel-next button {
      right: 50px; } }
  @media screen and (min-width: 1024px) {
    .content-section.section-quote-card-carousel .card-carousel-next button {
      right: 15px; } }
  @media screen and (min-width: 1200px) {
    .content-section.section-quote-card-carousel .card-carousel-next button {
      right: 30px; } }

.content-section.section-quote-card-carousel .card-carousel-prev button {
  position: relative;
  left: 50px; }
  @media screen and (min-width: 768px) {
    .content-section.section-quote-card-carousel .card-carousel-prev button {
      left: 10px; } }
  @media screen and (min-width: 1024px) {
    .content-section.section-quote-card-carousel .card-carousel-prev button {
      left: 10px; } }
  @media screen and (min-width: 1200px) {
    .content-section.section-quote-card-carousel .card-carousel-prev button {
      left: 30px; } }

.quote-card-carousel-header .title-hr {
  width: 100px;
  border: 5px solid #F15B1E; }

.content-section.section-quote-centered-cta .quote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 calc(55px / 2);
  position: relative;
  line-height: 100%;
  color: #F15B1E;
  margin-bottom: 40px;
  font-size: 1.3em;
  color: #121219;
  border: 0;
  line-height: 1.3;
  padding: 0;
  font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }
  .content-section.section-quote-centered-cta .quote:before, .content-section.section-quote-centered-cta .quote:after {
    position: absolute;
    font-size: 55px;
    font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
    color: #f47e4e; }
  .content-section.section-quote-centered-cta .quote:before {
    content: open-quote;
    top: 0.5rem;
    left: 0;
    font-style: normal; }
    @media screen and (min-width: 1024px) {
      .content-section.section-quote-centered-cta .quote:before {
        left: -3rem; } }
  .content-section.section-quote-centered-cta .quote:after {
    content: close-quote;
    right: 0;
    bottom: 0;
    font-style: normal; }
  .content-section.section-quote-centered-cta .quote:before {
    left: -0.8em;
    top: -0.5em; }
  .content-section.section-quote-centered-cta .quote:after {
    right: -0.5em;
    bottom: -1em; }
  @media screen and (min-width: 1024px) {
    .content-section.section-quote-centered-cta .quote {
      font-size: 1.5em;
      line-height: 1.3; }
      .content-section.section-quote-centered-cta .quote:before {
        top: -0.5em; } }

.content-section.section-quote-centered-cta .quote-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.content-section.section-quote-centered-cta .person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .content-section.section-quote-centered-cta .person-info .photo {
    margin-right: 20px; }
    .content-section.section-quote-centered-cta .person-info .photo img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 55px;
      margin: 0;
      border-radius: 100%; }
  .content-section.section-quote-centered-cta .person-info .person-copy {
    text-align: left; }
    .content-section.section-quote-centered-cta .person-info .person-copy .name {
      margin-bottom: 0.5rem;
      text-transform: uppercase;
      font-weight: bold; }
    .content-section.section-quote-centered-cta .person-info .person-copy .title {
      color: #AEAEAE; }
    .content-section.section-quote-centered-cta .person-info .person-copy .company-name {
      color: #F15B1E; }

.content-section.section-quote-centered-cta .col-wrapper .quote-wrapper {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .content-section.section-quote-centered-cta .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .content-section.section-quote-centered-cta .col-wrapper .quote-wrapper {
      margin-bottom: 0; }
    .content-section.section-quote-centered-cta .col-wrapper > div {
      width: 100%;
      max-width: 800px; } }

.blue-bg-text .content-section.section-quote-centered-cta {
  background: #01426A; }
  .blue-bg-text .content-section.section-quote-centered-cta .quote {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 calc(55px / 2);
    position: relative;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 1.3em;
    color: #FFFFFF;
    border: 0;
    line-height: 1.3;
    padding: 0; }
    .blue-bg-text .content-section.section-quote-centered-cta .quote:before, .blue-bg-text .content-section.section-quote-centered-cta .quote:after {
      position: absolute;
      font-size: 55px;
      font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
      color: white; }
    .blue-bg-text .content-section.section-quote-centered-cta .quote:before {
      content: open-quote;
      top: 0.5rem;
      left: 0;
      font-style: normal; }
      @media screen and (min-width: 1024px) {
        .blue-bg-text .content-section.section-quote-centered-cta .quote:before {
          left: -3rem; } }
    .blue-bg-text .content-section.section-quote-centered-cta .quote:after {
      content: close-quote;
      right: 0;
      bottom: 0;
      font-style: normal; }
    .blue-bg-text .content-section.section-quote-centered-cta .quote:before {
      left: -0.8em;
      top: -0.5em; }
    .blue-bg-text .content-section.section-quote-centered-cta .quote:after {
      right: -0.5em;
      bottom: -1em; }
    @media screen and (min-width: 1024px) {
      .blue-bg-text .content-section.section-quote-centered-cta .quote {
        font-size: 1.5em;
        line-height: 1.3; }
        .blue-bg-text .content-section.section-quote-centered-cta .quote:before {
          top: -0.5em; } }
  .blue-bg-text .content-section.section-quote-centered-cta .quote-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .blue-bg-text .content-section.section-quote-centered-cta .person-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .blue-bg-text .content-section.section-quote-centered-cta .person-info .photo {
      margin-right: 20px; }
      .blue-bg-text .content-section.section-quote-centered-cta .person-info .photo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 55px;
        margin: 0;
        border-radius: 100%; }
    .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy {
      text-align: left; }
      .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .name {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        font-weight: bold; }
      .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .title {
        color: #AEAEAE; }
      .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .company-name {
        color: #F15B1E; }
    .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .name {
      color: #FFFFFF; }
    .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .title {
      color: #F15B1E; }
    .blue-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .company-name {
      color: #FFFFFF; }

.blue-bg-text .content-section.section-quote-centered-cta .col-wrapper .quote-wrapper {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .blue-bg-text .content-section.section-quote-centered-cta .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .blue-bg-text .content-section.section-quote-centered-cta .col-wrapper .quote-wrapper {
      margin-bottom: 0; }
    .blue-bg-text .content-section.section-quote-centered-cta .col-wrapper > div {
      width: 64%; } }

.orange-bg-text .content-section.section-quote-centered-cta {
  background: #F15B1E; }
  .orange-bg-text .content-section.section-quote-centered-cta .quote {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 calc(55px / 2);
    position: relative;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 1.3em;
    color: #FFFFFF;
    border: 0;
    line-height: 1.3;
    padding: 0; }
    .orange-bg-text .content-section.section-quote-centered-cta .quote:before, .orange-bg-text .content-section.section-quote-centered-cta .quote:after {
      position: absolute;
      font-size: 55px;
      font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
      color: white; }
    .orange-bg-text .content-section.section-quote-centered-cta .quote:before {
      content: open-quote;
      top: 0.5rem;
      left: 0;
      font-style: normal; }
      @media screen and (min-width: 1024px) {
        .orange-bg-text .content-section.section-quote-centered-cta .quote:before {
          left: -3rem; } }
    .orange-bg-text .content-section.section-quote-centered-cta .quote:after {
      content: close-quote;
      right: 0;
      bottom: 0;
      font-style: normal; }
    .orange-bg-text .content-section.section-quote-centered-cta .quote:before {
      left: -0.8em;
      top: -0.5em; }
    .orange-bg-text .content-section.section-quote-centered-cta .quote:after {
      right: -0.5em;
      bottom: -1em; }
    @media screen and (min-width: 1024px) {
      .orange-bg-text .content-section.section-quote-centered-cta .quote {
        font-size: 1.5em;
        line-height: 1.3; }
        .orange-bg-text .content-section.section-quote-centered-cta .quote:before {
          top: -0.5em; } }
  .orange-bg-text .content-section.section-quote-centered-cta .quote-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .orange-bg-text .content-section.section-quote-centered-cta .person-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .orange-bg-text .content-section.section-quote-centered-cta .person-info .photo {
      margin-right: 20px; }
      .orange-bg-text .content-section.section-quote-centered-cta .person-info .photo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 55px;
        margin: 0;
        border-radius: 100%; }
    .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy {
      text-align: left; }
      .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .name {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        font-weight: bold; }
      .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .title {
        color: #AEAEAE; }
      .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .company-name {
        color: #F15B1E; }
    .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .name {
      color: #FFFFFF; }
    .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .title {
      color: #01426A; }
    .orange-bg-text .content-section.section-quote-centered-cta .person-info .person-copy .company-name {
      color: #FFFFFF; }

.orange-bg-text .content-section.section-quote-centered-cta .col-wrapper .quote-wrapper {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .orange-bg-text .content-section.section-quote-centered-cta .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .orange-bg-text .content-section.section-quote-centered-cta .col-wrapper .quote-wrapper {
      margin-bottom: 0; }
    .orange-bg-text .content-section.section-quote-centered-cta .col-wrapper > div {
      width: 64%; } }

.large-centered-quote .content-section.section-quote-centered-cta .quote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 calc(55px / 2);
  position: relative;
  line-height: 100%;
  color: #F15B1E;
  margin-bottom: 40px;
  color: #121219;
  border: 0;
  padding: 0;
  font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
  text-align: center; }
  .large-centered-quote .content-section.section-quote-centered-cta .quote:before, .large-centered-quote .content-section.section-quote-centered-cta .quote:after {
    position: absolute;
    font-size: 55px;
    font-family: "Aleo", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
    color: #f47e4e; }
  .large-centered-quote .content-section.section-quote-centered-cta .quote:before {
    content: open-quote;
    top: 0.5rem;
    left: 0;
    font-style: normal; }
    @media screen and (min-width: 1024px) {
      .large-centered-quote .content-section.section-quote-centered-cta .quote:before {
        left: -3rem; } }
  .large-centered-quote .content-section.section-quote-centered-cta .quote:after {
    content: close-quote;
    right: 0;
    bottom: 0;
    font-style: normal; }
  .large-centered-quote .content-section.section-quote-centered-cta .quote:before {
    left: -0.8em;
    top: -0.5em; }
  .large-centered-quote .content-section.section-quote-centered-cta .quote:after {
    right: -0.5em;
    bottom: -1em; }
  @media screen and (min-width: 768px) {
    .large-centered-quote .content-section.section-quote-centered-cta .quote {
      font-size: 2.15rem;
      line-height: 1.3; }
      .large-centered-quote .content-section.section-quote-centered-cta .quote:before {
        top: -0.5em; } }
  @media screen and (min-width: 992px) {
    .large-centered-quote .content-section.section-quote-centered-cta .quote {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1200px) {
    .large-centered-quote .content-section.section-quote-centered-cta .quote {
      font-size: 2.8rem; } }
  @media screen and (min-width: 1440px) {
    .large-centered-quote .content-section.section-quote-centered-cta .quote {
      font-size: 3.2rem; } }
  @media screen and (min-width: 1600px) {
    .large-centered-quote .content-section.section-quote-centered-cta .quote {
      font-size: 3.5rem; } }

.section-tab-gallery {
  overflow: hidden; }

.tab-gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #DADADA;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .tab-gallery-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: start;
          align-content: flex-start; } }
  .tab-gallery-nav span {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 15px 0;
    margin: 0 20px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .tab-gallery-nav span {
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .tab-gallery-nav span {
        font-size: 2.1rem; } }
    @media screen and (min-width: 1440px) {
      .tab-gallery-nav span {
        font-size: 2.3rem; } }
    @media screen and (min-width: 1024px) {
      .tab-gallery-nav span {
        text-align: center; } }
    .tab-gallery-nav span.active {
      border-bottom: 5px solid #F15B1E; }
      .tab-gallery-nav span.active:hover {
        color: inherit; }
    .tab-gallery-nav span:hover {
      cursor: pointer;
      color: #F15B1E; }

.tab .col-text {
  margin-bottom: 2rem; }

.tab-feature .title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  color: #323234;
  margin-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .tab-feature .title {
      font-size: 2.8rem; } }
  @media screen and (min-width: 992px) {
    .tab-feature .title {
      font-size: 3rem; } }
  @media screen and (min-width: 1440px) {
    .tab-feature .title {
      font-size: 3.2rem; } }

.tab-feature .description p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0; }

.tab-feature.tab-feature-icon-item {
  position: relative;
  padding-left: 55px; }
  .tab-feature.tab-feature-icon-item .icon {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0; }

.tab-feature-list .tab-feature {
  margin-bottom: 30px;
  position: relative;
  padding-left: 55px; }

.tab-feature-list .icon {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0; }

.tab-feature-list .title {
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  color: #323234;
  margin-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .tab-feature-list .title {
      font-size: 2rem; } }
  @media screen and (min-width: 992px) {
    .tab-feature-list .title {
      font-size: 2.1rem; } }
  @media screen and (min-width: 1440px) {
    .tab-feature-list .title {
      font-size: 2.3rem; } }

.tab-feature-list .description {
  -webkit-margin-before: 0;
          margin-block-start: 0; }

.browser {
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1), -2px -2px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1), -2px -2px 18px 0px rgba(0, 0, 0, 0.1); }
  .browser .top-bar {
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 28px;
    background: #DADADA;
    z-index: 2; }
  .browser .tab-image img {
    position: relative; }
  .browser .dot {
    position: relative;
    display: inline-block;
    padding: 4px;
    background: #AEAEAE;
    border-radius: 100%;
    left: 10px; }

@media screen and (min-width: 992px) {
  .tab .offset-text-top .col-text {
    margin-top: 30px;
    margin-bottom: 30px; }
  .tab .col-text {
    margin-bottom: 0; }
  .overflow-right-lg-up,
  .overflow-left-lg-up {
    width: 112%; }
    .overflow-right-lg-up img,
    .overflow-left-lg-up img {
      width: 100%; }
  .overflow-right-lg-up {
    margin-left: 6%; }
  .overflow-left-lg-up {
    margin-left: -18%; }
  .tab.has-browser-image {
    margin-top: 75px; }
    .tab.has-browser-image .flex-row.align-items-center .col-text {
      margin-top: -18px; }
  .tab-content-box-gray .tab-feature-single,
  .tab-content-box-gray .tab-feature-list {
    background: #f1f1f1;
    padding: 40px 20% 40px 30px;
    width: 120%;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1), -2px -2px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1), -2px -2px 18px 0px rgba(0, 0, 0, 0.1); }
    .tab-content-box-gray .tab-feature-single .button-list,
    .tab-content-box-gray .tab-feature-list .button-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media screen and (min-width: 1440px) {
  .overflow-right-lg-up,
  .overflow-left-lg-up {
    width: 118%; }
  .overflow-left-lg-up {
    margin-left: -24%; } }

.section-team-slide-gallery .title {
  margin-bottom: 0;
  font-weight: 300; }

.section-team-slide-gallery .team-slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .section-team-slide-gallery .team-slide-list .slide {
    width: 45%; }
    @media screen and (min-width: 768px) {
      .section-team-slide-gallery .team-slide-list .slide {
        width: 30%; } }
    @media screen and (min-width: 1024px) {
      .section-team-slide-gallery .team-slide-list .slide {
        width: 19%; } }
    .section-team-slide-gallery .team-slide-list .slide .member-name {
      margin-bottom: 0;
      font-size: 1.9rem; }
    .section-team-slide-gallery .team-slide-list .slide .member-title {
      color: #666;
      font-size: 1.7rem; }
    .section-team-slide-gallery .team-slide-list .slide .member-name, .section-team-slide-gallery .team-slide-list .slide .member-title {
      font-family: "DIN Next W01 Light", "Georgia", "Times New Roman", serif;
      text-align: center; }

.fancybox-caption__body {
  max-height: 25vh !important;
  overflow: auto;
  pointer-events: all; }
  @media screen and (min-width: 768px) {
    .fancybox-caption__body {
      max-height: 50vh !important; } }

.card-stat {
  padding: 50px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #fff; }
  .card-stat .flex-col {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .card-stat .flex-col {
        grid-template-columns: .5fr 2fr;
        text-align: left; } }
    .card-stat .flex-col h2 {
      font-size: 2.5em;
      color: #F15B1E;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .card-stat .flex-col h2 {
          font-size: 4em;
          margin-bottom: 0; } }
    .card-stat .flex-col h4 {
      text-transform: none;
      color: #121219;
      font-size: 1.5em;
      margin-bottom: 0;
      padding-left: 10px; }
      @media screen and (min-width: 1024px) {
        .card-stat .flex-col h4 {
          font-size: 1.5em; } }

.widget_media_gallery .partners .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget_media_gallery .partners .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item img {
    max-width: 125px;
    height: auto; }
    @media screen and (min-width: 1200px) {
      .widget_media_gallery .partners .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item img {
        max-width: 200px; } }

.widget_media_gallery .customers .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget_media_gallery .customers .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item img {
    max-height: 100px;
    min-width: 100px;
    width: auto; }
    @media screen and (min-width: 1200px) {
      .widget_media_gallery .customers .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item img {
        max-height: 150px;
        width: auto;
        min-width: 150px; } }
  .widget_media_gallery .customers .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item .gallery-caption {
    font-family: "DIN Next W01 Light", "Georgia", "Times New Roman", serif;
    line-height: 1.1;
    padding: 25px; }

.section-card-list.content-section .row-card-list-content .text-left .title:after {
  margin: 0; }

@media screen and (min-width: 768px) {
  .section-card-list.content-section .row-card-list-content .text-md-left .title:after {
    margin: 0; } }

@media screen and (min-width: 992px) {
  .section-card-list.content-section .row-card-list-content .text-lg-left .title:after {
    margin: 0; } }

@media screen and (min-width: 1200px) {
  .section-card-list.content-section .row-card-list-content .text-xl-left .title:after {
    margin: 0; } }

@media screen and (min-width: 1440px) {
  .section-card-list.content-section .row-card-list-content .text-xl-left .title:after {
    margin: 0; } }

.section-card-list .title-underline .row-card-list-content .text-left .title:after {
  margin: 0; }

@media screen and (min-width: 768px) {
  .section-card-list .title-underline .row-card-list-content .text-md-left .title:after {
    margin: 0; } }

@media screen and (min-width: 992px) {
  .section-card-list .title-underline .row-card-list-content .text-lg-left .title:after {
    margin: 0; } }

@media screen and (min-width: 1200px) {
  .section-card-list .title-underline .row-card-list-content .text-xl-left .title:after {
    margin: 0; } }

@media screen and (min-width: 1440px) {
  .section-card-list .title-underline .row-card-list-content .text-xl-left .title:after {
    margin: 0; } }

.section-card-list.logo-grid-eight-across-wrapper .col.col-card {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
    padding: 0.25rem; }

@media screen and (min-width: 576px) {
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
    padding: 0.75rem; } }

@media screen and (min-width: 768px) {
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
    padding: 1rem; } }

@media screen and (min-width: 992px) {
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card {
    max-width: 21%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%; }
    .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
      padding: 1.25rem; } }

@media screen and (min-width: 1200px) {
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card {
    max-width: 12.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%; }
    .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
      padding: 0.75rem; } }

@media screen and (min-width: 1440px) {
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
    padding: 1rem; } }

@media screen and (min-width: 1600px) {
  .section-card-list.logo-grid-eight-across-wrapper .col.col-card .card.logo-grid-eight-across {
    padding: 1.25rem; } }

.section-card-list .excerpt {
  line-height: 1.5; }

.section-card-list .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .section-card-list .card-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .section-card-list .card-list .card {
    background-color: white;
    padding: 45px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 15px; }
    .section-card-list .card-list .card .button-list {
      margin-bottom: 0;
      padding-bottom: 0; }
    .section-card-list .card-list .card .title::after {
      display: block;
      content: '';
      width: 100px;
      height: 6px;
      background-color: #F15B1E;
      position: relative;
      top: 10px;
      margin: auto; }
  .section-card-list .card-list .col-card {
    margin-top: 15px;
    margin-bottom: 15px; }
    .section-card-list .card-list .col-card .card {
      padding: 30px;
      background-color: white;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
              box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
      max-width: 700px;
      text-align: center;
      height: 100%;
      margin: 0; }
      .section-card-list .card-list .col-card .card.logo-grid-xs-padding, .section-card-list .card-list .col-card .card.logo-grid-sm-padding, .section-card-list .card-list .col-card .card.logo-grid-md-padding, .section-card-list .card-list .col-card .card.logo-grid-lg-padding, .section-card-list .card-list .col-card .card.logo-grid-no-padding, .section-card-list .card-list .col-card .card.logo-grid-eight-across, .section-card-list .card-list .col-card .card.logo-grid-padded, .section-card-list .card-list .col-card .card.logo-grid {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .section-card-list .card-list .col-card .card.logo-grid-xs-padding .excerpt, .section-card-list .card-list .col-card .card.logo-grid-sm-padding .excerpt, .section-card-list .card-list .col-card .card.logo-grid-md-padding .excerpt, .section-card-list .card-list .col-card .card.logo-grid-lg-padding .excerpt, .section-card-list .card-list .col-card .card.logo-grid-no-padding .excerpt, .section-card-list .card-list .col-card .card.logo-grid-eight-across .excerpt, .section-card-list .card-list .col-card .card.logo-grid-padded .excerpt, .section-card-list .card-list .col-card .card.logo-grid .excerpt {
          line-height: 1.5; }
          .section-card-list .card-list .col-card .card.logo-grid-xs-padding .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid-sm-padding .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid-md-padding .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid-lg-padding .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid-no-padding .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid-eight-across .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid-padded .excerpt p:last-of-type, .section-card-list .card-list .col-card .card.logo-grid .excerpt p:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0; }
          .section-card-list .card-list .col-card .card.logo-grid-xs-padding .excerpt img, .section-card-list .card-list .col-card .card.logo-grid-sm-padding .excerpt img, .section-card-list .card-list .col-card .card.logo-grid-md-padding .excerpt img, .section-card-list .card-list .col-card .card.logo-grid-lg-padding .excerpt img, .section-card-list .card-list .col-card .card.logo-grid-no-padding .excerpt img, .section-card-list .card-list .col-card .card.logo-grid-eight-across .excerpt img, .section-card-list .card-list .col-card .card.logo-grid-padded .excerpt img, .section-card-list .card-list .col-card .card.logo-grid .excerpt img {
            padding: 0;
            margin: 0; }
      .section-card-list .card-list .col-card .card.logo-grid-padded {
        padding: 30px; }
        @media screen and (min-width: 768px) {
          .section-card-list .card-list .col-card .card.logo-grid-padded {
            padding: 20px; } }
        @media screen and (min-width: 992px) {
          .section-card-list .card-list .col-card .card.logo-grid-padded {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 20px;
            padding-bottom: 20px; } }
        @media screen and (min-width: 1200px) {
          .section-card-list .card-list .col-card .card.logo-grid-padded {
            padding-left: 34.28571px;
            padding-right: 34.28571px;
            padding-top: 20px;
            padding-bottom: 20px; } }
        @media screen and (min-width: 1440px) {
          .section-card-list .card-list .col-card .card.logo-grid-padded {
            padding-left: 40px;
            padding-right: 40px;
            padding-top: 20px;
            padding-bottom: 20px; } }
      .section-card-list .card-list .col-card .card.logo-grid-no-padding {
        padding: 0; }
      .section-card-list .card-list .col-card .card.logo-grid-xs-padding {
        padding: 10px; }
      .section-card-list .card-list .col-card .card.logo-grid-sm-padding {
        padding: 12px; }
      .section-card-list .card-list .col-card .card.logo-grid-md-padding {
        padding: 15px; }
      .section-card-list .card-list .col-card .card.logo-grid {
        padding: 24px; }
      .section-card-list .card-list .col-card .card.logo-grid-eight-across {
        padding: 24px; }
    .section-card-list .card-list .col-card .card-icon-img {
      width: 100px;
      height: 100px;
      margin: auto;
      margin-bottom: 0.5em; }
      .section-card-list .card-list .col-card .card-icon-img img {
        width: 100%;
        height: 100%; }
    .section-card-list .card-list .col-card .card {
      text-align: inherit; }
      .section-card-list .card-list .col-card .card .title {
        text-align: center; }
      .section-card-list .card-list .col-card .card .card-body {
        height: inherit; }
      .section-card-list .card-list .col-card .card * {
        text-align: inherit; }

.section-card-list .col-text .content-section-header {
  text-align: inherit;
  max-width: 100%; }
  .section-card-list .col-text .content-section-header .excerpt {
    margin: 0;
    max-width: 100%; }
  .section-card-list .col-text .content-section-header * {
    text-align: inherit; }

.section-card-list .col-text .button-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  padding-bottom: 0; }
  .section-card-list .col-text .button-list a {
    margin-left: 15px;
    margin-right: 15px; }

.section-resource-image-text-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .section-resource-image-text-cta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .section-resource-image-text-cta .img-col {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .section-resource-image-text-cta .img-col {
        width: 25%; } }
  .section-resource-image-text-cta .copy-col {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) {
      .section-resource-image-text-cta .copy-col {
        width: 75%; } }
    .section-resource-image-text-cta .copy-col .button-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

#home-cards {
  margin: 25px 0;
  padding: 0 25px; }
  @media screen and (min-width: 768px) {
    #home-cards {
      margin: 3em 0; } }
  #home-cards .home-cards-title {
    text-align: center;
    padding: 4em 0; }
    #home-cards .home-cards-title h2 {
      font-weight: bold; }
  #home-cards .homeCard {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 5rem auto;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #home-cards .homeCard img {
      width: 25%; }
  #home-cards .cardCaption {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: .9;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F15B1E;
    padding: 15px;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s; }
  #home-cards .cardCaption-title {
    margin-top: 0px;
    font-size: 1.7rem;
    color: #FFFFFF;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #home-cards .cardCaption-title {
        font-size: 2rem; } }
    @media screen and (min-width: 1536px) {
      #home-cards .cardCaption-title {
        font-size: 2.5rem; } }
  #home-cards .cardCaption-content {
    margin: 0; }
  #home-cards .card-Slide-up:hover .cardCaption {
    opacity: .9;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; }
  #home-cards .cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px; }
    @media screen and (min-width: 768px) {
      #home-cards .cards-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 30px; } }
    @media screen and (min-width: 1024px) {
      #home-cards .cards-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 0px; } }
    @media screen and (min-width: 1200px) {
      #home-cards .cards-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 10px;
        padding: 30px; } }
    #home-cards .cards-container .flip-card {
      width: 100%;
      height: 200px;
      -webkit-perspective: 500px;
              perspective: 500px; }
      #home-cards .cards-container .flip-card .content {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        #home-cards .cards-container .flip-card .content .front, #home-cards .cards-container .flip-card .content .back {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #FFFFFF;
          line-height: 200px;
          color: #F15B1E;
          text-align: center;
          font-size: 1.5rem;
          border-radius: 2px;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        #home-cards .cards-container .flip-card .content .back {
          background: #F15B1E;
          color: #FFFFFF;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          font-size: 1em;
          padding: 10px;
          border-radius: 2px;
          line-height: 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly; }
          #home-cards .cards-container .flip-card .content .back .title {
            color: #121219;
            font-weight: normal;
            display: none; }
          #home-cards .cards-container .flip-card .content .back a:hover {
            color: WHITE;
            text-decoration: underline;
            border-radius: 5px; }
        #home-cards .cards-container .flip-card .content .front {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly; }
          #home-cards .cards-container .flip-card .content .front .title {
            font-family: "DIN Next W01 Regular", "Georgia", "Times New Roman", serif;
            -webkit-font-smoothing: antialiased;
            font-size: 1.3em;
            padding: 0 10px;
            color: #121219;
            line-height: 1;
            font-weight: normal; }
          #home-cards .cards-container .flip-card .content .front .icon {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 75px; }
            #home-cards .cards-container .flip-card .content .front .icon img {
              height: 64px;
              margin-bottom: 0; }
      #home-cards .cards-container .flip-card:hover .content {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
    #home-cards .cards-container .card-1 {
      grid-row: 1 / span 1;
      grid-column: 1 /span 1; }
    #home-cards .cards-container .card-2 {
      grid-row: 1 / span 1;
      grid-column: 2 /span 1; }
    #home-cards .cards-container .card-3 {
      grid-row: 2 / span 1;
      grid-column: 1 /span 1; }
    #home-cards .cards-container .card-4 {
      grid-row: 2 / span 1;
      grid-column: 2 /span 1; }
    #home-cards .cards-container .custom-img {
      display: none;
      margin: 15px; }
    #home-cards .cards-container .card-5 {
      grid-row: 3 / span 1;
      grid-column: 1 /span 1; }
    #home-cards .cards-container .card-6 {
      grid-row: 3 / span 1;
      grid-column: 2 /span 1; }
    #home-cards .cards-container .card-7 {
      grid-row: 4 / span 1;
      grid-column: 1 /span 1; }
    #home-cards .cards-container .card-8 {
      grid-row: 4 / span 1;
      grid-column: 2 /span 1; }
    @media screen and (min-width: 768px) {
      #home-cards .cards-container .cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 30px; }
        #home-cards .cards-container .cards-container .flip-card {
          width: 300px;
          height: 200px;
          -webkit-perspective: 500px;
                  perspective: 500px;
          margin-bottom: 60px; }
          #home-cards .cards-container .cards-container .flip-card .content {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition: transform 1s;
            transition: transform 1s, -webkit-transform 1s;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            #home-cards .cards-container .cards-container .flip-card .content .front, #home-cards .cards-container .cards-container .flip-card .content .back {
              position: absolute;
              height: 100%;
              width: 100%;
              background: #FFFFFF;
              color: #F15B1E;
              text-align: center;
              font-size: 1.8em;
              border-radius: 5px;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: space-evenly;
                  -ms-flex-pack: space-evenly;
                      justify-content: space-evenly;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            #home-cards .cards-container .cards-container .flip-card .content .back {
              background: #F15B1E;
              color: #FFFFFF;
              -webkit-transform: rotateY(180deg);
                      transform: rotateY(180deg);
              font-size: 1em;
              line-height: 25px;
              padding: 25px;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              #home-cards .cards-container .cards-container .flip-card .content .back .title {
                font-size: 1.3rem; }
            #home-cards .cards-container .cards-container .flip-card .content .front {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
              padding: 25px; }
              #home-cards .cards-container .cards-container .flip-card .content .front .title {
                font-family: "DIN Next W01 Regular", "Georgia", "Times New Roman", serif;
                -webkit-font-smoothing: antialiased;
                font-size: 1.3rem;
                padding: 0 10px;
                color: #121219; }
              #home-cards .cards-container .cards-container .flip-card .content .front .icon {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                height: 60px; }
          #home-cards .cards-container .cards-container .flip-card:hover .content {
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s; }
        #home-cards .cards-container .cards-container .card-1 {
          grid-row: 1 / span 1;
          grid-column: 1 /span 1; }
        #home-cards .cards-container .cards-container .card-2 {
          grid-row: 1 / span 1;
          grid-column: 2 /span 1;
          position: relative;
          bottom: 100px; }
        #home-cards .cards-container .cards-container .card-3 {
          grid-row: 1 / span 1;
          grid-column: 3 /span 1; }
        #home-cards .cards-container .cards-container .card-4 {
          grid-row: 2 / span 1;
          grid-column: 1 /span 1;
          position: relative;
          right: 100px; }
        #home-cards .cards-container .cards-container .custom-img {
          grid-row: 2 / span 1;
          grid-column: 2 /span 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 15px;
          background: url("https://cdn.armor.com/app/uploads/2019/06/armor-card-home.png");
          background-size: cover;
          background-position: center; }
        #home-cards .cards-container .cards-container .card-5 {
          grid-row: 2 / span 1;
          grid-column: 3 /span 1;
          position: relative;
          left: 100px; }
        #home-cards .cards-container .cards-container .card-6 {
          grid-row: 3 / span 1;
          grid-column: 1 /span 1; }
        #home-cards .cards-container .cards-container .card-7 {
          grid-row: 3 / span 1;
          grid-column: 2 /span 1;
          position: relative;
          top: 100px; }
        #home-cards .cards-container .cards-container .card-8 {
          grid-row: 3 / span 1;
          grid-column: 3 /span 1; } }
    @media screen and (min-width: 1024px) {
      #home-cards .cards-container .flip-card {
        width: 230px;
        height: 200px;
        -webkit-perspective: 500px;
                perspective: 500px;
        margin-bottom: 60px;
        margin-left: 40px; }
        #home-cards .cards-container .flip-card .content {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          -webkit-transition: -webkit-transform 1s;
          transition: -webkit-transform 1s;
          transition: transform 1s;
          transition: transform 1s, -webkit-transform 1s;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          #home-cards .cards-container .flip-card .content .front, #home-cards .cards-container .flip-card .content .back {
            position: absolute;
            height: 100%;
            width: 100%;
            background: #FFFFFF;
            color: #F15B1E;
            text-align: center;
            font-size: 1.8em;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          #home-cards .cards-container .flip-card .content .back {
            background: #F15B1E;
            color: #FFFFFF;
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
            font-size: 1em;
            line-height: 25px;
            padding: 25px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            #home-cards .cards-container .flip-card .content .back .title {
              font-size: 1.3rem; }
          #home-cards .cards-container .flip-card .content .front {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            padding: 25px; }
            #home-cards .cards-container .flip-card .content .front .icon {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              height: 60px; }
            #home-cards .cards-container .flip-card .content .front .title {
              font-size: 1em; }
        #home-cards .cards-container .flip-card:hover .content {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
      #home-cards .cards-container .card-1 {
        grid-row: 1 / span 1;
        grid-column: 1 /span 1; }
      #home-cards .cards-container .card-2 {
        grid-row: 1 / span 1;
        grid-column: 2 /span 1;
        position: relative;
        bottom: 3em; }
      #home-cards .cards-container .card-3 {
        grid-row: 1 / span 1;
        grid-column: 3 /span 1; }
      #home-cards .cards-container .card-4 {
        grid-row: 2 / span 1;
        grid-column: 1 /span 1;
        position: relative;
        right: 3em; }
      #home-cards .cards-container .custom-img {
        grid-row: 2 / span 1;
        grid-column: 2 /span 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 15px;
        background: url("https://cdn.armor.com/app/uploads/2019/06/armor-card-home.png");
        background-size: cover;
        background-position: center; }
      #home-cards .cards-container .card-5 {
        grid-row: 2 / span 1;
        grid-column: 3 /span 1;
        position: relative;
        left: 3em; }
      #home-cards .cards-container .card-6 {
        grid-row: 3 / span 1;
        grid-column: 1 /span 1; }
      #home-cards .cards-container .card-7 {
        grid-row: 3 / span 1;
        grid-column: 2 /span 1;
        position: relative;
        top: 3em; }
      #home-cards .cards-container .card-8 {
        grid-row: 3 / span 1;
        grid-column: 3 /span 1; } }
    @media screen and (min-width: 1200px) {
      #home-cards .cards-container .flip-card {
        width: 75%;
        height: 200px;
        -webkit-perspective: 500px;
                perspective: 500px;
        margin-bottom: 60px; }
        #home-cards .cards-container .flip-card .content {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          -webkit-transition: -webkit-transform 1s;
          transition: -webkit-transform 1s;
          transition: transform 1s;
          transition: transform 1s, -webkit-transform 1s;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          #home-cards .cards-container .flip-card .content .front, #home-cards .cards-container .flip-card .content .back {
            position: absolute;
            height: 100%;
            width: 100%;
            background: #FFFFFF;
            color: #F15B1E;
            text-align: center;
            font-size: 1.8em;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          #home-cards .cards-container .flip-card .content .back {
            background: #F15B1E;
            color: #FFFFFF;
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
            font-size: 1em;
            line-height: 25px;
            padding: 25px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
          #home-cards .cards-container .flip-card .content .front {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly;
            padding: 25px; }
            #home-cards .cards-container .flip-card .content .front .title {
              font-size: 1em; }
            #home-cards .cards-container .flip-card .content .front .icon {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              height: 60px; }
        #home-cards .cards-container .flip-card:hover .content {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
      #home-cards .cards-container .card-1 {
        justify-self: end; }
      #home-cards .cards-container .card-2 {
        justify-self: center; }
      #home-cards .cards-container .card-3 {
        justify-self: start; }
      #home-cards .cards-container .card-4 {
        justify-self: center;
        right: 0; }
      #home-cards .cards-container .card-5 {
        justify-self: center;
        left: 0; }
      #home-cards .cards-container .card-6 {
        justify-self: end; }
      #home-cards .cards-container .card-7 {
        justify-self: center; }
      #home-cards .cards-container .card-8 {
        justify-self: start; } }

.content-section.section-featured-team-members {
  padding-left: 0;
  padding-right: 0; }
  .content-section.section-featured-team-members .content-section-header .title:after {
    display: block;
    content: '';
    width: 100px;
    height: 6px;
    background-color: #F15B1E;
    margin-top: 10px !important; }
  .content-section.section-featured-team-members .content-section-header .title:after {
    margin-left: auto;
    margin-right: auto; }

.content-section.section-featured-team-members .person-list .person .photo {
  margin-bottom: 1rem; }
  .content-section.section-featured-team-members .person-list .person .photo img {
    display: block;
    margin-bottom: 0; }

.content-section.section-featured-team-members .person-list .person .name {
  font-size: 2rem; }

.content-section.section-featured-team-members .person-list .person .name-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .content-section.section-featured-team-members .person-list .person .name-social-wrapper .name {
    margin-bottom: 0px; }
  .content-section.section-featured-team-members .person-list .person .name-social-wrapper .social-links {
    margin-bottom: 0; }

.content-section.section-featured-team-members .person-list .person .job-title-company {
  font-size: 1.8rem;
  font-style: italic;
  color: #AEAEAE;
  margin-bottom: 1rem; }

.content-section.section-featured-team-members .person-list .person .bio {
  font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .content-section.section-featured-team-members .person-list .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .content-section.section-featured-team-members .person-list .person .photo {
      width: 200px;
      height: auto;
      margin-right: 40px; }
    .content-section.section-featured-team-members .person-list .person .person-copy {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .content-section.section-featured-team-members .person-list .person .name-social-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-section.section-featured-team-members .person-list .person .name-social-wrapper .name {
        padding-right: 10px;
        line-height: 1; } }

.person-list .person .social-links {
  font-size: 25px; }
  .person-list .person .social-links li {
    margin-bottom: 2px; }
  .person-list .person .social-links .twitter, .person-list .person .social-links .Twitter {
    color: #1da1f2; }
  .person-list .person .social-links .facebook, .person-list .person .social-links .Facebook {
    color: #3b5998; }
  .person-list .person .social-links .linkedin, .person-list .person .social-links .Linkedin {
    color: #0077B5; }

.content-section.section-featured-team-members .person-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px; }
  .content-section.section-featured-team-members .person-list .person {
    margin-bottom: calc(40px + 0.5vw); }

@media screen and (min-width: 1024px) {
  .fancybox-caption.fancybox-caption--separate {
    position: relative;
    top: 65%; } }

.widget_text .widget-title {
  font-size: 3.5rem; }

.widget_text .widget-title:after {
  display: block;
  content: '';
  width: 100px;
  height: 6px;
  background-color: #F15B1E;
  position: relative;
  top: 10px;
  margin: auto; }

.max-w-700 {
  max-width: 700px;
  margin: auto; }

.content-section.section-countdown .countdown-body-wrapper {
  background-color: white;
  padding: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  padding: 40px; }

.content-section.section-countdown .content-section-header {
  margin-bottom: 30px; }
  .content-section.section-countdown .content-section-header .pre-title {
    margin-bottom: 0.25rem; }
  .content-section.section-countdown .content-section-header .title {
    margin-bottom: 0; }

.content-section.section-countdown .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .content-section.section-countdown .timer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    margin: 0 3px; }
  .content-section.section-countdown .timer time {
    display: block;
    font-weight: bold;
    font-size: calc(2.4rem + 0.5vw);
    text-align: center;
    padding-left: calc(2px + 0.5vw);
    padding-right: calc(2px + 0.5vw);
    padding-bottom: 10px;
    color: #F15B1E; }
  .content-section.section-countdown .timer .label {
    text-transform: uppercase;
    font-size: 1.0rem; }

.content-section.section-countdown .timer-finished-msg {
  text-align: center;
  font-size: 1.8rem;
  color: #F15B1E;
  margin-bottom: 0; }

.pillar-page .flip-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px; }
  .pillar-page .flip-card-container .card {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    margin-right: 15px;
    background: white; }
    .pillar-page .flip-card-container .card .content {
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .pillar-page .flip-card-container .card .content .front {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #FFFFFF;
        line-height: 200px;
        text-align: center;
        font-size: 1.5rem;
        border-radius: 5px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .pillar-page .flip-card-container .card .content .front .title {
          line-height: 1.1;
          font-size: 1.8rem; }
        .pillar-page .flip-card-container .card .content .front .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 150px; }
          .pillar-page .flip-card-container .card .content .front .icon img {
            margin-bottom: 0; }
  .pillar-page .flip-card-container .flip-card {
    width: 100%;
    height: 150px;
    -webkit-perspective: 500px;
            perspective: 500px;
    margin-bottom: 15px;
    margin-right: 15px; }
    .pillar-page .flip-card-container .flip-card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .pillar-page .flip-card-container .flip-card .content .front, .pillar-page .flip-card-container .flip-card .content .back {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #FFFFFF;
        line-height: 200px;
        text-align: center;
        font-size: 1.5rem;
        border-radius: 5px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .pillar-page .flip-card-container .flip-card .content .back {
        background: #F15B1E;
        color: #FFFFFF;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        font-size: 1em;
        padding: 10px;
        line-height: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .pillar-page .flip-card-container .flip-card .content .back a:hover {
          color: white;
          text-decoration: underline; }
      .pillar-page .flip-card-container .flip-card .content .front {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 25px;
        line-height: 1; }
        .pillar-page .flip-card-container .flip-card .content .front .icon {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .pillar-page .flip-card-container .flip-card .content .front .icon img {
            height: 50px;
            margin-bottom: 0; }
        .pillar-page .flip-card-container .flip-card .content .front .title {
          padding: 25px;
          font-size: 1em;
          font-weight: 600; }
    .pillar-page .flip-card-container .flip-card:hover .content {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .pillar-page .flip-card-container .flip-card.card .content .front {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }

@media (min-width: 768px) {
  .pillar-page .flip-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: auto; }
    .pillar-page .flip-card-container .flip-card {
      width: 230px;
      height: 200px;
      float: left;
      -webkit-perspective: 500px;
              perspective: 500px;
      margin: 15px; }
      .pillar-page .flip-card-container .flip-card .content {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        .pillar-page .flip-card-container .flip-card .content .front, .pillar-page .flip-card-container .flip-card .content .back {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #FFFFFF;
          text-align: center;
          font-size: 1.5em;
          border-radius: 5px;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .pillar-page .flip-card-container .flip-card .content .back {
          background: #F15B1E;
          color: #FFFFFF;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          font-size: 1em;
          line-height: 25px;
          padding: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .pillar-page .flip-card-container .flip-card .content .front {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0px; }
          .pillar-page .flip-card-container .flip-card .content .front .icon {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
          .pillar-page .flip-card-container .flip-card .content .front .title {
            font-size: 1.5rem;
            font-weight: 600;
            padding: 0;
            line-height: 1; }
      .pillar-page .flip-card-container .flip-card:hover .content {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
      .pillar-page .flip-card-container .flip-card.card .content .front {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .pillar-page .flip-card-container .card {
      width: 230px;
      height: 200px;
      float: left;
      margin: 15px;
      background: white; }
      .pillar-page .flip-card-container .card .content {
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        .pillar-page .flip-card-container .card .content .front {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #FFFFFF;
          text-align: center;
          font-size: 1.5em;
          border-radius: 5px;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .pillar-page .flip-card-container .card .content .front .title {
            line-height: 1.1; }
          .pillar-page .flip-card-container .card .content .front .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .pillar-page .flip-card-container .card .content .front .icon img {
              margin-bottom: 25px; } }

.career-page .flip-card-container {
  padding: 20px;
  min-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto; }
  .career-page .flip-card-container .flip-card {
    width: 100%;
    height: 150px;
    -webkit-perspective: 500px;
            perspective: 500px;
    margin-bottom: 15px;
    margin-right: 15px; }
    .career-page .flip-card-container .flip-card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .career-page .flip-card-container .flip-card .content .front, .career-page .flip-card-container .flip-card .content .back {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #FFFFFF;
        line-height: 200px;
        text-align: center;
        font-size: 1.5rem;
        border-radius: 5px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .career-page .flip-card-container .flip-card .content .back {
        background: #F15B1E;
        color: #FFFFFF;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        font-size: 1em;
        padding: 10px;
        line-height: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .career-page .flip-card-container .flip-card .content .back a:hover {
          color: white;
          text-decoration: underline; }
      .career-page .flip-card-container .flip-card .content .front {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 25px;
        line-height: 1; }
        .career-page .flip-card-container .flip-card .content .front .icon {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .career-page .flip-card-container .flip-card .content .front .icon img {
            height: 50px;
            margin-bottom: 0; }
        .career-page .flip-card-container .flip-card .content .front .title {
          font-size: 1.5rem;
          font-weight: 600; }
    .career-page .flip-card-container .flip-card:hover .content {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }

@media (min-width: 768px) {
  .career-page .flip-card-container {
    max-width: 1000px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .career-page .flip-card-container .flip-card {
      width: 270px;
      height: 300px;
      float: left;
      -webkit-perspective: 500px;
              perspective: 500px;
      margin: 15px; }
      .career-page .flip-card-container .flip-card .content {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        .career-page .flip-card-container .flip-card .content .front, .career-page .flip-card-container .flip-card .content .back {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #FFFFFF;
          text-align: center;
          font-size: 1.5em;
          border-radius: 5px;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .career-page .flip-card-container .flip-card .content .back {
          background: #F15B1E;
          color: #FFFFFF;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          font-size: 1em;
          line-height: 25px;
          padding: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .career-page .flip-card-container .flip-card .content .front {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 25px; }
          .career-page .flip-card-container .flip-card .content .front .icon {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 237px; }
            .career-page .flip-card-container .flip-card .content .front .icon img {
              height: 75px;
              margin-bottom: 0; }
          .career-page .flip-card-container .flip-card .content .front .title {
            font-size: 1.8rem;
            padding: 25px 0; }
      .career-page .flip-card-container .flip-card:hover .content {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; } }

.other-page .flip-card-container {
  padding: 20px;
  min-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto; }
  .other-page .flip-card-container .flip-card {
    width: 100%;
    height: 150px;
    -webkit-perspective: 500px;
            perspective: 500px;
    margin-bottom: 15px;
    margin-right: 15px; }
    .other-page .flip-card-container .flip-card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .other-page .flip-card-container .flip-card .content .front, .other-page .flip-card-container .flip-card .content .back {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #FFFFFF;
        line-height: 200px;
        text-align: center;
        font-size: 1.5rem;
        border-radius: 5px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .other-page .flip-card-container .flip-card .content .back {
        background: #F15B1E;
        color: #FFFFFF;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        font-size: 1em;
        padding: 10px;
        line-height: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .other-page .flip-card-container .flip-card .content .back a {
          color: #01426A; }
          .other-page .flip-card-container .flip-card .content .back a:hover {
            color: white;
            text-decoration: underline; }
      .other-page .flip-card-container .flip-card .content .front {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 25px;
        line-height: 1; }
        .other-page .flip-card-container .flip-card .content .front .icon {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .other-page .flip-card-container .flip-card .content .front .icon img {
            height: 50px;
            margin-bottom: 0; }
        .other-page .flip-card-container .flip-card .content .front .title {
          font-size: 1.5rem;
          font-weight: 600; }
    .other-page .flip-card-container .flip-card:hover .content {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }

@media (min-width: 768px) {
  .other-page .flip-card-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .other-page .flip-card-container .flip-card {
      width: 200px;
      height: 300px;
      float: left;
      -webkit-perspective: 500px;
              perspective: 500px;
      margin: 15px; }
      .other-page .flip-card-container .flip-card .content {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        .other-page .flip-card-container .flip-card .content .front, .other-page .flip-card-container .flip-card .content .back {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #FFFFFF;
          text-align: center;
          font-size: 1.5em;
          border-radius: 5px;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .other-page .flip-card-container .flip-card .content .back {
          background: #F15B1E;
          color: #FFFFFF;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          font-size: 1em;
          line-height: 25px;
          padding: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .other-page .flip-card-container .flip-card .content .front {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 25px; }
          .other-page .flip-card-container .flip-card .content .front .icon {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 237px; }
            .other-page .flip-card-container .flip-card .content .front .icon img {
              height: 75px;
              margin-bottom: 0; }
          .other-page .flip-card-container .flip-card .content .front .title {
            font-size: 1.8rem;
            padding: 25px 0; }
      .other-page .flip-card-container .flip-card:hover .content {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; } }

.section-feature-gallery .feature-gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .section-feature-gallery .feature-gallery-wrapper .feature-image-wrapper {
    display: none; }
  @media screen and (min-width: 1024px) {
    .section-feature-gallery .feature-gallery-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .section-feature-gallery .feature-gallery-wrapper .feature-list {
        width: 45%; }
      .section-feature-gallery .feature-gallery-wrapper .feature-image-wrapper {
        width: 45%;
        display: block;
        right: 0;
        overflow: hidden; } }

.section-feature-gallery .feature-list .feature {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .section-feature-gallery .feature-list .feature .description {
    display: none; }

.section-feature-gallery .feature-list .feature.active {
  opacity: 1.0; }
  .section-feature-gallery .feature-list .feature.active .description {
    display: block; }

.section-feature-gallery .feature-image-wrapper .feature-image {
  display: none;
  opacity: 0; }

.section-feature-gallery .feature-image-wrapper .feature-image.active {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.section-product-compare-table {
  padding: 10px 10px 20px; }
  .section-product-compare-table figure, .section-product-compare-table img {
    padding: 0;
    margin: 0; }
  .section-product-compare-table .feature-desc {
    font-size: 90%; }
    @media screen and (min-width: 768px) {
      .section-product-compare-table .feature-desc {
        padding-left: 20px;
        font-size: 100%; } }
  .section-product-compare-table .col-content-main {
    margin-top: 80px;
    line-height: 1.25; }
    .section-product-compare-table .col-content-main.bg-gray-light {
      margin-bottom: 12.5px; }
      .section-product-compare-table .col-content-main.bg-gray-light .figure-col-header {
        background-color: #F2F0F1; }
  .section-product-compare-table .table-row {
    margin-top: 11.5px;
    margin-bottom: 11.5px; }
  .section-product-compare-table .col-product i {
    color: #F15B1E; }
  .section-product-compare-table .headline-table-group {
    margin-top: 20px;
    margin-bottom: 10px; }
  .section-product-compare-table .headline-table-section {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .section-product-compare-table .headline-table-section {
        padding-left: 10px; } }
  .section-product-compare-table .product-compare-section .headline, .section-product-compare-table .product-compare-section h1, .section-product-compare-table .product-compare-section h2, .section-product-compare-table .product-compare-section h3, .section-product-compare-table .product-compare-section h4, .section-product-compare-table .product-compare-section h5 {
    margin: 0;
    padding: 0;
    font-weight: 600; }
  .section-product-compare-table .product-compare-section.product-compare-col-header > .row {
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-product-compare-table .product-compare-section.product-compare-col-header h5 {
    font-size: 90%; }
    @media screen and (min-width: 768px) {
      .section-product-compare-table .product-compare-section.product-compare-col-header h5 {
        font-size: 100%; } }
  .section-product-compare-table .product-compare-section.product-compare-col-header .figure-col-header {
    padding: 10px 10px 5px;
    margin-top: -70px;
    padding: 15px;
    margin-top: -70px;
    width: calc(100% + 14px);
    max-width: calc(100% + 14px);
    margin-left: -7px; }
  .section-product-compare-table .product-compare-section.product-compare-table-header {
    margin-top: 10px;
    margin-bottom: 10px; }
    .section-product-compare-table .product-compare-section.product-compare-table-header h4,
    .section-product-compare-table .product-compare-section.product-compare-table-header .title,
    .section-product-compare-table .product-compare-section.product-compare-table-header .headline {
      font-size: 2.1rem; }
    .section-product-compare-table .product-compare-section.product-compare-table-header .desc {
      font-size: 90%; }
      @media screen and (min-width: 768px) {
        .section-product-compare-table .product-compare-section.product-compare-table-header .desc {
          font-size: 90%; } }
    .section-product-compare-table .product-compare-section.product-compare-table-header > .row {
      margin-top: 10px;
      margin-bottom: 10px; }
  .section-product-compare-table .product-compare-section.product-compare-table-main h4 {
    font-size: 2.1rem; }
  .section-product-compare-table .product-compare-section a.row-headline-link {
    font-weight: normal;
    color: #323234; }
    .section-product-compare-table .product-compare-section a.row-headline-link:hover {
      text-decoration: underline;
      color: #F15B1E; }
  .section-product-compare-table .section-footer {
    margin: 2.25rem 0; }
    .section-product-compare-table .section-footer .excerpt-section-footer {
      margin: 2.25rem 0; }
      .section-product-compare-table .section-footer .excerpt-section-footer p:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
    .section-product-compare-table .section-footer .button-list {
      padding: 0;
      margin: 2.25rem 0; }
      .section-product-compare-table .section-footer .button-list a {
        margin-left: 15px; }
        .section-product-compare-table .section-footer .button-list a:first-child {
          margin-left: 0; }

.section-product-spec-grid .product-spec-grid.spec-border-right .col-spec {
  border-right: 3px solid #f5f5f5; }
  .section-product-spec-grid .product-spec-grid.spec-border-right .col-spec:last-of-type {
    border: none; }

.section-product-spec-grid .col-spec .spec-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-top-left .figure-spec img {
    margin: 0 auto 30px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-top-center .figure-spec img {
    margin: 0 auto 30px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-left .header-spec-col > * {
    margin: 10px 0; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col {
    position: relative;
    margin-bottom: 10px; }
    .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col .figure-spec, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col .figure-spec, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col .figure-spec, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col .figure-spec {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0; }
      .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col .figure-spec img, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col .figure-spec img, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col .figure-spec img, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col .figure-spec img {
        padding: 0;
        margin: 0; }
    .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col .headline-spec-col, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col .headline-spec-col, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col .headline-spec-col, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col .headline-spec-col {
      margin: 5px 0 0; }
      .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col .headline-spec-col .headline, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col .headline-spec-col .headline, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col .headline-spec-col .headline, .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col .headline-spec-col .headline {
        padding: 0;
        margin: 0; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col {
    min-height: 45px;
    padding-left: 55px; }
    .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon .header-spec-col figure {
      max-width: 45px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col {
    min-height: 35px;
    padding-left: 45px; }
    .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-sm .header-spec-col figure {
      max-width: 35px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col {
    min-height: 65px;
    padding-left: 75px; }
    .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-md .header-spec-col figure {
      max-width: 65px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col {
    min-height: 95px;
    padding-left: 105px; }
    .section-product-spec-grid .col-spec .spec-wrapper.image-left.image-icon-lg .header-spec-col figure {
      max-width: 95px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-icon .figure-spec img, .section-product-spec-grid .col-spec .spec-wrapper.image-icon-sm .figure-spec img, .section-product-spec-grid .col-spec .spec-wrapper.image-icon-md .figure-spec img, .section-product-spec-grid .col-spec .spec-wrapper.image-icon-lg .figure-spec img {
    width: 100%;
    height: auto; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-icon .figure-spec img {
    max-height: 40px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-icon-sm .figure-spec img {
    max-height: 30px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-icon-md .figure-spec img {
    max-height: 60px; }
  .section-product-spec-grid .col-spec .spec-wrapper.image-icon-lg .figure-spec img {
    max-height: 90px; }
  .section-product-spec-grid .col-spec .spec-wrapper .header-spec-col {
    position: relative; }
    .section-product-spec-grid .col-spec .spec-wrapper .header-spec-col .text-spec-col-text p:last-child {
      padding: 0;
      margin-bottom: 10px; }
    .section-product-spec-grid .col-spec .spec-wrapper .header-spec-col > * {
      padding: 0;
      margin: 10px 0 10px; }
    .section-product-spec-grid .col-spec .spec-wrapper .header-spec-col .headline {
      font-size: 2.1rem;
      line-height: 1.25; }
  .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items {
    line-height: 1.5; }
    .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items.flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items.flex-row-reverse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items.flex-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items.indent-list .spec-item {
      padding-left: 75px; }
      .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items.indent-list .spec-item.spec-item-icon {
        margin-left: 30px; }
    .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item {
      margin: 20px 0; }
      .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item .text-spec-item p:last-child {
        padding: 0;
        margin: 0; }
      .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item .headline {
        font-weight: 600;
        font-size: 1.8rem;
        padding: 0;
        margin: 0 0 3px; }
      .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item:first-child {
        margin-top: 10px; }
      .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item:last-child {
        margin-bottom: 0; }
      .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item.spec-item-icon {
        position: relative;
        padding-left: 45px; }
        .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item.spec-item-icon .figure-spec-item-icon {
          position: absolute;
          left: 0;
          top: 0; }
          .section-product-spec-grid .col-spec .spec-wrapper .list-spec-items .spec-item.spec-item-icon .figure-spec-item-icon img {
            max-width: 30px;
            height: auto;
            width: 100%; }

.section-product-spec-grid .section-footer {
  margin: 2.25rem 0; }
  .section-product-spec-grid .section-footer .excerpt-section-footer {
    margin: 2.25rem 0; }
    .section-product-spec-grid .section-footer .excerpt-section-footer p:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .section-product-spec-grid .section-footer .button-list {
    padding: 0;
    margin: 2.25rem 0; }
    .section-product-spec-grid .section-footer .button-list a {
      margin-left: 15px; }
      .section-product-spec-grid .section-footer .button-list a:first-child {
        margin-left: 0; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sidebar-nav {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .sidebar-nav li {
    padding: 0.25rem 0;
    margin: 0.25rem 0; }
    .sidebar-nav li a {
      text-decoration: none; }
  .sidebar-nav.toc li a {
    color: #323234; }
    .sidebar-nav.toc li a.active, .sidebar-nav.toc li a:focus, .sidebar-nav.toc li a:hover {
      color: #F15B1E; }

body.page-template-pillar-page {
  position: relative; }
  body.page-template-pillar-page .entry-content {
    position: relative; }

.armor-advisor-tool .intro-stage {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto; }
  .armor-advisor-tool .intro-stage .title {
    font-size: calc(3.6rem + 1vw);
    margin-bottom: 1rem;
    font-weight: bold; }
  .armor-advisor-tool .intro-stage .icon {
    width: 75px; }
  .armor-advisor-tool .intro-stage .intro-copy {
    font-style: italic;
    font-size: calc(1.3rem + 0.5vw);
    color: #AEAEAE;
    line-height: 1.2;
    width: 75%; }
  .armor-advisor-tool .intro-stage button {
    font-family: "DIN Next W01 Regular", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 2px; }

@media screen and (min-width: 1024px) {
  .armor-advisor-tool .intro-instruction {
    padding-top: 50px; } }

.armor-advisor-tool .intro-instruction .content-section.section-image-text-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .armor-advisor-tool .intro-instruction .content-section.section-image-text-cta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .armor-advisor-tool .intro-instruction .content-section.section-image-text-cta .title {
    color: white; }
  .armor-advisor-tool .intro-instruction .content-section.section-image-text-cta .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 1200px) {
      .armor-advisor-tool .intro-instruction .content-section.section-image-text-cta .img-col {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .armor-advisor-tool .intro-instruction .content-section.section-image-text-cta .copy-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.armor-advisor-tool .lead-stage {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 25px; }

.armor-advisor-tool .lead-stage .form-header {
  text-align: center; }

.armor-advisor-tool .question-stage {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.armor-advisor-tool .question {
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.04);
  margin-bottom: 60px;
  padding: 40px 60px;
  text-align: center; }
  .armor-advisor-tool .question .title {
    color: #323234;
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-weight: normal; }
  .armor-advisor-tool .question .instructions {
    font-size: 1.6rem;
    text-align: center;
    color: #F15B1E;
    font-style: italic; }

.armor-advisor-tool .question .choices-wrapper {
  padding: 30px 0; }

.armor-advisor-tool .question .choices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .armor-advisor-tool .question .choices li {
    cursor: pointer;
    background-color: white;
    border: 1px solid #DADADA;
    padding: 20px 16px;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    line-height: 1.25;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .armor-advisor-tool .question .choices li .choice-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .armor-advisor-tool .question .choices li .choice-text:before {
        content: '';
        display: block;
        background-repeat: no-repeat;
        background-size: contain; }
    .armor-advisor-tool .question .choices li:hover {
      -webkit-transform: scale(0.97);
              transform: scale(0.97); }
    .armor-advisor-tool .question .choices li:after, .armor-advisor-tool .question .choices li:before {
      display: none;
      content: ''; }
  .armor-advisor-tool .question .choices li.selected {
    color: white;
    background-color: #F15B1E;
    font-weight: bold; }
    .armor-advisor-tool .question .choices li.selected .choice-text:before {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      background-image: url("https://cdn.armor.com/app/uploads/2020/06/check.svg"); }
  @media screen and (min-width: 768px) {
    .armor-advisor-tool .question .choices li {
      width: 46%; } }

.armor-advisor-tool .question.q-env .choices .choice-text:before {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("https://cdn.armor.com/app/uploads/2020/06/cloud-computing.svg"); }

.armor-advisor-tool .question .choices.single li {
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.armor-advisor-tool .step-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px; }
  .armor-advisor-tool .step-nav .button, .armor-advisor-tool .step-nav button, .armor-advisor-tool .step-nav .btn {
    margin: 5px 10px; }
  .armor-advisor-tool .step-nav .btn-next {
    margin-right: 0;
    margin-left: auto; }

.armor-advisor-tool .lead-stage .step-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .armor-advisor-tool .lead-stage .step-nav .btn-see-results {
    margin-left: 0;
    margin-right: 0; }

.armor-advisor-tool .lead-form .step-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .armor-advisor-tool .lead-form .step-nav .button {
    margin-bottom: 20px; }
  .armor-advisor-tool .lead-form .step-nav a {
    text-transform: uppercase;
    color: #323234; }
    .armor-advisor-tool .lead-form .step-nav a:hover {
      text-decoration: none;
      color: #F15B1E; }

.armor-advisor-tool .results-wrapper {
  background-color: #01426A; }
  @media screen and (min-width: 1200px) {
    .armor-advisor-tool .results-wrapper {
      margin-bottom: 50px; } }

.armor-advisor-tool .results-header {
  background-color: #01426A;
  color: white;
  text-align: center;
  padding: 40px;
  font-size: 1.8rem; }
  .armor-advisor-tool .results-header .pre-title {
    color: #01426A;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .armor-advisor-tool .results-header .title {
    color: white;
    font-size: 3.4rem; }
  .armor-advisor-tool .results-header .copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px; }

.armor-advisor-tool .results-wrapper .solution-list {
  border-top: 8px solid #F15B1E;
  background-color: white;
  padding: 40px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .armor-advisor-tool .results-wrapper .solution-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 1200px) {
    .armor-advisor-tool .results-wrapper .solution-list {
      max-width: 1200px;
      margin: auto;
      position: relative;
      top: 50px; } }
  .armor-advisor-tool .results-wrapper .solution-list > div {
    max-width: 500px; }
  .armor-advisor-tool .results-wrapper .solution-list .solution {
    border: 1px solid #DADADA;
    text-align: center;
    min-width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 1200px) {
      .armor-advisor-tool .results-wrapper .solution-list .solution {
        width: 33%; } }
    .armor-advisor-tool .results-wrapper .solution-list .solution .product-logo {
      width: 100px;
      margin: auto;
      padding-bottom: 20px; }
    .armor-advisor-tool .results-wrapper .solution-list .solution .title {
      font-weight: bold;
      font-size: 2em; }
    .armor-advisor-tool .results-wrapper .solution-list .solution .sub-title {
      color: #AEAEAE;
      font-style: italic; }
    .armor-advisor-tool .results-wrapper .solution-list .solution .pricing .estimate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .armor-advisor-tool .results-wrapper .solution-list .solution .pricing .estimate .estimate-text {
        font-size: 0.8em;
        color: #F15B1E;
        text-transform: uppercase;
        padding-bottom: 10px; }
      .armor-advisor-tool .results-wrapper .solution-list .solution .pricing .estimate .price-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0 20px; }
      .armor-advisor-tool .results-wrapper .solution-list .solution .pricing .estimate .large-price {
        font-size: 3em;
        font-weight: bold; }
        .armor-advisor-tool .results-wrapper .solution-list .solution .pricing .estimate .large-price .contact {
          font-size: 2.3rem; }
    .armor-advisor-tool .results-wrapper .solution-list .solution .pricing .compare {
      background: #eeeeee;
      padding: 20px;
      font-weight: 600; }
  .armor-advisor-tool .results-wrapper .solution-list .feature-cta {
    padding: 20px; }
    .armor-advisor-tool .results-wrapper .solution-list .feature-cta .title {
      font-weight: bold;
      font-size: 2rem; }
    .armor-advisor-tool .results-wrapper .solution-list .feature-cta ul {
      line-height: 1.25;
      margin-bottom: 0; }
      .armor-advisor-tool .results-wrapper .solution-list .feature-cta ul li {
        margin-bottom: 1rem; }
    .armor-advisor-tool .results-wrapper .solution-list .feature-cta .button {
      background-color: #F15B1E;
      display: block;
      font-size: 2rem;
      border: #F15B1E;
      margin: 10px; }
      .armor-advisor-tool .results-wrapper .solution-list .feature-cta .button:hover {
        background-color: #cf450d; }
  @media screen and (min-width: 768px) {
    .armor-advisor-tool .results-wrapper .solution-list .solution:first-child:nth-last-child(1),
    .armor-advisor-tool .results-wrapper .solution-list .solution:first-child:nth-last-child(1) ~ divs {
      width: 100%; }
    .armor-advisor-tool .results-wrapper .solution-list .solution:first-child:nth-last-child(2),
    .armor-advisor-tool .results-wrapper .solution-list .solution:first-child:nth-last-child(2) ~ divs {
      width: 50%; }
    .armor-advisor-tool .results-wrapper .solution-list .solution:first-child:nth-last-child(3),
    .armor-advisor-tool .results-wrapper .solution-list .solution:first-child:nth-last-child(3) ~ divs {
      width: 33.33333%; } }
  .armor-advisor-tool .results-wrapper .solution-list .center-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .armor-advisor-tool .results-wrapper .solution-list .plus-icon {
    font-size: 2em;
    color: #ff6600;
    padding: 5px; }

.armor-advisor-tool .progress-bar {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  margin-bottom: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .armor-advisor-tool .progress-bar .step {
    background-color: #AEAEAE;
    height: 6px;
    width: 50px; }
    .armor-advisor-tool .progress-bar .step.active {
      background-color: #F15B1E; }

.armor-advisor-tool button {
  background-color: #01426A;
  border: none; }
  .armor-advisor-tool button:hover {
    background-color: #012337; }

.armor-advisor-tool .section-image-text-cta .blue-bg {
  background-image: url("https://cdn.armor.com/app/uploads/2020/05/blue-header-light.jpg");
  background-position: center center;
  background-size: cover; }

/**
 * IE Edge Specific Styles.
 *
 * To target Edge, we can check for -ms-ime-align support, Edge being the only Microsoft browser that supports the -ms-ime-align property.
 */
@supports (-ms-ime-align: auto) {
  .border-cta .section-single-text .copy-col {
    padding: 0;
    border-image-source: none !important;
    border: none !important; }
    .border-cta .section-single-text .copy-col .copy-col-inside {
      padding: 4em;
      position: relative; }
      .border-cta .section-single-text .copy-col .copy-col-inside:before, .border-cta .section-single-text .copy-col .copy-col-inside:after,
      .border-cta .section-single-text .copy-col .copy-col-inside > :first-child:before,
      .border-cta .section-single-text .copy-col .copy-col-inside > :first-child:after {
        position: absolute;
        width: 60px;
        height: 60px;
        border-color: #F15B1E;
        border-style: solid;
        content: ' '; }
      .border-cta .section-single-text .copy-col .copy-col-inside:before {
        top: -4px;
        left: -4px;
        border-width: 8px 0 0 8px; }
      .border-cta .section-single-text .copy-col .copy-col-inside:after {
        top: -4px;
        right: -4px;
        border-width: 8px 8px 0 0; }
      .border-cta .section-single-text .copy-col .copy-col-inside > :first-child:before {
        bottom: -4px;
        right: -4px;
        border-width: 0 8px 8px 0; }
      .border-cta .section-single-text .copy-col .copy-col-inside > :first-child:after {
        bottom: -4px;
        left: -4px;
        border-width: 0 0 8px 8px; } }

#conference-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px; }
  #conference-page .thin-text {
    font-family: "DIN Next W01 Light", "Georgia", "Times New Roman", serif; }
  #conference-page .page-container {
    width: 100%; }
    #conference-page .page-container .header {
      background-image: url("https://cdn.armor.com/app/uploads/2019/06/SecureCon-Website-Header-Nologo.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 25px 0; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .header {
          padding: 100px; } }
      #conference-page .page-container .header .header-hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #conference-page .page-container .header .header-hero .center-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #conference-page .page-container .header .header-hero .center-row .header-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100px; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .header .header-hero .center-row .header-icon {
                width: 200px;
                height: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; } }
          #conference-page .page-container .header .header-hero .center-row .header-text {
            padding: 20px;
            color: #FFFFFF; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .header .header-hero .center-row .header-text {
                padding-left: 20px;
                padding-right: 0; } }
            #conference-page .page-container .header .header-hero .center-row .header-text h1 {
              font-family: "DIN Next W01 Bold", "Georgia", "Times New Roman", serif;
              text-transform: uppercase;
              margin-bottom: 0;
              color: #FFFFFF;
              font-size: 2.5rem; }
              @media screen and (min-width: 768px) {
                #conference-page .page-container .header .header-hero .center-row .header-text h1 {
                  font-size: 3.5rem; } }
              @media screen and (min-width: 1200px) {
                #conference-page .page-container .header .header-hero .center-row .header-text h1 {
                  font-size: 4.25rem; } }
            #conference-page .page-container .header .header-hero .center-row .header-text h2 {
              margin-bottom: 0;
              margin-top: 0;
              color: #FFFFFF;
              font-size: 1.5rem; }
              @media screen and (min-width: 768px) {
                #conference-page .page-container .header .header-hero .center-row .header-text h2 {
                  font-size: 2.5rem; } }
            #conference-page .page-container .header .header-hero .center-row .header-text .bold {
              font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif; }
        #conference-page .page-container .header .header-hero .center-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #conference-page .page-container .header .header-hero .center-col .header-subtext {
            width: 100%;
            padding: 20px 0;
            line-height: 1.2;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            color: #FFFFFF;
            text-align: center; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .header .header-hero .center-col .header-subtext {
                width: 50%; } }
          #conference-page .page-container .header .header-hero .center-col .header-button {
            padding-top: 20px; }
    #conference-page .page-container .page-body section {
      padding: 3em 0; }
      #conference-page .page-container .page-body section .callout-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 60px;
        width: 100%; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body section .callout-card {
            width: 45%; } }
        #conference-page .page-container .page-body section .callout-card .preheader {
          font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
          text-transform: uppercase;
          font-size: 1.4rem;
          padding-bottom: 15px;
          opacity: 0.7; }
        #conference-page .page-container .page-body section .callout-card .callout-header {
          font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
          font-size: 3rem;
          text-transform: capitalize; }
        #conference-page .page-container .page-body section .callout-card .header-underline {
          width: 25%;
          border-bottom: 5px solid black;
          padding-bottom: 15px; }
        #conference-page .page-container .page-body section .callout-card .text {
          padding-top: 15px;
          font-size: 1.3rem; }
    #conference-page .page-container .page-body .schedule-section .schedule-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .schedule-section .schedule-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout {
        width: 100%;
        position: relative; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout {
            width: 45%;
            bottom: 100px; } }
        #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .callout-card {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 50px;
          width: 100%; }
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .callout-card .preheader {
            font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
            text-transform: uppercase;
            font-size: 1.4rem;
            padding-bottom: 15px;
            color: #F15B1E; }
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .callout-card .callout-header {
            font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
            font-size: 2rem; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .callout-card .callout-header {
                font-size: 2.6rem; } }
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .callout-card .header-underline {
            width: 25%;
            border-bottom: 5px solid #F15B1E;
            padding-bottom: 15px; }
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .callout-card .callout-text {
            padding-top: 15px;
            font-size: 1.3rem; }
        #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .text {
          text-align: center;
          font-size: 1.3rem;
          padding: 25px; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .text {
              padding-top: 50px;
              padding-bottom: 25px; } }
        #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-col-callout .button-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px; }
        @media screen and (min-width: 768px) {
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container {
            padding-top: 30px; } }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container {
            padding-top: 20px; } }
        #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-right: 15px;
          width: 33%; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day {
              padding: 25px; } }
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day .date {
            text-transform: uppercase;
            font-family: "DIN Next W01 Bold", "Georgia", "Times New Roman", serif;
            color: #FFFFFF;
            font-size: 1.2rem; }
          #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day .event {
            padding-top: 15px; }
            #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day .event .event-time {
              color: #F15B1E;
              font-family: "DIN Next W01 Light", "Georgia", "Times New Roman", serif;
              font-size: 1rem; }
            #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day .event .event-title {
              color: #FFFFFF;
              font-size: 1.1rem; }
              @media screen and (min-width: 1200px) {
                #conference-page .page-container .page-body .schedule-section .schedule-container .schedule-days-container .day .event .event-title {
                  font-size: 1.3rem; } }
    #conference-page .page-container .page-body .presentation-section .presentation-section-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .presentation-section .presentation-section-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout {
        width: 100%;
        position: relative; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout {
            bottom: 100px; } }
        #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .callout-card {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 50px;
          width: 100%; }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .callout-card .preheader {
            font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
            text-transform: uppercase;
            font-size: 1.4rem;
            padding-bottom: 15px;
            color: #F15B1E; }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .callout-card .callout-header {
            font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
            font-size: 2rem; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .callout-card .callout-header {
                font-size: 2.6rem; } }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .callout-card .header-underline {
            width: 25%;
            border-bottom: 5px solid #F15B1E;
            padding-bottom: 15px; }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .callout-card .callout-text {
            padding-top: 15px;
            font-size: 1.3rem; }
        #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .text {
          text-align: center;
          font-size: 1.3rem;
          padding: 25px; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .text {
              padding-top: 50px;
              padding-bottom: 25px; } }
        #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-col-callout .button-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (min-width: 768px) {
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 50px; } }
        @media screen and (min-width: 1024px) {
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container {
            padding: 0; } }
        #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          padding-top: 25px; }
          @media screen and (min-width: 768px) {
            #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track {
              width: 50%; } }
          @media screen and (min-width: 1024px) {
            #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track {
              padding: 25px;
              padding-right: 15px;
              width: 25%; } }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track .track-name {
            text-transform: uppercase;
            font-family: "DIN Next W01 Bold", "Georgia", "Times New Roman", serif;
            color: #FFFFFF;
            font-size: 1.5rem; }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track .header-underline {
            width: 15%;
            border-bottom: 5px solid black;
            padding-bottom: 15px; }
          #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track .event {
            padding-top: 15px; }
            #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track .event .event-title a {
              color: #F15B1E;
              font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
              font-size: 1.1rem; }
              @media screen and (min-width: 1200px) {
                #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track .event .event-title a {
                  font-size: 1.3rem; } }
              #conference-page .page-container .page-body .presentation-section .presentation-section-container .presentation-container .track .event .event-title a:hover {
                color: #FFFFFF; }
    #conference-page .page-container .page-body .isc-section .isc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .isc-section .isc {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      #conference-page .page-container .page-body .isc-section .isc .image {
        width: 110px;
        height: auto; }
      #conference-page .page-container .page-body .isc-section .isc .text {
        padding-left: 20px;
        padding-top: 5px; }
    #conference-page .page-container .page-body .travel-section .travel-hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #conference-page .page-container .page-body .travel-section .travel-hero .image {
        width: 100%; }
        @media screen and (min-width: 768px) {
          #conference-page .page-container .page-body .travel-section .travel-hero .image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .travel-section .travel-hero .image {
            width: 75%; } }
    #conference-page .page-container .page-body .travel-section .travel-callout {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .travel-section .travel-callout {
          bottom: 500px;
          margin-bottom: -300px; } }
    #conference-page .page-container .page-body .travel-section .travel-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .travel-section .travel-info {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      #conference-page .page-container .page-body .travel-section .travel-info .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .travel-section .travel-info .col {
            width: 50%; } }
        #conference-page .page-container .page-body .travel-section .travel-info .col .info-block {
          padding: 25px; }
          #conference-page .page-container .page-body .travel-section .travel-info .col .info-block .info-header {
            font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
            font-size: 1.4rem;
            padding-bottom: 15px;
            text-transform: capitalize; }
          #conference-page .page-container .page-body .travel-section .travel-info .col .info-block .links-container {
            padding-top: 15px; }
            #conference-page .page-container .page-body .travel-section .travel-info .col .info-block .links-container .info-link {
              padding: 5px 0;
              text-transform: uppercase; }
              #conference-page .page-container .page-body .travel-section .travel-info .col .info-block .links-container .info-link a {
                color: #512D6D; }
    #conference-page .page-container .page-body .gallery-section h2 {
      margin: 0;
      font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
      text-align: center;
      padding-bottom: 25px; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .gallery-section h2 {
          text-align: center; } }
    #conference-page .page-container .page-body .gallery-section a {
      color: #F15B1E;
      font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
      font-size: 1.1rem; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .gallery-section a {
          font-size: 1.3rem; } }
      #conference-page .page-container .page-body .gallery-section a:hover {
        color: #F15B1E; }
    #conference-page .page-container .page-body .gallery-section .image-gallery .slide {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #conference-page .page-container .page-body .banner-section {
      background-image: url("https://cdn.armor.com/app/uploads/2019/06/SecureCon1920.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .banner-section {
          padding: 100px; } }
      #conference-page .page-container .page-body .banner-section .footer-banner {
        text-align: center; }
        #conference-page .page-container .page-body .banner-section .footer-banner .banner-preheader {
          font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
          color: #F15B1E;
          text-transform: uppercase; }
        #conference-page .page-container .page-body .banner-section .footer-banner .banner-header {
          font-size: 3.5rem;
          font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
          padding: 15px 0; }
        #conference-page .page-container .page-body .banner-section .footer-banner .banner-text {
          color: white;
          font-size: 1.2rem;
          margin: auto;
          padding: 0 40px; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .banner-section .footer-banner .banner-text {
              width: 50%;
              font-size: 1.4rem; } }
        #conference-page .page-container .page-body .banner-section .footer-banner .banner-button {
          padding-top: 20px; }
          #conference-page .page-container .page-body .banner-section .footer-banner .banner-button button {
            padding: 20px 40px;
            letter-spacing: 2px; }
        #conference-page .page-container .page-body .banner-section .footer-banner .contact {
          padding-top: 25px; }
      #conference-page .page-container .page-body .banner-section a {
        color: #F15B1E;
        font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
        font-size: 1.1rem; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .banner-section a {
            font-size: 1.3rem; } }
        #conference-page .page-container .page-body .banner-section a:hover {
          color: #FFFFFF; }
    #conference-page .page-container .page-body .announcements .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #conference-page .page-container .page-body .announcements .slide {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (min-width: 768px) {
        #conference-page .page-container .page-body .announcements .slide .slide-image {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .announcements .slide .slide-image {
          display: block;
          width: 45%; }
          #conference-page .page-container .page-body .announcements .slide .slide-image img {
            height: 360px; } }
      #conference-page .page-container .page-body .announcements .slide .slide-text-container {
        width: 100%;
        font-size: 3rem;
        color: #512D6D;
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .announcements .slide .slide-text-container {
            width: 55%;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 50px; } }
        #conference-page .page-container .page-body .announcements .slide .slide-text-container .slide-text.smaller-text {
          font-size: 1.8rem;
          text-align: center; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .announcements .slide .slide-text-container .slide-text.smaller-text {
              text-align: left; } }
        #conference-page .page-container .page-body .announcements .slide .slide-text-container .button-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .announcements .slide .slide-text-container .button-container {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
          #conference-page .page-container .page-body .announcements .slide .slide-text-container .button-container .btn + .btn {
            margin-left: 0; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .page-body .announcements .slide .slide-text-container .button-container .btn + .btn {
                margin-left: 10px; } }
    #conference-page .page-container .page-body .image-gallery .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #conference-page .page-container .page-body .image-gallery .slide {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (min-width: 768px) {
        #conference-page .page-container .page-body .image-gallery .slide .slide-image {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .image-gallery .slide .slide-image {
          display: block; } }
      #conference-page .page-container .page-body .image-gallery .slide .slide-text-container {
        width: 100%;
        font-size: 3rem;
        color: #512D6D;
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .image-gallery .slide .slide-text-container {
            width: 55%;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 50px; } }
        #conference-page .page-container .page-body .image-gallery .slide .slide-text-container .slide-text.smaller-text {
          font-size: 1.8rem;
          text-align: center; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .image-gallery .slide .slide-text-container .slide-text.smaller-text {
              text-align: left; } }
        #conference-page .page-container .page-body .image-gallery .slide .slide-text-container .button-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .image-gallery .slide .slide-text-container .button-container {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
          #conference-page .page-container .page-body .image-gallery .slide .slide-text-container .button-container .btn + .btn {
            margin-left: 0; }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .page-body .image-gallery .slide .slide-text-container .button-container .btn + .btn {
                margin-left: 10px; } }
    #conference-page .page-container .page-body .outline-card {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      background-color: #FFFFFF;
      padding: 50px;
      position: relative; }
      @media screen and (min-width: 1200px) {
        #conference-page .page-container .page-body .outline-card {
          bottom: 100px; } }
      #conference-page .page-container .page-body .outline-card .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #conference-page .page-container .page-body .outline-card .header-container .card-header, #conference-page .page-container .page-body .outline-card .header-container .header-text {
          width: 100%; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .outline-card .header-container .card-header, #conference-page .page-container .page-body .outline-card .header-container .header-text {
              width: 50%; } }
        #conference-page .page-container .page-body .outline-card .header-container h2 {
          margin: 0;
          font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
          text-align: center;
          padding-bottom: 25px; }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .outline-card .header-container h2 {
              text-align: center; } }
        #conference-page .page-container .page-body .outline-card .header-container .header-text {
          font-size: 20px; }
      #conference-page .page-container .page-body .outline-card .feature-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 20px; }
        @media screen and (min-width: 1200px) {
          #conference-page .page-container .page-body .outline-card .feature-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        #conference-page .page-container .page-body .outline-card .feature-container .feature-card {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 25px; }
          @media screen and (min-width: 768px) {
            #conference-page .page-container .page-body .outline-card .feature-container .feature-card {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
          @media screen and (min-width: 1200px) {
            #conference-page .page-container .page-body .outline-card .feature-container .feature-card {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              width: 50%; } }
          #conference-page .page-container .page-body .outline-card .feature-container .feature-card .feature-icon {
            width: 40%;
            padding-bottom: 20px; }
            @media screen and (min-width: 768px) {
              #conference-page .page-container .page-body .outline-card .feature-container .feature-card .feature-icon {
                width: 50%; } }
            @media screen and (min-width: 1024px) {
              #conference-page .page-container .page-body .outline-card .feature-container .feature-card .feature-icon {
                width: 25%; } }
            @media screen and (min-width: 1200px) {
              #conference-page .page-container .page-body .outline-card .feature-container .feature-card .feature-icon {
                width: 40%; } }
          #conference-page .page-container .page-body .outline-card .feature-container .feature-card .feature-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding-left: 20px; }
            #conference-page .page-container .page-body .outline-card .feature-container .feature-card .feature-col .feature-header h3 {
              margin-top: 0; }

.orange-bg {
  background: #ff6600 !important;
  color: #FFFFFF !important; }

.black-bg {
  background: black !important;
  color: #FFFFFF !important; }

.gray-bg {
  background: #f5f5f5 !important; }

.white-text {
  color: white !important; }

.dark-button {
  background: black;
  color: white !important;
  border: black; }
  .dark-button:hover {
    background: #01456f; }

.orange-button {
  background: #F15B1E;
  color: white !important;
  border: #F15B1E; }
  .orange-button:hover {
    background: #e74d0e; }

.purple-bg {
  background: #512D6D !important;
  color: #FFFFFF !important; }

.btn-lg {
  padding: 20px 40px;
  letter-spacing: 2px; }

@media screen and (min-width: 1200px) {
  .responsive-wrapper {
    width: 75%;
    margin: auto; } }

.responsive-wrapper .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .responsive-wrapper .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.highlight {
  background: #f60;
  color: #FFFFFF;
  padding: 8px; }

#demo-page {
  font-family: "DIN Next W01 Regular", "Open Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }
  #demo-page .demo-page-header {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 100px; }
    #demo-page .demo-page-header h1 {
      font-size: calc(3.6rem + 1vw);
      font-weight: bold; }
    #demo-page .demo-page-header h3 {
      color: #AEAEAE;
      font-style: italic; }
  #demo-page .demo-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("https://cdn.armor.com/app/uploads/2020/06/lock-background-pattern.png") no-repeat center center;
    background-size: cover; }
    @media (min-width: 768px) {
      #demo-page .demo-page-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  #demo-page .checklist ul {
    list-style-image: none; }
    #demo-page .checklist ul li {
      padding-left: 20px;
      font-size: 1.8rem; }
      #demo-page .checklist ul li:before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        background-size: 20px;
        background-image: url("https://cdn.armor.com/app/uploads/2020/06/orange-check.svg");
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle; }
  #demo-page .legal-copy {
    padding: 10px;
    background-color: white; }
  #demo-page .confirmMessage {
    display: none; }
  #demo-page .mktoForm .mktoRequiredField label.mktoLabel {
    font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif; }
  #demo-page .mktoButton {
    font-family: "DIN Next W01 Medium", "Georgia", "Times New Roman", serif;
    background: #01426A;
    padding: 1em 2em; }

/*# sourceMappingURL=../maps/screen.css.map */
