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

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

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

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

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

#s-082f46c0-c757-4565-9c69-f71b541927ac {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-082f46c0-c757-4565-9c69-f71b541927ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-082f46c0-c757-4565-9c69-f71b541927ac.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0b220332-114f-4608-94bd-aa6e10b6f11d {
  text-align: center;
}




  #s-0b220332-114f-4608-94bd-aa6e10b6f11d img.shogun-image {
    
    width: px;
  }


#s-0b220332-114f-4608-94bd-aa6e10b6f11d .shogun-image-content {
  
    align-items: center;
  
}

#s-124392d9-3884-4f78-859f-38994f52e99b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-91ece0a5-b139-4719-8a25-76baa9cd6d75 {
  margin-left: 59px;
margin-right: 59px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-91ece0a5-b139-4719-8a25-76baa9cd6d75 {
  display: none;
}
#s-91ece0a5-b139-4719-8a25-76baa9cd6d75, #wrap-s-91ece0a5-b139-4719-8a25-76baa9cd6d75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91ece0a5-b139-4719-8a25-76baa9cd6d75 {
  display: none;
}
#s-91ece0a5-b139-4719-8a25-76baa9cd6d75, #wrap-s-91ece0a5-b139-4719-8a25-76baa9cd6d75 { display:none !important; }}







#s-91ece0a5-b139-4719-8a25-76baa9cd6d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ece0a5-b139-4719-8a25-76baa9cd6d75.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-55b97078-1993-49e6-81cf-815f29f054de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-55b97078-1993-49e6-81cf-815f29f054de {
  
}
}@media (max-width: 767px){#s-55b97078-1993-49e6-81cf-815f29f054de {
  display: none;
}
#s-55b97078-1993-49e6-81cf-815f29f054de, #wrap-s-55b97078-1993-49e6-81cf-815f29f054de { display:none !important; }}
#s-55b97078-1993-49e6-81cf-815f29f054de .shogun-heading-component h2 {
  color: rgba(35, 92, 152, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11e7fc4a-4461-4127-9a5e-fd5ac6e3b624 {
  text-align: center;
}




  #s-11e7fc4a-4461-4127-9a5e-fd5ac6e3b624 img.shogun-image {
    
    width: px;
  }


#s-11e7fc4a-4461-4127-9a5e-fd5ac6e3b624 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0a49c6c-b113-41b0-95c6-eb8e6eb61b5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0a49c6c-b113-41b0-95c6-eb8e6eb61b5d .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e0a49c6c-b113-41b0-95c6-eb8e6eb61b5d .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


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

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

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

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

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

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

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

#s-6f4a01a4-5432-47f4-8a6d-c50574a10541 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-6f4a01a4-5432-47f4-8a6d-c50574a10541:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f4a01a4-5432-47f4-8a6d-c50574a10541:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f4a01a4-5432-47f4-8a6d-c50574a10541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-3c70710a-c25e-4820-9439-252e82d37c0b {
  text-align: center;
}




  #s-3c70710a-c25e-4820-9439-252e82d37c0b img.shogun-image {
    
    width: px;
  }


#s-3c70710a-c25e-4820-9439-252e82d37c0b .shogun-image-content {
  
    align-items: center;
  
}

#s-3e165842-e805-44c7-8342-ae21da833659 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e165842-e805-44c7-8342-ae21da833659 .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3e165842-e805-44c7-8342-ae21da833659 .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-3f66f734-3cc4-4a89-a873-81c14238f0e6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-3f66f734-3cc4-4a89-a873-81c14238f0e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f66f734-3cc4-4a89-a873-81c14238f0e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f66f734-3cc4-4a89-a873-81c14238f0e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-56f7b8da-3e07-494e-bf8f-9896b7f743d1 {
  text-align: center;
}




  #s-56f7b8da-3e07-494e-bf8f-9896b7f743d1 img.shogun-image {
    
    width: px;
  }


#s-56f7b8da-3e07-494e-bf8f-9896b7f743d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea9ed6a3-7f94-4a2b-8939-efc3eedef0f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea9ed6a3-7f94-4a2b-8939-efc3eedef0f4 .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ea9ed6a3-7f94-4a2b-8939-efc3eedef0f4 .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-9de16b81-0875-4dc3-8325-8a115239bfa0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-9de16b81-0875-4dc3-8325-8a115239bfa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9de16b81-0875-4dc3-8325-8a115239bfa0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9de16b81-0875-4dc3-8325-8a115239bfa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-3bf1d1ab-3b07-4efe-84f9-c84f362f704d {
  text-align: center;
}




  #s-3bf1d1ab-3b07-4efe-84f9-c84f362f704d img.shogun-image {
    
    width: px;
  }


#s-3bf1d1ab-3b07-4efe-84f9-c84f362f704d .shogun-image-content {
  
    align-items: center;
  
}

#s-3eae339c-7ffa-4df6-8216-afc2f8b60529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eae339c-7ffa-4df6-8216-afc2f8b60529 .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3eae339c-7ffa-4df6-8216-afc2f8b60529 .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-ed69bf79-9b4d-480a-bae3-4c3ef0dab120 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-ed69bf79-9b4d-480a-bae3-4c3ef0dab120:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed69bf79-9b4d-480a-bae3-4c3ef0dab120:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed69bf79-9b4d-480a-bae3-4c3ef0dab120.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-678fb65d-5d28-4192-9f95-106076284e59 {
  margin-left: 59px;
margin-right: 59px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-678fb65d-5d28-4192-9f95-106076284e59 {
  display: none;
}
#s-678fb65d-5d28-4192-9f95-106076284e59, #wrap-s-678fb65d-5d28-4192-9f95-106076284e59 { display:none !important; }}@media (max-width: 767px){#s-678fb65d-5d28-4192-9f95-106076284e59 {
  display: none;
}
#s-678fb65d-5d28-4192-9f95-106076284e59, #wrap-s-678fb65d-5d28-4192-9f95-106076284e59 { display:none !important; }}







#s-678fb65d-5d28-4192-9f95-106076284e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678fb65d-5d28-4192-9f95-106076284e59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab6bac75-718c-4f69-b4e9-e5c44a0b601e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab6bac75-718c-4f69-b4e9-e5c44a0b601e {
  
}
}@media (max-width: 767px){#s-ab6bac75-718c-4f69-b4e9-e5c44a0b601e {
  display: none;
}
#s-ab6bac75-718c-4f69-b4e9-e5c44a0b601e, #wrap-s-ab6bac75-718c-4f69-b4e9-e5c44a0b601e { display:none !important; }}
#s-ab6bac75-718c-4f69-b4e9-e5c44a0b601e .shogun-heading-component h2 {
  color: rgba(35, 92, 152, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3fb52670-6062-4d7e-9060-fa170584098e {
  min-height: 50px;
}








#s-3fb52670-6062-4d7e-9060-fa170584098e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fb52670-6062-4d7e-9060-fa170584098e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-fc45cfd4-3afa-4cdc-b80f-308500a26b45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-e7d9252e-53c1-49dd-a422-6731911c16fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7d9252e-53c1-49dd-a422-6731911c16fa .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e7d9252e-53c1-49dd-a422-6731911c16fa .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-cf9a4316-cdf7-4de0-839b-09178b1df2b6 {
  text-align: center;
}




  #s-cf9a4316-cdf7-4de0-839b-09178b1df2b6 img.shogun-image {
    
    width: px;
  }


#s-cf9a4316-cdf7-4de0-839b-09178b1df2b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fca7dcdf-0703-4613-94d1-30ba1a579148 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-fca7dcdf-0703-4613-94d1-30ba1a579148:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fca7dcdf-0703-4613-94d1-30ba1a579148:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fca7dcdf-0703-4613-94d1-30ba1a579148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-e28bcb58-d309-4876-9be0-85d41fa6791f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e28bcb58-d309-4876-9be0-85d41fa6791f .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e28bcb58-d309-4876-9be0-85d41fa6791f .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-623669ce-38df-4d3b-b12f-2289c3a61b57 {
  text-align: center;
}




  #s-623669ce-38df-4d3b-b12f-2289c3a61b57 img.shogun-image {
    
    width: px;
  }


#s-623669ce-38df-4d3b-b12f-2289c3a61b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb41f5eb-674e-4cfe-84c9-6492078a650e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-cb41f5eb-674e-4cfe-84c9-6492078a650e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb41f5eb-674e-4cfe-84c9-6492078a650e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb41f5eb-674e-4cfe-84c9-6492078a650e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-7a9d29ec-b96b-47c3-b0d2-1b542148969b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a9d29ec-b96b-47c3-b0d2-1b542148969b .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7a9d29ec-b96b-47c3-b0d2-1b542148969b .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-00a78ced-87c9-41f2-8108-b37a42200abd {
  text-align: center;
}




  #s-00a78ced-87c9-41f2-8108-b37a42200abd img.shogun-image {
    
    width: px;
  }


#s-00a78ced-87c9-41f2-8108-b37a42200abd .shogun-image-content {
  
    align-items: center;
  
}

#s-7ffea45f-5482-4aa8-846c-4351511c698e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-7ffea45f-5482-4aa8-846c-4351511c698e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ffea45f-5482-4aa8-846c-4351511c698e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ffea45f-5482-4aa8-846c-4351511c698e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-1d635bfa-39a2-47ba-945d-6188d3295fb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d635bfa-39a2-47ba-945d-6188d3295fb1 .shogun-heading-component h3 {
  color: rgba(202, 129, 6, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1d635bfa-39a2-47ba-945d-6188d3295fb1 .shogun-heading-component h3 a {
  color: rgba(202, 129, 6, 1);
}


#s-03a27525-a3e0-4506-ae25-b1210e9238b9 {
  text-align: center;
}




  #s-03a27525-a3e0-4506-ae25-b1210e9238b9 img.shogun-image {
    
    width: px;
  }


#s-03a27525-a3e0-4506-ae25-b1210e9238b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e3ad09c-4261-46f1-84ce-ca577d3102bb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
text-align: center;
background-color: rgba(255, 153, 0, 1);
text-decoration: none;
}
#s-8e3ad09c-4261-46f1-84ce-ca577d3102bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e3ad09c-4261-46f1-84ce-ca577d3102bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e3ad09c-4261-46f1-84ce-ca577d3102bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-ce4cbf87-fcb3-4ef7-91f5-3995feaf8698 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ce4cbf87-fcb3-4ef7-91f5-3995feaf8698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce4cbf87-fcb3-4ef7-91f5-3995feaf8698.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-3e808c38-f1d5-4125-b95e-ae135eefbea8 {
  padding-top: 0px;
padding-bottom: 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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  margin-top: 5px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
opacity: 1;
}
@media (min-width: 1200px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (max-width: 767px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}
#s-1cebc791-e424-4553-9727-7e1390519268 {
  margin-top: 5px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
opacity: 1;
}
@media (min-width: 1200px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (max-width: 767px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}
#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  margin-top: 5px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
opacity: 1;
}
@media (min-width: 1200px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (max-width: 767px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}
#s-75f602fa-5a18-4e6e-adad-11271c448c6d {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-75f602fa-5a18-4e6e-adad-11271c448c6d .shogun-heading-component h3 {
  color: rgba(102, 143, 226, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34 {
  padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34 {
  display: none;
}
#s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34, #wrap-s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34 {
  display: none;
}
#s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34, #wrap-s-ed0a9fe2-7e5a-4947-8ef4-ef2105c0dc34 { display:none !important; }}
#s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b {
  padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b {
  display: none;
}
#s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b, #wrap-s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b { display:none !important; }}@media (max-width: 767px){#s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b {
  display: none;
}
#s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b, #wrap-s-7f1152e0-ae38-4437-ad91-c4b0384ddc5b { display:none !important; }}
#s-4b4d5710-bdc1-470f-aa7c-b9ae79ba8cac {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 9px;
text-align: center;
background-color: rgba(178, 34, 34, 1);
text-decoration: none;
}
#s-4b4d5710-bdc1-470f-aa7c-b9ae79ba8cac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b4d5710-bdc1-470f-aa7c-b9ae79ba8cac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b4d5710-bdc1-470f-aa7c-b9ae79ba8cac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-ab1a9f51-0cb8-4eb1-acd2-ff4fac876ccb {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 35px;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: rgba(255, 255, 255, 1);
height: 125px;
min-height: 125px;
background-color: rgba(205, 0, 0, 1);
}
@media (max-width: 767px){#s-ab1a9f51-0cb8-4eb1-acd2-ff4fac876ccb {
  display: none;
}
#s-ab1a9f51-0cb8-4eb1-acd2-ff4fac876ccb, #wrap-s-ab1a9f51-0cb8-4eb1-acd2-ff4fac876ccb { display:none !important; }}







#s-ab1a9f51-0cb8-4eb1-acd2-ff4fac876ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab1a9f51-0cb8-4eb1-acd2-ff4fac876ccb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fde5f1a0-73a2-464e-907c-fe7a3e3b555f {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-fde5f1a0-73a2-464e-907c-fe7a3e3b555f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b10e8a5-5d70-4c84-8ed1-2a12b1caeeb6 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b10e8a5-5d70-4c84-8ed1-2a12b1caeeb6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-015ed88a-23c3-48e3-9b34-8538483f731a {
  border-style: solid;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: rgba(255, 255, 255, 1);
height: 125px;
min-height: 125px;
background-color: rgba(255, 153, 0, 1);
}
@media (min-width: 1200px){#s-015ed88a-23c3-48e3-9b34-8538483f731a {
  display: none;
}
#s-015ed88a-23c3-48e3-9b34-8538483f731a, #wrap-s-015ed88a-23c3-48e3-9b34-8538483f731a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-015ed88a-23c3-48e3-9b34-8538483f731a {
  display: none;
}
#s-015ed88a-23c3-48e3-9b34-8538483f731a, #wrap-s-015ed88a-23c3-48e3-9b34-8538483f731a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-015ed88a-23c3-48e3-9b34-8538483f731a {
  display: none;
}
#s-015ed88a-23c3-48e3-9b34-8538483f731a, #wrap-s-015ed88a-23c3-48e3-9b34-8538483f731a { display:none !important; }}







#s-015ed88a-23c3-48e3-9b34-8538483f731a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-015ed88a-23c3-48e3-9b34-8538483f731a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9bd083ae-c828-48ba-b014-d9ea2e5ce005 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-9bd083ae-c828-48ba-b014-d9ea2e5ce005 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9bd083ae-c828-48ba-b014-d9ea2e5ce005 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-27698a16-bf47-414b-819d-f2845aff62d7 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-27698a16-bf47-414b-819d-f2845aff62d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-27698a16-bf47-414b-819d-f2845aff62d7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (max-width: 767px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}







#s-204e2f4c-fea8-42aa-8383-da8c6a782910 > .shg-box-overlay {
  background-color: rgba(38, 37, 37, 1);
  opacity: 0.8;
}#s-204e2f4c-fea8-42aa-8383-da8c6a782910.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d446d106-67fc-47ea-8524-44c11b694116 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-d446d106-67fc-47ea-8524-44c11b694116 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f1480be-6b25-4736-8646-250cdea2e0a3 {
  margin-top: 15px;
margin-left: 50px;
margin-bottom: 15px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2a4558d2-7d2b-4410-9045-0efd371addb7 {
  text-align: center;
}




  #s-2a4558d2-7d2b-4410-9045-0efd371addb7 img.shogun-image {
    
    width: px;
  }


#s-2a4558d2-7d2b-4410-9045-0efd371addb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8e4f775-fd70-4a8c-9e30-84022178eaad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8e4f775-fd70-4a8c-9e30-84022178eaad .shogun-heading-component h3 {
  color: rgba(1, 154, 205, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c10cae7b-c332-4141-899d-9087ae640960 {
  text-align: center;
}




  #s-c10cae7b-c332-4141-899d-9087ae640960 img.shogun-image {
    
    width: px;
  }


#s-c10cae7b-c332-4141-899d-9087ae640960 .shogun-image-content {
  
    align-items: center;
  
}

#s-e10d0729-2f2b-429a-afb5-5a3833948010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e10d0729-2f2b-429a-afb5-5a3833948010 .shogun-heading-component h3 {
  color: rgba(254, 226, 122, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-88c96c02-9659-4036-bf73-59e84ad5937f {
  text-align: center;
}




  #s-88c96c02-9659-4036-bf73-59e84ad5937f img.shogun-image {
    
    width: px;
  }


#s-88c96c02-9659-4036-bf73-59e84ad5937f .shogun-image-content {
  
    align-items: center;
  
}

#s-c341c45a-66d4-41ed-bbc2-9dd25d326010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c341c45a-66d4-41ed-bbc2-9dd25d326010 .shogun-heading-component h3 {
  color: rgba(230, 107, 37, 1);
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(153, 153, 153, 1);
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1 {
  display: none;
}
#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1, #wrap-s-4d25c053-de8a-4386-b9c4-b9570c75eeb1 { display:none !important; }}@media (max-width: 767px){#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1 {
  display: none;
}
#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1, #wrap-s-4d25c053-de8a-4386-b9c4-b9570c75eeb1 { display:none !important; }}







#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d25c053-de8a-4386-b9c4-b9570c75eeb1.shg-box.shg-c {
  justify-content: center;
}

#s-eec625b2-c304-4fbd-8ad8-3a196926b75d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-eec625b2-c304-4fbd-8ad8-3a196926b75d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eec625b2-c304-4fbd-8ad8-3a196926b75d {
  display: none;
}
#s-eec625b2-c304-4fbd-8ad8-3a196926b75d, #wrap-s-eec625b2-c304-4fbd-8ad8-3a196926b75d { display:none !important; }}@media (max-width: 767px){#s-eec625b2-c304-4fbd-8ad8-3a196926b75d {
  display: none;
}
#s-eec625b2-c304-4fbd-8ad8-3a196926b75d, #wrap-s-eec625b2-c304-4fbd-8ad8-3a196926b75d { display:none !important; }}
#s-eec625b2-c304-4fbd-8ad8-3a196926b75d .shogun-heading-component h3 {
  color: rgba(35, 92, 152, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6b05db8-365c-4765-8b24-2991e20e6b16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d5a2408-5a8a-4010-9c4f-64ca8890fa7d {
  text-align: center;
}




  #s-5d5a2408-5a8a-4010-9c4f-64ca8890fa7d img.shogun-image {
    
    width: px;
  }


#s-5d5a2408-5a8a-4010-9c4f-64ca8890fa7d .shogun-image-content {
  
    align-items: center;
  
}

#s-2d90129d-a807-4227-b46f-588b87d934f2 {
  border-style: solid;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(153, 153, 153, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-2d90129d-a807-4227-b46f-588b87d934f2 {
  display: none;
}
#s-2d90129d-a807-4227-b46f-588b87d934f2, #wrap-s-2d90129d-a807-4227-b46f-588b87d934f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d90129d-a807-4227-b46f-588b87d934f2 {
  display: none;
}
#s-2d90129d-a807-4227-b46f-588b87d934f2, #wrap-s-2d90129d-a807-4227-b46f-588b87d934f2 { display:none !important; }}







#s-2d90129d-a807-4227-b46f-588b87d934f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d90129d-a807-4227-b46f-588b87d934f2.shg-box.shg-c {
  justify-content: center;
}

#s-ad485088-613b-4564-ad10-f5c6318332ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-ad485088-613b-4564-ad10-f5c6318332ad {
  display: none;
}
#s-ad485088-613b-4564-ad10-f5c6318332ad, #wrap-s-ad485088-613b-4564-ad10-f5c6318332ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad485088-613b-4564-ad10-f5c6318332ad {
  display: none;
}
#s-ad485088-613b-4564-ad10-f5c6318332ad, #wrap-s-ad485088-613b-4564-ad10-f5c6318332ad { display:none !important; }}
#s-ad485088-613b-4564-ad10-f5c6318332ad .shogun-heading-component h3 {
  color: rgba(35, 92, 152, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f71312a7-fee9-4698-b400-e52fe9c56cfb {
  text-align: center;
}




  #s-f71312a7-fee9-4698-b400-e52fe9c56cfb img.shogun-image {
    
    width: px;
  }


#s-f71312a7-fee9-4698-b400-e52fe9c56cfb .shogun-image-content {
  
    align-items: center;
  
}

#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (max-width: 767px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}







#s-6404e3e9-4500-4018-9737-0d42f271ec9a > .shg-box-overlay {
  background-color: rgba(255, 153, 0, 1);
  opacity: 0;
}#s-6404e3e9-4500-4018-9737-0d42f271ec9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}@media (max-width: 767px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}
#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 .shogun-heading-component h4 {
  color: rgba(255, 153, 0, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-200e5398-2689-4a92-a3b8-80f9b9f3efe1 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
height: 35px;
min-height: 35px;
background-color: rgba(35, 92, 152, 1);
}








#s-200e5398-2689-4a92-a3b8-80f9b9f3efe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200e5398-2689-4a92-a3b8-80f9b9f3efe1.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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