.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-50f04307-2def-44e3-beed-7d1495619f73 { min-height: 50px; background-color: #26bcd7; }

#s-50f04307-2def-44e3-beed-7d1495619f73 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-7131bcee-d07d-48ac-aa91-2251787a507a { min-height: 50px; }

#s-7131bcee-d07d-48ac-aa91-2251787a507a > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-9aaf6812-aa16-4800-bab4-077497b240b1 { margin-top: 17px; margin-bottom: -3px; }

#s-850140a5-8b25-4a21-9c0c-3a89a3fac44f { padding-top: 20px; padding-bottom: 20px; min-height: 50px; background-color: white; }

#s-850140a5-8b25-4a21-9c0c-3a89a3fac44f > .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-a42c7568-986a-4f24-99a1-1faa6e788c99 { padding-top: 10px; padding-bottom: 10px; }

#s-a42c7568-986a-4f24-99a1-1faa6e788c99 .shogun-heading-component h1 { color: #353535; font-weight: normal; font-style: normal; font-size: 40px; text-align: left; }

.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-074a983e-82f7-4fe1-9e81-45d05f6ff8ea { text-align: center; }

#s-ce671f50-b224-40f2-b76e-af9b551d66b0 { min-height: 50px; }

#s-ce671f50-b224-40f2-b76e-af9b551d66b0 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-ec2a0a3d-bfa2-4a95-8165-0911aca76293 { margin-top: 15px; margin-bottom: 25px; text-align: center; }

#s-901cc283-c38a-4e00-89f2-a6936b3243b1 { margin-bottom: 14px; min-height: 50px; }

#s-901cc283-c38a-4e00-89f2-a6936b3243b1 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-4d72fa1d-e2a3-4f57-8187-2508c21d40ac { margin-top: 20px; padding-top: 10px; padding-bottom: 10px; }

#s-4d72fa1d-e2a3-4f57-8187-2508c21d40ac .shogun-heading-component h2 { color: #26bcd7; font-weight: normal; font-style: normal; font-size: 24px; text-align: left; }

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

@media (min-width: 0px) { [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-xs-6 { width: calc(50% - 15.0px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 992px) { [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 22.5px); } }
@media (min-width: 1200px) { [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 22.5px); }
  [id="s-1d23ba7b-4796-4c70-a9d2-fabb69e157ed"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 22.5px); } }
#s-05bbf1cc-2735-4a3c-88a0-ab9ae8b472ad { text-align: center; }

#s-6350cfbc-8c0e-4518-9572-a5d613550e8d { text-align: center; }

#s-a07651bc-fbbf-4cdb-a345-0e2be7b07fd2 { text-align: center; }

#s-b420e6a5-7917-4a62-a81a-de0c8435476d { text-align: center; }

#s-44303d18-ebc8-4d40-97d4-a47b4826567b { padding-top: 10px; padding-bottom: 10px; }

#s-44303d18-ebc8-4d40-97d4-a47b4826567b .shogun-heading-component h2 { color: #26bcd7; font-weight: normal; font-style: normal; font-size: 24px; text-align: left; }

#s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8 { margin-bottom: 15px; }

@media (min-width: 0px) { [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-bd69c4ba-1096-4232-a60d-b9f828cdc1b8"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-f885bc35-2890-4622-a9ae-07d24a5acfb5 { text-align: center; }

#s-a6d386f6-9b77-4edf-9295-eb8fe0dc171f { padding-top: 10px; padding-bottom: 10px; }

#s-a6d386f6-9b77-4edf-9295-eb8fe0dc171f .shogun-heading-component h2 { color: #26bcd7; font-weight: normal; font-style: normal; font-size: 24px; text-align: left; }

@media (min-width: 0px) { [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 992px) { [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 20.0px); } }
@media (min-width: 1200px) { [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 20.0px); }
  [id="s-854c3be3-0fe0-4b2e-8e19-b8a764a20bd4"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 20.0px); } }
#s-da076537-79e5-4931-a361-76bfb73ba611 { text-align: center; }

#s-bc6e55d7-42e1-4ded-88d6-2551bf0f43b5 { margin-top: 10px; margin-bottom: 10px; }

#s-c413e53c-764f-426c-8f39-f83ca94efa60 { text-align: center; }

#s-96fd1a8d-225e-4c72-8c25-fecfd9e3dd29 { margin-top: 10px; margin-bottom: 10px; }

#s-48d6d47a-b2b2-42b3-a100-dcda81bd3b58 { text-align: center; }

#s-a7b30450-17a1-4e81-8650-4225dcdeee70 { margin-top: 10px; margin-bottom: 10px; }

#s-93f8bc26-5c59-4f50-ad28-50b3bbf9eec3 { padding-top: 10px; padding-bottom: 10px; }

#s-93f8bc26-5c59-4f50-ad28-50b3bbf9eec3 .shogun-heading-component h2 { color: #26bcd7; font-weight: normal; font-style: normal; font-size: 24px; text-align: left; }

#s-3361ebcb-e520-405a-983a-c804f6f09d62 { margin-bottom: 10px; }

@media (min-width: 0px) { [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 0.5px); } }
@media (min-width: 992px) { [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 0.5px); } }
@media (min-width: 1200px) { [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 0.5px); }
  [id="s-3361ebcb-e520-405a-983a-c804f6f09d62"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 0.5px); } }
#s-9f45b17d-5ba2-49d6-804a-3827835e4950 { text-align: left; }

#s-97cfeeb8-16a8-4ef0-a102-45f5e998f72c { margin-bottom: 25px; }

#s-79694da0-83c5-4a03-a6ac-cec8fb2efa8d { margin-bottom: -17px; padding-top: 15px; padding-bottom: 20px; min-height: 50px; background-color: #26bcd7; }

#s-79694da0-83c5-4a03-a6ac-cec8fb2efa8d > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-0d1482a3-1390-402c-8eb8-d707f1ad87f2 { padding-top: 10px; padding-bottom: 10px; }

#s-0d1482a3-1390-402c-8eb8-d707f1ad87f2 .shogun-heading-component h3 { color: white; font-weight: normal; font-style: normal; font-size: 22px; text-align: center; }

.shg-btn { cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; }

#s-953cdbfa-dee7-44a8-b7ac-24ef742e51d1 { margin-left: auto; margin-right: auto; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-radius: 4px; max-width: 350px; text-align: center; background-color: #c4006f; font-size: 20px; font-weight: bold; color: #ffffff; text-decoration: none; }

#s-953cdbfa-dee7-44a8-b7ac-24ef742e51d1:hover { background-color: #980458 !important; text-decoration: none !important; }

#s-953cdbfa-dee7-44a8-b7ac-24ef742e51d1:active { background-color: #000000 !important; text-decoration: none !important; }

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

.shogun-root {
  /* create a new stacking context */
  /* 8 or more nines required to have no effect */
  opacity: 0.99999999;
}

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