.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-324af3ec-bcad-4cb4-83c7-d235a9cae030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324af3ec-bcad-4cb4-83c7-d235a9cae030.shg-box.shg-c {
  justify-content: center;
}

#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f {
  
}
}@media (max-width: 767px){#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f {
  
}
}







#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c9b414a-704c-441f-8bfd-72bf5efbb29f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-64216eb6-2102-4359-9e5e-74ce388ce158 {
  min-height: 75px;
background-color: rgba(102, 119, 204, 1);
}








#s-64216eb6-2102-4359-9e5e-74ce388ce158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64216eb6-2102-4359-9e5e-74ce388ce158.shg-box.shg-c {
  justify-content: center;
}

#s-c30bb30a-c637-4450-974f-cb921148abeb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 250px;
background-color: rgba(248, 248, 248, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c30bb30a-c637-4450-974f-cb921148abeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c30bb30a-c637-4450-974f-cb921148abeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c30bb30a-c637-4450-974f-cb921148abeb {
  
}
}@media (max-width: 767px){#s-c30bb30a-c637-4450-974f-cb921148abeb {
  
}
}







#s-c30bb30a-c637-4450-974f-cb921148abeb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-c30bb30a-c637-4450-974f-cb921148abeb.shg-box.shg-c {
  justify-content: center;
}

#s-c06c4e58-7cc4-4263-b04e-12f017b6945b {
  min-height: 50px;
}








#s-c06c4e58-7cc4-4263-b04e-12f017b6945b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c06c4e58-7cc4-4263-b04e-12f017b6945b.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.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;
  max-width: 100%;
}

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

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

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.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-89d17521-2747-4711-8c30-2edb6238aab5 {
  padding-top: 50px;
padding-bottom: 20px;
text-align: center;
}




  #s-89d17521-2747-4711-8c30-2edb6238aab5 img.shogun-image {
    
    width: px;
  }


#s-89d17521-2747-4711-8c30-2edb6238aab5 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-4d8a19cc-c809-4f8a-abda-99e4b6f916ab {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-4d8a19cc-c809-4f8a-abda-99e4b6f916ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d8a19cc-c809-4f8a-abda-99e4b6f916ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d8a19cc-c809-4f8a-abda-99e4b6f916ab {
  
}
}@media (max-width: 767px){#s-4d8a19cc-c809-4f8a-abda-99e4b6f916ab {
  
}
}
#s-4d8a19cc-c809-4f8a-abda-99e4b6f916ab .shogun-heading-component h1 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

#s-a8e8f683-c07d-4c93-83bd-2131c289dcf1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8e8f683-c07d-4c93-83bd-2131c289dcf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-326fb690-8c33-42ce-a077-b89530bab7cc {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: right;
opacity: 1;
}
#s-326fb690-8c33-42ce-a077-b89530bab7cc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-326fb690-8c33-42ce-a077-b89530bab7cc {
  margin-top: 39px;
margin-left: 22px;
margin-bottom: 25px;
margin-right: 8px;
}
}@media (max-width: 767px){#s-326fb690-8c33-42ce-a077-b89530bab7cc {
  margin-left: 22px;
}
}



  #s-326fb690-8c33-42ce-a077-b89530bab7cc img.shogun-image {
    
    width: px;
  }


#s-326fb690-8c33-42ce-a077-b89530bab7cc .shogun-image-content {
  
    align-items: center;
  
}

#s-f220dfab-b4ac-40e7-bba7-289e4e153550 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
min-height: 50px;
}








#s-f220dfab-b4ac-40e7-bba7-289e4e153550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f220dfab-b4ac-40e7-bba7-289e4e153550.shg-box.shg-c {
  justify-content: center;
}

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

.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 {
  text-align: left;
}

.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: pointer;
  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-76008760-4e0a-46fc-9e02-9000c6be9bc2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-f875a378-dfc5-48a7-90cc-dfab1828c6d2 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
}
#s-f875a378-dfc5-48a7-90cc-dfab1828c6d2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}



  #s-f875a378-dfc5-48a7-90cc-dfab1828c6d2 img.shogun-image {
    
    width: px;
  }


#s-f875a378-dfc5-48a7-90cc-dfab1828c6d2 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.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-left {
  text-align: left;
}

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

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

#s-de349812-26c6-4141-b5de-a79b86993057 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
border-radius: 10px;
min-height: 50px;
max-width: 440px;
background-color: rgba(255, 153, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 3em;
}
#s-de349812-26c6-4141-b5de-a79b86993057:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de349812-26c6-4141-b5de-a79b86993057:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de349812-26c6-4141-b5de-a79b86993057-btn-wrapper {
    text-align: center;
  }


#s-de349812-26c6-4141-b5de-a79b86993057.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-90663657-5cc2-4608-b148-433971d71ec8 {
  min-height: 50px;
}








#s-90663657-5cc2-4608-b148-433971d71ec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90663657-5cc2-4608-b148-433971d71ec8.shg-box.shg-c {
  justify-content: center;
}

#s-32b24949-0d71-4d48-a3fb-20660ca34d9a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-32b24949-0d71-4d48-a3fb-20660ca34d9a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ea16b516-2175-42ac-9966-e593c0729aa1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ea16b516-2175-42ac-9966-e593c0729aa1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ea16b516-2175-42ac-9966-e593c0729aa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea16b516-2175-42ac-9966-e593c0729aa1.shg-box.shg-c {
  justify-content: center;
}

#s-39646748-bc1f-4d56-8162-844942391208 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-39646748-bc1f-4d56-8162-844942391208 img.shogun-image {
    
    width: px;
  }


#s-39646748-bc1f-4d56-8162-844942391208 .shogun-image-content {
  
    align-items: center;
  
}

#s-8958f2ef-2ada-4ffe-92fb-8ddb9530eb55 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-8958f2ef-2ada-4ffe-92fb-8ddb9530eb55 .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44242e69-e8e2-490a-b5b5-c58d73b6dc25 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e5899b77-d961-4c53-8081-4b68d4fd9d26 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-position: center center;
}








#s-e5899b77-d961-4c53-8081-4b68d4fd9d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5899b77-d961-4c53-8081-4b68d4fd9d26.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5497933-94ee-4334-84e2-7be2e82b0489 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f5497933-94ee-4334-84e2-7be2e82b0489 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5497933-94ee-4334-84e2-7be2e82b0489 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5497933-94ee-4334-84e2-7be2e82b0489 {
  
}
}@media (max-width: 767px){#s-f5497933-94ee-4334-84e2-7be2e82b0489 {
  
}
}







#s-f5497933-94ee-4334-84e2-7be2e82b0489 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f5497933-94ee-4334-84e2-7be2e82b0489.shg-box.shg-c {
  justify-content: center;
}

#s-765cc63b-608a-4b95-8d88-31ab835602d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-765cc63b-608a-4b95-8d88-31ab835602d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-765cc63b-608a-4b95-8d88-31ab835602d4.shg-box.shg-c {
  justify-content: center;
}

#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf {
  
}
}@media (max-width: 767px){#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf {
  
}
}







#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-774b2947-4dc2-4dd8-a5eb-4581ca0a16bf.shg-box.shg-c {
  justify-content: center;
}

#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5 {
  
}
}@media (max-width: 767px){#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5 {
  
}
}







#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a11a1be-2c4a-4ae0-b0e3-f15223f273f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-db566d04-dc57-4493-80b7-f3055abcf733 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-db566d04-dc57-4493-80b7-f3055abcf733 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db566d04-dc57-4493-80b7-f3055abcf733 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db566d04-dc57-4493-80b7-f3055abcf733 {
  
}
}@media (max-width: 767px){#s-db566d04-dc57-4493-80b7-f3055abcf733 {
  
}
}







#s-db566d04-dc57-4493-80b7-f3055abcf733 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-db566d04-dc57-4493-80b7-f3055abcf733.shg-box.shg-c {
  justify-content: center;
}

#s-8a75516e-ef70-46f5-9c6c-0acb43c58805 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a75516e-ef70-46f5-9c6c-0acb43c58805"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0a2f9668-a2bb-4fc6-a237-524229d16739 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.57);
border-style: solid;
min-height: 450px;
background-position: center center;
}








#s-0a2f9668-a2bb-4fc6-a237-524229d16739 > .shg-box-overlay {
  background-color: rgba(247, 248, 249, 1);
  opacity: 0;
}#s-0a2f9668-a2bb-4fc6-a237-524229d16739.shg-box.shg-c {
  justify-content: center;
}

#s-0389d852-a9ee-4596-a1f2-716fd9edde1f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}








#s-0389d852-a9ee-4596-a1f2-716fd9edde1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0389d852-a9ee-4596-a1f2-716fd9edde1f.shg-box.shg-c {
  justify-content: center;
}

#s-89cfcad1-86da-44bc-af07-889503d264f5 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-89cfcad1-86da-44bc-af07-889503d264f5 img.shogun-image {
    
    width: px;
  }


#s-89cfcad1-86da-44bc-af07-889503d264f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-531d2619-65c5-42f5-b0e9-417c4ea207ee {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-531d2619-65c5-42f5-b0e9-417c4ea207ee .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70ae21ac-7e5b-44bf-bfe1-65487727bf4f {
  margin-left: 50px;
margin-right: 50px;
}

#s-d22856eb-d326-40db-bb1e-2b66608ec7f9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d22856eb-d326-40db-bb1e-2b66608ec7f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d22856eb-d326-40db-bb1e-2b66608ec7f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d22856eb-d326-40db-bb1e-2b66608ec7f9 {
  
}
}@media (max-width: 767px){#s-d22856eb-d326-40db-bb1e-2b66608ec7f9 {
  
}
}







#s-d22856eb-d326-40db-bb1e-2b66608ec7f9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d22856eb-d326-40db-bb1e-2b66608ec7f9.shg-box.shg-c {
  justify-content: center;
}

#s-929fa94d-cfc4-4cda-9676-df3fa12e0865 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-929fa94d-cfc4-4cda-9676-df3fa12e0865"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d7948430-3cc1-4acb-a997-2d12129ce06e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}








#s-d7948430-3cc1-4acb-a997-2d12129ce06e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7948430-3cc1-4acb-a997-2d12129ce06e.shg-box.shg-c {
  justify-content: center;
}

#s-da996358-66d0-4a38-a4b3-a066629eae3c {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-da996358-66d0-4a38-a4b3-a066629eae3c img.shogun-image {
    
    width: px;
  }


#s-da996358-66d0-4a38-a4b3-a066629eae3c .shogun-image-content {
  
    align-items: center;
  
}

#s-b34f4a74-206c-43e6-bdc7-40ff76559a7a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-b34f4a74-206c-43e6-bdc7-40ff76559a7a .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ebbbd864-da48-4dfd-930c-e80db9015e9a {
  margin-left: 50px;
margin-right: 50px;
}

#s-33c7072a-5839-4891-aa28-b3e6d53c6559 {
  background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-position: center center;
background-attachment: scroll;
background-color: rgba(0, 23, 128, 1);
}








#s-33c7072a-5839-4891-aa28-b3e6d53c6559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c7072a-5839-4891-aa28-b3e6d53c6559.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-3f1b2fe0-805f-4eea-94d3-e270b02cf7b5 {
  min-height: 50px;
}








#s-3f1b2fe0-805f-4eea-94d3-e270b02cf7b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f1b2fe0-805f-4eea-94d3-e270b02cf7b5.shg-box.shg-c {
  justify-content: center;
}

#s-fb972f07-b93c-483d-8447-1ae3df712282 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb972f07-b93c-483d-8447-1ae3df712282 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb972f07-b93c-483d-8447-1ae3df712282 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb972f07-b93c-483d-8447-1ae3df712282 {
  
}
}@media (max-width: 767px){#s-fb972f07-b93c-483d-8447-1ae3df712282 {
  
}
}







#s-fb972f07-b93c-483d-8447-1ae3df712282 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fb972f07-b93c-483d-8447-1ae3df712282.shg-box.shg-c {
  justify-content: center;
}

#s-235d78a7-8d01-4733-9037-6a2a99650dc5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-235d78a7-8d01-4733-9037-6a2a99650dc5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-235d78a7-8d01-4733-9037-6a2a99650dc5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-235d78a7-8d01-4733-9037-6a2a99650dc5 {
  
}
}@media (max-width: 767px){#s-235d78a7-8d01-4733-9037-6a2a99650dc5 {
  
}
}







#s-235d78a7-8d01-4733-9037-6a2a99650dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235d78a7-8d01-4733-9037-6a2a99650dc5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-00badfbc-208d-468c-bd26-bd3aec75ba12 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-00badfbc-208d-468c-bd26-bd3aec75ba12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00badfbc-208d-468c-bd26-bd3aec75ba12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00badfbc-208d-468c-bd26-bd3aec75ba12 {
  
}
}@media (max-width: 767px){#s-00badfbc-208d-468c-bd26-bd3aec75ba12 {
  
}
}







#s-00badfbc-208d-468c-bd26-bd3aec75ba12 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-00badfbc-208d-468c-bd26-bd3aec75ba12.shg-box.shg-c {
  justify-content: center;
}

#s-e12decea-aa87-4d7b-8a59-1e8f39482e15 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e12decea-aa87-4d7b-8a59-1e8f39482e15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5812faa7-04c7-4e33-bb2e-eab592f24f65 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-position: custom center;
}








#s-5812faa7-04c7-4e33-bb2e-eab592f24f65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5812faa7-04c7-4e33-bb2e-eab592f24f65.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3ec0607a-535f-4294-9096-e53ec8ce3afa {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}








#s-3ec0607a-535f-4294-9096-e53ec8ce3afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec0607a-535f-4294-9096-e53ec8ce3afa.shg-box.shg-c {
  justify-content: center;
}

#s-05265a0d-8351-4231-8736-f964e7b23b9d {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-05265a0d-8351-4231-8736-f964e7b23b9d img.shogun-image {
    
    width: px;
  }


#s-05265a0d-8351-4231-8736-f964e7b23b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-660c7b67-169d-4ab3-b3ba-5767714bb8bf {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-660c7b67-169d-4ab3-b3ba-5767714bb8bf .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d31d089-72bd-4b2b-b727-1955411b9eb7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c {
  
}
}@media (max-width: 767px){#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c {
  
}
}







#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-068a8e9f-16c4-4dc0-a26a-9208473d4e1c.shg-box.shg-c {
  justify-content: center;
}

#s-99a2cccf-648c-468c-97f9-4849fef1c5ce {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-99a2cccf-648c-468c-97f9-4849fef1c5ce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2ee62bf3-b8a4-4d7e-99b6-3ffc3457d7a6 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}








#s-2ee62bf3-b8a4-4d7e-99b6-3ffc3457d7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ee62bf3-b8a4-4d7e-99b6-3ffc3457d7a6.shg-box.shg-c {
  justify-content: center;
}

#s-1e25ab04-8b11-4ed5-bfca-4a2a3491a788 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-1e25ab04-8b11-4ed5-bfca-4a2a3491a788 img.shogun-image {
    
    width: px;
  }


#s-1e25ab04-8b11-4ed5-bfca-4a2a3491a788 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e38647a-453d-4fa8-99c2-3da475682ca2 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e38647a-453d-4fa8-99c2-3da475682ca2 .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-abdc3d33-42ba-4f26-81ac-80fa5f01ecba {
  margin-left: 50px;
margin-right: 50px;
}

#s-d522880c-54e8-4615-beaf-bbcc1098a755 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-position: center center;
}








#s-d522880c-54e8-4615-beaf-bbcc1098a755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d522880c-54e8-4615-beaf-bbcc1098a755.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bda81920-11a7-4b49-af2a-fe96aa07ca28 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bda81920-11a7-4b49-af2a-fe96aa07ca28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bda81920-11a7-4b49-af2a-fe96aa07ca28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bda81920-11a7-4b49-af2a-fe96aa07ca28 {
  
}
}@media (max-width: 767px){#s-bda81920-11a7-4b49-af2a-fe96aa07ca28 {
  
}
}







#s-bda81920-11a7-4b49-af2a-fe96aa07ca28 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bda81920-11a7-4b49-af2a-fe96aa07ca28.shg-box.shg-c {
  justify-content: center;
}

#s-e10a2232-4c5e-445a-9e51-e94b1b5ab7d7 {
  min-height: 50px;
}








#s-e10a2232-4c5e-445a-9e51-e94b1b5ab7d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e10a2232-4c5e-445a-9e51-e94b1b5ab7d7.shg-box.shg-c {
  justify-content: center;
}

#s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a6cd52a-e07f-4a28-912e-daa4d86a82bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-be7088ef-45dc-448f-8257-244c7dd009ac {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-position: center center;
}








#s-be7088ef-45dc-448f-8257-244c7dd009ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be7088ef-45dc-448f-8257-244c7dd009ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50f8f4a6-687f-49bf-8340-84ae141ccee7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}








#s-50f8f4a6-687f-49bf-8340-84ae141ccee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f8f4a6-687f-49bf-8340-84ae141ccee7.shg-box.shg-c {
  justify-content: center;
}

#s-cf502731-ad9a-460c-b4d7-560684b875c8 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-cf502731-ad9a-460c-b4d7-560684b875c8 img.shogun-image {
    
    width: px;
  }


#s-cf502731-ad9a-460c-b4d7-560684b875c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbf9dab7-67db-4271-8245-f46d4e573410 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-bbf9dab7-67db-4271-8245-f46d4e573410 .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d4c8971-8e2f-4543-9b9d-61083840b8db {
  margin-left: 50px;
margin-right: 50px;
}

#s-44b01cd1-1367-4b52-bddd-595197001f2a {
  text-align: center;
}




  #s-44b01cd1-1367-4b52-bddd-595197001f2a img.shogun-image {
    
    width: px;
  }


#s-44b01cd1-1367-4b52-bddd-595197001f2a .shogun-image-content {
  
    align-items: center;
  
}

#s-975d52ad-87f8-4446-af40-1ab85a005ffd {
  min-height: 50px;
}








#s-975d52ad-87f8-4446-af40-1ab85a005ffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-975d52ad-87f8-4446-af40-1ab85a005ffd.shg-box.shg-c {
  justify-content: center;
}

#s-59a0968a-668b-47dc-b1e4-32f64f48d31e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-59a0968a-668b-47dc-b1e4-32f64f48d31e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59a0968a-668b-47dc-b1e4-32f64f48d31e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59a0968a-668b-47dc-b1e4-32f64f48d31e {
  
}
}@media (max-width: 767px){#s-59a0968a-668b-47dc-b1e4-32f64f48d31e {
  
}
}







#s-59a0968a-668b-47dc-b1e4-32f64f48d31e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-59a0968a-668b-47dc-b1e4-32f64f48d31e.shg-box.shg-c {
  justify-content: center;
}

#s-41b3b1ab-48cc-4f84-8613-11bd47613ba7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-41b3b1ab-48cc-4f84-8613-11bd47613ba7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0bc71904-09cf-4f59-ae19-78df6b2aba26 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
background-color: rgba(247, 248, 249, 1);
}








#s-0bc71904-09cf-4f59-ae19-78df6b2aba26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc71904-09cf-4f59-ae19-78df6b2aba26.shg-box.shg-c {
  justify-content: center;
}

#s-5770330a-419f-4463-ac97-db564c9f1a83 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-5770330a-419f-4463-ac97-db564c9f1a83 img.shogun-image {
    
    width: px;
  }


#s-5770330a-419f-4463-ac97-db564c9f1a83 .shogun-image-content {
  
    align-items: center;
  
}

#s-dab539fe-1b47-41ea-99b8-8aa405181cc4 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-dab539fe-1b47-41ea-99b8-8aa405181cc4 .shogun-heading-component h2 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-420553cb-7881-405e-8214-a56d7dc31557 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a956903f-6fc0-4f31-98b1-bb9cfd81779a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-position: center center;
}








#s-a956903f-6fc0-4f31-98b1-bb9cfd81779a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a956903f-6fc0-4f31-98b1-bb9cfd81779a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b {
  
}
}@media (max-width: 767px){#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b {
  
}
}







#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4f6161e-a401-4c5a-8b4a-35aecbf28f7b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4b774ab-3cde-45ef-982c-d4bde1e75116 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f4b774ab-3cde-45ef-982c-d4bde1e75116 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4b774ab-3cde-45ef-982c-d4bde1e75116 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4b774ab-3cde-45ef-982c-d4bde1e75116 {
  
}
}@media (max-width: 767px){#s-f4b774ab-3cde-45ef-982c-d4bde1e75116 {
  
}
}







#s-f4b774ab-3cde-45ef-982c-d4bde1e75116 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f4b774ab-3cde-45ef-982c-d4bde1e75116.shg-box.shg-c {
  justify-content: center;
}

#s-ed88bf63-76f1-4e74-8249-d2b1e3a7f6ca {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed88bf63-76f1-4e74-8249-d2b1e3a7f6ca > .shg-box-overlay {
  background-color: rgba(247, 248, 249, 1);
  opacity: 0;
}#s-ed88bf63-76f1-4e74-8249-d2b1e3a7f6ca.shg-box.shg-c {
  justify-content: center;
}

#s-fb1fd9cc-6800-491c-a0da-f60f663bcf62 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb1fd9cc-6800-491c-a0da-f60f663bcf62 .shogun-heading-component h1 {
  color: rgba(0, 23, 128, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b187f14-248b-40b3-af14-722d52c8b91a {
  margin-left: 250px;
margin-right: 250px;
}

#s-6b187f14-248b-40b3-af14-722d52c8b91a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5b7b0022-3331-492c-9bbe-e7961880d13c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b7b0022-3331-492c-9bbe-e7961880d13c .shogun-heading-component h1 {
  color: rgba(50, 50, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31251b26-abeb-4d2c-8e38-494097a8c374 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
border-radius: 10px;
min-height: 50px;
max-width: 440px;
background-color: rgba(255, 153, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 3em;
}
#s-31251b26-abeb-4d2c-8e38-494097a8c374:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31251b26-abeb-4d2c-8e38-494097a8c374:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31251b26-abeb-4d2c-8e38-494097a8c374-btn-wrapper {
    text-align: center;
  }


#s-31251b26-abeb-4d2c-8e38-494097a8c374.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-ca4a2f97-7334-439b-9965-6ea0d9f0f448 {
  border-style: solid;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(155, 31, 31, 1);
border-style: solid;
max-width: 1000px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca4a2f97-7334-439b-9965-6ea0d9f0f448"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

#s-22369e9b-aff5-41be-9246-eea9df833f66 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-bf1d024a-463d-48ca-9bbd-0a26509787f8 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-f863edb7-ced6-4e4c-9e03-50dbd691cd6d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

/*
  $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%;
  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;
  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:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
