.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-b9bc54bc-77ed-43cb-8f19-b78b5266d251 {
  min-height: 50px;
}








#s-b9bc54bc-77ed-43cb-8f19-b78b5266d251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9bc54bc-77ed-43cb-8f19-b78b5266d251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24 {
  
}
}@media (max-width: 767px){#s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24 {
  display: none;
}
#s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24, #wrap-s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24 { display:none !important; }}







#s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab786d60-1af2-4f16-a3b3-b22b6ce99f24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e37bf0c-344b-48a9-949f-5776d4d92273 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e37bf0c-344b-48a9-949f-5776d4d92273 {
  display: none;
}
#s-7e37bf0c-344b-48a9-949f-5776d4d92273, #wrap-s-7e37bf0c-344b-48a9-949f-5776d4d92273 { display:none !important; }}@media (max-width: 767px){#s-7e37bf0c-344b-48a9-949f-5776d4d92273 {
  display: none;
}
#s-7e37bf0c-344b-48a9-949f-5776d4d92273, #wrap-s-7e37bf0c-344b-48a9-949f-5776d4d92273 { display:none !important; }}
#s-7e37bf0c-344b-48a9-949f-5776d4d92273 {
  background-image: url(https://i.shgcdn.com/65a4cbed-b55b-4e41-a5c4-455c1b2fb01f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7e37bf0c-344b-48a9-949f-5776d4d92273 > .shg-box-overlay {
  background-color: rgba(52, 26, 82, 1);
  opacity: 0;
}#s-7e37bf0c-344b-48a9-949f-5776d4d92273.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-ad147814-961a-4901-803b-5a975122933f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad147814-961a-4901-803b-5a975122933f {
  margin-top: 300px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-ad147814-961a-4901-803b-5a975122933f {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad147814-961a-4901-803b-5a975122933f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-77925927-5348-48e1-babc-55fc116e05b3 {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-77925927-5348-48e1-babc-55fc116e05b3 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-88b290c7-3574-405a-aa06-6619ed78e188 {
  max-width: 560px;
}

#s-27160f5e-0244-4527-abe2-f26a7c4ffa44 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-27160f5e-0244-4527-abe2-f26a7c4ffa44 {
  display: none;
}
#s-27160f5e-0244-4527-abe2-f26a7c4ffa44, #wrap-s-27160f5e-0244-4527-abe2-f26a7c4ffa44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27160f5e-0244-4527-abe2-f26a7c4ffa44 {
  display: none;
}
#s-27160f5e-0244-4527-abe2-f26a7c4ffa44, #wrap-s-27160f5e-0244-4527-abe2-f26a7c4ffa44 { display:none !important; }}@media (max-width: 767px){#s-27160f5e-0244-4527-abe2-f26a7c4ffa44 {
  display: none;
}
#s-27160f5e-0244-4527-abe2-f26a7c4ffa44, #wrap-s-27160f5e-0244-4527-abe2-f26a7c4ffa44 { display:none !important; }}
#s-27160f5e-0244-4527-abe2-f26a7c4ffa44 {
  background-image: url(https://i.shgcdn.com/e661e4f1-ade2-4957-a7ad-570374bf233f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-27160f5e-0244-4527-abe2-f26a7c4ffa44 > .shg-box-overlay {
  background-color: rgba(52, 26, 82, 1);
  opacity: 0;
}#s-27160f5e-0244-4527-abe2-f26a7c4ffa44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3139fee4-e047-4fe7-8aab-3d3011e610ec {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 60px;
padding-right: 0px;
max-width: 1575px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3139fee4-e047-4fe7-8aab-3d3011e610ec {
  margin-top: 300px;
padding-left: 20px;
}
}
@media (min-width: 0px) {
[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3139fee4-e047-4fe7-8aab-3d3011e610ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1d9d47bf-67e3-427c-ac53-cfc60738147b {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d9d47bf-67e3-427c-ac53-cfc60738147b {
  max-width: 350px;
}
}@media (max-width: 767px){#s-1d9d47bf-67e3-427c-ac53-cfc60738147b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-c4386985-b16a-4cec-94d8-9c423b632b30 {
  max-width: 560px;
}

#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 {
  background-repeat: no-repeat;
background-size: cover;
max-width: 767px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 {
  display: none;
}
#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6, #wrap-s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 {
  display: none;
}
#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6, #wrap-s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 {
  display: none;
}
#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6, #wrap-s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 { display:none !important; }}
#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 {
  background-image: url(https://i.shgcdn.com/a9662d92-ac89-4429-979f-31b2210011b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8f41f312-c133-4c7d-ae33-e1f8b6d0beb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1af7fb05-4417-4e9d-800e-9526609fb63a {
  margin-top: 460px;
margin-left: auto;
margin-bottom: 28px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1af7fb05-4417-4e9d-800e-9526609fb63a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-afe692bf-4966-4204-bb98-8da8c40df4d0 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d9b171db-6887-4ad5-ab5f-4a00dd4327e3 {
  margin-left: 20px;
margin-right: 20px;
max-width: 480px;
}

#s-f5681143-544a-4f9f-ad88-be6a192799b0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 700px;
background-color: rgba(255, 248, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f5681143-544a-4f9f-ad88-be6a192799b0 {
  display: none;
}
#s-f5681143-544a-4f9f-ad88-be6a192799b0, #wrap-s-f5681143-544a-4f9f-ad88-be6a192799b0 { display:none !important; }}@media (max-width: 767px){#s-f5681143-544a-4f9f-ad88-be6a192799b0 {
  display: none;
}
#s-f5681143-544a-4f9f-ad88-be6a192799b0, #wrap-s-f5681143-544a-4f9f-ad88-be6a192799b0 { display:none !important; }}







#s-f5681143-544a-4f9f-ad88-be6a192799b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5681143-544a-4f9f-ad88-be6a192799b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bcaa26f2-1bf1-41c3-9c7c-909ade2e5ccd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-13fdbed1-81b9-4d03-8797-d620b4e8bcb9 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c2fc1e4-d7e8-4c88-9bd6-902a211e6615"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51c58bda-bdab-4008-a110-84bb6f4262f3 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 450px;
background-color: rgba(28, 27, 30, 1);
}








#s-51c58bda-bdab-4008-a110-84bb6f4262f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c58bda-bdab-4008-a110-84bb6f4262f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cae0775-cd58-4974-958c-47562d9906eb {
  padding-left: 40px;
padding-right: 40px;
min-height: 296px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cae0775-cd58-4974-958c-47562d9906eb {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-1cae0775-cd58-4974-958c-47562d9906eb {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cae0775-cd58-4974-958c-47562d9906eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px){#s-76703443-378e-4b30-a043-cb7ecc95636b {
  margin-top: 4px;
margin-bottom: 4px;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-04c21f15-f38a-40d8-859a-ad528fcdde44 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-04c21f15-f38a-40d8-859a-ad528fcdde44 {
  display: none;
}
#s-04c21f15-f38a-40d8-859a-ad528fcdde44, #wrap-s-04c21f15-f38a-40d8-859a-ad528fcdde44 { display:none !important; }}@media (max-width: 767px){#s-04c21f15-f38a-40d8-859a-ad528fcdde44 {
  display: none;
}
#s-04c21f15-f38a-40d8-859a-ad528fcdde44, #wrap-s-04c21f15-f38a-40d8-859a-ad528fcdde44 { display:none !important; }}






  #s-04c21f15-f38a-40d8-859a-ad528fcdde44 img.shogun-image {
    

    
    
    
  }


#s-04c21f15-f38a-40d8-859a-ad528fcdde44 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-d850f2ea-48ac-4f07-a295-decba14f7d10 {
  margin-left: 40px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(255, 221, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d850f2ea-48ac-4f07-a295-decba14f7d10:hover {background-color: rgba(250, 197, 28, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d850f2ea-48ac-4f07-a295-decba14f7d10:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d850f2ea-48ac-4f07-a295-decba14f7d10 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-d850f2ea-48ac-4f07-a295-decba14f7d10 {
  margin-left: 20px;
}
}

  #s-d850f2ea-48ac-4f07-a295-decba14f7d10-root {
    text-align: center;
  }


#s-d850f2ea-48ac-4f07-a295-decba14f7d10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d850f2ea-48ac-4f07-a295-decba14f7d10-root {
    text-align: center;
  }


#s-d850f2ea-48ac-4f07-a295-decba14f7d10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d850f2ea-48ac-4f07-a295-decba14f7d10-root {
    text-align: center;
  }


#s-d850f2ea-48ac-4f07-a295-decba14f7d10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d850f2ea-48ac-4f07-a295-decba14f7d10-root {
    text-align: center;
  }


#s-d850f2ea-48ac-4f07-a295-decba14f7d10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d850f2ea-48ac-4f07-a295-decba14f7d10-root {
    text-align: center;
  }


#s-d850f2ea-48ac-4f07-a295-decba14f7d10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-d850f2ea-48ac-4f07-a295-decba14f7d10-root {
    text-align: center;
  }


#s-d850f2ea-48ac-4f07-a295-decba14f7d10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-96b28b30-6c69-4c02-891d-64e96b59bc79 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 450px;
background-color: rgba(128, 0, 128, 1);
}








#s-96b28b30-6c69-4c02-891d-64e96b59bc79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b28b30-6c69-4c02-891d-64e96b59bc79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c707909-a4c1-4454-81a3-10e1dc51d45e {
  padding-left: 40px;
padding-right: 40px;
min-height: 296px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c707909-a4c1-4454-81a3-10e1dc51d45e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2c707909-a4c1-4454-81a3-10e1dc51d45e {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c707909-a4c1-4454-81a3-10e1dc51d45e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-3f81852c-4dc6-4888-89b6-a0ce84930d41 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f81852c-4dc6-4888-89b6-a0ce84930d41 {
  display: none;
}
#s-3f81852c-4dc6-4888-89b6-a0ce84930d41, #wrap-s-3f81852c-4dc6-4888-89b6-a0ce84930d41 { display:none !important; }}@media (max-width: 767px){#s-3f81852c-4dc6-4888-89b6-a0ce84930d41 {
  display: none;
}
#s-3f81852c-4dc6-4888-89b6-a0ce84930d41, #wrap-s-3f81852c-4dc6-4888-89b6-a0ce84930d41 { display:none !important; }}







#s-3f81852c-4dc6-4888-89b6-a0ce84930d41 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-88c7aa8c-71a6-4199-9709-52be7de53a0d {
  margin-left: 40px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(255, 221, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-88c7aa8c-71a6-4199-9709-52be7de53a0d:hover {background-color: rgba(250, 197, 28, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88c7aa8c-71a6-4199-9709-52be7de53a0d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-88c7aa8c-71a6-4199-9709-52be7de53a0d {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-88c7aa8c-71a6-4199-9709-52be7de53a0d {
  margin-left: 20px;
}
}

  #s-88c7aa8c-71a6-4199-9709-52be7de53a0d-root {
    text-align: center;
  }


#s-88c7aa8c-71a6-4199-9709-52be7de53a0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-88c7aa8c-71a6-4199-9709-52be7de53a0d-root {
    text-align: center;
  }


#s-88c7aa8c-71a6-4199-9709-52be7de53a0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88c7aa8c-71a6-4199-9709-52be7de53a0d-root {
    text-align: center;
  }


#s-88c7aa8c-71a6-4199-9709-52be7de53a0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88c7aa8c-71a6-4199-9709-52be7de53a0d-root {
    text-align: center;
  }


#s-88c7aa8c-71a6-4199-9709-52be7de53a0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-88c7aa8c-71a6-4199-9709-52be7de53a0d-root {
    text-align: center;
  }


#s-88c7aa8c-71a6-4199-9709-52be7de53a0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-88c7aa8c-71a6-4199-9709-52be7de53a0d-root {
    text-align: center;
  }


#s-88c7aa8c-71a6-4199-9709-52be7de53a0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-9dd70e48-337d-4577-a4fc-89fec44a6fa7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dd70e48-337d-4577-a4fc-89fec44a6fa7 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-9dd70e48-337d-4577-a4fc-89fec44a6fa7 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-9dd70e48-337d-4577-a4fc-89fec44a6fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dd70e48-337d-4577-a4fc-89fec44a6fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9dd70e48-337d-4577-a4fc-89fec44a6fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dd70e48-337d-4577-a4fc-89fec44a6fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b72418d8-b43d-4776-8ca2-3190b0c09e89 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 450px;
background-color: rgba(52, 26, 82, 1);
}








#s-b72418d8-b43d-4776-8ca2-3190b0c09e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72418d8-b43d-4776-8ca2-3190b0c09e89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-358bc295-b635-45c6-99ae-b40b8cffca35 {
  padding-left: 40px;
padding-right: 40px;
min-height: 296px;
}
@media (min-width: 768px) and (max-width: 991px){#s-358bc295-b635-45c6-99ae-b40b8cffca35 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-358bc295-b635-45c6-99ae-b40b8cffca35 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-358bc295-b635-45c6-99ae-b40b8cffca35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px){#s-820318ce-ba2f-4892-bc7e-fbe20f00cb6b {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-70b3f170-c4e1-492b-8526-d4b61b819537 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70b3f170-c4e1-492b-8526-d4b61b819537 {
  display: none;
}
#s-70b3f170-c4e1-492b-8526-d4b61b819537, #wrap-s-70b3f170-c4e1-492b-8526-d4b61b819537 { display:none !important; }}@media (max-width: 767px){#s-70b3f170-c4e1-492b-8526-d4b61b819537 {
  display: none;
}
#s-70b3f170-c4e1-492b-8526-d4b61b819537, #wrap-s-70b3f170-c4e1-492b-8526-d4b61b819537 { display:none !important; }}






  #s-70b3f170-c4e1-492b-8526-d4b61b819537 img.shogun-image {
    

    
    
    
  }


#s-70b3f170-c4e1-492b-8526-d4b61b819537 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9825260-234c-4146-a998-b2f39c3818fd {
  margin-left: 40px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(255, 221, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b9825260-234c-4146-a998-b2f39c3818fd:hover {background-color: rgba(250, 197, 28, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b9825260-234c-4146-a998-b2f39c3818fd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b9825260-234c-4146-a998-b2f39c3818fd {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-b9825260-234c-4146-a998-b2f39c3818fd {
  margin-left: 20px;
}
}

  #s-b9825260-234c-4146-a998-b2f39c3818fd-root {
    text-align: center;
  }


#s-b9825260-234c-4146-a998-b2f39c3818fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9825260-234c-4146-a998-b2f39c3818fd-root {
    text-align: center;
  }


#s-b9825260-234c-4146-a998-b2f39c3818fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9825260-234c-4146-a998-b2f39c3818fd-root {
    text-align: center;
  }


#s-b9825260-234c-4146-a998-b2f39c3818fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9825260-234c-4146-a998-b2f39c3818fd-root {
    text-align: center;
  }


#s-b9825260-234c-4146-a998-b2f39c3818fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9825260-234c-4146-a998-b2f39c3818fd-root {
    text-align: center;
  }


#s-b9825260-234c-4146-a998-b2f39c3818fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-b9825260-234c-4146-a998-b2f39c3818fd-root {
    text-align: center;
  }


#s-b9825260-234c-4146-a998-b2f39c3818fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-d4e28eb1-84c3-4a2d-88fd-49c33223b026 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 450px;
background-color: rgba(35, 171, 173, 1);
}








#s-d4e28eb1-84c3-4a2d-88fd-49c33223b026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4e28eb1-84c3-4a2d-88fd-49c33223b026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f16612a-1296-4d43-97cf-eadf6788d9e3 {
  padding-left: 40px;
padding-right: 40px;
min-height: 296px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f16612a-1296-4d43-97cf-eadf6788d9e3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7f16612a-1296-4d43-97cf-eadf6788d9e3 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f16612a-1296-4d43-97cf-eadf6788d9e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 {
  max-width: 200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 {
  display: none;
}
#s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8, #wrap-s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 { display:none !important; }}@media (max-width: 767px){#s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 {
  display: none;
}
#s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8, #wrap-s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 { display:none !important; }}






  #s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 img.shogun-image {
    

    
    
    
  }


#s-4f7428f7-9c24-4a34-9cc4-e0aee58cd3b8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9 {
  margin-left: 40px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(235, 87, 87, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9:hover {background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9 {
  margin-left: 20px;
}
}@media (max-width: 767px){#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9 {
  margin-left: 20px;
}
}

  #s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9-root {
    text-align: center;
  }


#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9-root {
    text-align: center;
  }


#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9-root {
    text-align: center;
  }


#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9-root {
    text-align: center;
  }


#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9-root {
    text-align: center;
  }


#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9-root {
    text-align: center;
  }


#s-c5e7fb7a-6a09-4874-ba36-e6452699f1f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-f8ed3cc8-6023-46b5-bd23-343014fac642 {
  min-height: 50px;
background-color: rgba(255, 248, 241, 1);
}








#s-f8ed3cc8-6023-46b5-bd23-343014fac642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8ed3cc8-6023-46b5-bd23-343014fac642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 248, 241, 1);
}
@media (min-width: 1200px){#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 {
  display: none;
}
#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19, #wrap-s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 {
  display: none;
}
#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19, #wrap-s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 {
  padding-top: 60px;
padding-bottom: 0px;
}
}







#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514dcb2d-8c52-4f34-8ef6-98e0a9ecfd19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e6e3bb9-3cc0-4af3-9c0a-2d7d81dbdbc5 {
  margin-left: auto;
margin-right: auto;
max-width: 1560px;
}








#s-7e6e3bb9-3cc0-4af3-9c0a-2d7d81dbdbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6e3bb9-3cc0-4af3-9c0a-2d7d81dbdbc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a22456e-0a0e-4261-99ab-8de662372c03 {
  min-height: 50px;
background-color: rgba(255, 248, 241, 1);
}








#s-7a22456e-0a0e-4261-99ab-8de662372c03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a22456e-0a0e-4261-99ab-8de662372c03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad57182d-a4e0-4bef-b6f9-9ffa31fd65d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-e5fb944d-136e-4b51-ae56-34ada00ff8f2 {
  padding-top: 20px;
}
}
#s-01e49be0-bf2c-4ecd-846f-110baa4024f4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6d793726-2670-43d6-8e4b-28948bb6bc7b {
  min-height: 50px;
background-color: rgba(28, 27, 30, 1);
}








#s-6d793726-2670-43d6-8e4b-28948bb6bc7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d793726-2670-43d6-8e4b-28948bb6bc7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-362886c7-c0d5-41e3-ae75-f04a0180cd1a {
  margin-top: 40px;
margin-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-362886c7-c0d5-41e3-ae75-f04a0180cd1a {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-362886c7-c0d5-41e3-ae75-f04a0180cd1a {
  margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-362886c7-c0d5-41e3-ae75-f04a0180cd1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px){#s-90326ceb-f189-47d3-a277-e0e959a14084 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-15a74314-bfea-46fc-9b4c-355bf66c479f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(255, 221, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-15a74314-bfea-46fc-9b4c-355bf66c479f:hover {background-color: rgba(250, 197, 28, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15a74314-bfea-46fc-9b4c-355bf66c479f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-15a74314-bfea-46fc-9b4c-355bf66c479f {
  margin-left: 0px;
margin-right: 0px;
}
}

  #s-15a74314-bfea-46fc-9b4c-355bf66c479f-root {
    text-align: center;
  }


#s-15a74314-bfea-46fc-9b4c-355bf66c479f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-15a74314-bfea-46fc-9b4c-355bf66c479f-root {
    text-align: center;
  }


#s-15a74314-bfea-46fc-9b4c-355bf66c479f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15a74314-bfea-46fc-9b4c-355bf66c479f-root {
    text-align: center;
  }


#s-15a74314-bfea-46fc-9b4c-355bf66c479f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15a74314-bfea-46fc-9b4c-355bf66c479f-root {
    text-align: center;
  }


#s-15a74314-bfea-46fc-9b4c-355bf66c479f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-15a74314-bfea-46fc-9b4c-355bf66c479f-root {
    text-align: center;
  }


#s-15a74314-bfea-46fc-9b4c-355bf66c479f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-15a74314-bfea-46fc-9b4c-355bf66c479f-root {
    text-align: center;
  }


#s-15a74314-bfea-46fc-9b4c-355bf66c479f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-47606873-e94f-47d7-a9b3-af73b02f624d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-47606873-e94f-47d7-a9b3-af73b02f624d {
  display: none;
}
#s-47606873-e94f-47d7-a9b3-af73b02f624d, #wrap-s-47606873-e94f-47d7-a9b3-af73b02f624d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47606873-e94f-47d7-a9b3-af73b02f624d {
  display: none;
}
#s-47606873-e94f-47d7-a9b3-af73b02f624d, #wrap-s-47606873-e94f-47d7-a9b3-af73b02f624d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47606873-e94f-47d7-a9b3-af73b02f624d {
  display: none;
}
#s-47606873-e94f-47d7-a9b3-af73b02f624d, #wrap-s-47606873-e94f-47d7-a9b3-af73b02f624d { display:none !important; }}@media (max-width: 767px){#s-47606873-e94f-47d7-a9b3-af73b02f624d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
}
}






  #s-47606873-e94f-47d7-a9b3-af73b02f624d img.shogun-image {
    

    
    
    
  }


#s-47606873-e94f-47d7-a9b3-af73b02f624d .shogun-image-content {
  
    align-items: center;
  
}

#s-c0758e30-94bb-499f-aad9-285357214c76 {
  text-align: center;
}
@media (max-width: 767px){#s-c0758e30-94bb-499f-aad9-285357214c76 {
  display: none;
}
#s-c0758e30-94bb-499f-aad9-285357214c76, #wrap-s-c0758e30-94bb-499f-aad9-285357214c76 { display:none !important; }}






  #s-c0758e30-94bb-499f-aad9-285357214c76 img.shogun-image {
    

    
    
    
  }


#s-c0758e30-94bb-499f-aad9-285357214c76 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eaacbd1-a131-4ba4-885e-f08ef13a7b3b {
  margin-left: auto;
margin-right: auto;
max-width: 1560px;
}








#s-9eaacbd1-a131-4ba4-885e-f08ef13a7b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eaacbd1-a131-4ba4-885e-f08ef13a7b3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a9a0791-5085-439a-9d16-501da0c9f1f1 {
  min-height: 50px;
}








#s-9a9a0791-5085-439a-9d16-501da0c9f1f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a9a0791-5085-439a-9d16-501da0c9f1f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61cef57d-ecc8-4519-9544-3a4cc5a0b8ed {
  min-height: 50px;
background-color: rgba(128, 0, 128, 1);
}








#s-61cef57d-ecc8-4519-9544-3a4cc5a0b8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61cef57d-ecc8-4519-9544-3a4cc5a0b8ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f {
  margin-top: 40px;
margin-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f {
  margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a9bcd0a-d7f1-477d-83b6-bd8927fdae5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px){#s-db55129b-a7ae-4372-b66c-e09ba0c61e15 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-a88d2f38-bcda-4f61-a490-56f65aea948c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(255, 221, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a88d2f38-bcda-4f61-a490-56f65aea948c:hover {background-color: rgba(250, 197, 28, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a88d2f38-bcda-4f61-a490-56f65aea948c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a88d2f38-bcda-4f61-a490-56f65aea948c {
  margin-left: 0px;
margin-right: 0px;
}
}

  #s-a88d2f38-bcda-4f61-a490-56f65aea948c-root {
    text-align: center;
  }


#s-a88d2f38-bcda-4f61-a490-56f65aea948c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a88d2f38-bcda-4f61-a490-56f65aea948c-root {
    text-align: center;
  }


#s-a88d2f38-bcda-4f61-a490-56f65aea948c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a88d2f38-bcda-4f61-a490-56f65aea948c-root {
    text-align: center;
  }


#s-a88d2f38-bcda-4f61-a490-56f65aea948c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a88d2f38-bcda-4f61-a490-56f65aea948c-root {
    text-align: center;
  }


#s-a88d2f38-bcda-4f61-a490-56f65aea948c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a88d2f38-bcda-4f61-a490-56f65aea948c-root {
    text-align: center;
  }


#s-a88d2f38-bcda-4f61-a490-56f65aea948c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-a88d2f38-bcda-4f61-a490-56f65aea948c-root {
    text-align: center;
  }


#s-a88d2f38-bcda-4f61-a490-56f65aea948c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-79b32c97-bfcf-4d34-b763-48492d5256fe {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-79b32c97-bfcf-4d34-b763-48492d5256fe {
  display: none;
}
#s-79b32c97-bfcf-4d34-b763-48492d5256fe, #wrap-s-79b32c97-bfcf-4d34-b763-48492d5256fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79b32c97-bfcf-4d34-b763-48492d5256fe {
  display: none;
}
#s-79b32c97-bfcf-4d34-b763-48492d5256fe, #wrap-s-79b32c97-bfcf-4d34-b763-48492d5256fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79b32c97-bfcf-4d34-b763-48492d5256fe {
  display: none;
}
#s-79b32c97-bfcf-4d34-b763-48492d5256fe, #wrap-s-79b32c97-bfcf-4d34-b763-48492d5256fe { display:none !important; }}@media (max-width: 767px){#s-79b32c97-bfcf-4d34-b763-48492d5256fe {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}






  #s-79b32c97-bfcf-4d34-b763-48492d5256fe img.shogun-image {
    

    
    
    
  }


#s-79b32c97-bfcf-4d34-b763-48492d5256fe .shogun-image-content {
  
    align-items: center;
  
}

#s-37acc644-7d9d-4b3d-9b9f-696125ff2338 {
  text-align: center;
}
@media (max-width: 767px){#s-37acc644-7d9d-4b3d-9b9f-696125ff2338 {
  display: none;
}
#s-37acc644-7d9d-4b3d-9b9f-696125ff2338, #wrap-s-37acc644-7d9d-4b3d-9b9f-696125ff2338 { display:none !important; }}






  #s-37acc644-7d9d-4b3d-9b9f-696125ff2338 img.shogun-image {
    

    
    
    
  }


#s-37acc644-7d9d-4b3d-9b9f-696125ff2338 .shogun-image-content {
  
    align-items: center;
  
}

#s-365e9a89-ff72-4f72-8594-cade2f33a3ac {
  margin-left: auto;
margin-right: auto;
max-width: 1560px;
}








#s-365e9a89-ff72-4f72-8594-cade2f33a3ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-365e9a89-ff72-4f72-8594-cade2f33a3ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff030352-5045-4c54-8ac0-29888ede953e {
  min-height: 50px;
}








#s-ff030352-5045-4c54-8ac0-29888ede953e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff030352-5045-4c54-8ac0-29888ede953e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b8c500a-49f0-4d0b-90ef-d56eeaa3a0ec {
  min-height: 50px;
background-color: rgba(52, 26, 82, 1);
}








#s-0b8c500a-49f0-4d0b-90ef-d56eeaa3a0ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b8c500a-49f0-4d0b-90ef-d56eeaa3a0ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-011177ed-580b-4ed5-a62c-82e31f4a877e {
  margin-top: 40px;
margin-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-011177ed-580b-4ed5-a62c-82e31f4a877e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-011177ed-580b-4ed5-a62c-82e31f4a877e {
  margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-011177ed-580b-4ed5-a62c-82e31f4a877e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px){#s-971ed7d8-df33-4c1f-a2dd-8bdfebc40a52 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-16e139f3-25a8-4cda-bcbb-ee87b641d888 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(255, 221, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-16e139f3-25a8-4cda-bcbb-ee87b641d888:hover {background-color: rgba(250, 197, 28, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16e139f3-25a8-4cda-bcbb-ee87b641d888:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-16e139f3-25a8-4cda-bcbb-ee87b641d888 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-16e139f3-25a8-4cda-bcbb-ee87b641d888 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-16e139f3-25a8-4cda-bcbb-ee87b641d888-root {
    text-align: center;
  }


#s-16e139f3-25a8-4cda-bcbb-ee87b641d888.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-16e139f3-25a8-4cda-bcbb-ee87b641d888-root {
    text-align: center;
  }


#s-16e139f3-25a8-4cda-bcbb-ee87b641d888.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16e139f3-25a8-4cda-bcbb-ee87b641d888-root {
    text-align: center;
  }


#s-16e139f3-25a8-4cda-bcbb-ee87b641d888.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16e139f3-25a8-4cda-bcbb-ee87b641d888-root {
    text-align: center;
  }


#s-16e139f3-25a8-4cda-bcbb-ee87b641d888.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-16e139f3-25a8-4cda-bcbb-ee87b641d888-root {
    text-align: center;
  }


#s-16e139f3-25a8-4cda-bcbb-ee87b641d888.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-16e139f3-25a8-4cda-bcbb-ee87b641d888-root {
    text-align: center;
  }


#s-16e139f3-25a8-4cda-bcbb-ee87b641d888.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-76bdc74c-bd4c-492c-af38-a42abd729694 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-76bdc74c-bd4c-492c-af38-a42abd729694 {
  display: none;
}
#s-76bdc74c-bd4c-492c-af38-a42abd729694, #wrap-s-76bdc74c-bd4c-492c-af38-a42abd729694 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76bdc74c-bd4c-492c-af38-a42abd729694 {
  display: none;
}
#s-76bdc74c-bd4c-492c-af38-a42abd729694, #wrap-s-76bdc74c-bd4c-492c-af38-a42abd729694 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76bdc74c-bd4c-492c-af38-a42abd729694 {
  display: none;
}
#s-76bdc74c-bd4c-492c-af38-a42abd729694, #wrap-s-76bdc74c-bd4c-492c-af38-a42abd729694 { display:none !important; }}






  #s-76bdc74c-bd4c-492c-af38-a42abd729694 img.shogun-image {
    

    
    
    
  }


#s-76bdc74c-bd4c-492c-af38-a42abd729694 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2e9aaba-4259-4572-9050-4989ae9f6309 {
  text-align: center;
}
@media (max-width: 767px){#s-c2e9aaba-4259-4572-9050-4989ae9f6309 {
  display: none;
}
#s-c2e9aaba-4259-4572-9050-4989ae9f6309, #wrap-s-c2e9aaba-4259-4572-9050-4989ae9f6309 { display:none !important; }}






  #s-c2e9aaba-4259-4572-9050-4989ae9f6309 img.shogun-image {
    

    
    
    
  }


#s-c2e9aaba-4259-4572-9050-4989ae9f6309 .shogun-image-content {
  
    align-items: center;
  
}

#s-d69df11f-86a5-4005-b3bb-ab9430b771c4 {
  margin-left: auto;
margin-right: auto;
max-width: 1560px;
}








#s-d69df11f-86a5-4005-b3bb-ab9430b771c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d69df11f-86a5-4005-b3bb-ab9430b771c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d14a5fe-1d39-4802-80fb-d722c9b33099 {
  min-height: 50px;
}








#s-4d14a5fe-1d39-4802-80fb-d722c9b33099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d14a5fe-1d39-4802-80fb-d722c9b33099.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c87a17d5-fe8f-4c6a-b880-a7c8eacf83fd {
  min-height: 50px;
background-color: rgba(35, 171, 173, 1);
}








#s-c87a17d5-fe8f-4c6a-b880-a7c8eacf83fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c87a17d5-fe8f-4c6a-b880-a7c8eacf83fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9 {
  margin-top: 40px;
margin-bottom: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9 {
  margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a981db1-ea9a-43e5-98d0-f3d9c54b7eb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px){#s-a3253ce9-41e0-4f3e-b1f9-0dfdf9b905af {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-0f094822-e4a9-454a-a391-cbe1310a06fa {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
max-width: 250px;
background-color: rgba(235, 87, 87, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0f094822-e4a9-454a-a391-cbe1310a06fa:hover {background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0f094822-e4a9-454a-a391-cbe1310a06fa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0f094822-e4a9-454a-a391-cbe1310a06fa {
  margin-left: auto;
margin-right: auto;
}
}

  #s-0f094822-e4a9-454a-a391-cbe1310a06fa-root {
    text-align: center;
  }


#s-0f094822-e4a9-454a-a391-cbe1310a06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f094822-e4a9-454a-a391-cbe1310a06fa-root {
    text-align: center;
  }


#s-0f094822-e4a9-454a-a391-cbe1310a06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f094822-e4a9-454a-a391-cbe1310a06fa-root {
    text-align: center;
  }


#s-0f094822-e4a9-454a-a391-cbe1310a06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f094822-e4a9-454a-a391-cbe1310a06fa-root {
    text-align: center;
  }


#s-0f094822-e4a9-454a-a391-cbe1310a06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f094822-e4a9-454a-a391-cbe1310a06fa-root {
    text-align: center;
  }


#s-0f094822-e4a9-454a-a391-cbe1310a06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-0f094822-e4a9-454a-a391-cbe1310a06fa-root {
    text-align: center;
  }


#s-0f094822-e4a9-454a-a391-cbe1310a06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-fe455473-29a3-4fff-9960-8f3917e18eef {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-fe455473-29a3-4fff-9960-8f3917e18eef {
  display: none;
}
#s-fe455473-29a3-4fff-9960-8f3917e18eef, #wrap-s-fe455473-29a3-4fff-9960-8f3917e18eef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe455473-29a3-4fff-9960-8f3917e18eef {
  display: none;
}
#s-fe455473-29a3-4fff-9960-8f3917e18eef, #wrap-s-fe455473-29a3-4fff-9960-8f3917e18eef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe455473-29a3-4fff-9960-8f3917e18eef {
  display: none;
}
#s-fe455473-29a3-4fff-9960-8f3917e18eef, #wrap-s-fe455473-29a3-4fff-9960-8f3917e18eef { display:none !important; }}@media (max-width: 767px){#s-fe455473-29a3-4fff-9960-8f3917e18eef {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
}
}






  #s-fe455473-29a3-4fff-9960-8f3917e18eef img.shogun-image {
    

    
    
    
  }


#s-fe455473-29a3-4fff-9960-8f3917e18eef .shogun-image-content {
  
    align-items: center;
  
}

#s-bf4a84e3-ca47-4c1a-927a-8e7df05c66f4 {
  text-align: center;
}
@media (max-width: 767px){#s-bf4a84e3-ca47-4c1a-927a-8e7df05c66f4 {
  display: none;
}
#s-bf4a84e3-ca47-4c1a-927a-8e7df05c66f4, #wrap-s-bf4a84e3-ca47-4c1a-927a-8e7df05c66f4 { display:none !important; }}






  #s-bf4a84e3-ca47-4c1a-927a-8e7df05c66f4 img.shogun-image {
    

    
    
    
  }


#s-bf4a84e3-ca47-4c1a-927a-8e7df05c66f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b86a9bf4-a23e-4d97-95f0-925957ab2a03 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 1200px){#s-b86a9bf4-a23e-4d97-95f0-925957ab2a03 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b86a9bf4-a23e-4d97-95f0-925957ab2a03 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b86a9bf4-a23e-4d97-95f0-925957ab2a03 {
  padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-b86a9bf4-a23e-4d97-95f0-925957ab2a03 {
  padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-f0d6e582-b2de-4df2-82f0-85d663336b01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f0d6e582-b2de-4df2-82f0-85d663336b01 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0d6e582-b2de-4df2-82f0-85d663336b01 {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0d6e582-b2de-4df2-82f0-85d663336b01 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-f0d6e582-b2de-4df2-82f0-85d663336b01 {
  padding-bottom: 0px;
}
}







#s-f0d6e582-b2de-4df2-82f0-85d663336b01 > .shg-box-overlay {
  background-color: rgba(255, 248, 241, 1);
  opacity: 1;
}#s-f0d6e582-b2de-4df2-82f0-85d663336b01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-603da139-9fac-4f9d-a23e-1960233c398c {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-603da139-9fac-4f9d-a23e-1960233c398c {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-603da139-9fac-4f9d-a23e-1960233c398c {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-603da139-9fac-4f9d-a23e-1960233c398c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-603da139-9fac-4f9d-a23e-1960233c398c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-603da139-9fac-4f9d-a23e-1960233c398c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-603da139-9fac-4f9d-a23e-1960233c398c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aeffc45a-8e43-4bc3-99ff-e83a395ee6e2 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-aeffc45a-8e43-4bc3-99ff-e83a395ee6e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeffc45a-8e43-4bc3-99ff-e83a395ee6e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f792588-a815-475b-959c-b1f2c7493544 {
  text-align: center;
}








#s-5f792588-a815-475b-959c-b1f2c7493544 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f4bab94-0522-4d5a-b92e-1bf7b02a7116 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f4bab94-0522-4d5a-b92e-1bf7b02a7116 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-8f4bab94-0522-4d5a-b92e-1bf7b02a7116 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-be42a6ea-6bdd-4fc2-9708-1defb36b9da3 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be42a6ea-6bdd-4fc2-9708-1defb36b9da3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-be42a6ea-6bdd-4fc2-9708-1defb36b9da3 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-27ca57f9-d589-40ac-bfc6-83404d210e3f {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-27ca57f9-d589-40ac-bfc6-83404d210e3f:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-27ca57f9-d589-40ac-bfc6-83404d210e3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27ca57f9-d589-40ac-bfc6-83404d210e3f-root {
    text-align: right;
  }


#s-27ca57f9-d589-40ac-bfc6-83404d210e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27ca57f9-d589-40ac-bfc6-83404d210e3f-root {
    text-align: right;
  }


#s-27ca57f9-d589-40ac-bfc6-83404d210e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27ca57f9-d589-40ac-bfc6-83404d210e3f-root {
    text-align: right;
  }


#s-27ca57f9-d589-40ac-bfc6-83404d210e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27ca57f9-d589-40ac-bfc6-83404d210e3f-root {
    text-align: right;
  }


#s-27ca57f9-d589-40ac-bfc6-83404d210e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27ca57f9-d589-40ac-bfc6-83404d210e3f-root {
    text-align: right;
  }


#s-27ca57f9-d589-40ac-bfc6-83404d210e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-27ca57f9-d589-40ac-bfc6-83404d210e3f-root {
    text-align: right;
  }


#s-27ca57f9-d589-40ac-bfc6-83404d210e3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ef77b16a-28c8-4860-99df-b993ecce4fde {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-ef77b16a-28c8-4860-99df-b993ecce4fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef77b16a-28c8-4860-99df-b993ecce4fde.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df731423-b879-43b8-956e-213f670e3758 {
  text-align: center;
}








#s-df731423-b879-43b8-956e-213f670e3758 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d7cd8dd-a200-49c8-9521-bebf91d2cd8e {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d7cd8dd-a200-49c8-9521-bebf91d2cd8e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-5d7cd8dd-a200-49c8-9521-bebf91d2cd8e {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-56581e58-de88-44a9-a637-db12a9cd1efa {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56581e58-de88-44a9-a637-db12a9cd1efa {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-56581e58-de88-44a9-a637-db12a9cd1efa {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc-root {
    text-align: right;
  }


#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc-root {
    text-align: right;
  }


#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc-root {
    text-align: right;
  }


#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc-root {
    text-align: right;
  }


#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc-root {
    text-align: right;
  }


#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc-root {
    text-align: right;
  }


#s-c92d866a-d7ee-4ab1-af78-7aa4d67d8dbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1a049f3d-0041-4cf4-9d1e-53c9ecf836ec {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 248, 241, 1);
}








#s-1a049f3d-0041-4cf4-9d1e-53c9ecf836ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a049f3d-0041-4cf4-9d1e-53c9ecf836ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fe4e1f7-2124-4e80-946d-065bdfce0a89 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fe4e1f7-2124-4e80-946d-065bdfce0a89 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-1fe4e1f7-2124-4e80-946d-065bdfce0a89 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-1fe4e1f7-2124-4e80-946d-065bdfce0a89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fe4e1f7-2124-4e80-946d-065bdfce0a89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fe4e1f7-2124-4e80-946d-065bdfce0a89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fe4e1f7-2124-4e80-946d-065bdfce0a89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1bf1d43c-759a-40bb-bad2-ee19a437f859 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-1bf1d43c-759a-40bb-bad2-ee19a437f859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bf1d43c-759a-40bb-bad2-ee19a437f859.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7397a1db-2aef-4101-a0ec-e2982e5b7158 {
  text-align: center;
}








#s-7397a1db-2aef-4101-a0ec-e2982e5b7158 .shogun-image-content {
  
    align-items: center;
  
}

#s-de3e5667-6091-4dcd-86a9-eb2b4b2cb8f5 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de3e5667-6091-4dcd-86a9-eb2b4b2cb8f5 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-de3e5667-6091-4dcd-86a9-eb2b4b2cb8f5 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-08c24b76-e914-45ad-a133-ff588e179275 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08c24b76-e914-45ad-a133-ff588e179275 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-08c24b76-e914-45ad-a133-ff588e179275 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-90692e39-a502-4986-9991-821340c21ada {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-90692e39-a502-4986-9991-821340c21ada:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-90692e39-a502-4986-9991-821340c21ada:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90692e39-a502-4986-9991-821340c21ada-root {
    text-align: right;
  }


#s-90692e39-a502-4986-9991-821340c21ada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90692e39-a502-4986-9991-821340c21ada-root {
    text-align: right;
  }


#s-90692e39-a502-4986-9991-821340c21ada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90692e39-a502-4986-9991-821340c21ada-root {
    text-align: right;
  }


#s-90692e39-a502-4986-9991-821340c21ada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90692e39-a502-4986-9991-821340c21ada-root {
    text-align: right;
  }


#s-90692e39-a502-4986-9991-821340c21ada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90692e39-a502-4986-9991-821340c21ada-root {
    text-align: right;
  }


#s-90692e39-a502-4986-9991-821340c21ada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-90692e39-a502-4986-9991-821340c21ada-root {
    text-align: right;
  }


#s-90692e39-a502-4986-9991-821340c21ada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-e7de5e6c-f63c-4493-8175-6f7a1d20b019 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-e7de5e6c-f63c-4493-8175-6f7a1d20b019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7de5e6c-f63c-4493-8175-6f7a1d20b019.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-95968bb7-16a7-4805-a4d9-209df4c1e466 {
  text-align: center;
}








#s-95968bb7-16a7-4805-a4d9-209df4c1e466 .shogun-image-content {
  
    align-items: center;
  
}

#s-75f171b7-9b61-4665-b25b-46fe1f6aee62 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75f171b7-9b61-4665-b25b-46fe1f6aee62 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-75f171b7-9b61-4665-b25b-46fe1f6aee62 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-7fd5c985-eda5-4b90-a413-8d71b9f5508f {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fd5c985-eda5-4b90-a413-8d71b9f5508f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7fd5c985-eda5-4b90-a413-8d71b9f5508f {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-1a74a694-b368-4bf6-aa78-682a7200b9ae {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1a74a694-b368-4bf6-aa78-682a7200b9ae:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1a74a694-b368-4bf6-aa78-682a7200b9ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a74a694-b368-4bf6-aa78-682a7200b9ae-root {
    text-align: right;
  }


#s-1a74a694-b368-4bf6-aa78-682a7200b9ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a74a694-b368-4bf6-aa78-682a7200b9ae-root {
    text-align: right;
  }


#s-1a74a694-b368-4bf6-aa78-682a7200b9ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a74a694-b368-4bf6-aa78-682a7200b9ae-root {
    text-align: right;
  }


#s-1a74a694-b368-4bf6-aa78-682a7200b9ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a74a694-b368-4bf6-aa78-682a7200b9ae-root {
    text-align: right;
  }


#s-1a74a694-b368-4bf6-aa78-682a7200b9ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a74a694-b368-4bf6-aa78-682a7200b9ae-root {
    text-align: right;
  }


#s-1a74a694-b368-4bf6-aa78-682a7200b9ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-1a74a694-b368-4bf6-aa78-682a7200b9ae-root {
    text-align: right;
  }


#s-1a74a694-b368-4bf6-aa78-682a7200b9ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-785400ff-ae05-46af-8189-4747d1612565 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-785400ff-ae05-46af-8189-4747d1612565 {
  display: none;
}
#s-785400ff-ae05-46af-8189-4747d1612565, #wrap-s-785400ff-ae05-46af-8189-4747d1612565 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-785400ff-ae05-46af-8189-4747d1612565 {
  display: none;
}
#s-785400ff-ae05-46af-8189-4747d1612565, #wrap-s-785400ff-ae05-46af-8189-4747d1612565 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-785400ff-ae05-46af-8189-4747d1612565 {
  display: none;
}
#s-785400ff-ae05-46af-8189-4747d1612565, #wrap-s-785400ff-ae05-46af-8189-4747d1612565 { display:none !important; }}@media (max-width: 767px){#s-785400ff-ae05-46af-8189-4747d1612565 {
  display: none;
}
#s-785400ff-ae05-46af-8189-4747d1612565, #wrap-s-785400ff-ae05-46af-8189-4747d1612565 { display:none !important; }}







#s-785400ff-ae05-46af-8189-4747d1612565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-785400ff-ae05-46af-8189-4747d1612565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-564e9129-851c-4c73-b884-681c086140d2 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
opacity: 1;
}
@media (min-width: 1200px){#s-564e9129-851c-4c73-b884-681c086140d2 {
  
}
}
@media (min-width: 0px) {
[id="s-564e9129-851c-4c73-b884-681c086140d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-564e9129-851c-4c73-b884-681c086140d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-564e9129-851c-4c73-b884-681c086140d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-564e9129-851c-4c73-b884-681c086140d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a495c8a-5156-46ad-9054-e670d6b1c73d {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-5a495c8a-5156-46ad-9054-e670d6b1c73d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a495c8a-5156-46ad-9054-e670d6b1c73d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68e5ab25-7b6f-47fa-925a-b192c698252e {
  text-align: center;
}








#s-68e5ab25-7b6f-47fa-925a-b192c698252e .shogun-image-content {
  
    align-items: center;
  
}

#s-81920455-2484-436c-b767-5ada7a901d6b {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81920455-2484-436c-b767-5ada7a901d6b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-81920455-2484-436c-b767-5ada7a901d6b {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-2b071bea-901a-4e6e-bfd4-f8e29dc950d5 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b071bea-901a-4e6e-bfd4-f8e29dc950d5 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2b071bea-901a-4e6e-bfd4-f8e29dc950d5 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c-root {
    text-align: right;
  }


#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c-root {
    text-align: right;
  }


#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c-root {
    text-align: right;
  }


#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c-root {
    text-align: right;
  }


#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c-root {
    text-align: right;
  }


#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c-root {
    text-align: right;
  }


#s-2bb5816e-b68f-4da8-a7e5-c3a587a5fa9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1b5525c5-088c-456c-9c25-c8518b50c4ba {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-1b5525c5-088c-456c-9c25-c8518b50c4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b5525c5-088c-456c-9c25-c8518b50c4ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-479d3926-6f66-43b0-b17e-c013b521e5af {
  text-align: center;
}








#s-479d3926-6f66-43b0-b17e-c013b521e5af .shogun-image-content {
  
    align-items: center;
  
}

#s-49446ba7-841f-46da-87fd-d18a38593b6d {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49446ba7-841f-46da-87fd-d18a38593b6d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-49446ba7-841f-46da-87fd-d18a38593b6d {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-8414cf98-eee7-45cc-bd01-bef686e92577 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8414cf98-eee7-45cc-bd01-bef686e92577 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-8414cf98-eee7-45cc-bd01-bef686e92577 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6f78819-047e-41a1-82f3-abfa30c9ffc6-root {
    text-align: right;
  }


#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6f78819-047e-41a1-82f3-abfa30c9ffc6-root {
    text-align: right;
  }


#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6f78819-047e-41a1-82f3-abfa30c9ffc6-root {
    text-align: right;
  }


#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6f78819-047e-41a1-82f3-abfa30c9ffc6-root {
    text-align: right;
  }


#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6f78819-047e-41a1-82f3-abfa30c9ffc6-root {
    text-align: right;
  }


#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-f6f78819-047e-41a1-82f3-abfa30c9ffc6-root {
    text-align: right;
  }


#s-f6f78819-047e-41a1-82f3-abfa30c9ffc6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ba7df945-256b-42c4-9c1a-1238a93b6f91 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ba7df945-256b-42c4-9c1a-1238a93b6f91 {
  display: none;
}
#s-ba7df945-256b-42c4-9c1a-1238a93b6f91, #wrap-s-ba7df945-256b-42c4-9c1a-1238a93b6f91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba7df945-256b-42c4-9c1a-1238a93b6f91 {
  display: none;
}
#s-ba7df945-256b-42c4-9c1a-1238a93b6f91, #wrap-s-ba7df945-256b-42c4-9c1a-1238a93b6f91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba7df945-256b-42c4-9c1a-1238a93b6f91 {
  display: none;
}
#s-ba7df945-256b-42c4-9c1a-1238a93b6f91, #wrap-s-ba7df945-256b-42c4-9c1a-1238a93b6f91 { display:none !important; }}@media (max-width: 767px){#s-ba7df945-256b-42c4-9c1a-1238a93b6f91 {
  display: none;
}
#s-ba7df945-256b-42c4-9c1a-1238a93b6f91, #wrap-s-ba7df945-256b-42c4-9c1a-1238a93b6f91 { display:none !important; }}







#s-ba7df945-256b-42c4-9c1a-1238a93b6f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba7df945-256b-42c4-9c1a-1238a93b6f91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7338cb76-6ee6-439d-ad11-acafb99f4d41 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-7338cb76-6ee6-439d-ad11-acafb99f4d41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7338cb76-6ee6-439d-ad11-acafb99f4d41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7338cb76-6ee6-439d-ad11-acafb99f4d41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7338cb76-6ee6-439d-ad11-acafb99f4d41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e700fc56-e406-4cef-a483-13f59cce45f8 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-e700fc56-e406-4cef-a483-13f59cce45f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e700fc56-e406-4cef-a483-13f59cce45f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47ef7259-8bd2-47e2-97f4-a3b28c3e2a55 {
  text-align: center;
}








#s-47ef7259-8bd2-47e2-97f4-a3b28c3e2a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-50c24572-0777-48f8-a549-8e0c875342a2 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50c24572-0777-48f8-a549-8e0c875342a2 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-50c24572-0777-48f8-a549-8e0c875342a2 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-1316333c-e276-45ae-b056-abc2b3a211fd {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1316333c-e276-45ae-b056-abc2b3a211fd {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-1316333c-e276-45ae-b056-abc2b3a211fd {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-ec649c13-c2d9-4c8f-8140-4caed843d03f {
  margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ec649c13-c2d9-4c8f-8140-4caed843d03f:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ec649c13-c2d9-4c8f-8140-4caed843d03f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec649c13-c2d9-4c8f-8140-4caed843d03f-root {
    text-align: right;
  }


#s-ec649c13-c2d9-4c8f-8140-4caed843d03f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec649c13-c2d9-4c8f-8140-4caed843d03f-root {
    text-align: right;
  }


#s-ec649c13-c2d9-4c8f-8140-4caed843d03f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec649c13-c2d9-4c8f-8140-4caed843d03f-root {
    text-align: right;
  }


#s-ec649c13-c2d9-4c8f-8140-4caed843d03f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec649c13-c2d9-4c8f-8140-4caed843d03f-root {
    text-align: right;
  }


#s-ec649c13-c2d9-4c8f-8140-4caed843d03f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec649c13-c2d9-4c8f-8140-4caed843d03f-root {
    text-align: right;
  }


#s-ec649c13-c2d9-4c8f-8140-4caed843d03f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-ec649c13-c2d9-4c8f-8140-4caed843d03f-root {
    text-align: right;
  }


#s-ec649c13-c2d9-4c8f-8140-4caed843d03f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-64308ebe-2224-4431-9a03-27ca771c9265 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-64308ebe-2224-4431-9a03-27ca771c9265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64308ebe-2224-4431-9a03-27ca771c9265.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8144e8b-f4c3-4ffc-b687-fed4af6afcbf {
  text-align: center;
}








#s-f8144e8b-f4c3-4ffc-b687-fed4af6afcbf .shogun-image-content {
  
    align-items: center;
  
}

#s-025b512a-847e-42f8-af87-368e67c9ca37 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-025b512a-847e-42f8-af87-368e67c9ca37 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-025b512a-847e-42f8-af87-368e67c9ca37 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-6ad3f803-daff-4ce8-8c0c-876e3f7e908e {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ad3f803-daff-4ce8-8c0c-876e3f7e908e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-6ad3f803-daff-4ce8-8c0c-876e3f7e908e {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8-root {
    text-align: right;
  }


#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8-root {
    text-align: right;
  }


#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8-root {
    text-align: right;
  }


#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8-root {
    text-align: right;
  }


#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8-root {
    text-align: right;
  }


#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8-root {
    text-align: right;
  }


#s-d0065a65-e6e3-4f7a-94ba-94df76b97ac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

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

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}