.shg-box { position: relative; }

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

.shg-box-vertical-center { 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; }

.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; }

#s-6d91af66-454d-4f18-b9f8-897b803c58d5 { margin-left: 10px; margin-right: 10px; min-height: 50px; }

@media (max-width: 767px) { #s-6d91af66-454d-4f18-b9f8-897b803c58d5, #wrap-s-6d91af66-454d-4f18-b9f8-897b803c58d5 { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { #s-6d91af66-454d-4f18-b9f8-897b803c58d5, #wrap-s-6d91af66-454d-4f18-b9f8-897b803c58d5 { display: none !important; } }
#s-6d91af66-454d-4f18-b9f8-897b803c58d5 > .shg-box-overlay { background-color: #fff; opacity: 0; }

.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-0ea1c1de-2561-4ac1-bfc5-7c4ca628ebd0 { padding-top: 10px; padding-bottom: 10px; }

#s-0ea1c1de-2561-4ac1-bfc5-7c4ca628ebd0 .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-5b67c8ba-46a0-4713-bee8-24811d310430 { padding-top: 10px; padding-bottom: 10px; }

#s-5b67c8ba-46a0-4713-bee8-24811d310430 .shogun-heading-component h3 { color: #000; font-weight: normal; font-style: normal; font-size: 18px; text-align: center; }

.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-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-07711e6c-a8b9-40d2-a44a-d1f80b7cc952 { text-align: center; }

#s-657b9619-0f7c-4be6-9606-f8b697c3b22b { margin-top: 2%; margin-bottom: 2%; padding-top: 10px; padding-bottom: 10px; }

#s-657b9619-0f7c-4be6-9606-f8b697c3b22b .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-31c3548f-a232-4a4a-a15f-53a173c3feaf { padding-top: 2%; padding-left: 2%; padding-bottom: 2%; padding-right: 2%; background-color: #eaeaea; }

.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-87723368-f7f4-42ea-84ca-6149843140af { margin-top: 2%; margin-bottom: 2%; }

@media (min-width: 0px) { [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-87723368-f7f4-42ea-84ca-6149843140af"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-5b4ce32f-756f-4ac2-a911-b947d001646c { padding-top: 10px; padding-bottom: 10px; }

#s-5b4ce32f-756f-4ac2-a911-b947d001646c .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-c36eda1d-7cd8-4a51-875d-3645089e9160 { margin-top: 2%; margin-bottom: 2%; }

@media (min-width: 0px) { [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-xs-6 { width: calc(50% - 15.0px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 992px) { [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 1200px) { [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-6102ba06-86de-4079-8bba-b58d52a58357"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 22.5px); } }
#s-8bafda1b-0311-462c-b524-7227b2089cff { padding-top: 10px; padding-bottom: 10px; }

#s-8bafda1b-0311-462c-b524-7227b2089cff .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

.shogun-panel-group .shogun-panel { margin-bottom: 0; border-radius: 4px; }

.shogun-panel { margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); overflow: hidden; }

.shogun-panel-group .shogun-panel + .shogun-panel { margin-top: 5px; }

.shogun-panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; border-bottom: 0; padding: 10px 15px; border-top-left-radius: 3px; border-top-right-radius: 3px; cursor: pointer; }

.shogun-panel-title { margin: 0 !important; padding: 0 !important; font-size: 16px; color: inherit; cursor: pointer; text-decoration: none; }

.shogun-panel-title h4 a { text-decoration: none; border-bottom: none; }

.shogun-panel-body { border-top: 1px solid #ddd; padding: 15px; display: none; }

.shogun-panel-body.in { display: block; }

#s-49765566-b12c-4d31-bf80-2dbb578a6323 > .shogun-panel-group > .shogun-panel > .shogun-panel-body { background-color: white; }

#s-49765566-b12c-4d31-bf80-2dbb578a6323 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading { background-color: #8dc63f; }

#s-49765566-b12c-4d31-bf80-2dbb578a6323 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a { color: white; }

#s-6e1cfff0-ca0a-492a-9144-6a179a2986a7 { margin-top: 2%; margin-bottom: 2%; padding-top: 2%; padding-left: 2%; padding-bottom: 2%; padding-right: 2%; background-color: #e6e6e6; }

@media (min-width: 0px) { [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 992px) { [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 1200px) { [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-6e1cfff0-ca0a-492a-9144-6a179a2986a7"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 20.0px); } }
#s-4b388342-75ac-4e3d-807c-f41906b34016 { margin-top: 2%; margin-bottom: 2%; }

.shogun-table { width: 100%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.shogun-table-column-container { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: bold; }

.shogun-table-column { padding: 10px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.shogun-table-column:last-child { border-right: 0; }

.shogun-table-row-container { display: -webkit-box; display: -ms-flexbox; display: flex; }

.shogun-table-row-container:last-child > .shogun-table-row { border-bottom: 0; }

.shogun-table-row { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 10px; min-height: 45px; }

.shogun-table-row:last-child { border-right: 0; }

.shogun-table-row:first-child { border-left: 0; }

#s-39aedd95-6144-4972-bd0e-b36a2800b8f7 .shogun-table { border: 1px solid #c7c7c7; border-radius: 0px; }

#s-39aedd95-6144-4972-bd0e-b36a2800b8f7 .shogun-table-column { border-right: 1px solid #c7c7c7; background-color: #cfcfcf; padding: 5px; }

#s-39aedd95-6144-4972-bd0e-b36a2800b8f7 .shogun-table-column:last-child { border-right: 0; }

#s-39aedd95-6144-4972-bd0e-b36a2800b8f7 .shogun-table-row { border-top: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; background-color: #ececec; padding: 10px; }

#s-39aedd95-6144-4972-bd0e-b36a2800b8f7 .shogun-table-row:last-child { border-right: 0; }

#s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d { margin-top: 2%; margin-bottom: 2%; }

@media (min-width: 0px) { [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-3b93671d-94e2-4549-9b8c-e89bd5d8ca5d"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-0e34d12e-ddd9-4f16-b2ff-33419f23be87 { margin-top: 2%; margin-bottom: 1%; padding-top: 10px; padding-bottom: 10px; }

#s-0e34d12e-ddd9-4f16-b2ff-33419f23be87 .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

@media (min-width: 0px) { [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-b9ed86f9-f60e-4e29-9fc7-bbf53b2f0695"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-6b4eb902-e6b3-4941-80d0-e3d38c269d52 > .shogun-panel-group > .shogun-panel > .shogun-panel-body { background-color: #fff; }

#s-6b4eb902-e6b3-4941-80d0-e3d38c269d52 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading { background-color: #f5f5f5; }

#s-6b4eb902-e6b3-4941-80d0-e3d38c269d52 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a { color: #8dc63f; }

#s-2a0229c8-320b-4ce6-876d-6030e9e436b3 > .shogun-panel-group > .shogun-panel > .shogun-panel-body { background-color: #fff; }

#s-2a0229c8-320b-4ce6-876d-6030e9e436b3 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading { background-color: #f5f5f5; }

#s-2a0229c8-320b-4ce6-876d-6030e9e436b3 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a { color: #8dc63f; }

#s-4dc7df26-1345-4fd0-aabb-9c13940c6f47 { margin-top: 2%; margin-bottom: 0%; padding-top: 10px; padding-bottom: 10px; }

#s-4dc7df26-1345-4fd0-aabb-9c13940c6f47 .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-063bf42e-9090-4f61-bade-e6eaad242938 { margin-top: 0%; margin-bottom: 0%; padding-top: 10px; padding-bottom: 10px; }

#s-063bf42e-9090-4f61-bade-e6eaad242938 .shogun-heading-component h3 { color: #000; font-weight: normal; font-style: normal; font-size: 18px; text-align: center; }

@media (min-width: 0px) { [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-650fd001-0181-4363-a95c-f83d38b56941"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-c46a131e-8344-452b-a847-bc4031902479 { margin-left: 10px; margin-right: 10px; min-height: 50px; }

@media (min-width: 992px) and (max-width: 1199px) { #s-c46a131e-8344-452b-a847-bc4031902479, #wrap-s-c46a131e-8344-452b-a847-bc4031902479 { display: none !important; } }
@media (min-width: 1200px) { #s-c46a131e-8344-452b-a847-bc4031902479, #wrap-s-c46a131e-8344-452b-a847-bc4031902479 { display: none !important; } }
#s-c46a131e-8344-452b-a847-bc4031902479 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-1fc59389-370b-439a-8560-e0c4e14a0e2c { padding-top: 10px; padding-bottom: 10px; }

#s-1fc59389-370b-439a-8560-e0c4e14a0e2c .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-505e4d1a-e581-44ac-90b8-f219e32008ff { padding-top: 10px; padding-bottom: 10px; }

#s-505e4d1a-e581-44ac-90b8-f219e32008ff .shogun-heading-component h3 { color: #000; font-weight: normal; font-style: normal; font-size: 18px; text-align: center; }

#s-2ae01c37-0991-46e0-b32d-09cae296d284 { text-align: center; }

#s-67859222-8044-4ede-bf69-767b1a632bcd { margin-top: 2%; margin-bottom: 2%; padding-top: 10px; padding-bottom: 10px; }

#s-67859222-8044-4ede-bf69-767b1a632bcd .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-d92bb2d9-5b33-4794-b677-dd13862f7664 { margin-top: 2%; margin-bottom: 2%; }

@media (min-width: 0px) { [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-d92bb2d9-5b33-4794-b677-dd13862f7664"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-fcd307a2-1361-419b-b599-c5df5c44cef0 { padding-top: 2%; padding-left: 2%; padding-bottom: 2%; padding-right: 2%; background-color: #eaeaea; }

#s-7a6d24f5-3bc2-4d0a-af54-f6865b9abc8c { padding-top: 10px; padding-bottom: 10px; }

#s-7a6d24f5-3bc2-4d0a-af54-f6865b9abc8c .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-1a850e26-05d7-4e04-8ec2-e538f3273488 { margin-top: 2%; margin-bottom: 2%; }

#s-bc96375c-a0ed-458b-8a7e-4274bbf0179f { padding-top: 10px; padding-bottom: 10px; }

#s-bc96375c-a0ed-458b-8a7e-4274bbf0179f .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-6295a33f-775c-46de-8eb5-c2fca0e9f8a6 > .shogun-panel-group > .shogun-panel > .shogun-panel-body { background-color: white; }

#s-6295a33f-775c-46de-8eb5-c2fca0e9f8a6 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading { background-color: #8dc63f; }

#s-6295a33f-775c-46de-8eb5-c2fca0e9f8a6 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a { color: white; }

#s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380 { margin-top: 2%; margin-bottom: 2%; padding-top: 2%; padding-left: 2%; padding-bottom: 2%; padding-right: 2%; background-color: #e6e6e6; }

@media (min-width: 0px) { [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 992px) { [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 1200px) { [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-d26e8bd9-b7dd-4710-93fb-6e8952c8f380"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 20.0px); } }
#s-6e1d6a20-bbda-44ac-a297-d6ac2a0c6994 { margin-top: 2%; margin-bottom: 2%; }

#s-29acab25-0653-4f32-95f7-83306f12e2d1 .shogun-table { border: 1px solid #c7c7c7; border-radius: 0px; }

#s-29acab25-0653-4f32-95f7-83306f12e2d1 .shogun-table-column { border-right: 1px solid #c7c7c7; background-color: #cfcfcf; padding: 5px; }

#s-29acab25-0653-4f32-95f7-83306f12e2d1 .shogun-table-column:last-child { border-right: 0; }

#s-29acab25-0653-4f32-95f7-83306f12e2d1 .shogun-table-row { border-top: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; background-color: #ececec; padding: 10px; }

#s-29acab25-0653-4f32-95f7-83306f12e2d1 .shogun-table-row:last-child { border-right: 0; }

#s-307baaee-37a3-44d5-9a63-46c617b04f30 { margin-top: 2%; margin-bottom: 2%; }

@media (min-width: 0px) { [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-307baaee-37a3-44d5-9a63-46c617b04f30"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-3d682944-e44b-4508-9a33-17c51264247d { margin-top: 2%; margin-bottom: 1%; padding-top: 10px; padding-bottom: 10px; }

#s-3d682944-e44b-4508-9a33-17c51264247d .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-6b14a658-c72a-4fe2-b0be-1ac22b206604 > .shogun-panel-group > .shogun-panel > .shogun-panel-body { background-color: #fff; }

#s-6b14a658-c72a-4fe2-b0be-1ac22b206604 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading { background-color: #f5f5f5; }

#s-6b14a658-c72a-4fe2-b0be-1ac22b206604 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a { color: #8dc63f; }

#s-bb9364c0-da28-4b90-b799-9125e072f18b > .shogun-panel-group > .shogun-panel > .shogun-panel-body { background-color: #fff; }

#s-bb9364c0-da28-4b90-b799-9125e072f18b > .shogun-panel-group > .shogun-panel > .shogun-panel-heading { background-color: #f5f5f5; }

#s-bb9364c0-da28-4b90-b799-9125e072f18b > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a { color: #8dc63f; }

@media (min-width: 0px) { [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-fd712497-f7cf-4359-9226-7b0554ac6608"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-e9d6cc53-882f-48f3-b7c1-78b7eb9cb1a8 { margin-top: 2%; margin-bottom: 0%; padding-top: 10px; padding-bottom: 10px; }

#s-e9d6cc53-882f-48f3-b7c1-78b7eb9cb1a8 .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

#s-ee0e0acc-3568-4089-8bf2-3cb22b339ad8 { margin-top: 0%; margin-bottom: 0%; padding-top: 10px; padding-bottom: 10px; }

#s-ee0e0acc-3568-4089-8bf2-3cb22b339ad8 .shogun-heading-component h3 { color: #000; font-weight: normal; font-style: normal; font-size: 18px; text-align: center; }

@media (min-width: 0px) { [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-beebe651-5f5e-4936-b1d8-74f584c4a245"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-9ddcdaa4-b0b3-488a-89e6-5f3a84654f5b { margin-top: 5%; margin-bottom: 5%; min-height: 50px; }

#s-9ddcdaa4-b0b3-488a-89e6-5f3a84654f5b > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-7d9ee72e-86b9-4396-9f87-8133d02c5952 { margin-top: 2%; margin-bottom: 2%; padding-top: 10px; padding-bottom: 10px; }

#s-7d9ee72e-86b9-4396-9f87-8133d02c5952 .shogun-heading-component h2 { color: #000; font-weight: normal; font-style: normal; font-size: 24px; text-align: center; }

.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;
}

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