.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.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-20b3225d-bd6f-4f88-b041-885ae15540b1 { min-height: 50px; }
#s-20b3225d-bd6f-4f88-b041-885ae15540b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

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

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

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

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-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 {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked {
  pointer-events: none;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ae0fdbb5-58eb-4f36-8def-bf271b28b4bb { text-align: center; }
@media (max-width: 767px){#s-ae0fdbb5-58eb-4f36-8def-bf271b28b4bb, #wrap-s-ae0fdbb5-58eb-4f36-8def-bf271b28b4bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae0fdbb5-58eb-4f36-8def-bf271b28b4bb, #wrap-s-ae0fdbb5-58eb-4f36-8def-bf271b28b4bb { display:none !important; }}
#s-1ddfed9c-76b8-45fd-a640-c9c868c3f2b4 { min-height: 50px; }
#s-1ddfed9c-76b8-45fd-a640-c9c868c3f2b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ad1ea6d-47e4-43d8-8526-d3fc98a57c54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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-b70770ca-82c3-45d3-bb26-d753a1bd7bd0 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b70770ca-82c3-45d3-bb26-d753a1bd7bd0 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 34px;
   
   
   text-align: center;
 }

 

#s-99d23725-2890-4e79-ba6e-1ee2bd6b3190 { min-height: 50px; }
#s-99d23725-2890-4e79-ba6e-1ee2bd6b3190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8a70be1e-2ac2-4652-b904-be5f4b1089e3 { padding-top: 10px;
padding-bottom: 10px; }
@media (min-width: 992px) and (max-width: 1199px){#s-8a70be1e-2ac2-4652-b904-be5f4b1089e3, #wrap-s-8a70be1e-2ac2-4652-b904-be5f4b1089e3 { display:none !important; }}@media (min-width: 1200px){#s-8a70be1e-2ac2-4652-b904-be5f4b1089e3, #wrap-s-8a70be1e-2ac2-4652-b904-be5f4b1089e3 { display:none !important; }}
 #s-8a70be1e-2ac2-4652-b904-be5f4b1089e3 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-e302bedb-436f-4113-993d-41521e9c0894 { min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-e302bedb-436f-4113-993d-41521e9c0894, #wrap-s-e302bedb-436f-4113-993d-41521e9c0894 { display:none !important; }}@media (min-width: 1200px){#s-e302bedb-436f-4113-993d-41521e9c0894, #wrap-s-e302bedb-436f-4113-993d-41521e9c0894 { display:none !important; }}
#s-e302bedb-436f-4113-993d-41521e9c0894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6372de8f-9ea0-417e-af8a-5034e76a841f { text-align: center; }
@media (min-width: 992px) and (max-width: 1199px){#s-6372de8f-9ea0-417e-af8a-5034e76a841f, #wrap-s-6372de8f-9ea0-417e-af8a-5034e76a841f { display:none !important; }}@media (min-width: 1200px){#s-6372de8f-9ea0-417e-af8a-5034e76a841f, #wrap-s-6372de8f-9ea0-417e-af8a-5034e76a841f { display:none !important; }}
#s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485 { min-height: 50px; }
@media (max-width: 767px){#s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485, #wrap-s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485, #wrap-s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485 { display:none !important; }}@media (min-width: 1200px){#s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485, #wrap-s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485 { display:none !important; }}
#s-6a56ae16-ed11-4f6b-a62e-8fa0c5aa3485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a8d9601b-47cb-447e-b055-d2364c7d971b { min-height: 50px; }
@media (max-width: 767px){#s-a8d9601b-47cb-447e-b055-d2364c7d971b, #wrap-s-a8d9601b-47cb-447e-b055-d2364c7d971b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8d9601b-47cb-447e-b055-d2364c7d971b, #wrap-s-a8d9601b-47cb-447e-b055-d2364c7d971b { display:none !important; }}
#s-a8d9601b-47cb-447e-b055-d2364c7d971b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c77e40b9-30a2-4eb3-8ba5-2962af10f230 { min-height: 50px; }
#s-c77e40b9-30a2-4eb3-8ba5-2962af10f230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-08c38c48-c169-4511-8339-b130d314168b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
  text-align: left;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: text;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection,
.shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-770a8312-c8a8-4f56-a1dd-5fdc53977bce { min-height: 50px; }
@media (max-width: 767px){#s-770a8312-c8a8-4f56-a1dd-5fdc53977bce, #wrap-s-770a8312-c8a8-4f56-a1dd-5fdc53977bce { display:none !important; }}
#s-770a8312-c8a8-4f56-a1dd-5fdc53977bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-712c93e6-051c-494c-a70d-675ca4c06362 { min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-712c93e6-051c-494c-a70d-675ca4c06362, #wrap-s-712c93e6-051c-494c-a70d-675ca4c06362 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-712c93e6-051c-494c-a70d-675ca4c06362, #wrap-s-712c93e6-051c-494c-a70d-675ca4c06362 { display:none !important; }}@media (min-width: 1200px){#s-712c93e6-051c-494c-a70d-675ca4c06362, #wrap-s-712c93e6-051c-494c-a70d-675ca4c06362 { display:none !important; }}
#s-712c93e6-051c-494c-a70d-675ca4c06362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-85141124-06db-4d8d-96fe-7206aaa72dc4 { min-height: 50px; }
#s-85141124-06db-4d8d-96fe-7206aaa72dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-26ffd09b-ceec-462d-9f7a-c2922c5a66f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-b83c6e93-ad99-4e8c-9000-3f8b8fce999d {  }
 #s-b83c6e93-ad99-4e8c-9000-3f8b8fce999d .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 34px;
   
   
   text-align: center;
 }

 

#s-1092ce74-2a9c-4cfe-bfe7-9b8ef528cac8 { min-height: 50px; }
@media (max-width: 767px){#s-1092ce74-2a9c-4cfe-bfe7-9b8ef528cac8, #wrap-s-1092ce74-2a9c-4cfe-bfe7-9b8ef528cac8 { display:none !important; }}
#s-1092ce74-2a9c-4cfe-bfe7-9b8ef528cac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f96cefad-d22e-418c-b5ec-c71dc4875ab7 { min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-f96cefad-d22e-418c-b5ec-c71dc4875ab7, #wrap-s-f96cefad-d22e-418c-b5ec-c71dc4875ab7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f96cefad-d22e-418c-b5ec-c71dc4875ab7, #wrap-s-f96cefad-d22e-418c-b5ec-c71dc4875ab7 { display:none !important; }}@media (min-width: 1200px){#s-f96cefad-d22e-418c-b5ec-c71dc4875ab7, #wrap-s-f96cefad-d22e-418c-b5ec-c71dc4875ab7 { display:none !important; }}
#s-f96cefad-d22e-418c-b5ec-c71dc4875ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-12820f28-2c67-473c-89ba-aaed0d45bec8 { min-height: 50px; }
#s-12820f28-2c67-473c-89ba-aaed0d45bec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-23e6046d-156e-44f8-9470-024e43030597"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-ada694ff-c147-4c40-98de-e49062ae31a9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-ada694ff-c147-4c40-98de-e49062ae31a9 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

#s-cb267953-1e75-4262-b703-88975d72ebe4 { min-height: 50px; }
@media (max-width: 767px){#s-cb267953-1e75-4262-b703-88975d72ebe4, #wrap-s-cb267953-1e75-4262-b703-88975d72ebe4 { display:none !important; }}
#s-cb267953-1e75-4262-b703-88975d72ebe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-acaf8d6e-cdf7-4fa9-b7c8-128b0a5734e0 { min-height: 50px; }
#s-acaf8d6e-cdf7-4fa9-b7c8-128b0a5734e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e0ea8826-03c9-41be-87b1-14479a95f5e5 { min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-e0ea8826-03c9-41be-87b1-14479a95f5e5, #wrap-s-e0ea8826-03c9-41be-87b1-14479a95f5e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ea8826-03c9-41be-87b1-14479a95f5e5, #wrap-s-e0ea8826-03c9-41be-87b1-14479a95f5e5 { display:none !important; }}@media (min-width: 1200px){#s-e0ea8826-03c9-41be-87b1-14479a95f5e5, #wrap-s-e0ea8826-03c9-41be-87b1-14479a95f5e5 { display:none !important; }}
#s-e0ea8826-03c9-41be-87b1-14479a95f5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5286695b-34f7-476e-897c-2b27765b4553 { min-height: 50px; }
#s-5286695b-34f7-476e-897c-2b27765b4553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-11cd086a-1da9-4d1e-b671-48186fc4b04b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-c94aa3f7-6776-4c3f-8d1d-248f448206c1 { text-align: center; }
@media (max-width: 767px){#s-c94aa3f7-6776-4c3f-8d1d-248f448206c1, #wrap-s-c94aa3f7-6776-4c3f-8d1d-248f448206c1 { display:none !important; }}
#s-1b6c0a93-644d-4bc9-932d-cfeb13dd9bc5 { text-align: center; }
#s-ec0e2815-05a4-468c-a786-dfa72dff9e8b { text-align: center; }
@media (max-width: 767px){#s-ec0e2815-05a4-468c-a786-dfa72dff9e8b, #wrap-s-ec0e2815-05a4-468c-a786-dfa72dff9e8b { display:none !important; }}
#s-f000c00e-00f0-484e-8a89-db6eb839fbba { min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-f000c00e-00f0-484e-8a89-db6eb839fbba, #wrap-s-f000c00e-00f0-484e-8a89-db6eb839fbba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f000c00e-00f0-484e-8a89-db6eb839fbba, #wrap-s-f000c00e-00f0-484e-8a89-db6eb839fbba { display:none !important; }}@media (min-width: 1200px){#s-f000c00e-00f0-484e-8a89-db6eb839fbba, #wrap-s-f000c00e-00f0-484e-8a89-db6eb839fbba { display:none !important; }}
#s-f000c00e-00f0-484e-8a89-db6eb839fbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-83fdf938-bc95-457e-91c3-98d01760808e { min-height: 50px; }
@media (max-width: 767px){#s-83fdf938-bc95-457e-91c3-98d01760808e, #wrap-s-83fdf938-bc95-457e-91c3-98d01760808e { display:none !important; }}
#s-83fdf938-bc95-457e-91c3-98d01760808e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-666b9336-0880-4a38-9448-dfb29702bc8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-9e7f6d65-e3de-4c63-8f1d-4e6f80b710b2 { padding-top: 10px;
padding-bottom: 10px; }
 #s-9e7f6d65-e3de-4c63-8f1d-4e6f80b710b2 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-847ac8d6-e2cc-476d-bf36-0ceac3583a65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-37b27121-cefc-4616-8d71-b0c2fe55d493 { padding-top: 10px;
padding-bottom: 10px; }
 #s-37b27121-cefc-4616-8d71-b0c2fe55d493 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-856d1a3d-e88b-41cc-971e-3d7245306cff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-9c5a78dc-5f3b-444f-8ede-2a2b3603dbc9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-9c5a78dc-5f3b-444f-8ede-2a2b3603dbc9 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

#s-8c8838b4-a965-46bb-b095-50def8f01e79 { min-height: 50px; }
@media (max-width: 767px){#s-8c8838b4-a965-46bb-b095-50def8f01e79, #wrap-s-8c8838b4-a965-46bb-b095-50def8f01e79 { display:none !important; }}
#s-8c8838b4-a965-46bb-b095-50def8f01e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-70fd9f54-ed98-4a01-be67-0cc023598f73 { min-height: 50px; }
@media (max-width: 767px){#s-70fd9f54-ed98-4a01-be67-0cc023598f73, #wrap-s-70fd9f54-ed98-4a01-be67-0cc023598f73 { display:none !important; }}
#s-70fd9f54-ed98-4a01-be67-0cc023598f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.0px);
}

}

@media (min-width: 992px) {
[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-9b03e132-8196-49bb-afd8-5a0ef5719b8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.0px);
}

}

#s-f90349dc-074c-4c92-bd2b-6eadd616b8d7 { text-align: center; }
@media (max-width: 767px){#s-f90349dc-074c-4c92-bd2b-6eadd616b8d7, #wrap-s-f90349dc-074c-4c92-bd2b-6eadd616b8d7 { display:none !important; }}
#s-464fb773-8eed-4780-834e-32847e1f2aa3 { min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-464fb773-8eed-4780-834e-32847e1f2aa3, #wrap-s-464fb773-8eed-4780-834e-32847e1f2aa3 { display:none !important; }}@media (min-width: 1200px){#s-464fb773-8eed-4780-834e-32847e1f2aa3, #wrap-s-464fb773-8eed-4780-834e-32847e1f2aa3 { display:none !important; }}
#s-464fb773-8eed-4780-834e-32847e1f2aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e61141c0-e792-4c1e-a139-0bd8bbd7793c { text-align: center; }
@media (min-width: 768px) and (max-width: 991px){#s-e61141c0-e792-4c1e-a139-0bd8bbd7793c, #wrap-s-e61141c0-e792-4c1e-a139-0bd8bbd7793c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e61141c0-e792-4c1e-a139-0bd8bbd7793c, #wrap-s-e61141c0-e792-4c1e-a139-0bd8bbd7793c { display:none !important; }}@media (min-width: 1200px){#s-e61141c0-e792-4c1e-a139-0bd8bbd7793c, #wrap-s-e61141c0-e792-4c1e-a139-0bd8bbd7793c { display:none !important; }}
#s-aed7965a-181c-4dac-86a6-31d657bdc72d { min-height: 50px; }
@media (max-width: 767px){#s-aed7965a-181c-4dac-86a6-31d657bdc72d, #wrap-s-aed7965a-181c-4dac-86a6-31d657bdc72d { display:none !important; }}
#s-aed7965a-181c-4dac-86a6-31d657bdc72d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-82e93be2-1e56-4321-bd49-2ebbbb793f83 { min-height: 50px; }
@media (min-width: 768px) and (max-width: 991px){#s-82e93be2-1e56-4321-bd49-2ebbbb793f83, #wrap-s-82e93be2-1e56-4321-bd49-2ebbbb793f83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82e93be2-1e56-4321-bd49-2ebbbb793f83, #wrap-s-82e93be2-1e56-4321-bd49-2ebbbb793f83 { display:none !important; }}@media (min-width: 1200px){#s-82e93be2-1e56-4321-bd49-2ebbbb793f83, #wrap-s-82e93be2-1e56-4321-bd49-2ebbbb793f83 { display:none !important; }}
#s-82e93be2-1e56-4321-bd49-2ebbbb793f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-65370024-71ed-46ce-96dd-15aa100980ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-3184fea6-841a-41df-aca0-c0392f62b34b { padding-top: 10px;
padding-bottom: 10px; }
 #s-3184fea6-841a-41df-aca0-c0392f62b34b .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-8c930254-fd80-4be7-bf31-a6d9a6d240e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-46b06bab-a139-4ef7-b49f-8c5459bc14a5 { padding-top: 10px;
padding-bottom: 10px; }
 #s-46b06bab-a139-4ef7-b49f-8c5459bc14a5 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b7c1312-1a19-4ff8-9d6a-462df98410a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-3a547bdf-341c-416a-b354-9868789c08c4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-3a547bdf-341c-416a-b354-9868789c08c4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

#s-35b54196-96f5-4507-ab42-f21d40b063e3 { min-height: 50px; }
#s-35b54196-96f5-4507-ab42-f21d40b063e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fed6d521-d3ee-42e6-bf68-00bc476fb1e5 { min-height: 50px; }
#s-fed6d521-d3ee-42e6-bf68-00bc476fb1e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0d09012a-41f8-4adc-b822-9992ff1fd960 { min-height: 50px; }
#s-0d09012a-41f8-4adc-b822-9992ff1fd960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-19e19b76-831d-4de9-a0ae-2267a4bf1546 { min-height: 50px; }
#s-19e19b76-831d-4de9-a0ae-2267a4bf1546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f6a0a4d2-efe2-46fb-b35d-c76f62eaa248 { min-height: 50px; }
#s-f6a0a4d2-efe2-46fb-b35d-c76f62eaa248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-58c3e07b-a872-4f25-a13b-a64ace6746f3 { padding-top: 10px;
padding-bottom: 10px; }
 #s-58c3e07b-a872-4f25-a13b-a64ace6746f3 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-9c5d745f-491e-4128-838b-9b2fc5f94c74 { text-align: center; }
#s-0e4f43cc-c71b-4de1-ab8a-66473fd24bda { min-height: 50px; }
#s-0e4f43cc-c71b-4de1-ab8a-66473fd24bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-36fabfb5-4d4e-4c78-b79a-3f8575012ad0 { min-height: 50px; }
#s-36fabfb5-4d4e-4c78-b79a-3f8575012ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a9e46a42-a721-4399-8cc6-6e789e1747cb { box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(246, 246, 246, 1); }
@media (max-width: 767px){#s-a9e46a42-a721-4399-8cc6-6e789e1747cb, #wrap-s-a9e46a42-a721-4399-8cc6-6e789e1747cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9e46a42-a721-4399-8cc6-6e789e1747cb, #wrap-s-a9e46a42-a721-4399-8cc6-6e789e1747cb { display:none !important; }}
#s-a9e46a42-a721-4399-8cc6-6e789e1747cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-93866b03-c58f-45d3-9b69-a6becd8ce4ae { min-height: 50px; }
@media (max-width: 767px){#s-93866b03-c58f-45d3-9b69-a6becd8ce4ae, #wrap-s-93866b03-c58f-45d3-9b69-a6becd8ce4ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93866b03-c58f-45d3-9b69-a6becd8ce4ae, #wrap-s-93866b03-c58f-45d3-9b69-a6becd8ce4ae { display:none !important; }}
#s-93866b03-c58f-45d3-9b69-a6becd8ce4ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dd729b4a-fd50-431a-82c7-1ff8889c4e51 { min-height: 50px; }
@media (max-width: 767px){#s-dd729b4a-fd50-431a-82c7-1ff8889c4e51, #wrap-s-dd729b4a-fd50-431a-82c7-1ff8889c4e51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd729b4a-fd50-431a-82c7-1ff8889c4e51, #wrap-s-dd729b4a-fd50-431a-82c7-1ff8889c4e51 { display:none !important; }}
#s-dd729b4a-fd50-431a-82c7-1ff8889c4e51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a4e527a4-4117-4de5-bd77-9bcf673aede8 { min-height: 50px; }
@media (max-width: 767px){#s-a4e527a4-4117-4de5-bd77-9bcf673aede8, #wrap-s-a4e527a4-4117-4de5-bd77-9bcf673aede8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4e527a4-4117-4de5-bd77-9bcf673aede8, #wrap-s-a4e527a4-4117-4de5-bd77-9bcf673aede8 { display:none !important; }}
#s-a4e527a4-4117-4de5-bd77-9bcf673aede8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10 {  }
@media (max-width: 767px){#s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10, #wrap-s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10, #wrap-s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-7b646d71-5a7f-4423-af3f-40fd4bb3fe10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-32b5a626-f23f-45c8-a9c2-cd88de7d1e1b { padding-top: 10px;
padding-bottom: 10px; }
 #s-32b5a626-f23f-45c8-a9c2-cd88de7d1e1b .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-b9121dfa-64b5-4bbf-b157-5292273822b5 { min-height: 50px; }
@media (max-width: 767px){#s-b9121dfa-64b5-4bbf-b157-5292273822b5, #wrap-s-b9121dfa-64b5-4bbf-b157-5292273822b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9121dfa-64b5-4bbf-b157-5292273822b5, #wrap-s-b9121dfa-64b5-4bbf-b157-5292273822b5 { display:none !important; }}
#s-b9121dfa-64b5-4bbf-b157-5292273822b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3 {  }
@media (max-width: 767px){#s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3, #wrap-s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3, #wrap-s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fae3590-c5c6-4cf4-a75c-eb4bfa5dc7b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-62a94304-426c-41b9-9f64-822fafbf2cf5 { text-align: center; }
#s-3c0c0428-5e48-43db-9170-4b9fe21972c9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-3c0c0428-5e48-43db-9170-4b9fe21972c9 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-937a020f-9826-45bd-83f2-d7b86113eaed {
  display: none;
}
.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper .shg-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7440c531-a6f2-4dc7-8997-9c9eab655aa2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  color: ;
}


  #s-7440c531-a6f2-4dc7-8997-9c9eab655aa2.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-3686da9e-3977-4fe5-806b-cd2e4dc2e210 { text-align: center; }
#s-130a718f-1b90-4b0a-94a4-e7f6b1635641 { padding-top: 10px;
padding-bottom: 10px; }
 #s-130a718f-1b90-4b0a-94a4-e7f6b1635641 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-2b7bcce8-76d6-48f6-843a-74f7f6d8aeec {
  display: none;
}
#s-90aecd37-4656-47ff-8ff1-04893267964b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-90aecd37-4656-47ff-8ff1-04893267964b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-90aecd37-4656-47ff-8ff1-04893267964b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-90aecd37-4656-47ff-8ff1-04893267964b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90aecd37-4656-47ff-8ff1-04893267964b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90aecd37-4656-47ff-8ff1-04893267964b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-90aecd37-4656-47ff-8ff1-04893267964b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-90aecd37-4656-47ff-8ff1-04893267964b.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-ba366d78-f5f9-4b70-8760-0857927e1ca8 { text-align: center; }
#s-feeb0981-8bdd-425b-85aa-8ff572f5bf93 { padding-top: 10px;
padding-bottom: 10px; }
 #s-feeb0981-8bdd-425b-85aa-8ff572f5bf93 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-c2961209-801c-4260-a68b-3bd2c1ec7b2d {
  display: none;
}
#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4dfb0604-3721-42c7-b971-38e2e2bb7e18.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-4dfb0604-3721-42c7-b971-38e2e2bb7e18.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-49ef593d-4f09-4bea-bb44-9e35ffb997b6 { min-height: 50px; }
@media (max-width: 767px){#s-49ef593d-4f09-4bea-bb44-9e35ffb997b6, #wrap-s-49ef593d-4f09-4bea-bb44-9e35ffb997b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49ef593d-4f09-4bea-bb44-9e35ffb997b6, #wrap-s-49ef593d-4f09-4bea-bb44-9e35ffb997b6 { display:none !important; }}
#s-49ef593d-4f09-4bea-bb44-9e35ffb997b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8155fd26-2372-4a70-89d3-4cb1c2b78044 { min-height: 50px; }
@media (max-width: 767px){#s-8155fd26-2372-4a70-89d3-4cb1c2b78044, #wrap-s-8155fd26-2372-4a70-89d3-4cb1c2b78044 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8155fd26-2372-4a70-89d3-4cb1c2b78044, #wrap-s-8155fd26-2372-4a70-89d3-4cb1c2b78044 { display:none !important; }}
#s-8155fd26-2372-4a70-89d3-4cb1c2b78044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dd91c1ba-c84f-43de-ae0f-10319f0928dc { min-height: 50px; }
#s-dd91c1ba-c84f-43de-ae0f-10319f0928dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e59281c1-c5de-4ae1-90be-9f65984cb5f8 { padding-top: 10px;
padding-bottom: 10px; }
 #s-e59281c1-c5de-4ae1-90be-9f65984cb5f8 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-f2e32143-1bc7-4820-b965-0682a41d1f85 { min-height: 50px; }
#s-f2e32143-1bc7-4820-b965-0682a41d1f85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fdf346d0-fb9d-44a7-84c8-bb5d5741825d { min-height: 50px; }
#s-fdf346d0-fb9d-44a7-84c8-bb5d5741825d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff5d095b-d5ea-47c9-911a-6e3e33b15133"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8dd7ef98-82aa-406e-a84a-257d77f50e6c { text-align: center; }
#s-73ca38f6-73e1-4935-b75a-db58834e6198 { padding-top: 10px;
padding-bottom: 10px; }
 #s-73ca38f6-73e1-4935-b75a-db58834e6198 .shogun-heading-component h4 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 16px;
   
   
   text-align: center;
 }

 
 #s-73ca38f6-73e1-4935-b75a-db58834e6198 .shogun-heading-component h4 a {
   color: #000;
 }
 

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a744cd5a-7af3-4b2f-8d39-28aa96f23313 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none; }
#s-a744cd5a-7af3-4b2f-8d39-28aa96f23313:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a744cd5a-7af3-4b2f-8d39-28aa96f23313:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-a744cd5a-7af3-4b2f-8d39-28aa96f23313.shg-btn {
   color: #ffffff;
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-97b96008-dc0a-4daf-aeb5-161d2e1b2c2b { min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-97b96008-dc0a-4daf-aeb5-161d2e1b2c2b, #wrap-s-97b96008-dc0a-4daf-aeb5-161d2e1b2c2b { display:none !important; }}@media (min-width: 1200px){#s-97b96008-dc0a-4daf-aeb5-161d2e1b2c2b, #wrap-s-97b96008-dc0a-4daf-aeb5-161d2e1b2c2b { display:none !important; }}
#s-97b96008-dc0a-4daf-aeb5-161d2e1b2c2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d9924844-b4b0-4fd6-9054-e8df8e0b46c4 { text-align: center; }
#s-25ff5ee3-d60e-4810-bd10-0fb55c73a199 { min-height: 50px; }
#s-25ff5ee3-d60e-4810-bd10-0fb55c73a199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ccaf125f-a215-48fe-a04f-7f466c4c342e { padding-top: 10px;
padding-bottom: 10px; }
 #s-ccaf125f-a215-48fe-a04f-7f466c4c342e .shogun-heading-component h4 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 16px;
   
   
   text-align: center;
 }

 
 #s-ccaf125f-a215-48fe-a04f-7f466c4c342e .shogun-heading-component h4 a {
   color: #000;
 }
 

#s-19e40328-d1c2-4c8c-810e-660455afbde1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none; }
#s-19e40328-d1c2-4c8c-810e-660455afbde1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-19e40328-d1c2-4c8c-810e-660455afbde1:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-19e40328-d1c2-4c8c-810e-660455afbde1.shg-btn {
   color: #ffffff;
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-f44fc07a-725d-485d-9f5e-8a9fc62bb117 { min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-f44fc07a-725d-485d-9f5e-8a9fc62bb117, #wrap-s-f44fc07a-725d-485d-9f5e-8a9fc62bb117 { display:none !important; }}@media (min-width: 1200px){#s-f44fc07a-725d-485d-9f5e-8a9fc62bb117, #wrap-s-f44fc07a-725d-485d-9f5e-8a9fc62bb117 { display:none !important; }}
#s-f44fc07a-725d-485d-9f5e-8a9fc62bb117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c3c3d1ec-85d4-41e7-bdf0-4c72def99b63 { text-align: center; }
#s-4ff8a57c-a115-4b36-b08d-f89b35a3b518 { min-height: 50px; }
#s-4ff8a57c-a115-4b36-b08d-f89b35a3b518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-489f02e2-b5d4-41ae-9a78-a2c1340f8b9d { padding-top: 10px;
padding-bottom: 10px; }
 #s-489f02e2-b5d4-41ae-9a78-a2c1340f8b9d .shogun-heading-component h4 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 16px;
   
   
   text-align: center;
 }

 
 #s-489f02e2-b5d4-41ae-9a78-a2c1340f8b9d .shogun-heading-component h4 a {
   color: #000;
 }
 

#s-88fd6bb7-bd3e-4e84-afaf-01b9c7793720 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none; }
#s-88fd6bb7-bd3e-4e84-afaf-01b9c7793720:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-88fd6bb7-bd3e-4e84-afaf-01b9c7793720:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-88fd6bb7-bd3e-4e84-afaf-01b9c7793720.shg-btn {
   color: #ffffff;
   font-size: 16px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-ea89ae91-6557-4d11-84ed-fa8cdf0326b0 { min-height: 50px; }
#s-ea89ae91-6557-4d11-84ed-fa8cdf0326b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

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

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

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

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload,
.shogun-lazyloading {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
