.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 {
  text-align: center;
}
@media (min-width: 1200px){#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 {
  display: none;
}
#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01, #wrap-s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 {
  display: none;
}
#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01, #wrap-s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 {
  display: none;
}
#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01, #wrap-s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 { display: none !important; }}@media (max-width: 767px){#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 {
  display: none;
}
#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01, #wrap-s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 { display: none !important; }}







#s-acbff72c-188b-4939-ba8a-a7c3bcf7bf01 .shogun-image-content {
  
    align-items: 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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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


.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-200fa930-2eb8-46e0-955b-1ebc8e085a77 {
  margin-top: -14px;
margin-bottom: -14px;
min-height: 0px;
}

#s-34700bcd-bd92-4a4f-aa6a-fac38e0421ee {
  margin-bottom: 11px;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-08a7261c-ece5-428e-8aa2-5c76923bafff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08a7261c-ece5-428e-8aa2-5c76923bafff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08a7261c-ece5-428e-8aa2-5c76923bafff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08a7261c-ece5-428e-8aa2-5c76923bafff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1f6109a-55fb-484c-bfcc-77ef19434811 {
  text-align: center;
}
@media (max-width: 767px){#s-e1f6109a-55fb-484c-bfcc-77ef19434811 {
  display: none;
}
#s-e1f6109a-55fb-484c-bfcc-77ef19434811, #wrap-s-e1f6109a-55fb-484c-bfcc-77ef19434811 { display: none !important; }}






  #s-e1f6109a-55fb-484c-bfcc-77ef19434811 img.shogun-image {
    

    
    
    
  }


#s-e1f6109a-55fb-484c-bfcc-77ef19434811 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2dc3106-00ab-4a4e-8554-25041af5bd32 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a2dc3106-00ab-4a4e-8554-25041af5bd32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2dc3106-00ab-4a4e-8554-25041af5bd32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2dc3106-00ab-4a4e-8554-25041af5bd32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2dc3106-00ab-4a4e-8554-25041af5bd32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-871366e2-ec61-4795-8670-3d7bd2fa349b {
  margin-top: 11px;
margin-bottom: 11px;
text-align: center;
}







  #s-871366e2-ec61-4795-8670-3d7bd2fa349b img.shogun-image {
    

    
    
    
  }


#s-871366e2-ec61-4795-8670-3d7bd2fa349b .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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-91129875-5140-43fe-9a4e-41f0a48f53d3 {
  margin-top: 11px;
margin-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91129875-5140-43fe-9a4e-41f0a48f53d3 .shogun-heading-component h2 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-69a5d16e-9157-428e-8bc0-f82a8c62545a {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-42001cea-552a-4ef1-a6b3-4743c67a8217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42001cea-552a-4ef1-a6b3-4743c67a8217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42001cea-552a-4ef1-a6b3-4743c67a8217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42001cea-552a-4ef1-a6b3-4743c67a8217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f6ee76b-a602-415b-98b4-d9e48a438f85 {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}
@media (min-width: 1200px){#s-4f6ee76b-a602-415b-98b4-d9e48a438f85 {
  display: none;
}
#s-4f6ee76b-a602-415b-98b4-d9e48a438f85, #wrap-s-4f6ee76b-a602-415b-98b4-d9e48a438f85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f6ee76b-a602-415b-98b4-d9e48a438f85 {
  display: none;
}
#s-4f6ee76b-a602-415b-98b4-d9e48a438f85, #wrap-s-4f6ee76b-a602-415b-98b4-d9e48a438f85 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f6ee76b-a602-415b-98b4-d9e48a438f85 {
  display: none;
}
#s-4f6ee76b-a602-415b-98b4-d9e48a438f85, #wrap-s-4f6ee76b-a602-415b-98b4-d9e48a438f85 { display: none !important; }}







#s-4f6ee76b-a602-415b-98b4-d9e48a438f85 .shogun-image-content {
  
    align-items: center;
  
}

#s-310dc963-74f8-43e1-9eb1-a614026594ac {
  margin-top: 11px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-310dc963-74f8-43e1-9eb1-a614026594ac .shogun-heading-component h2 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ffa86d57-8597-4a44-a77e-e925478027a8 {
  margin-top: 11px;
margin-bottom: 11px;
}

#s-e053d38c-6bf5-4b70-945c-3470bd6cb5c9 {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}
@media (max-width: 767px){#s-e053d38c-6bf5-4b70-945c-3470bd6cb5c9 {
  display: none;
}
#s-e053d38c-6bf5-4b70-945c-3470bd6cb5c9, #wrap-s-e053d38c-6bf5-4b70-945c-3470bd6cb5c9 { display: none !important; }}







#s-e053d38c-6bf5-4b70-945c-3470bd6cb5c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0eda836-2e92-4c8e-90b2-9c059c974496 {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}







  #s-a0eda836-2e92-4c8e-90b2-9c059c974496 img.shogun-image {
    

    
    
    
  }


#s-a0eda836-2e92-4c8e-90b2-9c059c974496 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9177ee2d-6f98-4237-9219-9afefcd68117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9177ee2d-6f98-4237-9219-9afefcd68117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9177ee2d-6f98-4237-9219-9afefcd68117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9177ee2d-6f98-4237-9219-9afefcd68117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-66c38a54-dc59-4b87-9b4b-4d7ea2f50e28 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-66c38a54-dc59-4b87-9b4b-4d7ea2f50e28 {
  display: none;
}
#s-66c38a54-dc59-4b87-9b4b-4d7ea2f50e28, #wrap-s-66c38a54-dc59-4b87-9b4b-4d7ea2f50e28 { display: none !important; }}






  #s-66c38a54-dc59-4b87-9b4b-4d7ea2f50e28 img.shogun-image {
    

    
    
    
  }


#s-66c38a54-dc59-4b87-9b4b-4d7ea2f50e28 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce6e8c9a-7f47-47f3-a68b-e492b581dcd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce6e8c9a-7f47-47f3-a68b-e492b581dcd4 .shogun-heading-component h2 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-a20dfe53-5bc8-49d4-8c61-7a1522c87ded {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-b923a320-e0ee-412f-b774-a6b0dd1585ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b923a320-e0ee-412f-b774-a6b0dd1585ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b923a320-e0ee-412f-b774-a6b0dd1585ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b923a320-e0ee-412f-b774-a6b0dd1585ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b3b7029-6311-409e-a08b-a429dd9e0e61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b3b7029-6311-409e-a08b-a429dd9e0e61 .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-738dd826-18d0-445b-ad66-e95e19a907e6 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-a92cc0f2-7484-45e0-862e-632e5597c58e {
  text-align: center;
}
@media (min-width: 1200px){#s-a92cc0f2-7484-45e0-862e-632e5597c58e {
  display: none;
}
#s-a92cc0f2-7484-45e0-862e-632e5597c58e, #wrap-s-a92cc0f2-7484-45e0-862e-632e5597c58e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a92cc0f2-7484-45e0-862e-632e5597c58e {
  display: none;
}
#s-a92cc0f2-7484-45e0-862e-632e5597c58e, #wrap-s-a92cc0f2-7484-45e0-862e-632e5597c58e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a92cc0f2-7484-45e0-862e-632e5597c58e {
  display: none;
}
#s-a92cc0f2-7484-45e0-862e-632e5597c58e, #wrap-s-a92cc0f2-7484-45e0-862e-632e5597c58e { display: none !important; }}






  #s-a92cc0f2-7484-45e0-862e-632e5597c58e img.shogun-image {
    

    
    
    
  }


#s-a92cc0f2-7484-45e0-862e-632e5597c58e .shogun-image-content {
  
    align-items: center;
  
}

#s-492c4a24-9b6c-42cc-bfb3-2ef39c259a80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-492c4a24-9b6c-42cc-bfb3-2ef39c259a80 .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e4bc459e-5b53-47e3-b7e1-0313cbac1493 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-8da7dcb4-a4c4-44d1-bb1a-40e46595f076 {
  text-align: center;
}
@media (max-width: 767px){#s-8da7dcb4-a4c4-44d1-bb1a-40e46595f076 {
  display: none;
}
#s-8da7dcb4-a4c4-44d1-bb1a-40e46595f076, #wrap-s-8da7dcb4-a4c4-44d1-bb1a-40e46595f076 { display: none !important; }}






  #s-8da7dcb4-a4c4-44d1-bb1a-40e46595f076 img.shogun-image {
    

    
    
    
  }


#s-8da7dcb4-a4c4-44d1-bb1a-40e46595f076 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cc44a7a5-31d2-43cd-9f35-b60757e883e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc44a7a5-31d2-43cd-9f35-b60757e883e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc44a7a5-31d2-43cd-9f35-b60757e883e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc44a7a5-31d2-43cd-9f35-b60757e883e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f3d97147-a74e-4e36-aa9e-92fc2c4f6b59 {
  margin-top: 17px;
margin-left: -1px;
margin-bottom: 17px;
margin-right: -1px;
text-align: center;
}








#s-f3d97147-a74e-4e36-aa9e-92fc2c4f6b59 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d5b064e-af2c-48b7-8602-7f2a1a4767de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d5b064e-af2c-48b7-8602-7f2a1a4767de .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-87ad0ad6-71c1-4876-b473-7d17b589b5c4 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-1b733b70-11df-486e-9850-c5202039bbc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b733b70-11df-486e-9850-c5202039bbc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b733b70-11df-486e-9850-c5202039bbc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b733b70-11df-486e-9850-c5202039bbc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 {
  margin-top: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 {
  display: none;
}
#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03, #wrap-s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 {
  display: none;
}
#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03, #wrap-s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 {
  display: none;
}
#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03, #wrap-s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 { display: none !important; }}






  #s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 img.shogun-image {
    

    
    
    
  }


#s-7d34a0d9-33f2-40f0-bc35-6c46a3b56f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-578d2739-462b-407a-a692-b82e60a6c662 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-578d2739-462b-407a-a692-b82e60a6c662 .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e031ef65-1d3d-45ff-b231-811eb0ad8984 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-e5645ed9-a881-4458-a65e-4dc03e63cfc1 {
  margin-top: 15px;
text-align: center;
}
@media (max-width: 767px){#s-e5645ed9-a881-4458-a65e-4dc03e63cfc1 {
  display: none;
}
#s-e5645ed9-a881-4458-a65e-4dc03e63cfc1, #wrap-s-e5645ed9-a881-4458-a65e-4dc03e63cfc1 { display: none !important; }}






  #s-e5645ed9-a881-4458-a65e-4dc03e63cfc1 img.shogun-image {
    

    
    
    
  }


#s-e5645ed9-a881-4458-a65e-4dc03e63cfc1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5a63275d-74ef-48d7-9517-ba3e22ea2a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a63275d-74ef-48d7-9517-ba3e22ea2a4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a63275d-74ef-48d7-9517-ba3e22ea2a4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a63275d-74ef-48d7-9517-ba3e22ea2a4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bce4ef23-de05-4e4a-be6d-a61e4c168b46 {
  text-align: center;
}







  #s-bce4ef23-de05-4e4a-be6d-a61e4c168b46 img.shogun-image {
    

    
    
    
  }


#s-bce4ef23-de05-4e4a-be6d-a61e4c168b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c75f815-ffcb-4141-8eb1-f5f74744df8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c75f815-ffcb-4141-8eb1-f5f74744df8c .shogun-heading-component h2 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-50aa039a-86e6-4d74-b5fc-196ae6d84164 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-36214f7e-a809-4652-8b44-c53f56203e04 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-36214f7e-a809-4652-8b44-c53f56203e04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36214f7e-a809-4652-8b44-c53f56203e04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36214f7e-a809-4652-8b44-c53f56203e04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36214f7e-a809-4652-8b44-c53f56203e04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e {
  text-align: center;
}
@media (min-width: 1200px){#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e {
  display: none;
}
#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e, #wrap-s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e {
  display: none;
}
#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e, #wrap-s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e {
  display: none;
}
#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e, #wrap-s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e { display: none !important; }}






  #s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e img.shogun-image {
    

    
    
    
  }


#s-f73acf30-4f0c-48fd-862e-93eb2b2dca1e .shogun-image-content {
  
    align-items: center;
  
}

#s-fdacc0d3-431f-4168-b8c0-ca4c70722890 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fdacc0d3-431f-4168-b8c0-ca4c70722890 .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d3adb344-c4be-4489-b80d-fa3122fa6d0b {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-94a3fe02-10b9-48f6-bfed-ac3fec261ac0 {
  text-align: center;
}
@media (max-width: 767px){#s-94a3fe02-10b9-48f6-bfed-ac3fec261ac0 {
  display: none;
}
#s-94a3fe02-10b9-48f6-bfed-ac3fec261ac0, #wrap-s-94a3fe02-10b9-48f6-bfed-ac3fec261ac0 { display: none !important; }}






  #s-94a3fe02-10b9-48f6-bfed-ac3fec261ac0 img.shogun-image {
    

    
    
    
  }


#s-94a3fe02-10b9-48f6-bfed-ac3fec261ac0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eb1d17a8-edc1-4389-bd96-38ba27e3ab4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb1d17a8-edc1-4389-bd96-38ba27e3ab4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb1d17a8-edc1-4389-bd96-38ba27e3ab4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb1d17a8-edc1-4389-bd96-38ba27e3ab4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fc95f11-8e32-41c7-858c-2ad28a585209 {
  margin-top: 17px;
text-align: center;
}








#s-4fc95f11-8e32-41c7-858c-2ad28a585209 .shogun-image-content {
  
    align-items: center;
  
}

#s-1673d9cb-ea9a-442a-96f3-287e51b57186 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1673d9cb-ea9a-442a-96f3-287e51b57186 .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-abb52d9a-a542-4a5c-9616-3cfb7e68826f {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-33250094-404a-42ff-9c61-e92259d92101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33250094-404a-42ff-9c61-e92259d92101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33250094-404a-42ff-9c61-e92259d92101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33250094-404a-42ff-9c61-e92259d92101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03db5da1-9c82-4a66-a806-0133090049ad {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}
@media (min-width: 1200px){#s-03db5da1-9c82-4a66-a806-0133090049ad {
  display: none;
}
#s-03db5da1-9c82-4a66-a806-0133090049ad, #wrap-s-03db5da1-9c82-4a66-a806-0133090049ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03db5da1-9c82-4a66-a806-0133090049ad {
  display: none;
}
#s-03db5da1-9c82-4a66-a806-0133090049ad, #wrap-s-03db5da1-9c82-4a66-a806-0133090049ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03db5da1-9c82-4a66-a806-0133090049ad {
  display: none;
}
#s-03db5da1-9c82-4a66-a806-0133090049ad, #wrap-s-03db5da1-9c82-4a66-a806-0133090049ad { display: none !important; }}







#s-03db5da1-9c82-4a66-a806-0133090049ad .shogun-image-content {
  
    align-items: center;
  
}

#s-bc0a90b3-83cd-4786-8b91-6fe2fa95cabe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc0a90b3-83cd-4786-8b91-6fe2fa95cabe .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fadb0d0f-fb04-433a-a9a1-677c05196259 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-f32f315c-3f8e-4353-bc45-82c7c9dffabd {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}
@media (max-width: 767px){#s-f32f315c-3f8e-4353-bc45-82c7c9dffabd {
  display: none;
}
#s-f32f315c-3f8e-4353-bc45-82c7c9dffabd, #wrap-s-f32f315c-3f8e-4353-bc45-82c7c9dffabd { display: none !important; }}







#s-f32f315c-3f8e-4353-bc45-82c7c9dffabd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e8ab479f-acf4-4dd6-afdf-4449f3b362e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8ab479f-acf4-4dd6-afdf-4449f3b362e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8ab479f-acf4-4dd6-afdf-4449f3b362e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8ab479f-acf4-4dd6-afdf-4449f3b362e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-902216cd-56b8-4896-a994-70c4c81021ae {
  margin-top: 13px;
text-align: center;
}







  #s-902216cd-56b8-4896-a994-70c4c81021ae img.shogun-image {
    

    
    
    
  }


#s-902216cd-56b8-4896-a994-70c4c81021ae .shogun-image-content {
  
    align-items: center;
  
}

#s-13f1016a-e596-4673-8a67-2fb962c7588c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13f1016a-e596-4673-8a67-2fb962c7588c .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3c2adfa5-5904-4aff-8239-cfde5c88760a {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-fd76d048-e038-4c52-b00e-e5f2d2893fb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd76d048-e038-4c52-b00e-e5f2d2893fb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd76d048-e038-4c52-b00e-e5f2d2893fb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd76d048-e038-4c52-b00e-e5f2d2893fb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 {
  margin-top: 16px;
text-align: center;
}
@media (min-width: 1200px){#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 {
  display: none;
}
#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49, #wrap-s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 {
  display: none;
}
#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49, #wrap-s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 {
  display: none;
}
#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49, #wrap-s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 { display: none !important; }}







#s-da01c5c7-13b6-4245-aed0-d46f1ec55b49 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9b9708b-e24e-4c02-87e3-e7137807de11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9b9708b-e24e-4c02-87e3-e7137807de11 .shogun-heading-component h3 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-39ae0143-94da-457d-926d-14153af1f6ab {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

#s-d0ca2308-b9b1-4b79-a656-10dbffb1f433 {
  margin-top: 16px;
text-align: center;
}
@media (max-width: 767px){#s-d0ca2308-b9b1-4b79-a656-10dbffb1f433 {
  display: none;
}
#s-d0ca2308-b9b1-4b79-a656-10dbffb1f433, #wrap-s-d0ca2308-b9b1-4b79-a656-10dbffb1f433 { display: none !important; }}







#s-d0ca2308-b9b1-4b79-a656-10dbffb1f433 .shogun-image-content {
  
    align-items: center;
  
}

#s-13c163a1-680f-42bb-b9d7-df1ca88f1c4e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-13c163a1-680f-42bb-b9d7-df1ca88f1c4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c163a1-680f-42bb-b9d7-df1ca88f1c4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13c163a1-680f-42bb-b9d7-df1ca88f1c4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c163a1-680f-42bb-b9d7-df1ca88f1c4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7ef3db1-80f4-45c5-a73f-9fe55f07e6cd {
  text-align: center;
}







  #s-e7ef3db1-80f4-45c5-a73f-9fe55f07e6cd img.shogun-image {
    

    
    
    
  }


#s-e7ef3db1-80f4-45c5-a73f-9fe55f07e6cd .shogun-image-content {
  
    align-items: center;
  
}

#s-21eb3d4d-41f4-4910-8853-681a3a2f8e50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21eb3d4d-41f4-4910-8853-681a3a2f8e50 .shogun-heading-component h2 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-070dae2d-51fe-4d6c-9db9-9c60ca4b750a {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 0px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-79704d23-f3bc-45ef-aac3-8770004d2b3e hr {
  border-top: 2px solid #ddd;
}

#s-464765d0-8104-47ef-a417-8fdbc7e30a0b {
  border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(204, 153, 51, 1);
border-style: solid;
background-color: rgba(0, 83, 159, 1);
}

@media (min-width: 0px) {
[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-464765d0-8104-47ef-a417-8fdbc7e30a0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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;
}

#s-4a048072-ca56-415f-9575-751109ebadaa {
  min-height: 50px;
}








#s-4a048072-ca56-415f-9575-751109ebadaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a048072-ca56-415f-9575-751109ebadaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55a80691-c6ad-41b7-813a-261f3017ed4a {
  min-height: 50px;
}








#s-55a80691-c6ad-41b7-813a-261f3017ed4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55a80691-c6ad-41b7-813a-261f3017ed4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37723454-7906-444d-9a40-4c85fe02b117 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 83, 159, 1);
}

#s-37723454-7906-444d-9a40-4c85fe02b117 .shogun-heading-component h2 {
  color: rgba(204, 153, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-text {
  font-weight: ;
  font-family: ;
}

.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-fd74b3fe-0ef7-443d-8f7b-036597cdf2be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(204, 153, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be:hover {background-color: rgba(0, 158, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be-root {
    text-align: center;
  }


#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be-root {
    text-align: center;
  }


#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be-root {
    text-align: center;
  }


#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be-root {
    text-align: center;
  }


#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be-root {
    text-align: center;
  }


#s-fd74b3fe-0ef7-443d-8f7b-036597cdf2be.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-3af3a358-da9b-40e6-82cf-93b5fbb0255f {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
}

#s-cf39f540-6d4f-4419-8f66-f2fdc736e640 {
  min-height: 50px;
}








#s-cf39f540-6d4f-4419-8f66-f2fdc736e640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf39f540-6d4f-4419-8f66-f2fdc736e640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-538ee5e8-6dbf-40a0-91f2-47509aedc143 {
  text-align: center;
}








#s-538ee5e8-6dbf-40a0-91f2-47509aedc143 .shogun-image-content {
  
    align-items: center;
  
}



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


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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}


[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}


.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
