.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;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-47824a0f-6564-4c10-ab21-27be51ba85da {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
min-height: 480px;
background-position: center top;
opacity: 1;
}
@media (min-width: 1200px){#s-47824a0f-6564-4c10-ab21-27be51ba85da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47824a0f-6564-4c10-ab21-27be51ba85da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47824a0f-6564-4c10-ab21-27be51ba85da {
  
}
}@media (max-width: 767px){#s-47824a0f-6564-4c10-ab21-27be51ba85da {
  
}
}
#s-47824a0f-6564-4c10-ab21-27be51ba85da {
  background-image: url(https://i.shgcdn.com/48de0a9a-0a35-41fb-8986-2392ab419bd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-47824a0f-6564-4c10-ab21-27be51ba85da > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0;
}#s-47824a0f-6564-4c10-ab21-27be51ba85da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-7f714563-c896-4ba6-83ef-40a725c180a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f714563-c896-4ba6-83ef-40a725c180a4 .shogun-heading-component h1 {
  color: #FFFFFF;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  letter-spacing: 5px;
  
}



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

/* https://stackoverflow.com/a/16094931/3696652 */
.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-3889d684-58cc-47bf-a5cf-559526c2b45e {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
background-color: rgba(12, 36, 36, 0);
}
@media (min-width: 1200px){#s-3889d684-58cc-47bf-a5cf-559526c2b45e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3889d684-58cc-47bf-a5cf-559526c2b45e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3889d684-58cc-47bf-a5cf-559526c2b45e {
  
}
}@media (max-width: 767px){#s-3889d684-58cc-47bf-a5cf-559526c2b45e {
  
}
}
#s-5495fcaa-cd4b-41cf-b90a-d7fb1bdc11bf {
  min-height: 50px;
}








#s-5495fcaa-cd4b-41cf-b90a-d7fb1bdc11bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5495fcaa-cd4b-41cf-b90a-d7fb1bdc11bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3082f3b-cd67-4bb4-b604-2779c244fe61 {
  margin-top: 0px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-a3082f3b-cd67-4bb4-b604-2779c244fe61 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3082f3b-cd67-4bb4-b604-2779c244fe61 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3082f3b-cd67-4bb4-b604-2779c244fe61 {
  
}
}@media (max-width: 767px){#s-a3082f3b-cd67-4bb4-b604-2779c244fe61 {
  
}
}







#s-a3082f3b-cd67-4bb4-b604-2779c244fe61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3082f3b-cd67-4bb4-b604-2779c244fe61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-f3251877-ef67-4f12-b03c-2cd51bc51f03 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f3251877-ef67-4f12-b03c-2cd51bc51f03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3251877-ef67-4f12-b03c-2cd51bc51f03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3251877-ef67-4f12-b03c-2cd51bc51f03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3251877-ef67-4f12-b03c-2cd51bc51f03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b1843ccb-dabc-4979-8036-111fafcb22bf {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b1843ccb-dabc-4979-8036-111fafcb22bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1843ccb-dabc-4979-8036-111fafcb22bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1843ccb-dabc-4979-8036-111fafcb22bf {
  
}
}@media (max-width: 767px){#s-b1843ccb-dabc-4979-8036-111fafcb22bf {
  
}
}
#s-b1843ccb-dabc-4979-8036-111fafcb22bf {
  background-image: url(https://i.shgcdn.com/695e7b0f-031c-4cfc-a5e5-8b0953fb2bc3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b1843ccb-dabc-4979-8036-111fafcb22bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b1843ccb-dabc-4979-8036-111fafcb22bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-288dae68-01bc-4b6e-a20f-5d085abb0aa1 {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-288dae68-01bc-4b6e-a20f-5d085abb0aa1 .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-956db861-255d-45f4-922e-24d3ed300ed1 {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-ac7d8a54-3ea4-441f-9fb9-21ea0771b15c {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-441dad15-73d6-4528-bd29-006497a287a3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-441dad15-73d6-4528-bd29-006497a287a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-441dad15-73d6-4528-bd29-006497a287a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-441dad15-73d6-4528-bd29-006497a287a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-441dad15-73d6-4528-bd29-006497a287a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-00e3c731-7371-49c7-8bbf-379590f0408a {
  margin-top: 25px;
margin-left: 6%;
margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00e3c731-7371-49c7-8bbf-379590f0408a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-e791ba27-402e-4bae-8bd8-d840abc590ef {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-a5859995-0fb8-463c-9f5a-22f2f52fa8f2 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3 {
  
}
}@media (max-width: 767px){#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3 {
  
}
}







#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-aebb2f50-7f4b-463b-8e76-5062fee32fb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-127ed5e8-d3e4-4f39-83c9-30b33df84498 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-127ed5e8-d3e4-4f39-83c9-30b33df84498"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-127ed5e8-d3e4-4f39-83c9-30b33df84498"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-127ed5e8-d3e4-4f39-83c9-30b33df84498"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-127ed5e8-d3e4-4f39-83c9-30b33df84498"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9e23ed4b-dab7-4428-bf09-31430534fbd9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9e23ed4b-dab7-4428-bf09-31430534fbd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e23ed4b-dab7-4428-bf09-31430534fbd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e23ed4b-dab7-4428-bf09-31430534fbd9 {
  
}
}@media (max-width: 767px){#s-9e23ed4b-dab7-4428-bf09-31430534fbd9 {
  
}
}







#s-9e23ed4b-dab7-4428-bf09-31430534fbd9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9e23ed4b-dab7-4428-bf09-31430534fbd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0bbed6c-65bd-4678-ab43-daad5d48737a {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-b0bbed6c-65bd-4678-ab43-daad5d48737a .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-0b17f1bb-4c8c-4c6f-a2f8-96b79de9c34a {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-eb9e7c37-f56c-491f-b1c5-d8280e41b04c {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0 {
  
}
}@media (max-width: 767px){#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0 {
  
}
}







#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16980324-4b73-4fcf-85dc-8d3d6d896ab0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c07cb448-1c31-40f5-9a5d-491791997a87 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c07cb448-1c31-40f5-9a5d-491791997a87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c07cb448-1c31-40f5-9a5d-491791997a87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c07cb448-1c31-40f5-9a5d-491791997a87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c07cb448-1c31-40f5-9a5d-491791997a87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-71d3f494-ab37-4b75-868b-90b4dee02b9d {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-71d3f494-ab37-4b75-868b-90b4dee02b9d .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-0a4f123d-257a-461b-a8f6-3cadc20f29f3 {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-6e67cd1c-c43f-4074-acaf-162614ab2cb8 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

.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-e5f10398-a47c-424b-8015-3dca8adba774 {
  text-align: center;
}







  #s-e5f10398-a47c-424b-8015-3dca8adba774 img.shogun-image {
    

    
    
    
  }


#s-e5f10398-a47c-424b-8015-3dca8adba774 .shogun-image-content {
  
    align-items: center;
  
}

#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d {
  
}
}@media (max-width: 767px){#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d {
  
}
}







#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8753a2fe-dc4f-4304-9d7c-bff466d59a9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe620325-c78e-4e64-929d-f05ee213faa7 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fe620325-c78e-4e64-929d-f05ee213faa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe620325-c78e-4e64-929d-f05ee213faa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe620325-c78e-4e64-929d-f05ee213faa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe620325-c78e-4e64-929d-f05ee213faa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a9618767-0243-45b8-8d88-0f5211a40049 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a9618767-0243-45b8-8d88-0f5211a40049 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9618767-0243-45b8-8d88-0f5211a40049 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9618767-0243-45b8-8d88-0f5211a40049 {
  
}
}@media (max-width: 767px){#s-a9618767-0243-45b8-8d88-0f5211a40049 {
  
}
}







#s-a9618767-0243-45b8-8d88-0f5211a40049 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a9618767-0243-45b8-8d88-0f5211a40049.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64c8a01b-d2c6-41d0-a486-6d73c2a4a683 {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-64c8a01b-d2c6-41d0-a486-6d73c2a4a683 .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-d99cea68-cb35-4bb6-b65f-2657af6102bd {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d99cea68-cb35-4bb6-b65f-2657af6102bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d99cea68-cb35-4bb6-b65f-2657af6102bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d99cea68-cb35-4bb6-b65f-2657af6102bd {
  
}
}@media (max-width: 767px){#s-d99cea68-cb35-4bb6-b65f-2657af6102bd {
  
}
}







#s-d99cea68-cb35-4bb6-b65f-2657af6102bd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d99cea68-cb35-4bb6-b65f-2657af6102bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-402d88d8-4f38-45fb-9bf6-241f5f9bb04e {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-1114f07d-0a00-462f-aa08-1cc9933264b2 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-13e2d3b7-4373-4300-9922-7e500157c9b0 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-13e2d3b7-4373-4300-9922-7e500157c9b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13e2d3b7-4373-4300-9922-7e500157c9b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13e2d3b7-4373-4300-9922-7e500157c9b0 {
  
}
}@media (max-width: 767px){#s-13e2d3b7-4373-4300-9922-7e500157c9b0 {
  
}
}







#s-13e2d3b7-4373-4300-9922-7e500157c9b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e2d3b7-4373-4300-9922-7e500157c9b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4285a4b9-372e-4095-a3b7-469e125a920e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4285a4b9-372e-4095-a3b7-469e125a920e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4285a4b9-372e-4095-a3b7-469e125a920e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4285a4b9-372e-4095-a3b7-469e125a920e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4285a4b9-372e-4095-a3b7-469e125a920e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4285a4b9-372e-4095-a3b7-469e125a920e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8 {
  
}
}@media (max-width: 767px){#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8 {
  
}
}







#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b0686183-3ca3-4a62-9d30-e627b77bc9e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba557b08-5959-4f4e-b233-05c59151b59d {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-ba557b08-5959-4f4e-b233-05c59151b59d .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-4f19499c-8641-4f7c-878f-2c0336d569bd {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-527ae49a-eabb-4c25-bc79-059486f5fd32 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-64b59c96-874b-4a69-8da4-a85cb1d3e116 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center 7%;
}
@media (min-width: 1200px){#s-64b59c96-874b-4a69-8da4-a85cb1d3e116 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64b59c96-874b-4a69-8da4-a85cb1d3e116 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64b59c96-874b-4a69-8da4-a85cb1d3e116 {
  
}
}@media (max-width: 767px){#s-64b59c96-874b-4a69-8da4-a85cb1d3e116 {
  
}
}







#s-64b59c96-874b-4a69-8da4-a85cb1d3e116 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-64b59c96-874b-4a69-8da4-a85cb1d3e116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88467e28-8dff-4f4a-8573-56f0039c1e99 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-88467e28-8dff-4f4a-8573-56f0039c1e99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88467e28-8dff-4f4a-8573-56f0039c1e99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-88467e28-8dff-4f4a-8573-56f0039c1e99 {
  
}
}@media (max-width: 767px){#s-88467e28-8dff-4f4a-8573-56f0039c1e99 {
  
}
}







#s-88467e28-8dff-4f4a-8573-56f0039c1e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88467e28-8dff-4f4a-8573-56f0039c1e99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6fd4052-9896-4460-8951-6dbbaef7094a {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e6fd4052-9896-4460-8951-6dbbaef7094a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6fd4052-9896-4460-8951-6dbbaef7094a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6fd4052-9896-4460-8951-6dbbaef7094a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6fd4052-9896-4460-8951-6dbbaef7094a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-47b6d3ac-21be-412a-a116-d46914d089c2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-47b6d3ac-21be-412a-a116-d46914d089c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47b6d3ac-21be-412a-a116-d46914d089c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47b6d3ac-21be-412a-a116-d46914d089c2 {
  
}
}@media (max-width: 767px){#s-47b6d3ac-21be-412a-a116-d46914d089c2 {
  
}
}







#s-47b6d3ac-21be-412a-a116-d46914d089c2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-47b6d3ac-21be-412a-a116-d46914d089c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-838fd88d-08d6-4390-b182-eb8a24069606 {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-838fd88d-08d6-4390-b182-eb8a24069606 .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20 {
  
}
}@media (max-width: 767px){#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20 {
  
}
}







#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fd4d3998-5302-435b-8d0e-d8b5fcdd8e20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58687a4d-a2bb-4d1a-a1f8-8f2db15ba49c {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-67b7d01c-021e-497a-a091-858c0d5d7c74 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-ce195484-025d-4216-bcdf-32cb9955f99c {
  margin-top: 0px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-ce195484-025d-4216-bcdf-32cb9955f99c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce195484-025d-4216-bcdf-32cb9955f99c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce195484-025d-4216-bcdf-32cb9955f99c {
  
}
}@media (max-width: 767px){#s-ce195484-025d-4216-bcdf-32cb9955f99c {
  
}
}







#s-ce195484-025d-4216-bcdf-32cb9955f99c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce195484-025d-4216-bcdf-32cb9955f99c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3342d1b1-6196-4253-be99-5fb16f893440 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3342d1b1-6196-4253-be99-5fb16f893440"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3342d1b1-6196-4253-be99-5fb16f893440"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3342d1b1-6196-4253-be99-5fb16f893440"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3342d1b1-6196-4253-be99-5fb16f893440"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2 {
  
}
}@media (max-width: 767px){#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2 {
  
}
}







#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7613a86f-bba9-4a2b-9d81-f9e87c346cb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03d0a37f-d8e6-4601-a51d-a4f9c82713fa {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-03d0a37f-d8e6-4601-a51d-a4f9c82713fa .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-869f0f77-6865-402e-bcd3-de8618b0ed66 {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-6946f576-ffff-4607-b7c5-8cf9abad6c11 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-7054df3d-519a-49ca-843f-62d95f489ac4 {
  margin-top: -43px;
margin-bottom: -43px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-7054df3d-519a-49ca-843f-62d95f489ac4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7054df3d-519a-49ca-843f-62d95f489ac4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7054df3d-519a-49ca-843f-62d95f489ac4 {
  
}
}@media (max-width: 767px){#s-7054df3d-519a-49ca-843f-62d95f489ac4 {
  
}
}







#s-7054df3d-519a-49ca-843f-62d95f489ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7054df3d-519a-49ca-843f-62d95f489ac4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c2b7d0-2c6f-4134-9c66-d4aeb6aa1ad3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d7c2b7d0-2c6f-4134-9c66-d4aeb6aa1ad3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7c2b7d0-2c6f-4134-9c66-d4aeb6aa1ad3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7c2b7d0-2c6f-4134-9c66-d4aeb6aa1ad3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7c2b7d0-2c6f-4134-9c66-d4aeb6aa1ad3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d7c2b7d0-2c6f-4134-9c66-d4aeb6aa1ad3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc {
  
}
}@media (max-width: 767px){#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc {
  
}
}







#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f8d96eb1-bb6a-4096-a6dc-3260dc514dcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8dbb728-17c0-4842-9067-31a82d96af5d {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d8dbb728-17c0-4842-9067-31a82d96af5d .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-5f5614f2-6baa-41f7-9e60-b35da627c14e {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-74c9903f-5d56-4ea5-afa7-42f132d64ea5 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-0b1e7872-c477-4f51-8a75-91a99915498a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 435px;
background-position: center center;
}
@media (min-width: 1200px){#s-0b1e7872-c477-4f51-8a75-91a99915498a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b1e7872-c477-4f51-8a75-91a99915498a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b1e7872-c477-4f51-8a75-91a99915498a {
  
}
}@media (max-width: 767px){#s-0b1e7872-c477-4f51-8a75-91a99915498a {
  
}
}







#s-0b1e7872-c477-4f51-8a75-91a99915498a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0b1e7872-c477-4f51-8a75-91a99915498a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c881d01f-678b-45e4-a852-d4951974cf7d {
  margin-top: 0px;
margin-bottom: -43px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-c881d01f-678b-45e4-a852-d4951974cf7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c881d01f-678b-45e4-a852-d4951974cf7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c881d01f-678b-45e4-a852-d4951974cf7d {
  
}
}@media (max-width: 767px){#s-c881d01f-678b-45e4-a852-d4951974cf7d {
  
}
}







#s-c881d01f-678b-45e4-a852-d4951974cf7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c881d01f-678b-45e4-a852-d4951974cf7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78990ded-346a-41e3-9fbd-8fdc380e81c5 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-78990ded-346a-41e3-9fbd-8fdc380e81c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78990ded-346a-41e3-9fbd-8fdc380e81c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78990ded-346a-41e3-9fbd-8fdc380e81c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78990ded-346a-41e3-9fbd-8fdc380e81c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-78990ded-346a-41e3-9fbd-8fdc380e81c5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1975a922-3966-4464-88da-187f9e563828 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 460px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1975a922-3966-4464-88da-187f9e563828 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1975a922-3966-4464-88da-187f9e563828 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1975a922-3966-4464-88da-187f9e563828 {
  
}
}@media (max-width: 767px){#s-1975a922-3966-4464-88da-187f9e563828 {
  
}
}







#s-1975a922-3966-4464-88da-187f9e563828 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1975a922-3966-4464-88da-187f9e563828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a {
  
}
}@media (max-width: 767px){#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a {
  
}
}







#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d10774f6-dfca-4c8b-bb83-27465d62ae8a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9d4a114-ea45-4042-9921-41a298470c33 {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d9d4a114-ea45-4042-9921-41a298470c33 .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-cb9bd25b-ba71-4d04-8302-8d380fcc18bb {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-4c95953b-74bb-4e63-aa4e-6790dc75674b {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-dc8a6da6-2900-476b-99f6-43629c98a1ca {
  margin-top: -1px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-dc8a6da6-2900-476b-99f6-43629c98a1ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc8a6da6-2900-476b-99f6-43629c98a1ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc8a6da6-2900-476b-99f6-43629c98a1ca {
  
}
}@media (max-width: 767px){#s-dc8a6da6-2900-476b-99f6-43629c98a1ca {
  
}
}







#s-dc8a6da6-2900-476b-99f6-43629c98a1ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc8a6da6-2900-476b-99f6-43629c98a1ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39b33129-c499-4b64-94cf-dc6faeb565da {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-39b33129-c499-4b64-94cf-dc6faeb565da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b33129-c499-4b64-94cf-dc6faeb565da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39b33129-c499-4b64-94cf-dc6faeb565da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b33129-c499-4b64-94cf-dc6faeb565da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-39b33129-c499-4b64-94cf-dc6faeb565da"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b {
  
}
}@media (max-width: 767px){#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b {
  
}
}







#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-26e18faf-2a79-489c-9ff0-ffab2f2d464b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee8d04d3-1eab-421e-9a61-45e7613053c9 {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-ee8d04d3-1eab-421e-9a61-45e7613053c9 .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-3fd6c0b5-39e3-4d29-85f9-a5827b6da90b {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-29df962d-3a20-4b03-aa84-6b8116a640f1 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 435px;
background-position: center center;
}
@media (min-width: 1200px){#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38 {
  
}
}@media (max-width: 767px){#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38 {
  
}
}







#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-378b08db-3ec0-4351-bd5d-cfb3334fcf38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0a47432-9f09-473f-86f7-edc8b0a1bce1 {
  margin-top: -43px;
margin-bottom: -43px;
min-height: 50px;
}








#s-a0a47432-9f09-473f-86f7-edc8b0a1bce1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0a47432-9f09-473f-86f7-edc8b0a1bce1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-039e1fe9-cbc0-446a-a45f-7a2420b38739 {
  margin-top: 0px;
margin-bottom: -43px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(202, 215, 220, 1);
}
@media (min-width: 1200px){#s-039e1fe9-cbc0-446a-a45f-7a2420b38739 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-039e1fe9-cbc0-446a-a45f-7a2420b38739 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-039e1fe9-cbc0-446a-a45f-7a2420b38739 {
  
}
}@media (max-width: 767px){#s-039e1fe9-cbc0-446a-a45f-7a2420b38739 {
  
}
}







#s-039e1fe9-cbc0-446a-a45f-7a2420b38739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-039e1fe9-cbc0-446a-a45f-7a2420b38739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3529177-cd20-499d-8c43-4b3a37881705 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 35px;
margin-left: 5%;
margin-right: 5%;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 414px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e3529177-cd20-499d-8c43-4b3a37881705 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3529177-cd20-499d-8c43-4b3a37881705 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3529177-cd20-499d-8c43-4b3a37881705 {
  
}
}@media (max-width: 767px){#s-e3529177-cd20-499d-8c43-4b3a37881705 {
  
}
}







#s-e3529177-cd20-499d-8c43-4b3a37881705 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e3529177-cd20-499d-8c43-4b3a37881705.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35e9dda5-a247-415d-91e8-541ee4593005 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
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(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-35e9dda5-a247-415d-91e8-541ee4593005 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35e9dda5-a247-415d-91e8-541ee4593005 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35e9dda5-a247-415d-91e8-541ee4593005 {
  
}
}@media (max-width: 767px){#s-35e9dda5-a247-415d-91e8-541ee4593005 {
  
}
}







#s-35e9dda5-a247-415d-91e8-541ee4593005 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-35e9dda5-a247-415d-91e8-541ee4593005.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-142d8e99-b174-445c-8742-6a6b227b01ad {
  margin-top: 25px;
margin-left: 35px;
margin-bottom: 0px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-142d8e99-b174-445c-8742-6a6b227b01ad .shogun-heading-component h1 {
  color: rgba(11, 22, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-18d03cd9-81a3-41cc-a083-f372bf53dee5 {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(202, 215, 220, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-3f33a713-90f5-4474-9a7a-0e458ff8c6d6 {
  margin-left: 30px;
margin-bottom: 25px;
margin-right: 35px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 700px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5 {
  
}
}@media (max-width: 767px){#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5 {
  
}
}







#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-cc51b2c7-a09e-4198-b179-dcfdc3f696f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/*
  $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;
  }
}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}