.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-1d541f17-6e5b-4e94-87eb-cb8156eedddd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1d541f17-6e5b-4e94-87eb-cb8156eedddd {
  display: none;
}
#s-1d541f17-6e5b-4e94-87eb-cb8156eedddd, #wrap-s-1d541f17-6e5b-4e94-87eb-cb8156eedddd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d541f17-6e5b-4e94-87eb-cb8156eedddd {
  display: none;
}
#s-1d541f17-6e5b-4e94-87eb-cb8156eedddd, #wrap-s-1d541f17-6e5b-4e94-87eb-cb8156eedddd { display:none !important; }}







#s-1d541f17-6e5b-4e94-87eb-cb8156eedddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d541f17-6e5b-4e94-87eb-cb8156eedddd.shg-box.shg-c {
  justify-content: center;
}

#s-ce52ba74-43d1-4196-8310-f2b19e1b79df {
  background-image: url(https://i.shgcdn.com/7e2311ff-735b-4763-ac05-49e388918e6c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-ce52ba74-43d1-4196-8310-f2b19e1b79df {
  display: none;
}
#s-ce52ba74-43d1-4196-8310-f2b19e1b79df, #wrap-s-ce52ba74-43d1-4196-8310-f2b19e1b79df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce52ba74-43d1-4196-8310-f2b19e1b79df {
  display: none;
}
#s-ce52ba74-43d1-4196-8310-f2b19e1b79df, #wrap-s-ce52ba74-43d1-4196-8310-f2b19e1b79df { display:none !important; }}







#s-ce52ba74-43d1-4196-8310-f2b19e1b79df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce52ba74-43d1-4196-8310-f2b19e1b79df.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-37beb8b6-6ea3-414b-8e11-33a5595be037 {
  max-width: 140px;
}

.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-64f970b9-86b9-4b27-a8b1-9dea8e4730db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-64f970b9-86b9-4b27-a8b1-9dea8e4730db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64f970b9-86b9-4b27-a8b1-9dea8e4730db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64f970b9-86b9-4b27-a8b1-9dea8e4730db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-357ccfc5-1d62-4811-9360-9d3e57dd0f5a {
  margin-top: 14px;
margin-bottom: 8px;
}

#s-681f8cb3-1ab0-48c8-8d55-084cb2fff45a {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-top: 8px;
max-width: 288px;
background-color: rgba(251, 236, 241, 1);
}

#s-f5f880ba-e264-48a4-8ba9-ca0d541b40de {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f5f880ba-e264-48a4-8ba9-ca0d541b40de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f880ba-e264-48a4-8ba9-ca0d541b40de.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ba2c7875-c362-406a-864a-922c42e13930 {
  text-align: center;
}




  #s-ba2c7875-c362-406a-864a-922c42e13930 img.shogun-image {
    
    width: px;
  }


#s-ba2c7875-c362-406a-864a-922c42e13930 .shogun-image-content {
  
    align-items: center;
  
}

#s-580a9269-ad2a-427f-b557-f59740ca3fa4 {
  margin-top: -40px;
margin-bottom: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-580a9269-ad2a-427f-b557-f59740ca3fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-580a9269-ad2a-427f-b557-f59740ca3fa4.shg-box.shg-c {
  justify-content: center;
}

#s-6be81a5e-73d5-4b1f-ac66-4887aa667818 {
  padding-top: 8px;
}

#s-f6de3b2c-c873-4d9e-8e74-e13d9247bd93 {
  min-height: 50px;
}








#s-f6de3b2c-c873-4d9e-8e74-e13d9247bd93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6de3b2c-c873-4d9e-8e74-e13d9247bd93.shg-box.shg-c {
  justify-content: center;
}

#s-79171a18-51db-4cca-93fa-e7faba762a76 {
  margin-top: 2%;
margin-bottom: 0%;
}
@media (max-width: 767px){#s-79171a18-51db-4cca-93fa-e7faba762a76 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}
#s-a8a9d998-6f13-4823-bc38-830e96adae2e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-a8a9d998-6f13-4823-bc38-830e96adae2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8a9d998-6f13-4823-bc38-830e96adae2e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a8a9d998-6f13-4823-bc38-830e96adae2e {
  display: none;
}
#s-a8a9d998-6f13-4823-bc38-830e96adae2e, #wrap-s-a8a9d998-6f13-4823-bc38-830e96adae2e { display:none !important; }}@media (max-width: 767px){#s-a8a9d998-6f13-4823-bc38-830e96adae2e {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-a8a9d998-6f13-4823-bc38-830e96adae2e, #wrap-s-a8a9d998-6f13-4823-bc38-830e96adae2e { display:none !important; }}

  #s-a8a9d998-6f13-4823-bc38-830e96adae2e-btn-wrapper {
    text-align: left;
  }


#s-a8a9d998-6f13-4823-bc38-830e96adae2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2 {
  margin-top: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2 {
  display: none;
}
#s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2, #wrap-s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2 { display:none !important; }}@media (max-width: 767px){#s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2, #wrap-s-f81184a0-3d2d-42ef-b818-fb49fb8a2bf2 { display:none !important; }}
#s-bc8f7ec1-9ec5-4346-98b5-bd53146af1f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bc8f7ec1-9ec5-4346-98b5-bd53146af1f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc8f7ec1-9ec5-4346-98b5-bd53146af1f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc8f7ec1-9ec5-4346-98b5-bd53146af1f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3fefddb-d819-4341-a553-81beb6a7da60 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 243, 243, 1);
}








#s-b3fefddb-d819-4341-a553-81beb6a7da60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3fefddb-d819-4341-a553-81beb6a7da60.shg-box.shg-c {
  justify-content: center;
}

#s-bd3e352b-c4b3-4cdb-9825-a4bfa30d2cab {
  margin-bottom: 8px;
}

#s-8f1c002e-3978-420f-b399-447772ed6390 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8f1c002e-3978-420f-b399-447772ed6390:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f1c002e-3978-420f-b399-447772ed6390:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f1c002e-3978-420f-b399-447772ed6390.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7bb5e1b-69bb-4113-b6db-6f42c2785786 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 288px;
}

#s-9db140a2-c63b-47a2-a915-8edacb378f16 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 163px;
background-position: center center;
}








#s-9db140a2-c63b-47a2-a915-8edacb378f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db140a2-c63b-47a2-a915-8edacb378f16.shg-box.shg-c {
  justify-content: center;
}

#s-8dcfab01-7b64-4e1f-a29c-87761e659e74 {
  margin-top: 8px;
}

#s-a166eab5-81a9-4459-b0b1-ac61597d9b1d {
  margin-left: 16px;
margin-bottom: 8px;
margin-right: 16px;
}

#s-a166eab5-81a9-4459-b0b1-ac61597d9b1d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(227, 227, 227, 1);
}

#s-30a8897f-3196-4d08-9c1a-46c6c68a19ea {
  margin-left: auto;
margin-right: auto;
max-width: 256px;
}

#s-5bab727e-610c-4c88-8f68-7b5b43335c54 {
  margin-left: 16px;
margin-bottom: 8px;
margin-right: 16px;
}

#s-5bab727e-610c-4c88-8f68-7b5b43335c54 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(227, 227, 227, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.4px);
}

}

@media (min-width: 992px) {
[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.4px);
}

}

@media (min-width: 1200px) {
[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.4px);
}

[id="s-f81028af-2f89-470f-a0ce-7437a541a7b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.4px);
}

}

#s-26497deb-38dd-43d0-8e2d-668e61831cbe {
  text-align: center;
}




  #s-26497deb-38dd-43d0-8e2d-668e61831cbe img.shogun-image {
    
    width: px;
  }


#s-26497deb-38dd-43d0-8e2d-668e61831cbe .shogun-image-content {
  
    align-items: center;
  
}

#s-5316f804-76bc-4701-859c-4c2653e727d3 {
  margin-top: 8px;
}

#s-e9a12630-7186-499a-924c-c2a6369515ff {
  text-align: center;
}




  #s-e9a12630-7186-499a-924c-c2a6369515ff img.shogun-image {
    
    width: px;
  }


#s-e9a12630-7186-499a-924c-c2a6369515ff .shogun-image-content {
  
    align-items: center;
  
}

#s-522ff613-a354-40bc-8218-3707a8937696 {
  margin-top: 8px;
}

#s-adf53d4e-917d-4b2b-97d6-41a86f1c038f {
  min-height: 50px;
background-color: rgba(251, 236, 241, 1);
}








#s-adf53d4e-917d-4b2b-97d6-41a86f1c038f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adf53d4e-917d-4b2b-97d6-41a86f1c038f.shg-box.shg-c {
  justify-content: 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-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f {
  max-width: 330px;
}

#s-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
}

#s-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f td.shogun-table-column, #s-d2e3f78d-a46e-4a97-a4dc-47f0d43cc19f td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-3105074e-ce04-44dd-a16c-367121f1353c {
  max-width: 32px;
text-align: center;
}




  #s-3105074e-ce04-44dd-a16c-367121f1353c img.shogun-image {
    
    width: px;
  }


#s-3105074e-ce04-44dd-a16c-367121f1353c .shogun-image-content {
  
    align-items: center;
  
}

#s-c344f003-c336-4743-8fc4-5594b92a0905 {
  margin-top: 16px;
margin-bottom: 16px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-0b57a3dc-8c1d-438f-b37e-65be71a0699a {
  margin-bottom: 24px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2b1b9440-b9f2-41ae-ba69-9988bb03b312 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 16px;
background-color: rgba(255, 243, 243, 1);
}

#s-8d393078-ee32-4546-b66c-28862a3a2304 {
  margin-bottom: 24px;
}

#s-f67e1ac1-134d-4a19-b4ef-637826546790 {
  margin-left: auto;
margin-right: auto;
min-height: 38px;
max-width: 304px;
background-color: rgba(251, 236, 241, 1);
}








#s-f67e1ac1-134d-4a19-b4ef-637826546790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f67e1ac1-134d-4a19-b4ef-637826546790.shg-box.shg-c {
  justify-content: center;
}

#s-8219f9f5-4007-459a-9a20-1e3c92dfd84e {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 38px;
max-width: 288px;
}

#s-3c3e3d8b-4dbc-4799-bf18-b79a1f36afed {
  text-align: center;
}




  #s-3c3e3d8b-4dbc-4799-bf18-b79a1f36afed img.shogun-image {
    
    width: px;
  }


#s-3c3e3d8b-4dbc-4799-bf18-b79a1f36afed .shogun-image-content {
  
    align-items: 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);
}

#s-64b33ec3-7cde-4415-96e8-d34cb60d71c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-64b33ec3-7cde-4415-96e8-d34cb60d71c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-64b33ec3-7cde-4415-96e8-d34cb60d71c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-64b33ec3-7cde-4415-96e8-d34cb60d71c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-64b33ec3-7cde-4415-96e8-d34cb60d71c2 > .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: 16px;
}

#s-64b33ec3-7cde-4415-96e8-d34cb60d71c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-948fc9b0-7edc-4a91-a1c0-8438755646d3 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
min-height: 38px;
max-width: 288px;
background-color: rgba(251, 236, 241, 1);
}








#s-948fc9b0-7edc-4a91-a1c0-8438755646d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-948fc9b0-7edc-4a91-a1c0-8438755646d3.shg-box.shg-c {
  justify-content: center;
}

#s-9d90a93b-9e28-47ec-b682-231fdfeb644c {
  margin-top: 8px;
}

#s-332bacf9-d589-49d3-9dcf-4659937479eb {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
max-width: 330px;
}








#s-332bacf9-d589-49d3-9dcf-4659937479eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-332bacf9-d589-49d3-9dcf-4659937479eb.shg-box.shg-c {
  justify-content: center;
}

#s-27649e1d-2a42-4635-a785-c3f9813f26ef .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-27649e1d-2a42-4635-a785-c3f9813f26ef table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-27649e1d-2a42-4635-a785-c3f9813f26ef td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-27649e1d-2a42-4635-a785-c3f9813f26ef td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-27649e1d-2a42-4635-a785-c3f9813f26ef td.shogun-table-column, #s-27649e1d-2a42-4635-a785-c3f9813f26ef td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-1a450820-f618-4fc5-9ecf-aaa56ee99793 {
  margin-left: -8px;
margin-right: -8px;
}

#s-8a150be5-7601-4c04-bec2-33b16f7bd9b7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-8a150be5-7601-4c04-bec2-33b16f7bd9b7 img.shogun-image {
    
    width: px;
  }


#s-8a150be5-7601-4c04-bec2-33b16f7bd9b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc02082-130d-4fd5-8399-569ec8cf7f46 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-2dc02082-130d-4fd5-8399-569ec8cf7f46 img.shogun-image {
    
    width: px;
  }


#s-2dc02082-130d-4fd5-8399-569ec8cf7f46 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3a766eb-748e-4c57-b745-3c4df8931dd0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-f3a766eb-748e-4c57-b745-3c4df8931dd0 img.shogun-image {
    
    width: px;
  }


#s-f3a766eb-748e-4c57-b745-3c4df8931dd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-21816dfe-a54f-4d93-a76f-691eec90f221 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-21816dfe-a54f-4d93-a76f-691eec90f221 img.shogun-image {
    
    width: px;
  }


#s-21816dfe-a54f-4d93-a76f-691eec90f221 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9a3af80-37dc-47e2-a9fb-2a843fcaf9fc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-c9a3af80-37dc-47e2-a9fb-2a843fcaf9fc img.shogun-image {
    
    width: px;
  }


#s-c9a3af80-37dc-47e2-a9fb-2a843fcaf9fc .shogun-image-content {
  
    align-items: center;
  
}

#s-23fcf409-4c4c-4c3f-8c44-335a575540b1 {
  margin-top: 24px;
}

#s-e4621eab-9c28-4edc-a33d-c049059aa0fc {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e4621eab-9c28-4edc-a33d-c049059aa0fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4621eab-9c28-4edc-a33d-c049059aa0fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4621eab-9c28-4edc-a33d-c049059aa0fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e2cdc5bd-7805-42f4-aaa2-5fbee6174366 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-top: 16px;
max-width: 288px;
background-color: rgba(251, 236, 241, 1);
}

.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-ae671c57-dd37-4183-a887-8d91dc3cf6db {
  margin-bottom: 16px;
}

#s-c364a69e-b1cc-4542-89b2-41c09c558d8d {
  margin-bottom: 12px;
}

#s-d5ef1d21-91f3-4c53-8aee-64220cedfe32 {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-d5ef1d21-91f3-4c53-8aee-64220cedfe32 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(227, 227, 227, 1);
}

#s-a67a4c83-221c-4d72-a1fb-68df40a3b070 {
  margin-left: auto;
margin-right: auto;
max-width: 288px;
}

#s-04a7c9a0-4c2b-4282-8448-a4204f21ccbe {
  margin-top: 12px;
margin-bottom: 24px;
}

#s-04a7c9a0-4c2b-4282-8448-a4204f21ccbe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(227, 227, 227, 1);
}

#s-4b3a0260-2f1a-4248-8094-5bac1cb55d8e {
  margin-bottom: 16px;
}

#s-80a73a66-d621-4bf9-bd4b-9c8d9ef19a7a {
  margin-bottom: 56px;
text-align: center;
}




  #s-80a73a66-d621-4bf9-bd4b-9c8d9ef19a7a img.shogun-image {
    
    width: px;
  }


#s-80a73a66-d621-4bf9-bd4b-9c8d9ef19a7a .shogun-image-content {
  
    align-items: center;
  
}

#s-e5dcc987-c142-4a7a-88f2-d38124deb037 {
  margin-top: 70%;
text-align: center;
}




  #s-e5dcc987-c142-4a7a-88f2-d38124deb037 img.shogun-image {
    
    width: px;
  }


#s-e5dcc987-c142-4a7a-88f2-d38124deb037 .shogun-image-content {
  
    align-items: center;
  
}

#s-f344871f-cae7-42ff-96d9-566d80ba58c8 {
  margin-bottom: 24px;
padding-top: 16px;
padding-bottom: 16px;
min-height: 50px;
background-color: rgba(255, 243, 243, 1);
}








#s-f344871f-cae7-42ff-96d9-566d80ba58c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f344871f-cae7-42ff-96d9-566d80ba58c8.shg-box.shg-c {
  justify-content: center;
}

#s-bdbdf4d6-bafc-4f38-829e-f352802958d2 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 304px;
}

#s-b6808046-cc1e-4976-bdaa-e23a45cf7947 {
  margin-bottom: 8px;
}

#s-2d58a6c8-78bc-4d98-8ba4-1bd386be6230 {
  margin-bottom: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2d58a6c8-78bc-4d98-8ba4-1bd386be6230:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d58a6c8-78bc-4d98-8ba4-1bd386be6230:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d58a6c8-78bc-4d98-8ba4-1bd386be6230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e679093f-f389-4199-8e95-0fc746dc1f90 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7e18b881-783d-4583-82e3-21affc784ec8 {
  text-align: center;
}




  #s-7e18b881-783d-4583-82e3-21affc784ec8 img.shogun-image {
    
    width: px;
  }


#s-7e18b881-783d-4583-82e3-21affc784ec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b3f8681-1a7a-4c70-b51d-8f2a866ce69f {
  padding-left: 16px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 244, 248, 1);
}








#s-8b3f8681-1a7a-4c70-b51d-8f2a866ce69f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b3f8681-1a7a-4c70-b51d-8f2a866ce69f.shg-box.shg-c {
  justify-content: center;
}

#s-f73e526f-a635-4c0d-a5a8-f374cff10498 {
  min-height: 86px;
text-align: center;
}




  #s-f73e526f-a635-4c0d-a5a8-f374cff10498 img.shogun-image {
    
    width: px;
  }


#s-f73e526f-a635-4c0d-a5a8-f374cff10498 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b46fc90-a6b6-47bd-831a-86da38907fc1 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: 188px;
}

#s-6324eacd-8d4a-4f23-a82a-c4aa71121a47 {
  padding-left: 16px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 244, 248, 1);
}








#s-6324eacd-8d4a-4f23-a82a-c4aa71121a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6324eacd-8d4a-4f23-a82a-c4aa71121a47.shg-box.shg-c {
  justify-content: center;
}

#s-578fbe24-2380-497c-8963-9ffe6f918cbe {
  min-height: 86px;
text-align: center;
}




  #s-578fbe24-2380-497c-8963-9ffe6f918cbe img.shogun-image {
    
    width: px;
  }


#s-578fbe24-2380-497c-8963-9ffe6f918cbe .shogun-image-content {
  
    align-items: center;
  
}

#s-caf5bc98-33e3-4067-87f2-5cbcddebf580 {
  margin-left: auto;
margin-right: auto;
max-width: 188px;
}

#s-6aceb13d-5571-4cb2-8189-4cea43d5c5c1 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 230px;
}

#s-b479c55e-ad12-47f2-a14b-be4eef47e757 {
  margin-bottom: 16px;
}

#s-f1b2d649-2574-4ffb-b134-1064b75a0590 {
  text-align: center;
}




  #s-f1b2d649-2574-4ffb-b134-1064b75a0590 img.shogun-image {
    
    width: px;
  }


#s-f1b2d649-2574-4ffb-b134-1064b75a0590 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74 {
  margin-top: 24px;
}

@media (min-width: 0px) {
[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.4px);
}

}

@media (min-width: 992px) {
[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.4px);
}

}

@media (min-width: 1200px) {
[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.4px);
}

[id="s-1f58dde3-6dc8-4cf5-abc1-350d3a090a74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.4px);
}

}

#s-49e01d64-75ce-4d50-b73e-5e0d49bd5e8f {
  text-align: center;
}





#s-49e01d64-75ce-4d50-b73e-5e0d49bd5e8f .shogun-image-content {
  
    align-items: center;
  
}

#s-a4a60415-7c8c-4b41-8b2d-9e7bc43950ba {
  margin-top: 8px;
}

#s-fc7524dc-baf8-4bdd-8705-5c376916f344 {
  text-align: center;
}





#s-fc7524dc-baf8-4bdd-8705-5c376916f344 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e5dd0fd-e6ac-4449-9ce4-291f4f04a280 {
  margin-top: 8px;
}

#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb {
  margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb {
  display: none;
}
#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb, #wrap-s-ccaf42a9-d20f-4398-b51c-3294b7b482eb { display:none !important; }}@media (max-width: 767px){#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb {
  display: none;
}
#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb, #wrap-s-ccaf42a9-d20f-4398-b51c-3294b7b482eb { display:none !important; }}







#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccaf42a9-d20f-4398-b51c-3294b7b482eb.shg-box.shg-c {
  justify-content: center;
}

#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de {
  background-image: url(https://i.shgcdn.com/4cd45e84-2aea-41af-8739-03741c792c3e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de {
  display: none;
}
#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de, #wrap-s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de { display:none !important; }}@media (max-width: 767px){#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de {
  display: none;
}
#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de, #wrap-s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de { display:none !important; }}







#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdee4bb9-d53f-4d46-b8d2-5b410631f5de.shg-box.shg-c {
  justify-content: center;
}

#s-fa82660b-45df-457b-92b3-5bf69a3d9513 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa82660b-45df-457b-92b3-5bf69a3d9513"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-d7e15ff9-6c84-497a-83fe-7c9a5752c5fc {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7e15ff9-6c84-497a-83fe-7c9a5752c5fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4e646f06-95bc-484d-a9e0-4b1a2777feee {
  margin-top: 48px;
margin-left: -1em;
margin-bottom: 24px;
}

#s-2022eec5-9125-477b-864b-b99891ac1377 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2022eec5-9125-477b-864b-b99891ac1377 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5 {
  display: none;
}
#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5, #wrap-s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5 { display:none !important; }}@media (max-width: 767px){#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5 {
  display: none;
}
#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5, #wrap-s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5 { display:none !important; }}







#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1e17f34-6a31-4b2e-bd92-a184421a5ee5.shg-box.shg-c {
  justify-content: center;
}

#s-1aede0dc-0fb4-4801-afae-7ee227f31229 {
  margin-top: 42px;
padding-top: 8px;
}

#s-6754041d-fd60-44f4-9791-2b44780b870a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-6754041d-fd60-44f4-9791-2b44780b870a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.0px);
}

}

#s-5a85c2e8-f32e-43f0-b6c2-3131f5bca5be {
  min-height: 518px;
text-align: center;
}




  #s-5a85c2e8-f32e-43f0-b6c2-3131f5bca5be img.shogun-image {
    
    width: px;
  }


#s-5a85c2e8-f32e-43f0-b6c2-3131f5bca5be .shogun-image-content {
  
    align-items: center;
  
}

#s-3e6da9cc-d556-4383-9e0d-80a5046911e7 {
  border-style: solid;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(230, 142, 155, 1);
border-style: dashed;
min-height: 363px;
}








#s-3e6da9cc-d556-4383-9e0d-80a5046911e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e6da9cc-d556-4383-9e0d-80a5046911e7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa5260cd-3970-447a-b9ba-eedf4da652cb {
  min-height: 50px;
}








#s-fa5260cd-3970-447a-b9ba-eedf4da652cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa5260cd-3970-447a-b9ba-eedf4da652cb.shg-box.shg-c {
  justify-content: center;
}

#s-3fe38cc9-7242-4a40-a876-bda652653fb8 {
  margin-top: 16px;
margin-bottom: 0%;
}
@media (max-width: 767px){#s-3fe38cc9-7242-4a40-a876-bda652653fb8 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}
#s-fba5f36a-543f-4bd6-b981-b245f5a5d266 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-fba5f36a-543f-4bd6-b981-b245f5a5d266:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fba5f36a-543f-4bd6-b981-b245f5a5d266:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-fba5f36a-543f-4bd6-b981-b245f5a5d266 {
  display: none;
}
#s-fba5f36a-543f-4bd6-b981-b245f5a5d266, #wrap-s-fba5f36a-543f-4bd6-b981-b245f5a5d266 { display:none !important; }}@media (max-width: 767px){#s-fba5f36a-543f-4bd6-b981-b245f5a5d266 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-fba5f36a-543f-4bd6-b981-b245f5a5d266, #wrap-s-fba5f36a-543f-4bd6-b981-b245f5a5d266 { display:none !important; }}

  #s-fba5f36a-543f-4bd6-b981-b245f5a5d266-btn-wrapper {
    text-align: left;
  }


#s-fba5f36a-543f-4bd6-b981-b245f5a5d266.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6020c0be-14c4-4590-90c2-ca24335a9a17 {
  margin-top: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6020c0be-14c4-4590-90c2-ca24335a9a17 {
  display: none;
}
#s-6020c0be-14c4-4590-90c2-ca24335a9a17, #wrap-s-6020c0be-14c4-4590-90c2-ca24335a9a17 { display:none !important; }}@media (max-width: 767px){#s-6020c0be-14c4-4590-90c2-ca24335a9a17 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-6020c0be-14c4-4590-90c2-ca24335a9a17, #wrap-s-6020c0be-14c4-4590-90c2-ca24335a9a17 { display:none !important; }}
#s-fd687e36-4c5d-40d0-8fd3-590f2153727e {
  margin-top: -150px;
margin-left: auto;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.666666666666666px);
}

[id="s-fd687e36-4c5d-40d0-8fd3-590f2153727e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.666666666666666px);
}

}

#s-eee3bc13-a045-4d64-a0b1-0a37a66c01bc {
  text-align: right;
}





#s-eee3bc13-a045-4d64-a0b1-0a37a66c01bc .shogun-image-content {
  
    align-items: center;
  
}

#s-e627ddfd-0f04-4ad8-ba4e-6dae247b9fa9 {
  text-align: left;
}





#s-e627ddfd-0f04-4ad8-ba4e-6dae247b9fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dc96405-2edf-4c94-8f16-cd9ffde23f15 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 364px;
background-position: center center;
}








#s-6dc96405-2edf-4c94-8f16-cd9ffde23f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dc96405-2edf-4c94-8f16-cd9ffde23f15.shg-box.shg-c {
  justify-content: center;
}

#s-c09dd90f-865f-4d18-8965-bae5dcb1376b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-c09dd90f-865f-4d18-8965-bae5dcb1376b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 60.0px);
}

}

#s-ab5a8147-8d52-4d33-a3dd-1a0cb6fc3bab {
  min-height: 316px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-ab5a8147-8d52-4d33-a3dd-1a0cb6fc3bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab5a8147-8d52-4d33-a3dd-1a0cb6fc3bab.shg-box.shg-c {
  justify-content: center;
}

#s-cede812d-1437-4571-a754-661fdb51ddc1 {
  margin-left: 16px;
}

#s-75dede58-63a4-4a13-a715-9729514f1ce0 {
  margin-left: 16px;
margin-right: 16px;
max-width: 430px;
}

#s-44c20151-48d0-44c1-95f1-23f9c51df4a9 {
  margin-left: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-44c20151-48d0-44c1-95f1-23f9c51df4a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44c20151-48d0-44c1-95f1-23f9c51df4a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44c20151-48d0-44c1-95f1-23f9c51df4a9-btn-wrapper {
    text-align: left;
  }


#s-44c20151-48d0-44c1-95f1-23f9c51df4a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-97f627f6-792e-4b2f-b43d-d6e66ad4ab70 {
  margin-top: 64px;
margin-bottom: 28px;
}

#s-6d840f4a-c472-4691-bb55-ec553f6669d1 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 890px;
}

#s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb {
  margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.666666666666666px);
}

[id="s-273b6022-54c7-45b0-8b83-5b93c0ee5eeb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.666666666666666px);
}

}

#s-96a90597-fb99-4830-9d73-5d50e397501e {
  text-align: center;
}




  #s-96a90597-fb99-4830-9d73-5d50e397501e img.shogun-image {
    
    width: px;
  }


#s-96a90597-fb99-4830-9d73-5d50e397501e .shogun-image-content {
  
    align-items: center;
  
}

#s-0b364419-c490-40f2-8a58-320a48ac9338 {
  margin-top: 8px;
}

#s-cf7357f2-438b-4627-8434-70653b98748d {
  text-align: center;
}




  #s-cf7357f2-438b-4627-8434-70653b98748d img.shogun-image {
    
    width: px;
  }


#s-cf7357f2-438b-4627-8434-70653b98748d .shogun-image-content {
  
    align-items: center;
  
}

#s-8b29d9a3-bcfb-404a-b8d4-b429a5d403cd {
  margin-top: 8px;
}

#s-25f0c033-e63c-4cda-8c5e-d262eb0e29cc {
  text-align: center;
}




  #s-25f0c033-e63c-4cda-8c5e-d262eb0e29cc img.shogun-image {
    
    width: px;
  }


#s-25f0c033-e63c-4cda-8c5e-d262eb0e29cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e57db7f0-0ddd-4987-a867-76f2bc252325 {
  margin-top: 8px;
}

#s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d {
  margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b7f4fb1-49a0-4ad7-9f6f-1fdb8100434d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-31c80205-bab5-4b7c-ab2c-2a3497caea68 {
  text-align: center;
}




  #s-31c80205-bab5-4b7c-ab2c-2a3497caea68 img.shogun-image {
    
    width: px;
  }


#s-31c80205-bab5-4b7c-ab2c-2a3497caea68 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0ec00cc-34e4-4b05-83ab-c0fad6e7364f {
  min-height: 319px;
}








#s-a0ec00cc-34e4-4b05-83ab-c0fad6e7364f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ec00cc-34e4-4b05-83ab-c0fad6e7364f.shg-box.shg-c {
  justify-content: center;
}

#s-1c6be95e-9971-4d2c-a930-63ae62a499f7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-918b40d0-5ee6-42df-b7bd-e53bbe28c327 {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
}

#s-ed6689f7-2b45-49c8-bf86-95de7ac06e2c {
  margin-left: auto;
margin-right: auto;
max-width: 664px;
}

#s-d60fa876-9288-4790-a6aa-e08412e40e14 {
  margin-top: 34px;
margin-left: auto;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d60fa876-9288-4790-a6aa-e08412e40e14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cab7bd81-d2c8-46e3-a467-5df05eac1e31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 551px;
background-color: rgba(255, 233, 241, 1);
}

#s-7e2edfcd-85b5-46ae-ba83-2d077d674b0f {
  margin-top: 48px;
text-align: center;
}




  #s-7e2edfcd-85b5-46ae-ba83-2d077d674b0f img.shogun-image {
    
    width: px;
  }


#s-7e2edfcd-85b5-46ae-ba83-2d077d674b0f .shogun-image-content {
  
    align-items: center;
  
}

#s-76d890a5-e32b-4116-afe9-3f85c4cd5dde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 551px;
background-color: rgba(255, 233, 241, 1);
}

#s-e734c4e9-22bd-4821-a961-65827f273a4a {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

@media (min-width: 0px) {
[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e734c4e9-22bd-4821-a961-65827f273a4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5514108c-20e7-455c-b6de-5a4c8bf5f384 {
  min-height: 50px;
}








#s-5514108c-20e7-455c-b6de-5a4c8bf5f384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5514108c-20e7-455c-b6de-5a4c8bf5f384.shg-box.shg-c {
  justify-content: center;
}

#s-0d5c0f19-1b9d-4a73-b673-2f332a71faf5 {
  margin-left: auto;
margin-right: auto;
min-height: 62px;
max-width: 62px;
text-align: center;
}




  #s-0d5c0f19-1b9d-4a73-b673-2f332a71faf5 img.shogun-image {
    
    width: px;
  }


#s-0d5c0f19-1b9d-4a73-b673-2f332a71faf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0afbb925-8aaa-4430-866d-22819fdc0396 {
  margin-top: 10px;
min-height: 43px;
}

#s-966d22e9-91b1-4fac-b065-4dc244fa1ae6 {
  min-height: 50px;
}








#s-966d22e9-91b1-4fac-b065-4dc244fa1ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-966d22e9-91b1-4fac-b065-4dc244fa1ae6.shg-box.shg-c {
  justify-content: center;
}

#s-27bf8998-33c4-4d58-b323-60ca376294dd {
  margin-left: auto;
margin-right: auto;
min-height: 62px;
max-width: 62px;
text-align: center;
}




  #s-27bf8998-33c4-4d58-b323-60ca376294dd img.shogun-image {
    
    width: px;
  }


#s-27bf8998-33c4-4d58-b323-60ca376294dd .shogun-image-content {
  
    align-items: center;
  
}

#s-49852f21-eea4-4f73-8314-cad4d7155f1d {
  margin-top: 10px;
min-height: 43px;
}

#s-017dbbcf-aecf-4737-b860-b774e49f5fc4 {
  min-height: 50px;
}








#s-017dbbcf-aecf-4737-b860-b774e49f5fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-017dbbcf-aecf-4737-b860-b774e49f5fc4.shg-box.shg-c {
  justify-content: center;
}

#s-c005b914-d67b-489c-8176-8e4ce5ef605f {
  margin-left: auto;
margin-right: auto;
min-height: 62px;
max-width: 62px;
text-align: center;
}




  #s-c005b914-d67b-489c-8176-8e4ce5ef605f img.shogun-image {
    
    width: px;
  }


#s-c005b914-d67b-489c-8176-8e4ce5ef605f .shogun-image-content {
  
    align-items: center;
  
}

#s-f02c0d90-452b-4648-8275-e8828ae41ecc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
min-height: 43px;
}

#s-5565af50-07b5-4786-acc7-57831af21b67 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-5565af50-07b5-4786-acc7-57831af21b67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-099bcc20-6584-4e63-8d81-60fb5f2bd094 {
  margin-left: 100px;
max-width: 62px;
text-align: right;
}




  #s-099bcc20-6584-4e63-8d81-60fb5f2bd094 img.shogun-image {
    
    width: px;
  }


#s-099bcc20-6584-4e63-8d81-60fb5f2bd094 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6b52a10-9172-4cb4-bd91-c6461822c865 {
  min-height: 50px;
max-width: 93px;
}








#s-b6b52a10-9172-4cb4-bd91-c6461822c865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b52a10-9172-4cb4-bd91-c6461822c865.shg-box.shg-c {
  justify-content: center;
}

#s-617f810c-27c2-4d24-9995-c996ef67b321 {
  margin-left: 15px;
margin-right: -30px;
text-align: center;
}




  #s-617f810c-27c2-4d24-9995-c996ef67b321 img.shogun-image {
    
    width: px;
  }


#s-617f810c-27c2-4d24-9995-c996ef67b321 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed1cf82-a3c7-493c-92c4-51be46912d2f {
  margin-top: 10px;
margin-right: -45px;
}

#s-4261ce3b-ccc4-4610-8916-4cadfbb163b0 {
  max-width: 62px;
text-align: center;
}




  #s-4261ce3b-ccc4-4610-8916-4cadfbb163b0 img.shogun-image {
    
    width: px;
  }


#s-4261ce3b-ccc4-4610-8916-4cadfbb163b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5d3600-2fff-46e9-b79d-e2ade8415884 {
  margin-top: 10px;
margin-left: -35px;
}

#s-31c094e6-6de8-45b9-b7b4-4c564039d0a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-31c094e6-6de8-45b9-b7b4-4c564039d0a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31c094e6-6de8-45b9-b7b4-4c564039d0a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31c094e6-6de8-45b9-b7b4-4c564039d0a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ca7304b-a6fb-4d47-9166-36e9a6bd862f {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
max-width: 1118px;
background-color: rgba(255, 233, 241, 1);
}

#s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.0px);
}

}

@media (min-width: 992px) {
[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-0cedc99c-5e4d-4a50-92bf-8c37f31b8844"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.0px);
}

}

#s-7ff95bb8-faa5-4805-a6fb-d8c2d2aac4f4 {
  min-height: 310px;
}








#s-7ff95bb8-faa5-4805-a6fb-d8c2d2aac4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff95bb8-faa5-4805-a6fb-d8c2d2aac4f4.shg-box.shg-c {
  justify-content: center;
}

#s-2d3d922a-c885-4012-a4f7-7ce024dcf331 {
  margin-bottom: 34px;
max-width: 414px;
}

#s-c33711d4-6cbb-433c-9b81-3964922d1bf6 {
  min-height: 50px;
background-color: rgba(250, 229, 229, 1);
}








#s-c33711d4-6cbb-433c-9b81-3964922d1bf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c33711d4-6cbb-433c-9b81-3964922d1bf6.shg-box.shg-c {
  justify-content: center;
}

#s-5d846bb2-b62c-4960-89b6-38381d1e4883 {
  margin-top: 48px;
margin-left: auto;
margin-right: auto;
max-width: 664px;
}

#s-5da9eb3a-22cc-449a-b50f-7f93f80140d3 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 551px;
}

#s-4d5defa7-2708-493c-9ffa-6f8682ce84af {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-cb59b02c-b0c2-4f3a-9c0f-3d543d55bead {
  margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
min-height: 455px;
max-width: 526px;
}








#s-cb59b02c-b0c2-4f3a-9c0f-3d543d55bead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb59b02c-b0c2-4f3a-9c0f-3d543d55bead.shg-box.shg-c {
  justify-content: center;
}

#s-a0006587-7b30-405d-96d2-73670ceb0029 {
  text-align: center;
}




  #s-a0006587-7b30-405d-96d2-73670ceb0029 img.shogun-image {
    
    width: px;
  }


#s-a0006587-7b30-405d-96d2-73670ceb0029 .shogun-image-content {
  
    align-items: center;
  
}

#s-f906f93b-0cb3-4b91-b665-7450936b0fab {
  margin-top: 78%;
text-align: center;
}




  #s-f906f93b-0cb3-4b91-b665-7450936b0fab img.shogun-image {
    
    width: px;
  }


#s-f906f93b-0cb3-4b91-b665-7450936b0fab .shogun-image-content {
  
    align-items: center;
  
}

#s-0af8cf40-f79a-43d0-9710-8084f1b63f15 {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-0af8cf40-f79a-43d0-9710-8084f1b63f15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-00d8a35f-6d49-4980-961a-8730a1ca3018 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1125a5e8-0fff-4afa-8eb2-61904abc01a0 {
  text-align: center;
}




  #s-1125a5e8-0fff-4afa-8eb2-61904abc01a0 img.shogun-image {
    
    width: px;
  }


#s-1125a5e8-0fff-4afa-8eb2-61904abc01a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-368eef38-e081-4711-a3bc-1af4a5b1a150 {
  margin-top: 16px;
max-width: 437px;
}

#s-51c11bd4-cc57-467d-a8c1-e8691a289ba2 {
  max-width: 421px;
}

#s-9cf0027e-f5b0-4e51-82ba-40ba2a3919d4 {
  margin-left: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-9cf0027e-f5b0-4e51-82ba-40ba2a3919d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cf0027e-f5b0-4e51-82ba-40ba2a3919d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9cf0027e-f5b0-4e51-82ba-40ba2a3919d4-btn-wrapper {
    text-align: left;
  }


#s-9cf0027e-f5b0-4e51-82ba-40ba2a3919d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2593168a-01fe-4df8-80c9-1a15b8400014 {
  margin-top: 24px;
}

@media (min-width: 0px) {
[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2593168a-01fe-4df8-80c9-1a15b8400014"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-db345d5f-83f7-43bf-91cd-0753e5b3aa25 {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(255, 243, 243, 1);
}








#s-db345d5f-83f7-43bf-91cd-0753e5b3aa25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db345d5f-83f7-43bf-91cd-0753e5b3aa25.shg-box.shg-c {
  justify-content: center;
}

#s-681c5a4f-ee24-465a-97b2-619f0f617d8d {
  padding-top: 24px;
padding-bottom: 16px;
text-align: center;
}




  #s-681c5a4f-ee24-465a-97b2-619f0f617d8d img.shogun-image {
    
    width: px;
  }


#s-681c5a4f-ee24-465a-97b2-619f0f617d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-d5c18acd-451d-4740-b2ad-5375c4a0718a {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(255, 243, 243, 1);
}








#s-d5c18acd-451d-4740-b2ad-5375c4a0718a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c18acd-451d-4740-b2ad-5375c4a0718a.shg-box.shg-c {
  justify-content: center;
}

#s-4ccdef22-44ec-4749-b418-b041c93ffa0e {
  padding-top: 24px;
padding-bottom: 34px;
text-align: center;
}




  #s-4ccdef22-44ec-4749-b418-b041c93ffa0e img.shogun-image {
    
    width: px;
  }


#s-4ccdef22-44ec-4749-b418-b041c93ffa0e .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1118px;
}

@media (min-width: 0px) {
[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-0bf3601f-384d-4a02-9e14-bdd1c4a3e4d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-08e5d023-5f1e-4084-a3a7-53689d7238c0 {
  min-height: 364px;
background-color: rgba(255, 243, 243, 1);
}








#s-08e5d023-5f1e-4084-a3a7-53689d7238c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08e5d023-5f1e-4084-a3a7-53689d7238c0.shg-box.shg-c {
  justify-content: center;
}

#s-fcf57252-139d-4277-a4ed-8fcb21af176e {
  margin-bottom: 32px;
}

#s-7f29fc1b-6a7d-4324-b1ab-1b9a21ea9467 {
  border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
max-width: 455px;
}

#s-4af57526-96d6-4e4f-9106-f20970790f35 {
  min-height: 50px;
}








#s-4af57526-96d6-4e4f-9106-f20970790f35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af57526-96d6-4e4f-9106-f20970790f35.shg-box.shg-c {
  justify-content: center;
}

#s-55602fc2-f2b4-4cbd-a655-1504510d9f0f {
  margin-top: 8px;
margin-bottom: 8px;
text-align: center;
}




  #s-55602fc2-f2b4-4cbd-a655-1504510d9f0f img.shogun-image {
    
    width: px;
  }


#s-55602fc2-f2b4-4cbd-a655-1504510d9f0f .shogun-image-content {
  
    align-items: center;
  
}

#s-49e72013-89b0-4b9c-a913-23992f490efb {
  min-height: 50px;
}








#s-49e72013-89b0-4b9c-a913-23992f490efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49e72013-89b0-4b9c-a913-23992f490efb.shg-box.shg-c {
  justify-content: center;
}

#s-b0cddc7d-4c66-4296-ab20-cd169e9d1946 {
  margin-top: -120px;
margin-right: -24px;
text-align: center;
}




  #s-b0cddc7d-4c66-4296-ab20-cd169e9d1946 img.shogun-image {
    
    width: px;
  }


#s-b0cddc7d-4c66-4296-ab20-cd169e9d1946 .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;
}
