.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-93a23dcb-6d79-4a7d-8888-97c7701eacc2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-93a23dcb-6d79-4a7d-8888-97c7701eacc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93a23dcb-6d79-4a7d-8888-97c7701eacc2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7a36d501-e4c4-4835-894b-eb9934850f19 {
  background-image: url(https://i.shgcdn.com/f94f4036-1eba-45bc-b68f-a41303f5c336/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-7a36d501-e4c4-4835-894b-eb9934850f19 {
  display: none;
}
#s-7a36d501-e4c4-4835-894b-eb9934850f19, #wrap-s-7a36d501-e4c4-4835-894b-eb9934850f19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a36d501-e4c4-4835-894b-eb9934850f19 {
  display: none;
}
#s-7a36d501-e4c4-4835-894b-eb9934850f19, #wrap-s-7a36d501-e4c4-4835-894b-eb9934850f19 { display:none !important; }}







#s-7a36d501-e4c4-4835-894b-eb9934850f19 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7999999999999999;
}#s-7a36d501-e4c4-4835-894b-eb9934850f19.shg-box.shg-c {
  justify-content: center;
}

#s-9d9f71c8-6011-4974-befb-2a4660c10d0f {
  margin-right: auto;
padding-top: 0px;
padding-bottom: 5px;
}

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

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

#s-f0867455-306d-43e7-ba94-005bd4ecc7b9 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0867455-306d-43e7-ba94-005bd4ecc7b9 {
  margin-right: auto;
}
}@media (max-width: 767px){#s-f0867455-306d-43e7-ba94-005bd4ecc7b9 {
  margin-top: auto;
margin-right: auto;
}
}
#s-f0867455-306d-43e7-ba94-005bd4ecc7b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-f0867455-306d-43e7-ba94-005bd4ecc7b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-f0867455-306d-43e7-ba94-005bd4ecc7b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: 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-c7834492-035f-43dc-ae61-1867eedd61d6 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}




  #s-c7834492-035f-43dc-ae61-1867eedd61d6 img.shogun-image {
    
    width: px;
  }


#s-c7834492-035f-43dc-ae61-1867eedd61d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcf9ad54-9ee6-44d1-b81b-c22820ec8659 {
  text-align: center;
}




  #s-fcf9ad54-9ee6-44d1-b81b-c22820ec8659 img.shogun-image {
    
    width: px;
  }


#s-fcf9ad54-9ee6-44d1-b81b-c22820ec8659 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

#s-dd687cf8-6376-47ef-8822-83cc2964d9d4 {
  margin-top: 3px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
max-width: 900px;
background-color: rgba(227, 44, 43, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
line-height: 1.5em;
}
#s-dd687cf8-6376-47ef-8822-83cc2964d9d4:hover {background-color: rgba(176, 32, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd687cf8-6376-47ef-8822-83cc2964d9d4:active {background-color: rgba(176, 30, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dd687cf8-6376-47ef-8822-83cc2964d9d4-btn-wrapper {
    text-align: center;
  }


#s-dd687cf8-6376-47ef-8822-83cc2964d9d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-165e50fb-bc5d-4d82-93d4-c04107b2a5c2 {
  text-align: center;
}




  #s-165e50fb-bc5d-4d82-93d4-c04107b2a5c2 img.shogun-image {
    
    width: px;
  }


#s-165e50fb-bc5d-4d82-93d4-c04107b2a5c2 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-72391d3a-d8c7-4aed-a61f-816a2455c350 {
  margin-top: 5px;
margin-left: 25px;
margin-right: 25px;
}
}
#s-aaf3b68d-eb6e-4e0a-bff2-8c8d7ae48124 {
  margin-top: 0px;
text-align: center;
}




  #s-aaf3b68d-eb6e-4e0a-bff2-8c8d7ae48124 img.shogun-image {
    
    width: px;
  }


#s-aaf3b68d-eb6e-4e0a-bff2-8c8d7ae48124 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac {
  background-image: url(https://i.shgcdn.com/5f1ab7e4-aa12-435a-8b18-0982651ca384/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac {
  display: none;
}
#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac, #wrap-s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac { display:none !important; }}@media (max-width: 767px){#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac {
  display: none;
}
#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac, #wrap-s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac { display:none !important; }}







#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc971578-8c94-4d6e-b605-3a43b8b2a3ac.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-dc53e84e-53aa-4b44-82a0-99e1038b17cc {
  margin-top: 80px;
margin-left: 200px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-dc53e84e-53aa-4b44-82a0-99e1038b17cc {
  margin-left: 280px;
margin-right: 140px;
}
}
@media (min-width: 0px) {
[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dc53e84e-53aa-4b44-82a0-99e1038b17cc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-59bab393-65f7-4aa4-8e57-aa5ad57bf29d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-6bab9fd9-5e7f-4b50-aaad-188b33b772a4 {
  margin-top: -1px;
text-align: left;
}
@media (min-width: 1200px){#s-6bab9fd9-5e7f-4b50-aaad-188b33b772a4 {
  margin-left: auto;
margin-right: auto;
}
}



  #s-6bab9fd9-5e7f-4b50-aaad-188b33b772a4 img.shogun-image {
    
    width: px;
  }


#s-6bab9fd9-5e7f-4b50-aaad-188b33b772a4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e95207f6-a102-400b-a403-328b690cd27f {
  margin-left: -16px;
margin-right: -16px;
}
}
#s-90f996bb-6baf-417a-b0c3-41b3bb6ef3c7 {
  margin-right: 110px;
padding-top: 0px;
padding-bottom: 5px;
}

#s-f97632cc-7766-463f-8713-270a33f9f536 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}

#s-f97632cc-7766-463f-8713-270a33f9f536 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-dd502277-35e6-458c-a0b9-94dc52527d3c {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-dd502277-35e6-458c-a0b9-94dc52527d3c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-780634d7-7e8a-4782-9fa0-c7828b15cc2b {
  margin-top: 7px;
}

#s-b954d80e-6e65-448b-ac7b-8d05d1f051e5 {
  margin-top: 3px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
max-width: 900px;
background-color: rgba(227, 44, 43, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
line-height: 1.5em;
}
#s-b954d80e-6e65-448b-ac7b-8d05d1f051e5:hover {background-color: rgba(176, 32, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b954d80e-6e65-448b-ac7b-8d05d1f051e5:active {background-color: rgba(176, 30, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b954d80e-6e65-448b-ac7b-8d05d1f051e5-btn-wrapper {
    text-align: left;
  }


#s-b954d80e-6e65-448b-ac7b-8d05d1f051e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-ee452f3e-8e83-481f-8677-d4409930e658 {
  margin-left: 0px;
text-align: left;
}




  #s-ee452f3e-8e83-481f-8677-d4409930e658 img.shogun-image {
    
    width: px;
  }


#s-ee452f3e-8e83-481f-8677-d4409930e658 .shogun-image-content {
  
    align-items: center;
  
}

#s-f34918ce-e61a-49be-8e9d-65bc731b1875 {
  margin-top: 12px;
margin-left: -15px;
margin-right: 0px;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f34918ce-e61a-49be-8e9d-65bc731b1875"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-029c941c-03fb-4a9c-a3ec-19b4651cec87 {
  text-align: center;
}




  #s-029c941c-03fb-4a9c-a3ec-19b4651cec87 img.shogun-image {
    
    width: px;
  }


#s-029c941c-03fb-4a9c-a3ec-19b4651cec87 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dc6e12f-6d4d-4c2e-bd09-5532c7e50a52 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 303px;
}

#s-611950a4-c93e-4d04-8016-ffc60396fe4d {
  margin-top: -8px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-611950a4-c93e-4d04-8016-ffc60396fe4d img.shogun-image {
    
    width: px;
  }


#s-611950a4-c93e-4d04-8016-ffc60396fe4d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-56ef86b8-06d4-4ec5-ab7f-34bc4f7df634 {
  margin-top: -10px;
margin-bottom: 45px;
min-height: 50px;
}








#s-56ef86b8-06d4-4ec5-ab7f-34bc4f7df634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56ef86b8-06d4-4ec5-ab7f-34bc4f7df634.shg-box.shg-c {
  justify-content: center;
}

#s-6c3216f2-0be9-4fa8-9e1f-5032b862ab63 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-6c3216f2-0be9-4fa8-9e1f-5032b862ab63 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-abc8b36c-98b1-4abe-89f0-fd0326dadf9c {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abc8b36c-98b1-4abe-89f0-fd0326dadf9c .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-abc8b36c-98b1-4abe-89f0-fd0326dadf9c .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-abc8b36c-98b1-4abe-89f0-fd0326dadf9c .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-1b0457e7-794e-48ef-81bd-ac19e26a40c8 {
  margin-top: 20px;
margin-left: 150px;
margin-bottom: 20px;
margin-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b0457e7-794e-48ef-81bd-ac19e26a40c8 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-1b0457e7-794e-48ef-81bd-ac19e26a40c8 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-1b0457e7-794e-48ef-81bd-ac19e26a40c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.0px);
}

}

#s-1e2bdb9e-794c-4838-947e-45155d6d93b9 {
  border-radius: 25px;
text-align: center;
}
#s-1e2bdb9e-794c-4838-947e-45155d6d93b9:hover {border-radius: 25px !important;}



  #s-1e2bdb9e-794c-4838-947e-45155d6d93b9 img.shogun-image {
    
    width: px;
  }


#s-1e2bdb9e-794c-4838-947e-45155d6d93b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-746c3548-e4c3-45f9-9292-88d4f2227de1 {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-746c3548-e4c3-45f9-9292-88d4f2227de1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-746c3548-e4c3-45f9-9292-88d4f2227de1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-746c3548-e4c3-45f9-9292-88d4f2227de1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-27f98f1d-7f85-4b9e-9936-c0d24ccbd3fe {
  border-radius: 25px;
text-align: center;
}
#s-27f98f1d-7f85-4b9e-9936-c0d24ccbd3fe:hover {border-radius: 25px !important;}



  #s-27f98f1d-7f85-4b9e-9936-c0d24ccbd3fe img.shogun-image {
    
    width: px;
  }


#s-27f98f1d-7f85-4b9e-9936-c0d24ccbd3fe .shogun-image-content {
  
    align-items: center;
  
}

#s-4addc27e-db92-4c03-bcdc-0757ea256a7a {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-4addc27e-db92-4c03-bcdc-0757ea256a7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4addc27e-db92-4c03-bcdc-0757ea256a7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-4addc27e-db92-4c03-bcdc-0757ea256a7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-5152eca5-1d90-4344-9513-2bc67f0a853f {
  border-radius: 25px;
text-align: center;
}
#s-5152eca5-1d90-4344-9513-2bc67f0a853f:hover {border-radius: 25px !important;}



  #s-5152eca5-1d90-4344-9513-2bc67f0a853f img.shogun-image {
    
    width: px;
  }


#s-5152eca5-1d90-4344-9513-2bc67f0a853f .shogun-image-content {
  
    align-items: center;
  
}

#s-f61b321c-f306-4bef-9384-24adb0cf3849 {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-f61b321c-f306-4bef-9384-24adb0cf3849 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-f61b321c-f306-4bef-9384-24adb0cf3849 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-f61b321c-f306-4bef-9384-24adb0cf3849 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d9a07982-5e1e-42c1-be8e-cc22c180d628 {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(227, 44, 43, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-d9a07982-5e1e-42c1-be8e-cc22c180d628:hover {background-color: rgba(176, 32, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9a07982-5e1e-42c1-be8e-cc22c180d628:active {background-color: rgba(176, 30, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d9a07982-5e1e-42c1-be8e-cc22c180d628-btn-wrapper {
    text-align: center;
  }


#s-d9a07982-5e1e-42c1-be8e-cc22c180d628.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c3d066b9-4c80-480a-b763-03a838edf075 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3d066b9-4c80-480a-b763-03a838edf075 {
  display: none;
}
#s-c3d066b9-4c80-480a-b763-03a838edf075, #wrap-s-c3d066b9-4c80-480a-b763-03a838edf075 { display:none !important; }}@media (max-width: 767px){#s-c3d066b9-4c80-480a-b763-03a838edf075 {
  display: none;
}
#s-c3d066b9-4c80-480a-b763-03a838edf075, #wrap-s-c3d066b9-4c80-480a-b763-03a838edf075 { display:none !important; }}







#s-c3d066b9-4c80-480a-b763-03a838edf075 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 1;
}#s-c3d066b9-4c80-480a-b763-03a838edf075.shg-box.shg-c {
  justify-content: center;
}

#s-58c18ea0-0478-4bf8-a22a-a7f81fdae822 {
  margin-top: 45px;
margin-left: 151px;
margin-bottom: 45px;
margin-right: 151px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58c18ea0-0478-4bf8-a22a-a7f81fdae822 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-58c18ea0-0478-4bf8-a22a-a7f81fdae822"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-40579269-ccb4-47b2-b0f5-04fb39e5c61e {
  margin-top: 0px;
margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-40579269-ccb4-47b2-b0f5-04fb39e5c61e .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-9a00db1a-ac86-4788-a435-e85adfd5f6e6 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9a00db1a-ac86-4788-a435-e85adfd5f6e6 {
  display: none;
}
#s-9a00db1a-ac86-4788-a435-e85adfd5f6e6, #wrap-s-9a00db1a-ac86-4788-a435-e85adfd5f6e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a00db1a-ac86-4788-a435-e85adfd5f6e6 {
  display: none;
}
#s-9a00db1a-ac86-4788-a435-e85adfd5f6e6, #wrap-s-9a00db1a-ac86-4788-a435-e85adfd5f6e6 { display:none !important; }}







#s-9a00db1a-ac86-4788-a435-e85adfd5f6e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a00db1a-ac86-4788-a435-e85adfd5f6e6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-3ab724f1-ab58-44ce-881d-e34f0544e5f2 {
  display: none;
}
#s-3ab724f1-ab58-44ce-881d-e34f0544e5f2, #wrap-s-3ab724f1-ab58-44ce-881d-e34f0544e5f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ab724f1-ab58-44ce-881d-e34f0544e5f2 {
  display: none;
}
#s-3ab724f1-ab58-44ce-881d-e34f0544e5f2, #wrap-s-3ab724f1-ab58-44ce-881d-e34f0544e5f2 { display:none !important; }}
#s-3c8d1cfe-feee-494b-a3c4-03238bcf1d6b {
  margin-top: 0px;
margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c8d1cfe-feee-494b-a3c4-03238bcf1d6b {
  margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
}
}@media (max-width: 767px){#s-3c8d1cfe-feee-494b-a3c4-03238bcf1d6b {
  margin-top: 5px;
margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3c8d1cfe-feee-494b-a3c4-03238bcf1d6b .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-3c8d1cfe-feee-494b-a3c4-03238bcf1d6b .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-21a15ad7-a7cc-4a3d-980e-84f42a32e853 {
  margin-left: 15px;
margin-right: 15px;
}
}@media (max-width: 767px){#s-21a15ad7-a7cc-4a3d-980e-84f42a32e853 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-aa1c3225-76fc-47f1-ac46-eba730f66128 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-aa1c3225-76fc-47f1-ac46-eba730f66128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa1c3225-76fc-47f1-ac46-eba730f66128.shg-box.shg-c {
  justify-content: center;
}

#s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e {
  margin-top: 25px;
margin-left: 375px;
margin-bottom: 25px;
margin-right: 375px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-22ea4f32-4cc0-43f6-b10f-841d26b3ff2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-528e1f13-5b13-41bc-b576-78404ccb9e83 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-528e1f13-5b13-41bc-b576-78404ccb9e83 {
  display: none;
}
#s-528e1f13-5b13-41bc-b576-78404ccb9e83, #wrap-s-528e1f13-5b13-41bc-b576-78404ccb9e83 { display:none !important; }}@media (max-width: 767px){#s-528e1f13-5b13-41bc-b576-78404ccb9e83 {
  display: none;
}
#s-528e1f13-5b13-41bc-b576-78404ccb9e83, #wrap-s-528e1f13-5b13-41bc-b576-78404ccb9e83 { display:none !important; }}



  #s-528e1f13-5b13-41bc-b576-78404ccb9e83 img.shogun-image {
    
    width: px;
  }


#s-528e1f13-5b13-41bc-b576-78404ccb9e83 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3842fc3-3067-4af0-8584-e7b483f05933 {
  text-align: center;
}
@media (min-width: 1200px){#s-f3842fc3-3067-4af0-8584-e7b483f05933 {
  display: none;
}
#s-f3842fc3-3067-4af0-8584-e7b483f05933, #wrap-s-f3842fc3-3067-4af0-8584-e7b483f05933 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3842fc3-3067-4af0-8584-e7b483f05933 {
  display: none;
}
#s-f3842fc3-3067-4af0-8584-e7b483f05933, #wrap-s-f3842fc3-3067-4af0-8584-e7b483f05933 { display:none !important; }}



  #s-f3842fc3-3067-4af0-8584-e7b483f05933 img.shogun-image {
    
    width: px;
  }


#s-f3842fc3-3067-4af0-8584-e7b483f05933 .shogun-image-content {
  
    align-items: center;
  
}

#s-b31560fa-0fc1-4d3c-b42c-079e519a7c81 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b31560fa-0fc1-4d3c-b42c-079e519a7c81 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-b31560fa-0fc1-4d3c-b42c-079e519a7c81 {
  display: none;
}
#s-b31560fa-0fc1-4d3c-b42c-079e519a7c81, #wrap-s-b31560fa-0fc1-4d3c-b42c-079e519a7c81 { display:none !important; }}
#s-e2ce9700-a5b8-4789-8855-36df11cb2001 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 1200px){#s-e2ce9700-a5b8-4789-8855-36df11cb2001 {
  display: none;
}
#s-e2ce9700-a5b8-4789-8855-36df11cb2001, #wrap-s-e2ce9700-a5b8-4789-8855-36df11cb2001 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2ce9700-a5b8-4789-8855-36df11cb2001 {
  display: none;
}
#s-e2ce9700-a5b8-4789-8855-36df11cb2001, #wrap-s-e2ce9700-a5b8-4789-8855-36df11cb2001 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2ce9700-a5b8-4789-8855-36df11cb2001 {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-e2ce9700-a5b8-4789-8855-36df11cb2001, #wrap-s-e2ce9700-a5b8-4789-8855-36df11cb2001 { display:none !important; }}@media (max-width: 767px){#s-e2ce9700-a5b8-4789-8855-36df11cb2001 {
  
}
}
#s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098 {
  display: none;
}
#s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098, #wrap-s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098 {
  display: none;
}
#s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098, #wrap-s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098 { display:none !important; }}




#s-58f5b01b-9f7c-4d40-9a7d-40a2185f2098 .shogun-image-content {
  
    align-items: center;
  
}

#s-20db4172-ee39-43db-a908-333961e33932 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-20db4172-ee39-43db-a908-333961e33932 {
  display: none;
}
#s-20db4172-ee39-43db-a908-333961e33932, #wrap-s-20db4172-ee39-43db-a908-333961e33932 { display:none !important; }}@media (max-width: 767px){#s-20db4172-ee39-43db-a908-333961e33932 {
  display: none;
}
#s-20db4172-ee39-43db-a908-333961e33932, #wrap-s-20db4172-ee39-43db-a908-333961e33932 { display:none !important; }}



  #s-20db4172-ee39-43db-a908-333961e33932 img.shogun-image {
    
    width: px;
  }


#s-20db4172-ee39-43db-a908-333961e33932 .shogun-image-content {
  
    align-items: center;
  
}

#s-87c603ac-7ebe-4dfa-a0d4-55722dc24e29 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-87c603ac-7ebe-4dfa-a0d4-55722dc24e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c603ac-7ebe-4dfa-a0d4-55722dc24e29.shg-box.shg-c {
  justify-content: center;
}

#s-782b60f9-d933-4e01-a31c-0b02d8875829 {
  margin-top: 15px;
margin-bottom: 50px;
min-height: 50px;
}








#s-782b60f9-d933-4e01-a31c-0b02d8875829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-782b60f9-d933-4e01-a31c-0b02d8875829.shg-box.shg-c {
  justify-content: center;
}

#s-f07b8395-23d1-4ef1-860f-59f36886e9b7 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f07b8395-23d1-4ef1-860f-59f36886e9b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc6585a6-4630-4dc7-959e-37a53a56c92c {
  margin-top: -5px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc6585a6-4630-4dc7-959e-37a53a56c92c .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-fc6585a6-4630-4dc7-959e-37a53a56c92c .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-fc6585a6-4630-4dc7-959e-37a53a56c92c .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-51acbd78-0bcf-4098-aae6-0785b65154ff {
  margin-left: 240px;
margin-right: 240px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51acbd78-0bcf-4098-aae6-0785b65154ff {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-51acbd78-0bcf-4098-aae6-0785b65154ff {
  margin-left: auto;
margin-right: auto;
}
}
#s-51acbd78-0bcf-4098-aae6-0785b65154ff .shogun-table-wrapper {
  overflow: auto;
  border: 5px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-51acbd78-0bcf-4098-aae6-0785b65154ff table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-51acbd78-0bcf-4098-aae6-0785b65154ff td.shogun-table-column {
  background-color: rgba(249, 243, 243, 1);
  padding: 0px;
  text-align: center;
}

#s-51acbd78-0bcf-4098-aae6-0785b65154ff td.shogun-table-row {
  background-color: rgba(32, 30, 31, 1);
  padding: 10px;
}

#s-51acbd78-0bcf-4098-aae6-0785b65154ff td.shogun-table-column, #s-51acbd78-0bcf-4098-aae6-0785b65154ff td.shogun-table-row {
  border: 5px solid rgba(255, 255, 255, 1);
}

#s-90721f48-1d30-40da-8f2e-e66362049e4f {
  text-align: center;
}




  #s-90721f48-1d30-40da-8f2e-e66362049e4f img.shogun-image {
    
    width: px;
  }


#s-90721f48-1d30-40da-8f2e-e66362049e4f .shogun-image-content {
  
    align-items: center;
  
}

#s-7d553478-7a8f-41fc-9f86-b6cf506aaaac {
  text-align: center;
}




  #s-7d553478-7a8f-41fc-9f86-b6cf506aaaac img.shogun-image {
    
    width: px;
  }


#s-7d553478-7a8f-41fc-9f86-b6cf506aaaac .shogun-image-content {
  
    align-items: center;
  
}

#s-b1b52c0a-2e5b-4a36-aed7-73ff16488679 {
  text-align: center;
}




  #s-b1b52c0a-2e5b-4a36-aed7-73ff16488679 img.shogun-image {
    
    width: px;
  }


#s-b1b52c0a-2e5b-4a36-aed7-73ff16488679 .shogun-image-content {
  
    align-items: center;
  
}

#s-3004921f-5ec0-4dec-b34e-15441cee614d {
  text-align: center;
}




  #s-3004921f-5ec0-4dec-b34e-15441cee614d img.shogun-image {
    
    width: px;
  }


#s-3004921f-5ec0-4dec-b34e-15441cee614d .shogun-image-content {
  
    align-items: center;
  
}

#s-55c4e84d-c360-4e89-a2ca-d6c6bfea9f4e {
  text-align: center;
}




  #s-55c4e84d-c360-4e89-a2ca-d6c6bfea9f4e img.shogun-image {
    
    width: px;
  }


#s-55c4e84d-c360-4e89-a2ca-d6c6bfea9f4e .shogun-image-content {
  
    align-items: center;
  
}

#s-e411d98b-5aec-4b27-847e-e089fc010046 {
  text-align: center;
}




  #s-e411d98b-5aec-4b27-847e-e089fc010046 img.shogun-image {
    
    width: px;
  }


#s-e411d98b-5aec-4b27-847e-e089fc010046 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b18b87f-64c2-4340-8e6d-2ccf317cc5e4 {
  border-style: solid;
margin-left: 15px;
margin-right: -86px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b18b87f-64c2-4340-8e6d-2ccf317cc5e4 {
  margin-right: auto;
}
}@media (max-width: 767px){#s-0b18b87f-64c2-4340-8e6d-2ccf317cc5e4 {
  margin-left: auto;
margin-right: auto;
}
}
#s-0b18b87f-64c2-4340-8e6d-2ccf317cc5e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0b18b87f-64c2-4340-8e6d-2ccf317cc5e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-0b18b87f-64c2-4340-8e6d-2ccf317cc5e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-7a6aa30d-193f-4816-bd52-6f70bfec4c94 {
  margin-left: 15px;
margin-right: -87px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a6aa30d-193f-4816-bd52-6f70bfec4c94 {
  margin-right: auto;
}
}@media (max-width: 767px){#s-7a6aa30d-193f-4816-bd52-6f70bfec4c94 {
  margin-left: auto;
margin-right: auto;
}
}
#s-7a6aa30d-193f-4816-bd52-6f70bfec4c94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7a6aa30d-193f-4816-bd52-6f70bfec4c94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-7a6aa30d-193f-4816-bd52-6f70bfec4c94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-7a631f66-9867-4aa9-a0b7-4b2c2cbb7e5d {
  margin-left: 15px;
margin-right: -75px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a631f66-9867-4aa9-a0b7-4b2c2cbb7e5d {
  margin-right: auto;
}
}@media (max-width: 767px){#s-7a631f66-9867-4aa9-a0b7-4b2c2cbb7e5d {
  margin-left: auto;
margin-right: auto;
}
}
#s-7a631f66-9867-4aa9-a0b7-4b2c2cbb7e5d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7a631f66-9867-4aa9-a0b7-4b2c2cbb7e5d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-7a631f66-9867-4aa9-a0b7-4b2c2cbb7e5d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-4ceff223-580a-4d71-8db2-9f8222a338fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ceff223-580a-4d71-8db2-9f8222a338fb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2cd9807-2a56-453e-985a-c35d5075933d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2cd9807-2a56-453e-985a-c35d5075933d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b97e3758-99cc-4f1e-b6df-b974deff45b9 {
  margin-top: 45px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(227, 44, 43, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-b97e3758-99cc-4f1e-b6df-b974deff45b9:hover {background-color: rgba(176, 32, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b97e3758-99cc-4f1e-b6df-b974deff45b9:active {background-color: rgba(176, 30, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b97e3758-99cc-4f1e-b6df-b974deff45b9-btn-wrapper {
    text-align: center;
  }


#s-b97e3758-99cc-4f1e-b6df-b974deff45b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-fe5f992b-8700-40ef-b73c-44ab711da9c9 {
  margin-top: 15px;
margin-left: 151px;
margin-right: 151px;
min-height: 50px;
}
@media (max-width: 767px){#s-fe5f992b-8700-40ef-b73c-44ab711da9c9 {
  margin-left: auto;
margin-right: auto;
}
}







#s-fe5f992b-8700-40ef-b73c-44ab711da9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe5f992b-8700-40ef-b73c-44ab711da9c9.shg-box.shg-c {
  justify-content: center;
}

#s-6daee9b9-de0b-4c74-9630-46e15c86b19d {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6daee9b9-de0b-4c74-9630-46e15c86b19d {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6daee9b9-de0b-4c74-9630-46e15c86b19d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 5px;
text-align: center;
}
}
#s-6daee9b9-de0b-4c74-9630-46e15c86b19d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1 {
  display: none;
}
#s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1, #wrap-s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1 {
  display: none;
}
#s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1, #wrap-s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13c4e23d-f853-4ede-9fe0-9e8a8b0a56d1 {
  
}
}
#s-39136c02-ed8e-4406-918e-fcc74cd19ddb {
  display: none;
}
#s-f6ad20c0-db94-4125-9cf8-9a96e76d3915 {
  margin-top: -5px;
margin-left: 151px;
margin-bottom: 5px;
margin-right: 151px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6ad20c0-db94-4125-9cf8-9a96e76d3915 {
  margin-left: 80px;
margin-right: 80px;
}
}@media (max-width: 767px){#s-f6ad20c0-db94-4125-9cf8-9a96e76d3915 {
  margin-left: auto;
margin-right: auto;
}
}
#s-f6ad20c0-db94-4125-9cf8-9a96e76d3915 .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-aa022cee-c60b-4db1-98a0-a2df57951954 {
  min-height: 50px;
}








#s-aa022cee-c60b-4db1-98a0-a2df57951954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa022cee-c60b-4db1-98a0-a2df57951954.shg-box.shg-c {
  justify-content: center;
}

#s-d401d4fb-19e8-4bc3-99d6-32b37f345942 {
  margin-bottom: 55px;
}
@media (max-width: 767px){#s-d401d4fb-19e8-4bc3-99d6-32b37f345942 {
  margin-left: auto;
margin-right: auto;
}
}
#s-d401d4fb-19e8-4bc3-99d6-32b37f345942 {
  display: none;
}
#s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177 {
  margin-left: 180px;
margin-right: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177 {
  margin-left: 15px;
margin-right: 15px;
}
}@media (max-width: 767px){#s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ad72bcd-5031-4e13-8f4e-9f411ac0e177"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c1461179-c62f-4f78-90a1-cd473fc6b710 {
  border-radius: 25px;
text-align: center;
}




  #s-c1461179-c62f-4f78-90a1-cd473fc6b710 img.shogun-image {
    
    width: px;
  }


#s-c1461179-c62f-4f78-90a1-cd473fc6b710 .shogun-image-content {
  
    align-items: center;
  
}

#s-7df273b4-d6a1-4a40-80b7-103234e91fd1 {
  margin-bottom: 10px;
}

@media (max-width: 767px){#s-93c96028-5d37-4a37-abcd-841ab5886b40 {
  padding-top: 0px;
padding-bottom: 5px;
}
}
#s-2991d81f-898b-4c66-9e45-9ff0d6f76974 {
  margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
text-align: left;
}

#s-2991d81f-898b-4c66-9e45-9ff0d6f76974 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2991d81f-898b-4c66-9e45-9ff0d6f76974 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2991d81f-898b-4c66-9e45-9ff0d6f76974 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2991d81f-898b-4c66-9e45-9ff0d6f76974 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1f65e374-f3c5-4c93-8c11-67c5a46dc2b4 {
  margin-bottom: 10px;
text-align: left;
}

#s-1f65e374-f3c5-4c93-8c11-67c5a46dc2b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f65e374-f3c5-4c93-8c11-67c5a46dc2b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-1f65e374-f3c5-4c93-8c11-67c5a46dc2b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

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

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

#s-7117fab7-7ee0-427a-9678-9766a1ab771e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(227, 44, 43, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7117fab7-7ee0-427a-9678-9766a1ab771e:hover {background-color: rgba(167, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7117fab7-7ee0-427a-9678-9766a1ab771e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7117fab7-7ee0-427a-9678-9766a1ab771e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){

#s-7117fab7-7ee0-427a-9678-9766a1ab771e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){

#s-7117fab7-7ee0-427a-9678-9766a1ab771e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-7117fab7-7ee0-427a-9678-9766a1ab771e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(227, 44, 43, 1);
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb:hover {background-color: rgba(176, 32, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb:active {background-color: rgba(176, 30, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb-btn-wrapper {
    text-align: center;
  }


#s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb-btn-wrapper {
    text-align: center;
  }


#s-3da27b25-b2b0-46cd-9553-11bd4f3af4cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-d77ee346-ff60-4cb3-9c69-3490878ed5ba {
  margin-left: 0px;
text-align: center;
}




  #s-d77ee346-ff60-4cb3-9c69-3490878ed5ba img.shogun-image {
    
    width: px;
  }


#s-d77ee346-ff60-4cb3-9c69-3490878ed5ba .shogun-image-content {
  
    align-items: center;
  
}

#s-901d77db-2579-426f-9667-646684ed20be {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-901d77db-2579-426f-9667-646684ed20be {
  margin-left: auto;
margin-right: auto;
}
}







#s-901d77db-2579-426f-9667-646684ed20be > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0.8999999999999999;
}#s-901d77db-2579-426f-9667-646684ed20be.shg-box.shg-c {
  justify-content: center;
}

#s-9fc1bba9-52e0-43b4-b837-2140e75b5859 {
  margin-top: 45px;
margin-left: 151px;
margin-bottom: 45px;
margin-right: 151px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fc1bba9-52e0-43b4-b837-2140e75b5859 {
  margin-left: 15px;
margin-right: 15px;
}
}@media (max-width: 767px){#s-9fc1bba9-52e0-43b4-b837-2140e75b5859 {
  margin-top: 25px;
margin-left: 5px;
margin-bottom: 25px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-9fc1bba9-52e0-43b4-b837-2140e75b5859"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 {
  margin-top: 0px;
margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 {
  margin-top: 20px;
}
}
#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-66bcf645-ae09-4254-9a28-4992bbfba1d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-f1b16cdf-0844-410b-aea1-5e13a8ecdaf2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(227, 44, 43, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-f1b16cdf-0844-410b-aea1-5e13a8ecdaf2:hover {background-color: rgba(176, 32, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f1b16cdf-0844-410b-aea1-5e13a8ecdaf2:active {background-color: rgba(176, 30, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f1b16cdf-0844-410b-aea1-5e13a8ecdaf2-btn-wrapper {
    text-align: center;
  }


#s-f1b16cdf-0844-410b-aea1-5e13a8ecdaf2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba {
  margin-top: -5px;
margin-left: 151px;
margin-bottom: 15px;
margin-right: 151px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba {
  display: none;
}
#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba, #wrap-s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba {
  display: none;
}
#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba, #wrap-s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba {
  margin-left: 80px;
margin-right: 80px;
display: none;
}
#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba, #wrap-s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba { display:none !important; }}@media (max-width: 767px){#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba {
  margin-left: auto;
margin-right: auto;
}
}
#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-cbf545d4-b6aa-4cdf-b3cb-a99ba2595eba .shogun-heading-component h1 {
  color: rgba(47, 152, 158, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (max-width: 767px){#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2494078f-c9a7-4eba-ba65-d8be7fb25e77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5f0b36cb-14b6-4c58-85ad-e22ad626eba5 {
  min-height: 50px;
background-color: rgba(32, 30, 31, 1);
}








#s-5f0b36cb-14b6-4c58-85ad-e22ad626eba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f0b36cb-14b6-4c58-85ad-e22ad626eba5.shg-box.shg-c {
  justify-content: center;
}

#s-171ab65d-f0ad-4f7b-807c-90ef89793a67 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-171ab65d-f0ad-4f7b-807c-90ef89793a67 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-171ab65d-f0ad-4f7b-807c-90ef89793a67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-71c10ad3-c411-44d1-bd2e-58f608108863 {
  text-align: center;
}




  #s-71c10ad3-c411-44d1-bd2e-58f608108863 img.shogun-image {
    
    width: px;
  }


#s-71c10ad3-c411-44d1-bd2e-58f608108863 .shogun-image-content {
  
    align-items: 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;
}
