.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-19ce4911-9b52-460b-b105-2e99cdf142b0 {
  background-image: url(https://i.shgcdn.com/1c577dfc-6a5f-4536-b994-aedd70ce8bdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}








#s-19ce4911-9b52-460b-b105-2e99cdf142b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ce4911-9b52-460b-b105-2e99cdf142b0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-3595e3e9-b99d-486f-880f-5ef3be4c21e5 {
  text-align: center;
}




  #s-3595e3e9-b99d-486f-880f-5ef3be4c21e5 img.shogun-image {
    
    width: px;
  }


#s-3595e3e9-b99d-486f-880f-5ef3be4c21e5 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d46b589-8e5d-4d18-be1a-35822c5d3dfe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0d8d816a-40fa-4643-8fdb-a75dafe48a24 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
text-align: center;
}




  #s-0d8d816a-40fa-4643-8fdb-a75dafe48a24 img.shogun-image {
    
    width: px;
  }


#s-0d8d816a-40fa-4643-8fdb-a75dafe48a24 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-cee51ea0-13d7-49d2-8024-f7912231b2a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cee51ea0-13d7-49d2-8024-f7912231b2a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0d6486a-45d8-4ba3-b28a-527e1ce65d18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0d6486a-45d8-4ba3-b28a-527e1ce65d18 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77eedcb8-9c99-4eb6-a256-6a69ce6b226e {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
text-align: center;
}




  #s-77eedcb8-9c99-4eb6-a256-6a69ce6b226e img.shogun-image {
    
    width: px;
  }


#s-77eedcb8-9c99-4eb6-a256-6a69ce6b226e .shogun-image-content {
  
    align-items: center;
  
}

#s-4c2e6088-ccd8-4cbc-8948-a25c24ad2b00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c2e6088-ccd8-4cbc-8948-a25c24ad2b00 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-827d7a30-5ab7-428e-8ff7-a19bb387c17b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-827d7a30-5ab7-428e-8ff7-a19bb387c17b .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0192b911-32e1-45d8-9803-8790102c40ff {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
text-align: center;
}




  #s-0192b911-32e1-45d8-9803-8790102c40ff img.shogun-image {
    
    width: px;
  }


#s-0192b911-32e1-45d8-9803-8790102c40ff .shogun-image-content {
  
    align-items: center;
  
}

#s-672081f8-3e61-4e2e-aad2-c45289aa072b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-672081f8-3e61-4e2e-aad2-c45289aa072b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea851521-2bf8-4725-b46d-2adbffad3a71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea851521-2bf8-4725-b46d-2adbffad3a71 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8289a811-13e9-4b79-abac-d987c10b4dd4 {
  min-height: 50px;
}








#s-8289a811-13e9-4b79-abac-d987c10b4dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8289a811-13e9-4b79-abac-d987c10b4dd4.shg-box.shg-c {
  justify-content: center;
}

#s-b818df89-2005-4b47-aaee-be0ffacc70a5 {
  min-height: 50px;
}








#s-b818df89-2005-4b47-aaee-be0ffacc70a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b818df89-2005-4b47-aaee-be0ffacc70a5.shg-box.shg-c {
  justify-content: center;
}

#s-b4f5da89-771b-4fba-a325-27bc12aa093e {
  min-height: 50px;
}








#s-b4f5da89-771b-4fba-a325-27bc12aa093e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4f5da89-771b-4fba-a325-27bc12aa093e.shg-box.shg-c {
  justify-content: center;
}

#s-42523545-0ae2-483f-852a-76f56f717c0a {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-42523545-0ae2-483f-852a-76f56f717c0a img.shogun-image {
    
    width: px;
  }


#s-42523545-0ae2-483f-852a-76f56f717c0a .shogun-image-content {
  
    align-items: center;
  
}

#s-de1287f0-269c-4efd-9c6d-52243fd8fabd {
  min-height: 50px;
}








#s-de1287f0-269c-4efd-9c6d-52243fd8fabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1287f0-269c-4efd-9c6d-52243fd8fabd.shg-box.shg-c {
  justify-content: center;
}

#s-52b97d3e-4cb7-4573-ac16-62e453f1e145 {
  min-height: 50px;
}








#s-52b97d3e-4cb7-4573-ac16-62e453f1e145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b97d3e-4cb7-4573-ac16-62e453f1e145.shg-box.shg-c {
  justify-content: center;
}

#s-04cc87b0-8be4-4345-b793-433d6593b434 {
  box-shadow:2px 2px 12px 2px rgba(208, 200, 200, 1);
}

@media (min-width: 0px) {
[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04cc87b0-8be4-4345-b793-433d6593b434"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ef84782-4389-41ab-8a88-1ae08a3ddb2d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
text-align: left;
}




  #s-1ef84782-4389-41ab-8a88-1ae08a3ddb2d img.shogun-image {
    
    width: px;
  }


#s-1ef84782-4389-41ab-8a88-1ae08a3ddb2d .shogun-image-content {
  
    align-items: center;
  
}

#s-c76a2d21-4baf-4e35-9c90-7a11c9bd3e43 {
  min-height: 50px;
}








#s-c76a2d21-4baf-4e35-9c90-7a11c9bd3e43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c76a2d21-4baf-4e35-9c90-7a11c9bd3e43.shg-box.shg-c {
  justify-content: center;
}

#s-49198144-f2d2-4ecc-8e09-f181bc4c8a22 {
  min-height: 50px;
}








#s-49198144-f2d2-4ecc-8e09-f181bc4c8a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49198144-f2d2-4ecc-8e09-f181bc4c8a22.shg-box.shg-c {
  justify-content: center;
}

#s-9479a8f2-e163-4523-81c5-f3f3921c819c {
  min-height: 50px;
}








#s-9479a8f2-e163-4523-81c5-f3f3921c819c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9479a8f2-e163-4523-81c5-f3f3921c819c.shg-box.shg-c {
  justify-content: center;
}

#s-bb05dcf5-7445-4619-b129-dae93aae7669 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb05dcf5-7445-4619-b129-dae93aae7669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ef6b706b-077f-4a6f-8631-bec0fecfcc98 {
  margin-left: 20%;
margin-right: 20%;
}

#s-ef6b706b-077f-4a6f-8631-bec0fecfcc98 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

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

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

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

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

.shg-default-text-content {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6f0c893e-6e50-4fcb-8fa5-0c063d5c1ef3 {
  margin-right: 10px;
padding-left: 5%;
padding-right: 5%;
}

#s-b5f1b7cf-fc32-41d7-84a1-ab43b3f91105 {
  min-height: 50px;
}








#s-b5f1b7cf-fc32-41d7-84a1-ab43b3f91105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5f1b7cf-fc32-41d7-84a1-ab43b3f91105.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-64ac42e0-d1bf-4765-8ae3-ffc03b30cc66 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 185, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64ac42e0-d1bf-4765-8ae3-ffc03b30cc66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64ac42e0-d1bf-4765-8ae3-ffc03b30cc66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64ac42e0-d1bf-4765-8ae3-ffc03b30cc66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-0d8d88d4-0733-4f46-b92f-2c93089a3d09 {
  min-height: 50px;
}








#s-0d8d88d4-0733-4f46-b92f-2c93089a3d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8d88d4-0733-4f46-b92f-2c93089a3d09.shg-box.shg-c {
  justify-content: center;
}

#s-d8b38cbc-7e3e-4c79-8000-0601cd547515 {
  min-height: 50px;
}








#s-d8b38cbc-7e3e-4c79-8000-0601cd547515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b38cbc-7e3e-4c79-8000-0601cd547515.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d8e3b45-9b29-4a1e-8fd8-45f3552baca2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-03b5478b-fb17-4523-8448-e550a60b55f9 {
  text-align: center;
}




  #s-03b5478b-fb17-4523-8448-e550a60b55f9 img.shogun-image {
    
    width: px;
  }


#s-03b5478b-fb17-4523-8448-e550a60b55f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5273683-4b7a-4fae-9ae4-8bc2c836d313 {
  text-align: center;
}




  #s-a5273683-4b7a-4fae-9ae4-8bc2c836d313 img.shogun-image {
    
    width: px;
  }


#s-a5273683-4b7a-4fae-9ae4-8bc2c836d313 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c44fd35-bda6-4af1-a6f3-dfb0385f013c {
  text-align: center;
}




  #s-2c44fd35-bda6-4af1-a6f3-dfb0385f013c img.shogun-image {
    
    width: px;
  }


#s-2c44fd35-bda6-4af1-a6f3-dfb0385f013c .shogun-image-content {
  
    align-items: center;
  
}

#s-27a15c15-08a0-46b5-a01f-6d5206aa0942 {
  min-height: 50px;
}








#s-27a15c15-08a0-46b5-a01f-6d5206aa0942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27a15c15-08a0-46b5-a01f-6d5206aa0942.shg-box.shg-c {
  justify-content: center;
}

#s-a6338519-df79-416f-8415-6b8c9b0f664f {
  min-height: 50px;
}








#s-a6338519-df79-416f-8415-6b8c9b0f664f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6338519-df79-416f-8415-6b8c9b0f664f.shg-box.shg-c {
  justify-content: center;
}

#s-d5caf460-7895-4401-b27b-6da600d5c0ee {
  min-height: 50px;
}








#s-d5caf460-7895-4401-b27b-6da600d5c0ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5caf460-7895-4401-b27b-6da600d5c0ee.shg-box.shg-c {
  justify-content: center;
}

#s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46 {
  box-shadow:2px 2px 12px 2px rgba(208, 200, 200, 1);
}

@media (min-width: 0px) {
[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e648ae-bcf5-4f5d-9730-d86564ff1d46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21e60d10-ab62-449a-94d7-9ee860a42d78 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}




  #s-21e60d10-ab62-449a-94d7-9ee860a42d78 img.shogun-image {
    
    width: px;
  }


#s-21e60d10-ab62-449a-94d7-9ee860a42d78 .shogun-image-content {
  
    align-items: center;
  
}

#s-41ae135e-d035-4ba5-a7f7-7181bdab9f89 {
  min-height: 50px;
}








#s-41ae135e-d035-4ba5-a7f7-7181bdab9f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ae135e-d035-4ba5-a7f7-7181bdab9f89.shg-box.shg-c {
  justify-content: center;
}

#s-bc0616e6-c780-4b6e-9a54-67f4079c643e {
  min-height: 50px;
}








#s-bc0616e6-c780-4b6e-9a54-67f4079c643e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0616e6-c780-4b6e-9a54-67f4079c643e.shg-box.shg-c {
  justify-content: center;
}

#s-3132b058-91ce-473c-86f9-75a1a46c6564 {
  min-height: 50px;
}








#s-3132b058-91ce-473c-86f9-75a1a46c6564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3132b058-91ce-473c-86f9-75a1a46c6564.shg-box.shg-c {
  justify-content: center;
}

#s-643571bb-15d3-413d-b029-ac3c84d70ed0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-643571bb-15d3-413d-b029-ac3c84d70ed0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8bc07294-c2f3-4162-8d36-9cba207119c1 {
  margin-left: 20%;
margin-right: 20%;
}

#s-8bc07294-c2f3-4162-8d36-9cba207119c1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-0ca10a61-64b5-4e08-b3b1-42190f76aaac {
  margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

#s-8ba6df95-e25b-4b45-9ac4-1e03808f75d2 {
  min-height: 50px;
}








#s-8ba6df95-e25b-4b45-9ac4-1e03808f75d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ba6df95-e25b-4b45-9ac4-1e03808f75d2.shg-box.shg-c {
  justify-content: center;
}

#s-248c1e33-3a9a-40f8-962c-4009d2e35fba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 185, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-248c1e33-3a9a-40f8-962c-4009d2e35fba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-248c1e33-3a9a-40f8-962c-4009d2e35fba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-248c1e33-3a9a-40f8-962c-4009d2e35fba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a1b088c4-0143-41a7-8db5-ded2a9b63ef0 {
  min-height: 50px;
}








#s-a1b088c4-0143-41a7-8db5-ded2a9b63ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b088c4-0143-41a7-8db5-ded2a9b63ef0.shg-box.shg-c {
  justify-content: center;
}

#s-bb165aca-edfd-402d-8f03-4aa3d2cd5d52 {
  min-height: 50px;
}








#s-bb165aca-edfd-402d-8f03-4aa3d2cd5d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb165aca-edfd-402d-8f03-4aa3d2cd5d52.shg-box.shg-c {
  justify-content: center;
}

#s-a7b45d16-56fa-4902-b0fb-456979303c1c {
  background-attachment: fixed;
min-height: 600px;
}








#s-a7b45d16-56fa-4902-b0fb-456979303c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7b45d16-56fa-4902-b0fb-456979303c1c.shg-box.shg-c {
  justify-content: center;
}

#s-0983605b-d855-41d3-9be1-6d85b7c1ad26 {
  min-height: 50px;
}








#s-0983605b-d855-41d3-9be1-6d85b7c1ad26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0983605b-d855-41d3-9be1-6d85b7c1ad26.shg-box.shg-c {
  justify-content: center;
}

#s-349cadd1-9ab4-43b7-b837-63e19c37caa1 {
  min-height: 50px;
}








#s-349cadd1-9ab4-43b7-b837-63e19c37caa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-349cadd1-9ab4-43b7-b837-63e19c37caa1.shg-box.shg-c {
  justify-content: center;
}

#s-3ab58cee-a7f4-44f2-b749-f62bbeae4665 {
  box-shadow:2px 2px 12px 2px rgba(208, 200, 200, 1);
}

@media (min-width: 0px) {
[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ab58cee-a7f4-44f2-b749-f62bbeae4665"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cf02a333-1d7c-45fd-ae20-9ac936bb3262 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
text-align: left;
}




  #s-cf02a333-1d7c-45fd-ae20-9ac936bb3262 img.shogun-image {
    
    width: px;
  }


#s-cf02a333-1d7c-45fd-ae20-9ac936bb3262 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce76d003-2f80-42c2-b0a7-1b09b9000878 {
  min-height: 50px;
}








#s-ce76d003-2f80-42c2-b0a7-1b09b9000878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce76d003-2f80-42c2-b0a7-1b09b9000878.shg-box.shg-c {
  justify-content: center;
}

#s-f546755d-6b40-448c-aac9-d62e269cf8f7 {
  min-height: 50px;
}








#s-f546755d-6b40-448c-aac9-d62e269cf8f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f546755d-6b40-448c-aac9-d62e269cf8f7.shg-box.shg-c {
  justify-content: center;
}

#s-87002216-430a-45eb-8005-515dfe77995d {
  min-height: 50px;
}








#s-87002216-430a-45eb-8005-515dfe77995d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87002216-430a-45eb-8005-515dfe77995d.shg-box.shg-c {
  justify-content: center;
}

#s-e78e6412-2ceb-452b-9e5a-5307be0e72aa {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e78e6412-2ceb-452b-9e5a-5307be0e72aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0f83d63c-50e4-4401-a06f-1cf7e0ad4607 {
  margin-left: 20%;
margin-right: 20%;
}

#s-0f83d63c-50e4-4401-a06f-1cf7e0ad4607 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-5678eb41-645b-4571-9cf6-3584fb60da4e {
  padding-left: 5%;
padding-right: 5%;
}

#s-b70ddff5-59b5-4cf6-abdf-afe2f9d00dd8 {
  min-height: 50px;
}








#s-b70ddff5-59b5-4cf6-abdf-afe2f9d00dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70ddff5-59b5-4cf6-abdf-afe2f9d00dd8.shg-box.shg-c {
  justify-content: center;
}

#s-e65211d8-78fe-4463-9753-5b784e32d5be {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 185, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e65211d8-78fe-4463-9753-5b784e32d5be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e65211d8-78fe-4463-9753-5b784e32d5be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e65211d8-78fe-4463-9753-5b784e32d5be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a58dec65-53af-40f0-bac4-efc6ab74f39b {
  min-height: 50px;
}








#s-a58dec65-53af-40f0-bac4-efc6ab74f39b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a58dec65-53af-40f0-bac4-efc6ab74f39b.shg-box.shg-c {
  justify-content: center;
}

#s-42d20021-95ab-4b82-8265-9d623d62dd6f {
  min-height: 50px;
}








#s-42d20021-95ab-4b82-8265-9d623d62dd6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42d20021-95ab-4b82-8265-9d623d62dd6f.shg-box.shg-c {
  justify-content: center;
}

#s-0f69548d-eb94-416c-8ee2-8b6fbe5a7cf2 {
  min-height: 50px;
}








#s-0f69548d-eb94-416c-8ee2-8b6fbe5a7cf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f69548d-eb94-416c-8ee2-8b6fbe5a7cf2.shg-box.shg-c {
  justify-content: center;
}

#s-02f795c2-c9ba-427c-a3a2-f532f2676142 {
  min-height: 50px;
}








#s-02f795c2-c9ba-427c-a3a2-f532f2676142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02f795c2-c9ba-427c-a3a2-f532f2676142.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-5296b4cc-e830-460f-95e4-22e1152f2671 {
  min-height: 50px;
}








#s-5296b4cc-e830-460f-95e4-22e1152f2671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5296b4cc-e830-460f-95e4-22e1152f2671.shg-box.shg-c {
  justify-content: center;
}

#s-590edecb-75f5-4d8a-9713-8d538c7c513b {
  min-height: 50px;
}








#s-590edecb-75f5-4d8a-9713-8d538c7c513b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590edecb-75f5-4d8a-9713-8d538c7c513b.shg-box.shg-c {
  justify-content: center;
}

#s-431903ce-3d68-4bf2-a0de-a96a205369cb {
  text-align: center;
}




  #s-431903ce-3d68-4bf2-a0de-a96a205369cb img.shogun-image {
    
    width: px;
  }


#s-431903ce-3d68-4bf2-a0de-a96a205369cb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62094870-3eac-4df1-91ce-7c7fcd465594"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-989f736e-35e1-4a14-9e9d-5f2f1546fe92 {
  text-align: center;
}

#s-4800993d-c0be-4d67-80e9-08c773ecddc2 {
  min-height: 50px;
}








#s-4800993d-c0be-4d67-80e9-08c773ecddc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4800993d-c0be-4d67-80e9-08c773ecddc2.shg-box.shg-c {
  justify-content: center;
}

#s-7f26e3c3-c0c2-4e89-ba8a-b3686aca8e62 {
  min-height: 50px;
}








#s-7f26e3c3-c0c2-4e89-ba8a-b3686aca8e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f26e3c3-c0c2-4e89-ba8a-b3686aca8e62.shg-box.shg-c {
  justify-content: center;
}

#s-2770193d-3073-42d7-8b7a-bc784a8252c0 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(140, 146, 172, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2770193d-3073-42d7-8b7a-bc784a8252c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ed8c82e-b8cc-454a-acf5-16d6e3db970e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ed8c82e-b8cc-454a-acf5-16d6e3db970e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d85672a2-84ec-461a-9302-a7b6da0c47bd {
  padding-left: 80px;
padding-right: 80px;
}

#s-d85672a2-84ec-461a-9302-a7b6da0c47bd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-46053c7d-014d-4811-93ba-fc2d480b390a {
  margin-left: 50px;
margin-right: 50px;
}

#s-de24f731-9b1a-4240-824d-682b84846c34 {
  margin-top: 2px;
margin-left: 100px;
margin-bottom: 2px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 185, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-de24f731-9b1a-4240-824d-682b84846c34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de24f731-9b1a-4240-824d-682b84846c34:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de24f731-9b1a-4240-824d-682b84846c34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-538aef38-88a6-4b17-bd37-f648c9653b3c {
  margin-top: 2px;
margin-left: 100px;
margin-bottom: 2px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 185, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-538aef38-88a6-4b17-bd37-f648c9653b3c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-538aef38-88a6-4b17-bd37-f648c9653b3c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-538aef38-88a6-4b17-bd37-f648c9653b3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-44e50d14-4f5e-4719-aa47-fe70c7147c6f {
  margin-top: 2px;
margin-left: 100px;
margin-bottom: 2px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 185, 115, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-44e50d14-4f5e-4719-aa47-fe70c7147c6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44e50d14-4f5e-4719-aa47-fe70c7147c6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44e50d14-4f5e-4719-aa47-fe70c7147c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-00ef66af-4e42-494d-973d-29851d29e04c {
  text-align: center;
}




  #s-00ef66af-4e42-494d-973d-29851d29e04c img.shogun-image {
    
    width: px;
  }


#s-00ef66af-4e42-494d-973d-29851d29e04c .shogun-image-content {
  
    align-items: center;
  
}

#s-a51d1dc3-ed40-4350-b0b1-4af5a534f29c {
  min-height: 50px;
}








#s-a51d1dc3-ed40-4350-b0b1-4af5a534f29c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a51d1dc3-ed40-4350-b0b1-4af5a534f29c.shg-box.shg-c {
  justify-content: center;
}

#s-7b66a4ed-621c-4e0d-ad61-9753832f238a {
  min-height: 50px;
}








#s-7b66a4ed-621c-4e0d-ad61-9753832f238a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b66a4ed-621c-4e0d-ad61-9753832f238a.shg-box.shg-c {
  justify-content: center;
}

#s-ed5d4a00-9874-4e3a-8763-846f126a3c85 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
background-color: rgba(55, 185, 115, 1);
}

@media (min-width: 0px) {
[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed5d4a00-9874-4e3a-8763-846f126a3c85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f09376e1-e3d4-4e46-bc47-4348ba0d74ef {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-f09376e1-e3d4-4e46-bc47-4348ba0d74ef img.shogun-image {
    
    width: px;
  }


#s-f09376e1-e3d4-4e46-bc47-4348ba0d74ef .shogun-image-content {
  
    align-items: center;
  
}

#s-82b30c30-514f-4432-b321-f9582cfedc48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82b30c30-514f-4432-b321-f9582cfedc48 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9906c3e9-6f9e-48ce-9c44-6c570b4cd057 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-88aebe35-e6e0-4965-9584-634de1448e4b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(85, 82, 82, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-88aebe35-e6e0-4965-9584-634de1448e4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88aebe35-e6e0-4965-9584-634de1448e4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88aebe35-e6e0-4965-9584-634de1448e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

#s-942147ae-232c-47b2-b6b1-c13767fbd9b2 {
  min-height: 50px;
}








#s-942147ae-232c-47b2-b6b1-c13767fbd9b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-942147ae-232c-47b2-b6b1-c13767fbd9b2.shg-box.shg-c {
  justify-content: center;
}

#s-c0cbf354-2110-4f69-a1f4-1b9b2c6bf7c4 {
  min-height: 50px;
}








#s-c0cbf354-2110-4f69-a1f4-1b9b2c6bf7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0cbf354-2110-4f69-a1f4-1b9b2c6bf7c4.shg-box.shg-c {
  justify-content: center;
}

#s-191e6e8f-6273-4bd3-8cdd-4f5af670359e {
  min-height: 50px;
}








#s-191e6e8f-6273-4bd3-8cdd-4f5af670359e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191e6e8f-6273-4bd3-8cdd-4f5af670359e.shg-box.shg-c {
  justify-content: center;
}

#s-a774e33e-8bde-4d1e-9116-26da923f6c29 {
  min-height: 50px;
}








#s-a774e33e-8bde-4d1e-9116-26da923f6c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a774e33e-8bde-4d1e-9116-26da923f6c29.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

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