.shg-sld { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.shg-sld-content { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.shg-sld-slides { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.shg-sld-nav-button { cursor: pointer; width: 35px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.shg-sld-nav-button.shg-sld-left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+); }

.shg-sld-nav-button.shg-sld-right { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=); }

.shg-sld-nav-button.shg-sld-disabled { cursor: default; opacity: 0.2; }

.shg-sld-item { display: none; }

.shg-sld-item.shg-sld-active { display: block; }

.shg-sld-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 10px; }

.shg-sld-dot { height: 14px; width: 14px; border-radius: 7px; margin-left: 5px; background-color: #BBBBBB; cursor: pointer; }

.shg-sld-dot.shg-sld-active { background-color: #717171; }

.shg-sld-fade { -webkit-animation-name: shg-sld-fade; animation-name: shg-sld-fade; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }

@-webkit-keyframes shg-sld-fade { from { opacity: .4; }
  to { opacity: 1; } }

@keyframes shg-sld-fade { from { opacity: .4; }
  to { opacity: 1; } }
.shogun-image-container { position: relative; }

.shogun-image-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.shogun-image-overlay.shg-top-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.shogun-image-overlay.shg-top-center { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.shogun-image-overlay.shg-top-right { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.shogun-image-overlay.shg-middle-left { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.shogun-image-overlay.shg-middle-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.shogun-image-overlay.shg-middle-right { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.shogun-image-overlay.shg-bottom-left { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.shogun-image-overlay.shg-bottom-center { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.shogun-image-overlay.shg-bottom-right { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.shogun-image-overlay p { margin: 0; padding: 0; line-height: normal; }

.shogun-image { max-width: 100%; min-height: inherit; max-height: inherit; display: inline !important; border: 0; vertical-align: middle; }

.shogun-image-cover { -o-object-fit: cover; object-fit: cover; font-family: 'object-fit: cover;'; width: 100%; }

.shogun-image-contain { font-family: 'object-fit: contain;'; -o-object-fit: contain; object-fit: contain; width: 100%; }

.shogun-image-link { min-height: inherit; max-height: inherit; }

.shogun-lightbox-item { cursor: pointer; min-height: inherit; max-height: inherit; }

.shogun-lightbox { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: black; background-color: rgba(0, 0, 0, 0.85); }

.shogun-lightbox-content { 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.shogun-lightbox-close { color: #fff; font-size: 45px; -ms-flex-item-align: end; align-self: flex-end; margin-right: 10px; line-height: 30px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

.shogun-lightbox-image-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px; }

.shogun-lightbox-image { margin: auto; max-height: 90vh; max-width: 100%; }

.shogun-lightbox-close:hover, .shogun-lightbox-close:focus { color: #a2a2a2; text-decoration: none; cursor: pointer; }

img.shogun-image { max-width: 100% !important; margin: 0 !important; }

#s-de12df4a-74fa-4198-adbb-cb3c477b0d1b { text-align: center; }

#s-006566b0-e209-450a-a032-4a6b999796e2 { text-align: center; }

#s-af17e99f-df41-46db-879e-fb9bdb88bf7e { text-align: center; }

#s-6747dc6d-9926-436f-a41f-8fa3b971910c { text-align: center; }

.shg-box { position: relative; }

.shg-box > .shg-box-content { z-index: 4; position: relative; }

.shg-box-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; pointer-events: none; }

.shg-box-video-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; }

.shg-row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; min-height: inherit; max-height: inherit; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.shg-row > * { min-height: inherit; max-height: inherit; }

.shg-c-xs-1, .shg-c-xs-2, .shg-c-xs-3, .shg-c-xs-4, .shg-c-xs-5, .shg-c-xs-6, .shg-c-xs-7, .shg-c-xs-8, .shg-c-xs-9, .shg-c-xs-10, .shg-c-xs-11, .shg-c-xs-12, .shg-c-sm-1, .shg-c-sm-2, .shg-c-sm-3, .shg-c-sm-4, .shg-c-sm-5, .shg-c-sm-6, .shg-c-sm-7, .shg-c-sm-8, .shg-c-sm-9, .shg-c-sm-10, .shg-c-sm-11, .shg-c-sm-12, .shg-c-md-1, .shg-c-md-2, .shg-c-md-3, .shg-c-md-4, .shg-c-md-5, .shg-c-md-6, .shg-c-md-7, .shg-c-md-8, .shg-c-md-9, .shg-c-md-10, .shg-c-md-11, .shg-c-md-12, .shg-c-lg-1, .shg-c-lg-2, .shg-c-lg-3, .shg-c-lg-4, .shg-c-lg-5, .shg-c-lg-6, .shg-c-lg-7, .shg-c-lg-8, .shg-c-lg-9, .shg-c-lg-10, .shg-c-lg-11, .shg-c-lg-12 { position: relative; }

#s-462420f7-4069-483d-99e4-f0851cd9e115 { padding-bottom: 100px; }

@media (min-width: 0px) { [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 0.0px); } }
@media (min-width: 992px) { [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 0.0px); } }
@media (min-width: 1200px) { [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 0.0px); }
  [id="s-462420f7-4069-483d-99e4-f0851cd9e115"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 0.0px); } }
#s-35fbc9e6-bcec-4e02-ab96-f338a5422c8a { text-align: center; }

#s-9924c24e-b37b-4a01-abf1-bb5edd4ac542 { text-align: center; }

@media (min-width: 0px) { [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-xs-6 { width: calc(50% - 15.0px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 992px) { [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 1200px) { [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-787d6158-97f2-479a-a1f4-1db2f5e57d8f"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 22.5px); } }
#s-0d369cd9-1e90-4895-b3c2-ebd93f3bd7d2 { margin-left: auto; margin-right: auto; max-width: 1080px; }

#s-1464f8df-c743-4354-99bb-00dd3f55952b { text-align: center; }

.shogun-heading-component h1, .shogun-heading-component h2, .shogun-heading-component h3, .shogun-heading-component h4, .shogun-heading-component h5, .shogun-heading-component h6 { margin: 0; padding: 0; display: block; color: #000; text-transform: none; font-weight: normal; font-style: normal; letter-spacing: normal; line-height: normal; }

.shogun-heading-component a { text-decoration: none !important; padding: 0 !important; margin: 0 !important; border: none !important; }

#s-78e194d7-fcba-40c8-8874-67eb5a1d6084 { padding-top: 10px; padding-bottom: 10px; text-align: center; }

#s-f9d685df-4463-41db-8b5f-de1476850a1e { text-align: center; }

#s-188c7632-6789-45f1-b43d-02bbcb2f3a64 { padding-top: 10px; padding-bottom: 10px; text-align: center; }

#s-a9860a12-8043-4e22-ab66-a65ada8f289f { text-align: center; }

#s-a8e36896-41aa-474b-822e-33cdee1894c1 { padding-top: 10px; padding-bottom: 10px; text-align: center; }

#s-e26a7c14-88fd-4baf-a522-64f884634519 { text-align: center; }

#s-51542f86-48e2-4ff7-a6a1-6da7a21d2060 { padding-top: 10px; padding-bottom: 10px; }

@media (min-width: 0px) { [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 40.0px); } }
@media (min-width: 992px) { [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 40.0px); } }
@media (min-width: 1200px) { [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 40.0px); }
  [id="s-51542f86-48e2-4ff7-a6a1-6da7a21d2060"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 40.0px); } }
.shg-btn { cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; }

#s-34e36c80-b037-48a1-9751-49c55dd2153a { padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; text-align: center; background-color: #3498db; font-size: 20px; color: #ffffff; text-decoration: none; }

#s-34e36c80-b037-48a1-9751-49c55dd2153a:hover { background-color: #3cb0fd !important; text-decoration: none !important; }

#s-34e36c80-b037-48a1-9751-49c55dd2153a:active { background-color: #000000 !important; text-decoration: none !important; }

#s-dae3c65d-3e15-41b8-9ce0-64cba5770356 { padding-top: 90px; padding-bottom: 90px; background-color: #f1f1f1; }

#s-cadf74bb-79f8-4943-be84-b3088634950f { text-align: center; }

@media (min-width: 0px) { [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 992px) { [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 1200px) { [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-c0c2db69-8f6b-4312-aa5b-8177d0087e69"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 20.0px); } }
#s-510b4a61-cc20-4b0e-a2d8-1ddd3867344b { padding-left: 30%; padding-right: 30%; text-align: center; }

#s-eb468902-9a69-4674-9b56-9d6b2f23104b { margin-top: 30px; }

#s-6cca90d1-1579-479e-88ca-8079d26026ef { padding-left: 30%; padding-right: 30%; text-align: center; }

#s-96cf48b0-d036-4620-914d-dc3ae7669550 { margin-top: 30px; opacity: 1; }

#s-8d7bd529-9ee0-4e8a-b2bc-6a9b2193c9fb { padding-left: 30%; padding-right: 30%; text-align: center; }

#s-92d86181-9f68-48bc-87de-0e6fa5e4c377 { margin-top: 30px; }

#s-35aa4d1a-cfb3-4093-8a46-56556b7f05dd { margin-top: 60px; }

@media (min-width: 0px) { [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 992px) { [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 1200px) { [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-85ca74df-f571-4643-a800-2655d824c0be"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 20.0px); } }
#s-28faf824-efbd-4754-b8f7-5c9abbc49bc9 { padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; text-align: center; background-color: #3498db; font-size: 20px; color: #ffffff; text-decoration: none; }

#s-28faf824-efbd-4754-b8f7-5c9abbc49bc9:hover { background-color: #3cb0fd !important; text-decoration: none !important; }

#s-28faf824-efbd-4754-b8f7-5c9abbc49bc9:active { background-color: #000000 !important; text-decoration: none !important; }

#s-f788ee5d-225d-4c05-918f-f8c10342f1e6 { min-height: 50px; }

#s-5acccf9e-f4d7-4990-ab0e-6055ef7699f8 { padding-top: 10px; padding-bottom: 10px; text-align: center; }

@media (min-width: 0px) { [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-xs-6 { width: calc(50% - 15.0px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 992px) { [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 1200px) { [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-9014f693-13f9-42cc-bcbd-6c44164e322b"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 22.5px); } }
#s-d535672d-6484-4313-85e0-41a0769aa30b { padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; text-align: center; background-color: #3498db; font-size: 20px; color: #ffffff; text-decoration: none; }

#s-d535672d-6484-4313-85e0-41a0769aa30b:hover { background-color: #3cb0fd !important; text-decoration: none !important; }

#s-d535672d-6484-4313-85e0-41a0769aa30b:active { background-color: #000000 !important; text-decoration: none !important; }

#s-93c8fe91-afbd-4cd5-b1da-890c1c7742ba { padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; text-align: center; background-color: #3498db; font-size: 20px; color: #ffffff; text-decoration: none; }

#s-93c8fe91-afbd-4cd5-b1da-890c1c7742ba:hover { background-color: #3cb0fd !important; text-decoration: none !important; }

#s-93c8fe91-afbd-4cd5-b1da-890c1c7742ba:active { background-color: #000000 !important; text-decoration: none !important; }

#s-be9fd89c-2df3-43eb-8c8b-9e14ee13ca31 { padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; text-align: center; background-color: #3498db; font-size: 20px; color: #ffffff; text-decoration: none; }

#s-be9fd89c-2df3-43eb-8c8b-9e14ee13ca31:hover { background-color: #3cb0fd !important; text-decoration: none !important; }

#s-be9fd89c-2df3-43eb-8c8b-9e14ee13ca31:active { background-color: #000000 !important; text-decoration: none !important; }

#s-543df6b6-d95e-49f8-ad03-2bdd8ee50e2d { padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; text-align: center; background-color: #3498db; font-size: 20px; color: #ffffff; text-decoration: none; }

#s-543df6b6-d95e-49f8-ad03-2bdd8ee50e2d:hover { background-color: #3cb0fd !important; text-decoration: none !important; }

#s-543df6b6-d95e-49f8-ad03-2bdd8ee50e2d:active { background-color: #000000 !important; text-decoration: none !important; }

#s-75e4aa46-69fd-4454-9892-8edc3103f476 { padding-top: 90px; padding-bottom: 90px; }

#s-902f34cb-4c5b-4397-a5c2-2d46e2dddeaa { text-align: center; }

#s-e937b917-3315-4257-b1a7-e62fce0a0229 { margin-left: auto; margin-right: auto; padding-top: 15px; padding-left: 30px; padding-bottom: 15px; padding-right: 30px; max-width: 1080px; }

@media (min-width: 0px) { [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 992px) { [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 1200px) { [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-e937b917-3315-4257-b1a7-e62fce0a0229"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 20.0px); } }
#s-3ba83232-696d-4ded-80b0-9f1f9a417dae { padding-left: 30%; padding-right: 30%; text-align: center; }

#s-38043233-a50e-49b3-9733-67d71df6ac64 { margin-top: 30px; }

#s-c1aa752e-c5af-4cfa-a96e-711712ad6e35 { padding-left: 30%; padding-right: 30%; text-align: center; }

#s-6d1eef59-8d1f-4770-b345-dea537c29c31 { margin-top: 30px; opacity: 1; }

#s-ae7d4a3c-bf17-4713-8e21-e8cb610a0426 { padding-left: 30%; padding-right: 30%; text-align: center; }

#s-51418aae-3e55-42dc-bbbf-53c192bdc798 { margin-top: 30px; }

.shg-c:before, .shg-c:after {
  content: ' ';
  display: table;
}

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c, .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
