.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-5ce93bc2-9c09-4d6d-aa96-c559a013ac93 {
  margin-top: 1%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93 {
  display: none;
}
#s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93, #wrap-s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93 { display:none !important; }}@media (max-width: 767px){#s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93 {
  display: none;
}
#s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93, #wrap-s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93 { display:none !important; }}







#s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce93bc2-9c09-4d6d-aa96-c559a013ac93.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-cc37d9ee-596d-4d4f-ad2e-07dc7a70b32c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cc37d9ee-596d-4d4f-ad2e-07dc7a70b32c {
  
}
}




#s-cc37d9ee-596d-4d4f-ad2e-07dc7a70b32c .shogun-image-content {
  
    align-items: center;
  
}

#s-2ff91678-b771-4c99-a426-9d8bc4a03b66 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 50%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}








#s-2ff91678-b771-4c99-a426-9d8bc4a03b66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff91678-b771-4c99-a426-9d8bc4a03b66.shg-box.shg-c {
  justify-content: flex-start;
}

.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-bf2f4244-4cb9-40be-a43d-5760bdacea09 {
  margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 {
  margin-top: 5%;
margin-bottom: 4%;
text-align: left;
}
}@media (max-width: 767px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 {
  margin-bottom: 30px;
}
}
#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 1200px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 42px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bf2f4244-4cb9-40be-a43d-5760bdacea09 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-3fa11933-b8c7-42bb-ac08-27480f33a46a {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3fa11933-b8c7-42bb-ac08-27480f33a46a {
  text-align: center;
}
}
#s-3fa11933-b8c7-42bb-ac08-27480f33a46a .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "Helvetica Neue";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-3fa11933-b8c7-42bb-ac08-27480f33a46a .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "Helvetica Neue";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: 0px;
  text-align: center;
}


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

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

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

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

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

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

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

#s-4b256332-2fab-40fd-95c3-58eb9080810b {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 50%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 0px;
background-color: #252525;
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-4b256332-2fab-40fd-95c3-58eb9080810b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b256332-2fab-40fd-95c3-58eb9080810b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b256332-2fab-40fd-95c3-58eb9080810b-btn-wrapper {
    text-align: left;
  }


#s-4b256332-2fab-40fd-95c3-58eb9080810b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2b50211d-699f-4c2c-826f-37a816bbcae5 {
  background-image: url(https://i.shgcdn.com/b4e7fd2e-fd1e-40e1-b212-729b73c0ee66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2b50211d-699f-4c2c-826f-37a816bbcae5 {
  display: none;
}
#s-2b50211d-699f-4c2c-826f-37a816bbcae5, #wrap-s-2b50211d-699f-4c2c-826f-37a816bbcae5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b50211d-699f-4c2c-826f-37a816bbcae5 {
  display: none;
}
#s-2b50211d-699f-4c2c-826f-37a816bbcae5, #wrap-s-2b50211d-699f-4c2c-826f-37a816bbcae5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b50211d-699f-4c2c-826f-37a816bbcae5 {
  display: none;
}
#s-2b50211d-699f-4c2c-826f-37a816bbcae5, #wrap-s-2b50211d-699f-4c2c-826f-37a816bbcae5 { display:none !important; }}@media (max-width: 767px){#s-2b50211d-699f-4c2c-826f-37a816bbcae5 {
  min-height: 480px;
display: none;
}
#s-2b50211d-699f-4c2c-826f-37a816bbcae5, #wrap-s-2b50211d-699f-4c2c-826f-37a816bbcae5 { display:none !important; }}







#s-2b50211d-699f-4c2c-826f-37a816bbcae5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-2b50211d-699f-4c2c-826f-37a816bbcae5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-52e8df2b-d998-4961-8fc2-5144e06cdb6e {
  margin-bottom: 20px;
padding-left: 80px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-52e8df2b-d998-4961-8fc2-5144e06cdb6e {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52e8df2b-d998-4961-8fc2-5144e06cdb6e {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-52e8df2b-d998-4961-8fc2-5144e06cdb6e {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-52e8df2b-d998-4961-8fc2-5144e06cdb6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e8df2b-d998-4961-8fc2-5144e06cdb6e.shg-box.shg-c {
  justify-content: center;
}

#s-1512f765-a587-4384-8082-54260618b2c8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: center;
}
@media (min-width: 1200px){#s-1512f765-a587-4384-8082-54260618b2c8 {
  padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1512f765-a587-4384-8082-54260618b2c8 {
  margin-bottom: 30px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1512f765-a587-4384-8082-54260618b2c8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-bottom: 10px;
max-width: 380px;
text-align: left;
}
}@media (max-width: 767px){#s-1512f765-a587-4384-8082-54260618b2c8 {
  margin-bottom: 1%;
}
}
#s-1512f765-a587-4384-8082-54260618b2c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-1512f765-a587-4384-8082-54260618b2c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1512f765-a587-4384-8082-54260618b2c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-1512f765-a587-4384-8082-54260618b2c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-2f819503-efcb-41a2-8112-d58b77eec3d6 {
  padding-top: 5px;
padding-bottom: 5px;
max-width: 600px;
text-align: left;
}
@media (min-width: 1200px){#s-2f819503-efcb-41a2-8112-d58b77eec3d6 {
  margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f819503-efcb-41a2-8112-d58b77eec3d6 {
  margin-bottom: 60px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f819503-efcb-41a2-8112-d58b77eec3d6 {
  margin-bottom: 30px;
max-width: 400px;
}
}@media (max-width: 767px){#s-2f819503-efcb-41a2-8112-d58b77eec3d6 {
  margin-bottom: 5%;
text-align: center;
}
}
#s-2f819503-efcb-41a2-8112-d58b77eec3d6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Maison Neue,sans-serif";
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-2f819503-efcb-41a2-8112-d58b77eec3d6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Maison Neue,sans-serif";
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-8941f1e8-1c35-4a34-bc57-9f964e67036a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 260px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-8941f1e8-1c35-4a34-bc57-9f964e67036a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8941f1e8-1c35-4a34-bc57-9f964e67036a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8941f1e8-1c35-4a34-bc57-9f964e67036a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8941f1e8-1c35-4a34-bc57-9f964e67036a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8941f1e8-1c35-4a34-bc57-9f964e67036a:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-8941f1e8-1c35-4a34-bc57-9f964e67036a-btn-wrapper {
    text-align: left;
  }


#s-8941f1e8-1c35-4a34-bc57-9f964e67036a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-8941f1e8-1c35-4a34-bc57-9f964e67036a-btn-wrapper {
    text-align: center;
  }


#s-8941f1e8-1c35-4a34-bc57-9f964e67036a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-9aca0379-1213-461d-b562-0fd21c4bb21c {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9aca0379-1213-461d-b562-0fd21c4bb21c {
  display: none;
}
#s-9aca0379-1213-461d-b562-0fd21c4bb21c, #wrap-s-9aca0379-1213-461d-b562-0fd21c4bb21c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aca0379-1213-461d-b562-0fd21c4bb21c {
  display: none;
}
#s-9aca0379-1213-461d-b562-0fd21c4bb21c, #wrap-s-9aca0379-1213-461d-b562-0fd21c4bb21c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aca0379-1213-461d-b562-0fd21c4bb21c {
  margin-top: 2%;
margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-9aca0379-1213-461d-b562-0fd21c4bb21c {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-9aca0379-1213-461d-b562-0fd21c4bb21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aca0379-1213-461d-b562-0fd21c4bb21c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8437f244-9700-445d-ad27-47fbb8827fbf {
  margin-top: 4%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-8437f244-9700-445d-ad27-47fbb8827fbf {
  display: none;
}
#s-8437f244-9700-445d-ad27-47fbb8827fbf, #wrap-s-8437f244-9700-445d-ad27-47fbb8827fbf { display:none !important; }}
#s-8437f244-9700-445d-ad27-47fbb8827fbf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-8437f244-9700-445d-ad27-47fbb8827fbf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-3da8e2de-ad88-4653-88ca-563ea6529a4e {
  margin-top: 4%;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3da8e2de-ad88-4653-88ca-563ea6529a4e {
  display: none;
}
#s-3da8e2de-ad88-4653-88ca-563ea6529a4e, #wrap-s-3da8e2de-ad88-4653-88ca-563ea6529a4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3da8e2de-ad88-4653-88ca-563ea6529a4e {
  display: none;
}
#s-3da8e2de-ad88-4653-88ca-563ea6529a4e, #wrap-s-3da8e2de-ad88-4653-88ca-563ea6529a4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3da8e2de-ad88-4653-88ca-563ea6529a4e {
  display: none;
}
#s-3da8e2de-ad88-4653-88ca-563ea6529a4e, #wrap-s-3da8e2de-ad88-4653-88ca-563ea6529a4e { display:none !important; }}
#s-3da8e2de-ad88-4653-88ca-563ea6529a4e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-3da8e2de-ad88-4653-88ca-563ea6529a4e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-581a4fe1-1826-4022-a306-33a1310bf26e {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-581a4fe1-1826-4022-a306-33a1310bf26e {
  display: none;
}
#s-581a4fe1-1826-4022-a306-33a1310bf26e, #wrap-s-581a4fe1-1826-4022-a306-33a1310bf26e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-581a4fe1-1826-4022-a306-33a1310bf26e {
  display: none;
}
#s-581a4fe1-1826-4022-a306-33a1310bf26e, #wrap-s-581a4fe1-1826-4022-a306-33a1310bf26e { display:none !important; }}@media (max-width: 767px){#s-581a4fe1-1826-4022-a306-33a1310bf26e {
  display: none;
}
#s-581a4fe1-1826-4022-a306-33a1310bf26e, #wrap-s-581a4fe1-1826-4022-a306-33a1310bf26e { display:none !important; }}
#s-581a4fe1-1826-4022-a306-33a1310bf26e .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "Helvetica Neue";
  font-style:   ;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 {
  margin-top: 5%;
margin-left: 0px;
margin-bottom: 8%;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 {
  display: none;
}
#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892, #wrap-s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 {
  display: none;
}
#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892, #wrap-s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 {
  display: none;
}
#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892, #wrap-s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 { display:none !important; }}@media (max-width: 767px){#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 {
  margin-left: 0%;
}
}
#s-a7375fbd-d6f9-43a7-86b6-0d86abb0f892 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "Helvetica Neue";
  font-style:   ;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0px;
  text-align: center;
}



#s-63fcef1f-b552-4451-aba5-fe1fe8342a90 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-63fcef1f-b552-4451-aba5-fe1fe8342a90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63fcef1f-b552-4451-aba5-fe1fe8342a90:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-63fcef1f-b552-4451-aba5-fe1fe8342a90 {
  margin-top: 5%;
margin-bottom: 0px;
}
}

  #s-63fcef1f-b552-4451-aba5-fe1fe8342a90-btn-wrapper {
    text-align: center;
  }


#s-63fcef1f-b552-4451-aba5-fe1fe8342a90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-da95de42-5d1b-4a96-b204-741fa0e0d144 {
  display: none;
}
#s-da95de42-5d1b-4a96-b204-741fa0e0d144, #wrap-s-da95de42-5d1b-4a96-b204-741fa0e0d144 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da95de42-5d1b-4a96-b204-741fa0e0d144 {
  display: none;
}
#s-da95de42-5d1b-4a96-b204-741fa0e0d144, #wrap-s-da95de42-5d1b-4a96-b204-741fa0e0d144 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da95de42-5d1b-4a96-b204-741fa0e0d144 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-da95de42-5d1b-4a96-b204-741fa0e0d144 {
  margin-top: 3%;
margin-bottom: 0px;
}
}







#s-da95de42-5d1b-4a96-b204-741fa0e0d144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da95de42-5d1b-4a96-b204-741fa0e0d144.shg-box.shg-c {
  justify-content: center;
}

#s-c79c5f65-5b33-4bac-baeb-6b6b8bd3d5c3 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c79c5f65-5b33-4bac-baeb-6b6b8bd3d5c3 {
  margin-top: 5%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-c79c5f65-5b33-4bac-baeb-6b6b8bd3d5c3 {
  margin-top: 5%;
margin-bottom: 0%;
}
}




#s-c79c5f65-5b33-4bac-baeb-6b6b8bd3d5c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6496ba0d-0721-4607-8fba-c35e07678f48 {
  margin-top: 10%;
margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6496ba0d-0721-4607-8fba-c35e07678f48 {
  margin-top: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6496ba0d-0721-4607-8fba-c35e07678f48 {
  margin-top: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6496ba0d-0721-4607-8fba-c35e07678f48 {
  margin-top: 7%;
}
}@media (max-width: 767px){#s-6496ba0d-0721-4607-8fba-c35e07678f48 {
  margin-top: 10%;
}
}







#s-6496ba0d-0721-4607-8fba-c35e07678f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6496ba0d-0721-4607-8fba-c35e07678f48.shg-box.shg-c {
  justify-content: center;
}

#s-8024f9ad-7020-4be1-9366-5bd20e82a906 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-8024f9ad-7020-4be1-9366-5bd20e82a906 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8024f9ad-7020-4be1-9366-5bd20e82a906 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-8024f9ad-7020-4be1-9366-5bd20e82a906 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: 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-808b3727-fca0-4a65-bcee-ab751718b035 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-26b11414-e3e6-4507-bf71-b9b37f57ba06 {
  min-height: 50px;
}








#s-26b11414-e3e6-4507-bf71-b9b37f57ba06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26b11414-e3e6-4507-bf71-b9b37f57ba06.shg-box.shg-c {
  justify-content: center;
}

#s-6c02139d-edda-4c5b-b259-09b768181cec {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}








#s-6c02139d-edda-4c5b-b259-09b768181cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c02139d-edda-4c5b-b259-09b768181cec.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-8985b2fd-48a4-4183-8190-d6b44afb8963 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8985b2fd-48a4-4183-8190-d6b44afb8963 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-8985b2fd-48a4-4183-8190-d6b44afb8963 {
  
}
}
@media (min-width: 0px) {
[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8985b2fd-48a4-4183-8190-d6b44afb8963"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-bddfacb7-cc0c-40f2-b53e-f4fc6ff74e36 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bddfacb7-cc0c-40f2-b53e-f4fc6ff74e36 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-bddfacb7-cc0c-40f2-b53e-f4fc6ff74e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bddfacb7-cc0c-40f2-b53e-f4fc6ff74e36.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f29cec06-f9d5-45bb-ae4c-63d212db5b9c {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}





#s-f29cec06-f9d5-45bb-ae4c-63d212db5b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-8f913561-7e03-4c96-9f8a-f808f1c2224b {
  margin-top: 2%;
margin-left: -5%;
margin-bottom: 2%;
margin-right: -5%;
min-height: 50px;
}








#s-8f913561-7e03-4c96-9f8a-f808f1c2224b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f913561-7e03-4c96-9f8a-f808f1c2224b.shg-box.shg-c {
  justify-content: center;
}

#s-ea3e085d-83fa-40bb-8a78-e39358388c10 {
  margin-top: 5%;
}

#s-9416a2d1-be48-4076-9ae0-001a468ac19e {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9416a2d1-be48-4076-9ae0-001a468ac19e {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9416a2d1-be48-4076-9ae0-001a468ac19e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9934be83-6ced-4192-9552-5c65cc27026c {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9934be83-6ced-4192-9552-5c65cc27026c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-9934be83-6ced-4192-9552-5c65cc27026c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9934be83-6ced-4192-9552-5c65cc27026c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-db9241d1-bb30-450c-bf0c-0bbb83dff484 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}





#s-db9241d1-bb30-450c-bf0c-0bbb83dff484 .shogun-image-content {
  
    align-items: center;
  
}

#s-56e4200f-0db3-4c91-8a4f-260058b7d234 {
  margin-top: 2%;
margin-left: -5%;
margin-bottom: 2%;
margin-right: -5%;
min-height: 50px;
}








#s-56e4200f-0db3-4c91-8a4f-260058b7d234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56e4200f-0db3-4c91-8a4f-260058b7d234.shg-box.shg-c {
  justify-content: center;
}

#s-485aa96b-240a-4d36-8fd3-1762f52fdd37 {
  margin-top: 5%;
}

#s-30a06df9-4b94-4c97-9598-4c339cfde117 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-30a06df9-4b94-4c97-9598-4c339cfde117 {
  margin-top: 2%;
margin-left: 1px;
margin-right: 1px;
}
}@media (max-width: 767px){#s-30a06df9-4b94-4c97-9598-4c339cfde117 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4ea99539-4f07-46d7-927f-4c287e60703a {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ea99539-4f07-46d7-927f-4c287e60703a {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-4ea99539-4f07-46d7-927f-4c287e60703a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ea99539-4f07-46d7-927f-4c287e60703a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0db26899-cf2c-42ee-9833-1ce961cd5766 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}





#s-0db26899-cf2c-42ee-9833-1ce961cd5766 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f34aee-7260-42c5-9518-f48f8f6add56 {
  margin-top: 2%;
margin-left: -5%;
margin-bottom: 5%;
margin-right: -5%;
min-height: 50px;
}








#s-e9f34aee-7260-42c5-9518-f48f8f6add56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f34aee-7260-42c5-9518-f48f8f6add56.shg-box.shg-c {
  justify-content: center;
}

#s-936c5994-0493-4964-b94f-f25e12a3b69e {
  margin-top: 5%;
}

#s-e70a01c1-8678-4bd5-a36b-5c0cc6f3e21b {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e70a01c1-8678-4bd5-a36b-5c0cc6f3e21b {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-e70a01c1-8678-4bd5-a36b-5c0cc6f3e21b {
  margin-left: 10%;
margin-right: 10%;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.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-4bd15674-af55-47dd-9f93-49eaa0aa3a49 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 {
  display: none;
}
#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49, #wrap-s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 {
  display: none;
}
#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49, #wrap-s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 {
  display: none;
}
#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49, #wrap-s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 { display:none !important; }}@media (max-width: 767px){#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 {
  display: none;
}
#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49, #wrap-s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 { display:none !important; }}
#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 .shg-sld-nav-button.shg-sld-left,
#s-4bd15674-af55-47dd-9f93-49eaa0aa3a49 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-984acffb-f9a1-426e-9bec-8fb8729edd8f {
  min-height: 450px;
}








#s-984acffb-f9a1-426e-9bec-8fb8729edd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-984acffb-f9a1-426e-9bec-8fb8729edd8f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b3dfa26e-2e47-4221-9638-20b283234bc3 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 300px;
text-align: center;
}





#s-b3dfa26e-2e47-4221-9638-20b283234bc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b9264e-995a-4f33-aad7-8b0dbee5313a {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 300px;
text-align: center;
}

#s-a6b9264e-995a-4f33-aad7-8b0dbee5313a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-a6b9264e-995a-4f33-aad7-8b0dbee5313a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a6b9264e-995a-4f33-aad7-8b0dbee5313a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-1bcd06bc-320b-4ce3-9c73-f89529bdf131 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-d2fab140-5aff-4dce-ac01-abc559db6729 {
  min-height: 450px;
}








#s-d2fab140-5aff-4dce-ac01-abc559db6729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2fab140-5aff-4dce-ac01-abc559db6729.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c38eb15f-20ae-4712-8470-e427ab482935 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 300px;
text-align: center;
}





#s-c38eb15f-20ae-4712-8470-e427ab482935 .shogun-image-content {
  
    align-items: center;
  
}

#s-19eef9ef-7d5b-42e0-a638-e579fdb139c6 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 300px;
text-align: center;
}

#s-19eef9ef-7d5b-42e0-a638-e579fdb139c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-19eef9ef-7d5b-42e0-a638-e579fdb139c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-19eef9ef-7d5b-42e0-a638-e579fdb139c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-feb707e6-5b44-4905-83df-157c29d2db73 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-92df934c-7137-4b5c-8535-ad17b4d70cb2 {
  min-height: 450px;
}








#s-92df934c-7137-4b5c-8535-ad17b4d70cb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92df934c-7137-4b5c-8535-ad17b4d70cb2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-77acf93c-0553-4fe4-967e-3f2a118f45cb {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 300px;
text-align: center;
}





#s-77acf93c-0553-4fe4-967e-3f2a118f45cb .shogun-image-content {
  
    align-items: center;
  
}

#s-54b7b8a7-d28a-4bab-a00b-873d639bdb52 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 300px;
text-align: center;
}

#s-54b7b8a7-d28a-4bab-a00b-873d639bdb52 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-54b7b8a7-d28a-4bab-a00b-873d639bdb52 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54b7b8a7-d28a-4bab-a00b-873d639bdb52 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-54b7b8a7-d28a-4bab-a00b-873d639bdb52 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-70594a55-6087-4d6b-b1d2-59c8812eb1c0 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-41f9d21d-bf96-4d3a-be5a-eead97dbb5c8 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
line-height: 1.25em;
}
#s-41f9d21d-bf96-4d3a-be5a-eead97dbb5c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41f9d21d-bf96-4d3a-be5a-eead97dbb5c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-41f9d21d-bf96-4d3a-be5a-eead97dbb5c8 {
  margin-top: 2%;
}
}


#s-41f9d21d-bf96-4d3a-be5a-eead97dbb5c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cd032fe7-bc2d-4126-8a00-5537cd375a57 {
  margin-top: 5%;
margin-left: 0px;
margin-bottom: 5%;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-cd032fe7-bc2d-4126-8a00-5537cd375a57 {
  margin-top: 5%;
margin-bottom: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd032fe7-bc2d-4126-8a00-5537cd375a57 {
  margin-bottom: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd032fe7-bc2d-4126-8a00-5537cd375a57 {
  margin-top: 7%;
margin-bottom: 10%;
}
}@media (max-width: 767px){#s-cd032fe7-bc2d-4126-8a00-5537cd375a57 {
  margin-top: 15%;
margin-bottom: 15%;
}
}







#s-cd032fe7-bc2d-4126-8a00-5537cd375a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd032fe7-bc2d-4126-8a00-5537cd375a57.shg-box.shg-c {
  justify-content: center;
}

#s-bc6adc19-d025-46ea-8067-8e3d0a77ec91 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-bc6adc19-d025-46ea-8067-8e3d0a77ec91 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bc6adc19-d025-46ea-8067-8e3d0a77ec91 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-bc6adc19-d025-46ea-8067-8e3d0a77ec91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc6adc19-d025-46ea-8067-8e3d0a77ec91.shg-box.shg-c {
  justify-content: center;
}

#s-04474b0d-0641-4327-a4fb-f5672de13a48 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}








#s-04474b0d-0641-4327-a4fb-f5672de13a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04474b0d-0641-4327-a4fb-f5672de13a48.shg-box.shg-c {
  justify-content: center;
}

#s-2795cc2d-dc98-44a8-ac52-513945a1962e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2795cc2d-dc98-44a8-ac52-513945a1962e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2795cc2d-dc98-44a8-ac52-513945a1962e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-2795cc2d-dc98-44a8-ac52-513945a1962e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


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

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

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

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

#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(233, 230, 219, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f {
  display: none;
}
#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f, #wrap-s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f { display:none !important; }}@media (max-width: 767px){#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f {
  display: none;
}
#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f, #wrap-s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f { display:none !important; }}







#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97dd0e48-43a9-4274-b31c-eb4e7c248e6f.shg-box.shg-c {
  justify-content: center;
}

#s-ade70563-07cf-4687-a413-7c8cde14f829 {
  margin-top: 3%;
margin-left: 13%;
margin-bottom: 3%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ade70563-07cf-4687-a413-7c8cde14f829"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-405e2261-ad63-4d4a-847f-78c3d07abcd5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-405e2261-ad63-4d4a-847f-78c3d07abcd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-405e2261-ad63-4d4a-847f-78c3d07abcd5.shg-box.shg-c {
  justify-content: center;
}

#s-626c9409-32ec-4ee4-8ab1-2e189bdcc096 {
  margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0px;
max-width: 450px;
text-align: right;
}
@media (min-width: 1200px){#s-626c9409-32ec-4ee4-8ab1-2e189bdcc096 {
  margin-left: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-626c9409-32ec-4ee4-8ab1-2e189bdcc096 {
  margin-left: 10%;
}
}




#s-626c9409-32ec-4ee4-8ab1-2e189bdcc096 .shogun-image-content {
  
    align-items: center;
  
}

#s-5507178c-4694-4179-8998-74f9167e5ed1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5507178c-4694-4179-8998-74f9167e5ed1 {
  margin-top: 0%;
}
}







#s-5507178c-4694-4179-8998-74f9167e5ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5507178c-4694-4179-8998-74f9167e5ed1.shg-box.shg-c {
  justify-content: center;
}

#s-790a577b-7c4d-438e-9bf3-05dcde845053 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-790a577b-7c4d-438e-9bf3-05dcde845053 {
  text-align: center;
}
}
#s-790a577b-7c4d-438e-9bf3-05dcde845053 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-790a577b-7c4d-438e-9bf3-05dcde845053 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-0057df36-7a73-4135-85e6-5728a0445ab3 {
  margin-top: 2%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 25%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-0057df36-7a73-4135-85e6-5728a0445ab3 {
  margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0057df36-7a73-4135-85e6-5728a0445ab3 {
  margin-right: 10%;
}
}
#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
min-height: 50px;
background-color: rgba(233, 230, 219, 1);
}
@media (min-width: 1200px){#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd {
  display: none;
}
#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd, #wrap-s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd {
  display: none;
}
#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd, #wrap-s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd { display:none !important; }}@media (max-width: 767px){#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd {
  margin-top: 5%;
margin-bottom: 0px;
}
}







#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592631ec-9be5-4f2c-8e90-f6016ba1f3fd.shg-box.shg-c {
  justify-content: center;
}

#s-2e586891-76b3-41ca-86d2-e32a2b68729b {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 550px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e586891-76b3-41ca-86d2-e32a2b68729b {
  max-width: 650px;
}
}




#s-2e586891-76b3-41ca-86d2-e32a2b68729b .shogun-image-content {
  
    align-items: center;
  
}

#s-25b46918-8c06-404c-a83b-4e285b7fbf37 {
  margin-top: 1%;
margin-left: 0px;
margin-bottom: 5%;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-25b46918-8c06-404c-a83b-4e285b7fbf37 {
  display: none;
}
#s-25b46918-8c06-404c-a83b-4e285b7fbf37, #wrap-s-25b46918-8c06-404c-a83b-4e285b7fbf37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25b46918-8c06-404c-a83b-4e285b7fbf37 {
  display: none;
}
#s-25b46918-8c06-404c-a83b-4e285b7fbf37, #wrap-s-25b46918-8c06-404c-a83b-4e285b7fbf37 { display:none !important; }}@media (max-width: 767px){#s-25b46918-8c06-404c-a83b-4e285b7fbf37 {
  margin-bottom: 7%;
}
}







#s-25b46918-8c06-404c-a83b-4e285b7fbf37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25b46918-8c06-404c-a83b-4e285b7fbf37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ba8af8ea-f09f-45dc-88df-ff30e63bb2fd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ba8af8ea-f09f-45dc-88df-ff30e63bb2fd .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-09cb9508-a799-49b7-ad29-d90496f526a2 {
  margin-top: 2%;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-09cb9508-a799-49b7-ad29-d90496f526a2 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-09cb9508-a799-49b7-ad29-d90496f526a2 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-1327206f-741a-4205-ac02-c0e62875976c {
  margin-top: 5%;
margin-bottom: 1%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1327206f-741a-4205-ac02-c0e62875976c {
  display: none;
}
#s-1327206f-741a-4205-ac02-c0e62875976c, #wrap-s-1327206f-741a-4205-ac02-c0e62875976c { display:none !important; }}@media (max-width: 767px){#s-1327206f-741a-4205-ac02-c0e62875976c {
  display: none;
}
#s-1327206f-741a-4205-ac02-c0e62875976c, #wrap-s-1327206f-741a-4205-ac02-c0e62875976c { display:none !important; }}







#s-1327206f-741a-4205-ac02-c0e62875976c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1327206f-741a-4205-ac02-c0e62875976c.shg-box.shg-c {
  justify-content: center;
}

#s-f09a255e-7fce-46b7-b332-00cec75a5f12 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 1604px;
text-align: center;
}

#s-f09a255e-7fce-46b7-b332-00cec75a5f12 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}



#s-b3b496b4-edea-4620-86d0-b3d9e463ae57 {
  margin-top: 10%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-b3b496b4-edea-4620-86d0-b3d9e463ae57 {
  display: none;
}
#s-b3b496b4-edea-4620-86d0-b3d9e463ae57, #wrap-s-b3b496b4-edea-4620-86d0-b3d9e463ae57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3b496b4-edea-4620-86d0-b3d9e463ae57 {
  display: none;
}
#s-b3b496b4-edea-4620-86d0-b3d9e463ae57, #wrap-s-b3b496b4-edea-4620-86d0-b3d9e463ae57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3b496b4-edea-4620-86d0-b3d9e463ae57 {
  margin-top: 7%;
}
}@media (max-width: 767px){#s-b3b496b4-edea-4620-86d0-b3d9e463ae57 {
  margin-top: 15%;
}
}







#s-b3b496b4-edea-4620-86d0-b3d9e463ae57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b496b4-edea-4620-86d0-b3d9e463ae57.shg-box.shg-c {
  justify-content: center;
}

#s-65b054bc-25b5-45ce-862d-862a42dc42d3 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 1604px;
text-align: center;
}

#s-65b054bc-25b5-45ce-862d-862a42dc42d3 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-2fdc4c93-1df5-4ac6-8ddc-8df83a273c4c {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 10%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2fdc4c93-1df5-4ac6-8ddc-8df83a273c4c {
  margin-bottom: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fdc4c93-1df5-4ac6-8ddc-8df83a273c4c {
  margin-bottom: 7%;
}
}@media (max-width: 767px){#s-2fdc4c93-1df5-4ac6-8ddc-8df83a273c4c {
  margin-bottom: 15%;
}
}







#s-2fdc4c93-1df5-4ac6-8ddc-8df83a273c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fdc4c93-1df5-4ac6-8ddc-8df83a273c4c.shg-box.shg-c {
  justify-content: 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-5ace3e32-57c2-497e-a290-3df10d7bb59a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5ace3e32-57c2-497e-a290-3df10d7bb59a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 237, 231, 1);
}

#s-5ace3e32-57c2-497e-a290-3df10d7bb59a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(238, 237, 231, 1);
  padding: 16px;
}

#s-5ace3e32-57c2-497e-a290-3df10d7bb59a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ace3e32-57c2-497e-a290-3df10d7bb59a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(238, 237, 231, 1);
}

#s-5ace3e32-57c2-497e-a290-3df10d7bb59a > .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: Helvetica Neue;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5ace3e32-57c2-497e-a290-3df10d7bb59a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-68d51243-efa9-4c34-bc36-c022567dfecc {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-68d51243-efa9-4c34-bc36-c022567dfecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68d51243-efa9-4c34-bc36-c022567dfecc.shg-box.shg-c {
  justify-content: center;
}

#s-5781da27-79bf-43f1-858f-16d6189d4537 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-0e2b708f-2bdc-4854-9468-d3e408e9334c {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-0e2b708f-2bdc-4854-9468-d3e408e9334c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e2b708f-2bdc-4854-9468-d3e408e9334c.shg-box.shg-c {
  justify-content: center;
}

#s-9364318a-4d3f-49f1-a560-84209f597955 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-a6a27a6e-4e82-4c4c-8a90-6344386a9f3a {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-a6a27a6e-4e82-4c4c-8a90-6344386a9f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6a27a6e-4e82-4c4c-8a90-6344386a9f3a.shg-box.shg-c {
  justify-content: center;
}

#s-06406524-a740-4d65-9938-952118a7a588 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-93707077-19ec-47a2-b2d8-3d842ed84b20 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-93707077-19ec-47a2-b2d8-3d842ed84b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93707077-19ec-47a2-b2d8-3d842ed84b20.shg-box.shg-c {
  justify-content: center;
}

#s-9e72bb27-f5d5-4338-acad-b4ecea0c1a36 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-d8bd83e5-551f-472f-aacb-a4b1911fddd1 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-d8bd83e5-551f-472f-aacb-a4b1911fddd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8bd83e5-551f-472f-aacb-a4b1911fddd1.shg-box.shg-c {
  justify-content: center;
}

#s-f4cdd5bd-4f77-4947-a36e-3e8432a725fe {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-771475f6-9c81-4952-9075-db9949d2a536 {
  min-height: 50px;
background-color: rgba(233, 230, 219, 1);
}
@media (max-width: 767px){#s-771475f6-9c81-4952-9075-db9949d2a536 {
  display: none;
}
#s-771475f6-9c81-4952-9075-db9949d2a536, #wrap-s-771475f6-9c81-4952-9075-db9949d2a536 { display:none !important; }}







#s-771475f6-9c81-4952-9075-db9949d2a536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771475f6-9c81-4952-9075-db9949d2a536.shg-box.shg-c {
  justify-content: center;
}

#s-ff94ae1f-7957-47d7-8185-44f9ad317915 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 475px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff94ae1f-7957-47d7-8185-44f9ad317915 {
  min-height: 450px;
}
}
#s-ff94ae1f-7957-47d7-8185-44f9ad317915 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ff94ae1f-7957-47d7-8185-44f9ad317915 .shg-sld-nav-button.shg-sld-left,
#s-ff94ae1f-7957-47d7-8185-44f9ad317915 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c9efe89f-165f-49e7-a36a-afc3c73ff3e8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-c9efe89f-165f-49e7-a36a-afc3c73ff3e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9efe89f-165f-49e7-a36a-afc3c73ff3e8.shg-box.shg-c {
  justify-content: center;
}

#s-0a86ce18-ffc1-4f4b-a18d-1d68a5df4b0c {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a86ce18-ffc1-4f4b-a18d-1d68a5df4b0c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-0a86ce18-ffc1-4f4b-a18d-1d68a5df4b0c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-21df4e09-0db9-4190-ba49-01afeb8057e8 {
  margin-top: 0%;
margin-left: 17%;
margin-bottom: 0%;
margin-right: 17%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-21df4e09-0db9-4190-ba49-01afeb8057e8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-21df4e09-0db9-4190-ba49-01afeb8057e8 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-21df4e09-0db9-4190-ba49-01afeb8057e8 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


}
#s-b8a8e42a-3ac5-4f9a-adbb-20d671c8eb2e {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8a8e42a-3ac5-4f9a-adbb-20d671c8eb2e .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b8a8e42a-3ac5-4f9a-adbb-20d671c8eb2e .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


}
#s-6ab32c40-3976-4311-a8fb-751a0d98cb5e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-6ab32c40-3976-4311-a8fb-751a0d98cb5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ab32c40-3976-4311-a8fb-751a0d98cb5e.shg-box.shg-c {
  justify-content: center;
}

#s-a1763242-657a-42b7-b312-7e4e135b788f {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1763242-657a-42b7-b312-7e4e135b788f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-a1763242-657a-42b7-b312-7e4e135b788f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-51e4c601-bcaa-4148-891a-329d81678cde {
  margin-top: 0%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51e4c601-bcaa-4148-891a-329d81678cde {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-51e4c601-bcaa-4148-891a-329d81678cde .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-51e4c601-bcaa-4148-891a-329d81678cde .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


}
#s-705f0e5a-b849-43b5-8450-6e3fae532ca0 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-705f0e5a-b849-43b5-8450-6e3fae532ca0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-705f0e5a-b849-43b5-8450-6e3fae532ca0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


}
#s-1d1c51b6-f24b-4007-931e-7358c3198c40 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-1d1c51b6-f24b-4007-931e-7358c3198c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d1c51b6-f24b-4007-931e-7358c3198c40.shg-box.shg-c {
  justify-content: center;
}

#s-00813009-8d0a-4170-ae72-e2f0145cc1fb {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00813009-8d0a-4170-ae72-e2f0145cc1fb .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-00813009-8d0a-4170-ae72-e2f0145cc1fb .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 34px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-817cabb1-fe72-4d92-8b38-f9a6fe6b620f {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-817cabb1-fe72-4d92-8b38-f9a6fe6b620f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-817cabb1-fe72-4d92-8b38-f9a6fe6b620f .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-817cabb1-fe72-4d92-8b38-f9a6fe6b620f .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


}
#s-858429b2-0452-4e91-8acc-2c3f064155d3 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-858429b2-0452-4e91-8acc-2c3f064155d3 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-858429b2-0452-4e91-8acc-2c3f064155d3 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 22px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}


}
#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 {
  min-height: 50px;
background-color: rgba(233, 230, 219, 1);
}
@media (min-width: 1200px){#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 {
  display: none;
}
#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47, #wrap-s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 {
  display: none;
}
#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47, #wrap-s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 {
  display: none;
}
#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47, #wrap-s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 { display:none !important; }}







#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc45d3e-c495-40c5-95a5-ccd1cb2c0f47.shg-box.shg-c {
  justify-content: center;
}

#s-bae7fa1d-3ed1-498c-b300-b5fdad960151 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 475px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bae7fa1d-3ed1-498c-b300-b5fdad960151 {
  min-height: 450px;
}
}
#s-bae7fa1d-3ed1-498c-b300-b5fdad960151 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bae7fa1d-3ed1-498c-b300-b5fdad960151 .shg-sld-nav-button.shg-sld-left,
#s-bae7fa1d-3ed1-498c-b300-b5fdad960151 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-136f3088-1aa9-470d-9c75-dba8364d9d71 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-136f3088-1aa9-470d-9c75-dba8364d9d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136f3088-1aa9-470d-9c75-dba8364d9d71.shg-box.shg-c {
  justify-content: center;
}

#s-276c60b4-172b-4f8a-a2ee-9f3539205548 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-276c60b4-172b-4f8a-a2ee-9f3539205548 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}



#s-13841bb7-bdcb-43c2-aaa2-be10877464b2 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13841bb7-bdcb-43c2-aaa2-be10877464b2 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}



#s-adb8ea8a-b98f-497e-921b-eefc691f4ff3 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adb8ea8a-b98f-497e-921b-eefc691f4ff3 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}



#s-3640557a-c478-4f0c-95e4-197338b8c2bd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-3640557a-c478-4f0c-95e4-197338b8c2bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3640557a-c478-4f0c-95e4-197338b8c2bd.shg-box.shg-c {
  justify-content: center;
}

#s-8e69a949-dac3-477d-9bc9-50bc5319ba2b {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e69a949-dac3-477d-9bc9-50bc5319ba2b .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}



#s-4716c960-d1e1-4e72-b1ec-f8f113cc2698 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4716c960-d1e1-4e72-b1ec-f8f113cc2698 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}



#s-c35c43de-aef9-4008-b606-7b2099eb7169 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c35c43de-aef9-4008-b606-7b2099eb7169 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}



#s-76dc61ef-ce5c-4485-b43b-bc4d66494603 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-76dc61ef-ce5c-4485-b43b-bc4d66494603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76dc61ef-ce5c-4485-b43b-bc4d66494603.shg-box.shg-c {
  justify-content: center;
}

#s-f1c7a424-b76a-438e-99c7-65d312ec0f53 {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1c7a424-b76a-438e-99c7-65d312ec0f53 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "GFS Didot";
  font-style:   ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}



#s-b72297a5-91ca-4c55-a09a-856c5baa1027 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b72297a5-91ca-4c55-a09a-856c5baa1027 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}



#s-f039064f-de6f-4700-949d-75286809431c {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f039064f-de6f-4700-949d-75286809431c .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: ;
  text-align: center;
}



#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1604px;
}
@media (min-width: 1200px){#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
display: none;
}
#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652, #wrap-s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
display: none;
}
#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652, #wrap-s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652, #wrap-s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 { display:none !important; }}@media (max-width: 767px){#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652, #wrap-s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 { display:none !important; }}







#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad27df7b-568b-40ab-9bd4-94d9ccacb652.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-6dd61e5c-2b9d-4ac1-87d8-e06eac2e08f3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c335b436-bf4b-4f2d-aa61-176d90c81f1f {
  min-height: 50px;
}
@media (max-width: 767px){#s-c335b436-bf4b-4f2d-aa61-176d90c81f1f {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-c335b436-bf4b-4f2d-aa61-176d90c81f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c335b436-bf4b-4f2d-aa61-176d90c81f1f.shg-box.shg-c {
  justify-content: center;
}

#s-17c15944-b289-41c1-bde2-90c8854a05b1 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-17c15944-b289-41c1-bde2-90c8854a05b1 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-17c15944-b289-41c1-bde2-90c8854a05b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-17c15944-b289-41c1-bde2-90c8854a05b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "GFS Didot,sans-serif";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 1200px){#s-dcd6743f-bbe0-40f4-863e-5e4e40ba9a3f {
  margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcd6743f-bbe0-40f4-863e-5e4e40ba9a3f {
  margin-bottom: 50px;
}
}
#s-fef69703-15a9-4186-9c40-1e1292fc30dd {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-fef69703-15a9-4186-9c40-1e1292fc30dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fef69703-15a9-4186-9c40-1e1292fc30dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fef69703-15a9-4186-9c40-1e1292fc30dd {
  padding-left: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fef69703-15a9-4186-9c40-1e1292fc30dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fef69703-15a9-4186-9c40-1e1292fc30dd:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-fef69703-15a9-4186-9c40-1e1292fc30dd-btn-wrapper {
    text-align: left;
  }


#s-fef69703-15a9-4186-9c40-1e1292fc30dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-fef69703-15a9-4186-9c40-1e1292fc30dd-btn-wrapper {
    text-align: center;
  }


#s-fef69703-15a9-4186-9c40-1e1292fc30dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8395db48-559d-4e4b-9957-88bac40b7424 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 480px;
background-position: center center;
}
@media (max-width: 767px){#s-8395db48-559d-4e4b-9957-88bac40b7424 {
  display: none;
}
#s-8395db48-559d-4e4b-9957-88bac40b7424, #wrap-s-8395db48-559d-4e4b-9957-88bac40b7424 { display:none !important; }}







#s-8395db48-559d-4e4b-9957-88bac40b7424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8395db48-559d-4e4b-9957-88bac40b7424.shg-box.shg-c {
  justify-content: center;
}

#s-9576dcd9-aeda-4753-a324-31fa0f938f9b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-9576dcd9-aeda-4753-a324-31fa0f938f9b {
  display: none;
}
#s-9576dcd9-aeda-4753-a324-31fa0f938f9b, #wrap-s-9576dcd9-aeda-4753-a324-31fa0f938f9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9576dcd9-aeda-4753-a324-31fa0f938f9b {
  display: none;
}
#s-9576dcd9-aeda-4753-a324-31fa0f938f9b, #wrap-s-9576dcd9-aeda-4753-a324-31fa0f938f9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9576dcd9-aeda-4753-a324-31fa0f938f9b {
  display: none;
}
#s-9576dcd9-aeda-4753-a324-31fa0f938f9b, #wrap-s-9576dcd9-aeda-4753-a324-31fa0f938f9b { display:none !important; }}







#s-9576dcd9-aeda-4753-a324-31fa0f938f9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9576dcd9-aeda-4753-a324-31fa0f938f9b.shg-box.shg-c {
  justify-content: center;
}

#s-9d489b20-0d96-48b4-a1fb-a506e4092c7f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(233, 230, 219, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9d489b20-0d96-48b4-a1fb-a506e4092c7f {
  
}
}@media (max-width: 767px){#s-9d489b20-0d96-48b4-a1fb-a506e4092c7f {
  
}
}







#s-9d489b20-0d96-48b4-a1fb-a506e4092c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d489b20-0d96-48b4-a1fb-a506e4092c7f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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